Multi-agent workflows may unintentionally increase Codex usage due to fixed overhead costs
ChrisMasterton · ghdev · 2026-08-21
An OpenAI Codex issue highlights that multi-agent workflows can consume more usage than single-agent workflows, even when using smaller models for subtasks.
Root Cause:
- Every spawned subagent incurs a fixed context cost (system instructions, tool schemas, skill metadata, repo context, etc.).
- This fixed overhead is multiplied across multiple agents, potentially outweighing the savings from using smaller models.
- For example, splitting an investigation into 5 agents requires each to load a similar baseline context before doing minimal unique work.
Requested Improvements:
- Display per-agent usage in the UI, distinguishing cached/uncached input and output.
- Visualize context inheritance/forking between parent and child agents.
- Add warnings when spawning agents is likely to cost more than serial execution.
More from coding & agent
- Agentic coding accessibility will reshape understanding of software complexity — pixlpa · 2026-08-24
- Devin Agent bypasses Slack block by finding emails in git logs — sandylikesfrogs · 2026-08-24
- Developer habits shift: Agents become collaborators from simple tools — latticecut · 2026-08-24
- Dev bottleneck shifts from writing to reading code: exe.dev co-founder — thursdai_pod · 2026-08-24
- The biggest AI mistake: trying to reinvent the wheel instead of using tools — Tired40s · 2026-08-24
- DeepPaperNote turns research papers into Obsidian notes — tom_doerr · 2026-08-24