AIToday
Large Language ModelsTHE DECODERPublished: Sep 17, 2026, 22:00 JST

OpenAI's Provencher: >2 sub-agents burn tokens, zero quality gain

OpenAI's Provencher: >2 sub-agents burn tokens, zero quality gain

3 Key Points

  1. What happened

    OpenAI Codex developer Eric Provencher said on X that more than two parallel sub-agents almost always burn tokens without quality gains, citing a project where 1,393 Fable agents spent $20,000 refactoring one Python file.

  2. Why it matters

    Provencher calls this a "coordination tax" — agents don't trust each other and double-check work, so the extra token spend buys no better output, making swarm-style setups a costly trap for AI teams.

  3. What to watch

    He suggests delegating to separate threads that notify the main agent once done instead of polling, and acknowledges OpenAI still needs to ship better solutions; whether such fixes curb the overhead is the test.

WHO IT HITSAI engineering teams and product managers running multi-agent coding or workflow pipelines, whose token budgets and cloud bills are directly exposed to redundant verification and polling overhead, may need to cap parallel sub-agents.

Not sure about something? Ask the AI

Summaries like this, in your inbox every morning.

Context & Analysis

Eric Provencher's warning lands as AI agent swarms — setups where many parallel sub-agents tackle one task — are being marketed as a way to speed up work. His X posts describe the failure mode in concrete terms: agents don't trust each other, so they double-check everyone's homework, and the token bill climbs while output quality stays flat. The example he cites is stark: 1,393 Fable agents spent $20,000 in tokens refactoring a single Python file, work he says one Astra agent could have done for a fraction of the cost.

The mechanics he points to are mundane but costly. System prompts add up across sub-agents, and without enough context they make redundant tool calls; polling for status keeps the main agent busy instead of waiting for a notification. He suggests delegating to separate threads that notify the main agent only once done, and acknowledges OpenAI still needs to ship better solutions here. Swarms may save time, he writes, but the token overhead is a "trap."

The stakes hinge on whether better orchestration — smarter context sharing, notification-based handoffs — can cut the coordination tax without losing the speed advantage. For teams already running multi-agent pipelines, the reading is that parallel sub-agents above two are likely a cost center rather than a quality lever, at least until the tooling catches up.

FAQ
What is the "coordination tax" in AI agent swarms?
It's the term OpenAI Codex developer Eric Provencher uses for the extra token spend that comes from agents not trusting each other and double-checking everyone's work, which he says adds cost without improving quality.
What alternative does Provencher suggest to avoid burning tokens?
He suggests delegating tasks to separate threads that notify the main agent only once done, instead of constantly polling for status, and notes that system prompts and redundant tool calls also add up across sub-agents.
How many parallel sub-agents does Provencher say are safe?
He argues that more than two parallel sub-agents almost always burn tokens without improving quality, so keeping the count at or below two is his implied limit.

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • PeakMetrics leans on AI Perceptions to track brands inside ChatGPT, Gemini, Claude, Grok and PerplexitySiliconANGLE AI · 1h ago
  • DIGITIMES: Physical AI reshapes automotive SoC designDIGITIMES Asia · 1h ago
  • Adobe launches Student Spaces in Acrobat for freeYahoo Finance AI · 1h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleArm unites 80+ firms for Physical AI push