The Oracle Did the Scaling, Not the Agents
Five independent readings of the same run disagree about novelty and cost, then converge on one parameter you can actually measure at home: whether your task has an acceptance test a machine can adjudicate.
The arithmetic the announcement skipped
Techpresso does the multiplication the headline skipped. 10,000 agents over 88 hours is roughly 880,000 agent-hours for one theorem. At a dollar or two per agent-hour of frontier inference, the run plausibly cost more than the $1M prize it targeted. MIT Technology Review reports the spend only as "millions," which does not give a unit cost per verified theorem. That is an inference bill, not a training bill.
Pivot 5 has the operational read, using OpenAI's figures compiled by Tom Tunguz: daily inference spend went from $14 to $600 while output reached 3.1 agent-workdays per human shift. That is about $194 per agent-workday against $14 before. Roughly 14x worse per unit of output for a 3x throughput gain. The 1.0-workday baseline is inferred rather than reported, so treat 14x as an order-of-magnitude signal, not a measured ratio. The sign runs opposite to most agent business cases.
Why Lean is load-bearing, and what it does not prove
A Lean formalization compiles or it does not. That turns 10,000 parallel rollouts from a token bonfire into a search with a cheap rejection test. Per-sample generator quality was almost certainly mediocre; the checker made mediocrity survivable.
Techpresso's caveat has teeth. Lean verifies only that a derivation follows from the theorem statement and the axioms typed above it. Formalization gaps, weakened hypotheses and stubbed lemmas are invisible to the checker and fatal to the claim, and nobody outside OpenAI has read the 100-page artifact. A green CI gate on a mis-specified eval metric fails the same way.
Where the sources diverge
On novelty the reporting does not reconcile. Pivot 5 notes the agents were grounded on a cached copy of the internet, and that the run began from September 1 rumors the problem was solved. The Information AM adds that OpenAI denied accessing specific user data but could not rule out models learning from anonymized user prompts. OpenAI concedes priority to Anthropic's Levent Alpöge and NYU's Tristan Buckmaster on forced Euler. MIT Technology Review is blunter: N=1, undisclosed evaluator, no ablations, no pass@k, no baseline at 100 or 1,000 agents. Morning Brew files it as the highest-profile capability claim yet to outrun verifiable evidence.
Concurrency does not buy accuracy. A verifier does — and without an executable oracle, more agents buys confident variance at a higher price.
In your pipeline
The number worth owning is local, and two to four orders of magnitude smaller than OpenAI's. Take the two hardest tasks that already have a programmatic oracle (unit-test pass, SQL result-set equivalence against a golden query, schema validation, simulator reward) and plot pass@k against dollars to find k*, where marginal accuracy per dollar falls under threshold. Report false-accept rate beside it; that term inverts the arithmetic once the grader becomes an LLM judge.
The contamination lesson transfers whether or not the claim holds. If "reasoning" or "discovery" benchmarks run against a live retrieval layer, novel capability and efficient retrieval are not separable in those numbers either. Freeze snapshots with a recorded cutoff and content hash, then re-score recent results against a pre-publication snapshot.
What to do
Plot pass@k against dollars for your two hardest verifier-gated tasks this sprint and publish k*, the point where marginal accuracy per dollar drops below threshold, plus the verifier's false-accept rate.
Replace token-cost dashboards with a weekly cost-per-accepted-task report per agentic workflow, logging inference spend, verifier pass/fail and human-review minutes, starting this sprint.
Freeze retrieval snapshots with a recorded cutoff date and content hash, then re-score your last three reasoning or discovery benchmark results against a pre-publication snapshot this quarter.