Subagent coordination in Claude Code costs zero tokens

Developer 0xCodez posted a 14-step guide on X on July 20 for restructuring Claude Code's dynamic workflows as a graph instead of a linear chain.
Dynamic workflows landed in research preview in late May 2026. Claude writes a JavaScript orchestration script, the runtime executes it in the background and spawns subagents from there. Intermediate results live in the script rather than the model's context, so the coordination itself doesn't consume tokens.
The core heuristic: at every 'and then' in your workflow, check whether the next step actually reads the previous step's output. If it doesn't, run those steps in parallel.
The guide is not a substitute for the official docs, and some details, including parallelism limits, conflict with other write-ups. The feature needs Claude Code v2.1.154 or newer and is toggled on Pro under Dynamic workflows in /config.
Related stories
- A Claude Code cron job now triages support tickets over MCP
- Claude went from bug hunt to abuse report on New Year's Eve
- Claude Code Projects threads can now run on your machine
- In Claude Code, one CLAUDE.md silently kills your AGENTS.md
- Claude Code shipped its own TypeScript in npm source maps
- Bun's half-million lines of Zig became Rust in eleven days
Comments
No comments yet. Be the first.
Join the conversation
Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.
