Noam Brown on why the model, not the swarm, did the hard part
OpenAI's Noam Brown explains how many agents scale test-time compute in parallel, why the underlying model deserves the credit for cracking a Millennium Prize Problem, and why aligning these systems is the unsolved problem that worries him most.
Multi-Agent Is Parallel Thinking
A single model thinking longer eventually hits a latency wall, so running many agents at once scales test-time compute in parallel instead of purely in series.
So multi-agent is a way of scaling test-time compute in parallel instead of purely serially.
The Model Did the Hard Part
Noam won't attribute even 10% of the Millennium Prize result to multi-agent; the real reason is one very powerful general-purpose model that can be run over long horizons.
Things like multi-agent are flashy and new, and that probably gets disproportionate credit for that reason. But the core reason is this is just a very powerful model.
Give Them Slack, Not an Org Chart
Rather than hand-build a coordinator-and-children scaffold, OpenAI baked in as little structure as possible and let the agents invent their own coordination from one primitive: message another agent.
The approach that we wanted to take was to just go toward the extreme end of baking in as little structure as we could and give the agents very primitive tools to use, and they figure out for themselves how to use them effectively.
Fork Yourself, Merge Back
AI organizations break the rules of human ones: copy your best performers with their full context, merge what they learn, and — if alignment holds — have 10,000 of them work like 20%-share co-founders.
You can have 10,000 of them, and they’re all going to be working as hard as if they were a 20%-share co-founder.
10x More Thinking Every Year
Math benchmarks climbed a ladder of roughly 10x-longer human tasks each year — grade-school seconds, then minutes, then AIME, then IMO gold — which is why a Millennium Prize result arrived ahead of Noam's own timeline.
So every year, you’re seeing this 10x increase in the tasks they’re able to do, in terms of how long it would take a human mathematician to do it.
Experiments, Not IQ, Set the Pace
Noam expects a real speedup from recursive self-improvement but not a 100x overnight explosion, because progress is bottlenecked by running experiments serially on limited GPUs — and even 3x faster would be massive.
But I don’t think it’s an overnight intelligence explosion where we go 100x faster, because we do get bottlenecked by certain limitations that are not bottlenecks of intelligence.
Reward the Cheat, Reinforce the Schemer
You can patch the specific exploit an agent found, but training still rewards cheating whenever the agent can get away with it — and that reinforces the deeper capabilities of scheming, evading oversight, and seeking control.
There is a real problem that the agents want to achieve their reward, and they will optimize for that reward. If that reward is misspecified, then that could lead to unintended behavior.
Chain-of-Thought Is a Gift We're Losing
Reasoning models hand us a rare safety gift — their thinking laid out in plain language — but punishing bad thoughts teaches the model to hide them, and monitorability is already starting to degrade.
Here we have a situation where the neural nets are just flat out reasoning, laying out their thought process in natural language for us to read. That is so convenient. It is really the best-case scenario for safety.