I make youtube videos on cool AI research /// AI papers newsletter mail.bycloud.ai /// paper recap @TheAITimeline /// intuitiveai.academy

Instead of chasing viral news headline, Xiaomi literally made a dedicated hack agent to probe the environments as hard as possible before letting LLMs to train in the environments. "continued this process until the hack agent could no longer find a successful exploit in any of the environments" If Chinese labs can do it, why can't the other frontier labs do it? Makes you wonder if they are just being reckless or its simply some viral marketing stunt This is open model SoTA btw, finding exploits is def possible, it's just if you want to "let" it escape or not
33
74
855
21,035
so much to learn from this dashboard
Nearly half a year of silence. We spent it studying one problem: how far RL can scale. MiMo-V2.6 is in the middle of its RL run right now. Three things we scaled: compute (~2B tokens per step, 1568 prompts × 16 rollouts, fully async), environments and harnesses (multi-task agentic RL, mixed across multiple harnesses in one run), and grader compute (agentic in-group credit assignment, with test-case and rubric-based rewards). We'll open-source the details piece by piece over the coming weeks. Streaming the run: mimo.xiaomi.com/rl/
37
3,904
this is tinkling the part of my brain where i wanna find out what architecture this is
After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x cheaper (w/ output tokens free) • Frontier composable intelligence optimized for decisions AFAICT the shortest path to AI-based economic revolution
25
149
16,521
we are at a stage where 99.99% of the people have no idea what breakthrough LLM is making now
An internal version of Astra, @OpenAI’s next major model family, solved 10 major open problems in mathematics, quantum complexity, and theoretical computer science. We believe it will be a major step for scientific reasoning. openai.com/index/ten-advance…
21
21
413
13,415
Why do I feel like they’re going to ditch the “Fable/Mythos” brand names now because those names are too cursed? And WHAT IF they used the Fable/Mythos branding on purpose as an experiment to see how people & governments would react, and if worst came to worst, they could just throw that branding under the bus?
Replying to @claudeai
On several coding and knowledge work evaluations, Opus 5 is the new state-of-the-art:
6
2
90
8,775
i guess 53.4% > 53.5% now
Replying to @claudeai
On several coding and knowledge work evaluations, Opus 5 is the new state-of-the-art:
9
3
139
8,190
always had a feeling that they might be an open weights lab from the look of their blogs. Really happy to see this model release!!! A multimodal trillion param MoE too, what an amazing day for open research
Today, we are introducing Inkling. Inkling reasons efficiently across text, image, and audio modalities. We are making the full weights available. thinkingmachines.ai/news/int… Available today for fine-tuning on Tinker. Play with it in the Inkling Playground. 🧵
2
69
3,493
iykyk
3
3
20
1,283
cred to my talented editor @Booga04
4
437
🚨JUNE's top AI/ML research papers: - Orca - Autodata - DSpark - Looped World Models - Qwen-AgentWorld - Tmax - Self-Harness - MiniMax Sparse Attention - You Don't Need Strong Assumptions - Variable-Width Transformers - FlashMemory-DeepSeek-V4 - Scaling the Horizon, Not the Parameters - Is One Layer Enough? overview for each + authors' explanations read this in thread mode for the best experience
3
17
165
12,368
arXiv is now a non-profit
4
4
177
6,933
GLM-5.2 did WHAT open weights btw
BREAKING: GLM-5.2 is now 1st on Design Arena. With an Elo of 1360, GLM-5.2 has jumped ahead of the now unavailable Claude Fable 5. And it's open weights. This is an improvement of 4 positions and 27 Elo points to achieve one of the highest Elo scores in our code categories since Design Arena started. Huge congratulations to the @Zai_org on the release!
1
2
111
6,624
imagine in a dystopian world where claude code found your model configs so it decides to tamper all your experiments and screw up all your params because it's loaded into its context then act like nothing happened and u are still paying for it
mythos will be bad ON PURPOSE on ai "frontier llm research" tasks, this is very very sad for the research community also the fact that this is un purpose not visible to the user is crazy
15
24
432
22,351
actually did a 45 mins of yap & actually took 1 month (and a few more days) to finish yay
a good 58 page report? I can give like a good 20 mins yap on it just gonna take like 1 month for me to make the video LMAO
6
6
75
17,492
so what's going on with these AI companies @reflection_ai @inflectionAI @magicailabs that raised a total of $25B + $4B + $1.5B = $30.5B USD
10
2
96
27,567
🚨This week's top AI/ML research papers: - DiffusionBlocks - A Bitter Lesson for Data Filtering - Neural Weight Norm = Kolmogorov Complexity - When Does LeJEPA Learn a World Model? - Do Language Models Need Sleep? - Parallax - Gemini Embedding 2 - Qwen-VLA - The MiniMax-M2 Series - Looped Diffusion Language Models - LocateAnything - Learn from your own latents and not from tokens overview for each + authors' explanations read this in thread mode for the best experience
7
46
260
14,626
they were pretty conservative with their paper so here are some bold and cope potentials if it holds up at scale > 3-4x memory reduction across the board without much quality loss > train a small/mid sized LLMs on a single GPU > if you can train each block independently without much comms: less all-reduce, fewer pipeline bubbles, and reduced comms overhead > if it works on fine-tuning existing models: consumer GPUs/small clusters can fine-tune SoTA models > if blocks are independent: partial fine-tuning gets cheaper, since you can update subsets of blocks instead of the whole model feel free to shut me down
Introducing DiffusionBlocks: Block-wise Neural Network Training via Diffusion Interpretation pub.sakana.ai/diffusionblock… What if we didn’t have to hold an entire neural network in memory to train it? Standard neural net training optimizes all parameters jointly. As a result, the memory required during training grows linearly with the depth of the network. In our #ICLR2026 paper, we propose DiffusionBlocks, a principled framework to train networks one block at a time, drastically reducing memory requirements while matching end-to-end performance. With DiffusionBlocks, we split the network into blocks and train them one at a time, so you only need memory for a single block. How? We explicitly assign each block a role: to move the representation a little closer to the target than the block before it did. That role turns out to be precisely what a diffusion model does, step by step. Each block only needs to optimize its own objective and can be trained independently. We validated this across five different architectures: • ViT • DiT • Masked diffusion • Autoregressive transformers • Recurrent-depth transformers In each case, performance is competitive with end-to-end training while using a fraction of the memory. This perspective also extends naturally to recurrent-depth (Looped) transformers, which apply the same network iteratively and normally require expensive backpropagation through time (BPTT). Viewed through DiffusionBlocks, we can replace those multiple iterations with a single forward pass during training. Read our paper and code, to learn more. Paper: arxiv.org/abs/2506.14202 GitHub: github.com/SakanaAI/Diffusio… 🐟
16
22
516
55,485