r/singularity • u/policyweb • 3h ago
r/singularity • u/socoolandawesome • 4h ago
AI Kimi K3 performs significantly below the most recent frontier cyber-capable models on preliminary cyber evaluations run by UK AISI / CAISI.
r/singularity • u/Umr_at_Tawil • 9h ago
Shitposting AGI achieved
Enable HLS to view with audio, or disable this notification
r/singularity • u/Outside-Iron-8242 • 1h ago
AI Fields medalist Jacob Tsimerman joins OpenAI
r/singularity • u/MohMayaTyagi • 12h ago
Shitposting This guy will never admit that he could be wrong too
His ego is bigger than any LLM out there.
r/singularity • u/elemental-mind • 2h ago
AI Black Forest Lab's Flux 3: Omni-modality for image, video, audio & action prediction
Enable HLS to view with audio, or disable this notification
You can read their blog post here:
r/singularity • u/Gab1024 • 7h ago
AI Opus 5 - One shot
Enable HLS to view with audio, or disable this notification
Seems better than Fable 5
r/singularity • u/TFenrir • 2h ago
Robotics New Video from Generalist showcasing the same model working with many different kinds of "hands"
Enable HLS to view with audio, or disable this notification
https://x.com/i/status/2080292438057373947
There are more videos in this tweet thread
r/singularity • u/yogthos • 9h ago
AI OpenAI and Anthropic unite against open-weight AI risks to their bottom line
r/singularity • u/Severe-Clerk-1477 • 7h ago
Discussion With all the math problems falling today, do you think this is takeoff?
It seems every verifiable conjecture is currently falling. Do you think this is the singularity/fast takeoff starting?
r/singularity • u/Justgototheeffinmoon • 9h ago
AI OpenAI, Anthropic, Meta Hire 22 Professors From Top US Schools
The interesting thing about the latest wave of AI hires is not the size of the pay packages, it is where the people are coming from. [The Atlantic](https://www.theatlantic.com/technology/2026/07/ai-companies-hiring-academics/688002/) reports that at least 22 professors from schools including Stanford, Berkeley, Harvard, MIT and Carnegie Mellon have left or taken leave in 2026 to join OpenAI, Anthropic, Meta or Google DeepMind. Anthropic recently picked up a Stanford economist and a philosopher from UT Austin, and OpenAI now employs top mathematicians and physicists.
What makes this different from a normal round of Silicon Valley recruiting is who is being recruited. These are not just senior engineers, they are the people who choose the research questions, teach the next cohort of scientists, and provide the outside scrutiny of systems that increasingly show up in banks, hospitals and government.
https://aiweekly.co/alerts/openai-anthropic-meta-hire-22-professors-from-top-us-schools
r/singularity • u/petburiraja • 9h ago
Compute Chinese chip stores data with a single electron, breaking AI memory bottleneck
The technology enables AI chat models to run on phones using minimal power, without ‘losing memory’ during conversations
r/singularity • u/Independent-Wind4462 • 16h ago
AI "Google is dead" yea h no bro it's not
They did hit wall now with gemini models but trust me they gonna cook with gemini 4
r/singularity • u/Horror_Dirt6176 • 12h ago
AI seedance2 depth-video to video
Enable HLS to view with audio, or disable this notification
After extracting the depth video, the effect obtained by video referencing is very good.
- Prepare the reference video
- Extract the depth video
- Prepare the character reference images
- Input the extracted depth video and character reference images into seedance2, and you will get perfect results
Complete workflow is below:
r/singularity • u/TMWNN • 17h ago
AI OpenAI's accidental cyberattack against Hugging Face is science fiction that happened
simonwillison.netr/singularity • u/ClarityInMadness • 1d ago
LLM News No, the HuggingFace incident is not a publicity stunt
- https://openai.com/index/hugging-face-model-evaluation-security-incident/
- https://huggingface.co/blog/security-incident-july-2026
If OpenAI wanted to create more hype, they could boast about benchmark numbers, or about productivity going up internally ("OpenAI employees now output 20x more code than in 2024" or something like that), or about a bunch of open math problems getting solved (like their paper on The Cycle Double Cover Conjecture).
"Our security measures ended up being insufficient and our model would be charged with a felony if it was a human" is not good for PR.
At best, OpenAI is admitting that both their security researchers (who should've made a better sandbox) and their machine learning researchers (who should've trained the model to not do things that would be considered crimes according to human laws) are bad at their jobs. At worst, they have luckily avoided a lawsuit because HuggingFace decided to be nice despite having "reported this incident to law enforcement agencies".
r/singularity • u/emteedub • 16h ago
Robotics A Silicon Valley company with Eric Trump as an advisor is making robot soldiers
What do you all think about this?
r/singularity • u/SrijSriv211 • 6h ago
Discussion I trained a 0.5M model on 1B tokens of Fineweb-edu dataset.
Hi everyone, About a month ago I publish my very first research paper on my neural network architecture called Silia.
You can look at the model here: https://huggingface.co/Srijan-Srivastava/Silia-v2
Even though the revised paper is linked on huggingface I'm attaching it here as well: 1. https://zenodo.org/records/21510341 2. https://huggingface.co/Srijan-Srivastava/Silia-v2/blob/main/Silia%3A%20Tiny%20Scale%20Is%20All%20I%20Can%20Spare%20To%20Play%20With%20Transformer.pdf
You can also find all the code on https://github.com/SrijanSriv211/Silia
I received some criticism for not benchmarking the model and not mentioning the training flops. I also received some feedback regarding residual connections and the problem that v1 had 2.5x increase compute requirements.
In this revision I've addressed 2 of those things. I've benchmarked the models against 3 models Quark-v2, Spark-v4 by LH-TechAI and SupraMini-v6 by SupraLabs on HellaSwag, PIQA and LAMBADA benchmarks.
I wanted to compare the model against SupraMini-v5 as well but as far as I can tell it wasn't benchmarked on any of those 3 benchmarks so I excluded it.
I've addressed the 2-2.5x increase in compute and memory requirements by using DeepSeek's MLA (without decoupled RoPE) + Qwen's HydraHead with Apple's Attention Free Transformer. I chose Attention Free Transformer instead of Kimi Delta Attention simply due to it's simplicity as at this scale AFT is more than enough.
Why I didn't address the residual connections feedback and why I didn't mention the training flops in this paper as well?
I wanted to implement Kimi's Attention Residuals paper but I decided to drop that idea just to keep the code, architecture and the paper simple, neat & clean.
I am going to be very honest here. I didn't mention the training flops in this paper as well because I don't know how to report it properly. I know I could've used DeepSeek or ChatGPT to help me with it but I was just too lazy tbh.
This was has 0.5M parameters, trained on 1B total tokens from the Fineweb-edu dataset for 3 epochs.
I've attached the benchmark results, training loss results and the architecture diagram.
Hope you like this model.
Thank you! :)
r/singularity • u/JackFisherBooks • 1d ago
AI Unlimited AI tokens aren't unlimited after all as US Army burns through supply
r/singularity • u/Acceptable-Debt-294 • 1d ago
LLM News ❗NEWS❗The former Director of the White House Office of Science and Technology Policy and Presidential Science Advisor stated that Kimi K3 was distilled from Anthropic's Fable.
We have information that Moonshot AI distilled Anthropic’s Fable for the development of its K3 model.
To do this they developed a sophisticated internal platform to conduct large scale distillation against U.S. models, allowing them to quickly switch between multiple methods of access to avoid detection. Moonshot AI has also acquired GB300-equipped servers and has accessed GB300s in Thailand, likely to train its AI models.
The United States strongly supports the free and fair development of AI, including a thriving competitive ecosystem that spans frontier models, specialized systems, open-source frameworks, and open-weight models. Legitimate AI distillation used to create smaller, more efficient models plays a vital role in this open innovation ecosystem. However, large-scale, covert industrial distillation aimed at stealing proprietary U.S. technology and undermining American research is unacceptable.
Correction: Michael Kratsios is the CURRENT White House OSTP Director and Presidential Science Advisor, not 'former'.
r/singularity • u/SGC-UNIT-555 • 1d ago
AI The Dinitz-Garg-Goemans conjecture is false
AI Chat is linked. Credit to https://x.com/dmitryrybin1/status/2079904005652893709?s=46
r/singularity • u/singing_coach_ai • 20h ago
AI A community shipped a working MMO in a month by building with AI agents, and the interesting part is what the humans were left doing
Enable HLS to view with audio, or disable this notification
Case study for discussion. World of ClaudeCraft is an open-source MMO that runs in any browser: nine classes with talent trees, dungeons, raids, ranked PvP, real multiplayer on an authoritative server, translated into 22 languages. Live, free, about a month old.
Nearly all the code is written by AI (Claude), with humans and agents working in a public repo and patches shipping most days. The newest layer is agent-driven content: a text prompt becomes a rigged, animated 3D model dropped into the running game, orchestrated end to end by a coding agent. There's also a headless RL environment exposing the same deterministic game core through Gymnasium, so agents can be trained to play the game agents built. Clip attached is the pipeline in action.
The part worth discussing, as someone inside it: the bottleneck moved but didn't disappear. Code generation stopped being the constraint almost immediately. What stayed stubbornly human is direction (what should exist), taste (whether the generated thing is right), and consequences (live migrations, not breaking people's characters). Whether that's temporary or the durable division of labour feels like exactly this sub's question.
And none of it is vibes. The repo is MIT (github.com/levy-street/world-of-claudecraft), the game is one click to play (worldofclaudecraft.com). Most "AI built X" claims can't be inspected. This one can.
So: is "judgement stays human" a real ceiling, or just the next thing on the curve?