OpenAI says 10,000 concurrent agents tackled Navier–Stokes, result in 88 hours
HotFlamingo9653 · reddit · 2026-09-20
Per OpenAI, roughly 10,000 concurrent agents worked on the Navier–Stokes problem, exploring different approaches and exchanging millions of messages. The result reportedly came 88 hours after launch, with Lean formalization and verification taking another 17 hours.
The author digs into the hard part of multi-agent systems at scale: deduplicating work, tracking contradictory assumptions and dead ends, maintaining a shared record of what's proven vs. plausible, and deciding when to merge branches. They describe their smaller-scale experiment apodex, which kept separate branches (math history, formal verification, competing interpretations, Clay requirements) and tried to consolidate findings into one coherent analysis.
They ask builders: is the biggest bottleneck delegation, shared memory, evaluating intermediate work, or merging conflicting branches?
More from coding & agent
- WindTunnel benchmark: WebMCP makes browser agents 2.5-7.5x faster, 3-47x cheaper — FinanceYF5 · 2026-09-20
- Jev picks tools but can't generate text—Mercury 2.5 fills parameters at 1000+ tokens/sec — FinanceYF5 · 2026-09-20
- underclass pools multiple ChatGPT/Copilot subs behind one OpenAI-compatible local endpoint — airesearch12 · 2026-09-20
- Engineer's rant: at big company, everyone just feeds prompts to Claude Code all day — anshulkundaje · 2026-09-20
- The age of orchestration: pi-subagents (3.7k stars) for one-agent-many-subagents workflows — solyarisoftware · 2026-09-20
- Single HTML file adds weighted prompt randomization and consistency locks for ComfyUI — klartreumer · 2026-09-20