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)

Read original