Model shaping is still a craft of a few. That's what AI agents are for: learning it and doing it for everyone else. As a part of FrontierSWE benchmark we built a 20-hour post-training task on @tinkerapi and found the real bottleneck is research intuition.
11
52
527
230,958
Thoughtful retweeted
When @jakubzeg and I met at OpenAI, we kept coming back to one frustration: so many AI products begin with an empty chat box. You can do almost anything, but you have to decide where to begin and that's overwhelming. With ACTx486, we start with a piece of media that already has a story and let you interact with it as you watch. It also makes the technology more general. We wrote more about that choice here: actx486.com/
interactive media will be huge in the next year or two! this is incredible
5
6
44
13,882
Thoughtful retweeted
Introducing ACTx486, a research demo of a new interactive medium. What if you could talk to any video and ask anything? Our system took an existing podcast and turned it into something that listens, responds, and adapts. Research by @jakubzeg:
245
242
2,821
1,431,094
Thoughtful retweeted
Introducing Benchmark Reviews: our new initiative to audit AI benchmarks. We are launching with 15 benchmarks: 4 Verified, 9 Flawed, and 2 with not enough information for a review.
116
190
1,921
629,866
Thoughtful retweeted
Grok 4.6 is a great cost-effective model for deep financial research. It’s #2 on DiligenceBench with the finance harness, effectively tied with Claude Opus 5 at ~52–53%. A few interesting differences: - Grok searched much more: 41 tool calls per task vs. 22 for Opus - It made 3,293 SEC filing searches vs. 486 - That broader search helped Grok find more evidence and follow task-specific instructions more closely. Opus was more efficient and sometimes more nuanced - Sonnet 5 trails both at 46.2%. - Grok also gets there more cheaply: about $0.84/task vs. ~$1.02 for Opus 5, despite using far more search. - On Vals’ Finance Agent Benchmark v2 (FAB v2), Grok 4.6 leads the General Qualitative category, which is consistent with the kind of broad research and evidence-gathering DiligenceBench rewards
6
11
81
8,612
Thoughtful retweeted
Shorten your timelines, friends. I started this account to say this, and in many ways everything I've posted for the past four years has been saying the same thing. Some of you increasingly feel it. We passed the threshold in November. We are already inside the singularity.
217
335
4,824
585,328
Thoughtful retweeted
The models are improving the models. Locus, our automated AI research system, is SOTA on PostTrainBench and post-trains Qwen3 base models that surpass the human post-trained Qwen3 model. Today, LLMs post-trained end-to-end by Locus are in production to millions. 🧵👇 PostTrainBench evaluates agents' ability to post-train models on various domains given 10 H100 hours. We extend PostTrainBench via PostTrainBench+, which has a greatly expanded compute budget that provides clearer signal on automated post-training capabilities. We find that thousands of H100 hours help distinguish methods' performance post-training Qwen3 1.7B-Base models, and that Locus scales best. In this setting, modes trained by Locus collectively surpass the perforamce of the offical human post-trained Qwen3 1.7B model. In a test of generalization, we ran Locus on all live Kaggle competitions with prize money and public leaderboards. After 16 days, Locus achieved the 4th highest average rank among all participants.
14
60
304
268,603
Thoughtful retweeted
PostTrainBench v1.1 strengthens eval integrity and puts Fable 5 in the lead at 41.8%. Some reward hacks we fixed: 1/ Train-test contamination We re-audited historical runs under this policy and flagged 234 runs for train-test contamination. Violations ranged from loading an entire evaluation set for memorization to generating synthetic templates around individual GSM8K and BFCL items. Runs that used observed failures to build genuinely diverse training data were retained. Our rule: Agents may inspect benchmark failures and train broadly against the underlying failure mode. They may not generate training examples centered on particular test items, including paraphrases, variants, or shadow examples covering the same specific scenario. 2/ Submitting a different model 10 runs were flagged for model substitution. Kimi K2.5 submitted the official Qwen3-1.7B instruct weights after its attempts to fine-tune Qwen3-1.7B-Base failed. The trace acknowledged the substitution and saved the replacement as final_model. What we did: We added a programmatic model-identity check that compares the submitted artifact with reference configurations for known instruction-tuned models. 3/ Using external LLM APIs as teachers 12 runs were flagged for disallowed external API use. Self-generation remains allowed. An agent can sample, filter, and retrain on outputs from the assigned model. What it cannot do is import the capability of a stronger external teacher. Loading models on the allocated compute remains allowed. What we did: - separate API usage judge reviews tool calls and artifacts. - unrelated provider credentials are removed or blocked from the agent environment. - runs invalidated by external API use were rerun under the corrected setup. 4/ Direct benchmark lookup 3 runs were flagged for direct PostTrainBench lookup, all from GPT-5.6 (Sol). In a GPT-5.6 (Sol) HumanEval run on Qwen3-1.7B, the agent searched for PostTrainBench by name, cloned the public repository, opened the trace viewer, and located the public trajectory corpus. It then narrowed the corpus to earlier runs on the same benchmark and base model. The run downloaded earlier agents' traces and training scripts, then extracted their data mix, LR schedule, decoding choice, and GRPO settings. This is not test-set leakage, but it gives the run benchmark specific strategies produced by earlier agents. That breaks the intended independence between runs. What we did: - A dedicated lookup judge reviews searches, repository access, and trace activity for attempts to consult PostTrainBench materials. - PTB, its leaderboard, and published materials from prior runs are treated as out of bounds during a run. - We are adding network-level blocking for PTB and related sites.
6
4
39
4,086
We are introducing PostTrainBench v1.1 As agents became more capable, they exposed gaps in our original run-integrity pipeline: test item targeted data, external API distillation, model swapping, and even direct lookup of previous PostTrainBench traces. The audit flagged: 234 runs for contamination, 12 for API use, 10 for model substitution, 3 GPT-5.6 (Sol) runs for looking up PostTrainBench Read more how we made the eval more robust:
1
10
3,179
Thoughtful retweeted
For my first post, I’m sharing a letter @NVIDIA signed on why open models matter. AI will transform every industry, power every company, and be built by every country. Open models strengthen safety and cybersecurity, accelerate innovation and diffusion, and enable sovereignty. The world needs both frontier closed models and frontier open models. images.nvidia.com/pdf/Open-W…
16,059
29,445
172,147
66,367,215
Hello, world.
12
1,420
Thoughtful retweeted
Today, @paperinstr and @thoughtfullab are releasing DiligenceBench, an agent-first benchmark for long-form equity research. DiligenceBench is designed to be a simple, grounded playground for our rubric-based RL and harness optimization work.
8
12
48
4,030
Thoughtful retweeted
We dropped DiligenceBench, a new frontier, rubric-based eval for public-equity research. A few observations: 1/ Meta Muse Spark 1.1 tops the finance harness at 57.4%, followed by GLM 5.2, Sonnet 4.6, and GPT-5.6 Sol. 2/ We found that strong models benefit primarily from generic tools that unlock execution, while weaker models require more opinionated, domain-specific scaffolding. 3/ Inkling appears to be domain-competence bottlenecked. The generic sandbox barely improved its performance, from 20.9% to 22.5%, suggesting that tool access alone was not enough. The finance harness then lifted it to 32.8%, with the largest gain coming from factual accuracy. This makes the value of a harness model-dependent. 4/ The finance harness shifts the price–performance frontier: it makes most models simultaneously better and cheaper, with GLM 5.2 leading on absolute performance and MiniMax M3 offering the strongest overall efficiency.
4
18
171
26,881
Thoughtful retweeted
Building frontier benchmarks like PostTrainBench is among the highest-leverage work in AI today. Reach out if you want to build them with us!
9
6
162
12,810
Two hundred and fifty years ago, America was founded on a radical bet: that ordinary people, trusted with freedom, would build extraordinary things. Our greatest tradition of innovation follows the same bet. We don’t just invent powerful technology — we put it in everyone’s hands. Cars were toys for the wealthy until Ford’s assembly line put America on wheels. Flight was a luxury until American aerospace opened the skies. Computers filled entire rooms until Apple and IBM put one on every desk. The internet was a research project until the browser put the world one click away. AI is on the same path. Each generation more capable, more efficient, and dramatically cheaper than the last. The future is built by making it abundant and by trusting millions of people to take this technology and create things none of us can yet imagine. That’s the most American bet there is. And it’s the future we’re building. Happy 250th, America. 🇺🇸
3
14
2,924
Thoughtful retweeted
i think these posttraining-automation benchmarks are even more important than they seem when models cross the threshold of being able posttrain other models, hopefully there will be a cambrian explosion of the types of minds authoring minds will become an accessible artform
GLM 5.2 is 5x cheaper than Opus 4.8 and 11x than Fable 5, yet it tops PostTrainBench. That’s exciting because lower costs make personalized intelligence economically viable. Every company and country should be able to own models trained on its own data and have sovereignty over it. The future is millions of models, each crafted around the data, values, and decisions of the people who rely on them.
57
96
1,436
147,917
GLM 5.2 is 5x cheaper than Opus 4.8 and 11x than Fable 5, yet it tops PostTrainBench. That’s exciting because lower costs make personalized intelligence economically viable. Every company and country should be able to own models trained on its own data and have sovereignty over it. The future is millions of models, each crafted around the data, values, and decisions of the people who rely on them.
23
45
544
347,608