Claude Code workflows move toward manager agents and worker agents
Claude Code workflows are moving beyond one long chat with one model into a setup where several agents split a development job. The main pattern uses a Markdown feature spec as the , then a primary agent called Fable assigns work to several Opus subagents. The primary agent checks their output, sends work back when it needs correction, and can keep a feature build moving for several hours before a final .
Related workflows apply the same idea to bug hunting, rule checks, , and , with several agents looking at the work from different angles. Cost is a major reason this pattern matters. Reported benchmark numbers showed Fable 5 as the manager and Sonnet 5 as the worker reaching 96% of the of an all-Fable setup at 46% of the cost; on BrowseComp, that meant 86.8% versus 90.8% accuracy and $18.53 versus $40.56 per problem.
A second pattern, where Sonnet 5 executes and consults a Fable 5 advisor, reached about 92% at about 63% of the cost on .
Key points
- A Markdown feature spec guides the whole workflow.
- A primary agent assigns tasks to Opus subagents and checks their work.
- The Fable 5 manager plus Sonnet 5 worker setup was reported at 96% and 46% cost versus all-Fable.
- The same multi-agent idea is being used for bug discovery, , rule enforcement, and .
- The practical use case is development with final , not hands-off deployment.
Sources covering this story (36)
- r/ClaudeWorkflowsClaude Code workflows move toward manager agents and worker agents ↗
- Hacker NewsShow HN: Shellular – run Claude Code, Codex, Pi from your phone ↗
- Hacker NewsShow HN: Abralo – Free, easy way to run several Claude Code agents in one window ↗
- r/ClaudeCodeClaude Code still can't grasp "long-running jobs must survive VS Code closing." Five months. Every version. Every day. ↗
- r/ClaudeAIAnthropic just benchmarked "Fable 5 orchestrates, cheap models execute": 96% of the performance at 46% of the cost. You can run this pattern in Claude Code today ↗
- r/ClaudeWorkflows[Workflow] Multi-Agent Ensemble for Robust Bug Discovery: The "Parable" Adjudicator Workflow ↗
- r/ClaudeWorkflows[Workflow] Parable: A Fable-Style Claude Code Scaffold for Opus with Ensemble Review, Rule Enforcement, and Context Management ↗
- r/ClaudeAIDispatch went insane today ↗