Fetching from the wire…
Public story · 2026-07-25 · high
Anthropic's Opus 5 delegation warning shipped the same day, quietly compounding fleet costs.
Why now: Anthropic's delegation warning and Claude Code's depth-3 default landed within a day of each other, and nobody had connected the two yet.
Claude Code raised its default nested subagent spawn depth from 1 to 3 in v2.1.219, per the changelog. A subagent can now spawn a subagent that spawns a subagent, with no configuration required.
If you run agent fleets on a subscription or a fixed budget, that's a cost regression with no error message. It just shows up as "why did my usage spike." The depth change shipped within a day of Anthropic's Opus 5 prompting guide, which warns the model "delegates to subagents more readily than prior models" and that this "multiplies cost and time when applied to small tasks." Two changes, same week, compounding in the same direction, and nothing tied them together until now.
The fix is two changes, not a redesign. Set CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1 to keep the old default, then paste Anthropic's delegation constraints into your system prompt: delegate only for large, independent work, never delegate to verify your own output, and prefer one subagent over several. I set both this morning. Depth 3 might be right for a research setup that wants an orchestrator spawning specialists, but I'd rather that be a decision I made, not a default I inherited.
The guide has a second fix worth more than the first: delete "verify your own work" instructions from your prompts. Opus 5 self-verifies, and lines like "include a final verification step" now cause over-verification, per Anthropic. Cutting them saves tokens without hurting quality. If you built writer-verifier scaffolding for Opus 4.x, you're paying twice for behavior the model already does for free.
There's a matching trap in code review prompts. Opus 5 follows scoping instructions literally, so telling it to "only report high-severity issues" makes it report fewer findings, real bugs included. Ask for everything, then filter severity afterward; accuracy holds even at lower effort settings, per Anthropic.
Teams that get burned by the new default will blame Opus 5's pricing before they check their subagent depth setting.
Each link below shares sources, entities, or timing with this story.
Opus built by Anthropic / Shared entities / Shared topic
Linked by a graph relationship (Opus built by Anthropic); both cover Anthropic, Claude Code, Never, Opus; overlapping topics (anthropic, code, cost, instruction, model).
Anthropic released Claude / Shared entities / Same source / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic released Claude); both cover Claude Code, Opus, Then, There; cite the same source (Claude Code v2.1.219).
Opus built by Anthropic / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Opus built by Anthropic); both cover Anthropic, Claude Code, Never, Opus; overlapping topics (anthropic, code, cost, model).
Linked by a graph relationship (Opus built by Anthropic); both cover Anthropic, Claude Code, Opus, There; overlapping topics (code, model, spawn, subagent).
Linked by a graph relationship (Opus built by Anthropic); both cover Anthropic, Claude Code, Opus, Then; overlapping topics (cost, instruction, model, opus).
Anthropic partners with OpenAI / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic partners with OpenAI); both cover Claude Code, Opus, There, Thinking; overlapping topics (code, model, opus, thinking).
Anthropic released Claude / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic released Claude); both cover Anthropic, Claude Code, Then, There; overlapping topics (anthropic, code, model).
Opus built by Anthropic / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Opus built by Anthropic); both cover Anthropic, Claude Code, Opus; overlapping topics (anthropic, code, model, opus).