

Scaling agentic RL environments: today we're publishing 365,000+ tasks for SWE, terminal, and search agents - 23 tasksets behind one API, one sandbox lifecycle, one command.
Nando de Freitas
12.6K posts

@NandoDF
I seek to understand intelligence & agency and build AI aligned with compassion, freedom & universal human empowerment through progress in science & engineering


Scaling agentic RL environments: today we're publishing 365,000+ tasks for SWE, terminal, and search agents - 23 tasksets behind one API, one sandbox lifecycle, one command.

Together with the US Center for AI Standards and Innovation (@NIST), we ran evaluations of Kimi K3 focused on its cyber capabilities. Kimi K3 performs below leading US frontier models on our preliminary cyber evaluations.





The Geometry of Integration by Parts.

AI has helped resolve an important question in statistics. In the area of multiple hypothesis testing, the goal of controlling the false discovery rate (FDR) has been introduced in a seminal paper by Benjamini and Hochberg (1995). They also introduced a method (the Benjamini-Hochberg or BH method) and proved it controls the FDR. This method has been widely adopted in modern high-throughput science, including in genomics, astronomy, economics, etc. The paper has has garnered more than 130,000 citations to date. However Benjamini and Hochberg showed FDR control only when the data for the individual tests are *independent*. In practice, these data are often dependent; a good example is data on genetic variants due to linkage disequilibrium. Later work has focused on extending the validity of the BH procedure, e.g., to a form of positive dependence by Benjamini and Yekutieli (2001). The question of when the BH procedure controls the FDR has remained open. Over the last twenty years, many authors, including Reiner-Benaim (2007), Kim and van de Wiel (2008), Benjamini (2010), Sarkar (2023), Sarkar and Zhang (2025), have conjectured that the BH procedure controls the FDR for two-sided tests using any correlated Gaussian data. These authors have presented both theoretical and empirical evidence supporting, but not directly showing, the conjecture. With the help of AI (specifically GPT-5.6 Sol Pro), I have settled the question in the negative: The Benjamini-Hochberg procedure does *not* generally control the false discovery rate at the desired level for correlated two-sided Gaussian tests. This was done by exhibiting a Gaussian factor model for which, at a nominal level alpha=0.01, the false discovery rate is proved to be FDR>0.0104. There is a lot of interesting commentary to be made: 1. This result should be of interest to everybody in the field of statistics. Emmanuel Candes of Stanford University once called the false discovery rate and the Benjamini-Hochberg procedure "one of the two most important developments in statistics after 1950" (the other being James-Stein shrinkage). The present conjecture is probably the most central question about FDR/BH that was unresolved to date. 2. GPT-5.6 one-shot the problem after 90 minutes of reasoning, whereas with 5.5 I was not able to solve it even after iterating with multiple parallel agents for perhaps 20 hours. So the capability improvement is quite real. Exciting times to live in! 3. The argument is not especially surprising, but it does combine an asymptotic approach (standard for FDR analysis, see e.g., Genovese and Wasserman, Efron, etc) with a numerical certificate in a way that would be pretty non-standard in the field. Once we have the specific example, then straightforward simulations also support that the false discovery rate is indeed higher than the nominal value (see attached fig). 4. The current degree of violation over the nominal level is relatively small (0.104 vs 0.1). So the importance of this result is mainly conceptual. The practical implications remain to be determined. Overall, an exciting development! Preprint is available here (faculty.wharton.upenn.edu/wp-content/upl…) and will be on arxiv tonight; supporting code is here (github.com/dobriban/BH).


first open weight thinking machine model!! 975B total, 41B active trained on 45T tokens, 1M context, multimodal in sliding window with a 5:1 ratio and 512 size, deepseek aux-free load balancing and 2 shared experts (usually people only use 1), actually curious why the model is less sparse than kimi (~4.2% vs 3.2%). they use a short convolution after k and v, output and ffn (see plot), muon (they cite manifold muon but mention weight decay so not sure), muP, and have a very nice RL scaling curve and chain of thought! one very cool part of the release imo is how well their small variant (276B total, 12B active) performs compared to the big one. they mention they changed the pre-training data mix and recipe, very curious about those changes and to see them scaled up to ~1T (or more?) soon 👀 > "It is not the most performant model available today, closed or open. We trained Inkling for solid capabilities across the board rather than state-of-the-art performance in a single area, to serve as a foundation for the models we will train in the future." also this is really refreshing to see in a model release, huge congrats :)


Meet Kimi K3


There are at least a few reasons for why the incredible progress in AI hasn't yet resulted in a massive increase in GDP (some from Captain Obvious but number 3 is less intuitive to many smart people). 1. AI replaces some steps in complicated processes but companies are still doing mostly similar things and adoption and rethinking entire industries are slow. 2. Startups that replace everything (eg AI native law firm that is much cheaper) still need to ramp GTM, sales, etc But more importantly and surprising to many in Silicon Valley: 3. A huge chunk of the economy just does not require that much intelligence and won't materially change at its core with intelligence being abundant and cheap, eg. - tourism - people will want to see the pyramids with or without AI, - real estate - people want to live in hip and safe neighborhoods, AirBnB, rentals, etc. - luxury goods and status symbol bs, eg fancy handbags, clothes, overpriced cars, etc - food and large parts of the food supply chain (yes, I love AI for agriculture but crops and cows still need time to grow, etc) - sports and much of entertainment - oil drilling, tree growing/logging for construction, most of mining - etc If your existing economy depends mostly on these types of industries, AI won't impact it that much. But there's a whole new economy of knowledge work, research heavy industries, deep tech, online and digital work etc that will massively benefit and outgrow these existing industries.


Self-conditioning can be distilled into one-step language generation. We show that self-conditioned flow LMs perform fixed-point iteration, and introduce fixed-point flow maps to compress both the iterations and the entire flow. At one step, FMLM★ achieves 112.5 gPPL at near-data entropy (5.37), substantially improving over FMLM’s 168.3 gPPL at 5.17 entropy. FMLM★ also achieves the best 2–4 step results. 📎 Paper: arxiv.org/abs/2607.00714 ⌨️ Code: github.com/Ugness/self-co…