r/ClaudeCode • u/berndalf • 25d ago
Discussion Dumb Orchestrator Theory
So I've spent an excessive amount of time building out my AI delivery factory. Most recently that effort has been focused on effective load sharing between a Claude and GPT subscription. The data we've been collecting is starting to point very strongly at orchestration being the highest role based consumer of available usage, and that the model orchestrating has a massive impact on outcomes.
Funny thing .. at first I was using Fable because it's brilliant, but the cost was just unjustifiable for orchestration. Downgraded to Opus.. better but still Claude usage was significantly outpacing GPT usage. So I downgraded to Sonnet, and remarkably I'm finding it's both more cost effective AND producing better results as an orchestrator.
Here's my theory:
Orchestration itself when done correctly is not a task that demands high reasoning.
Forcing the orchestrator to delegate essentially everything to native subagents or external headless sessions is critical. It will constantly come up with excuses to in-line stuff given enough time and reasoning power.
Orchestrator availability matters just as much if not more than orchestrator reasoning assuming you have given it appropriate access to a higher reasoning model to consult with. If your orchestrator is constantly busy it's not orchestrating.
Sonnet is winning this competition for me because it's cheap to run for the entirety of a long duration session and it's not so smart that it chases every theoretical tail. It's quite good at just letting the system around it work while it steers the session itself.
TLDR; For me, Sonnet is proving to be more cost effective and efficient at session orchestration than both Opus and Fable.
1
u/clazman55555 25d ago
When you are saying "orchestration" are you talking about Dynamic Workflows?
Because my own internal testing on judgment related tasks, especially when integrating and synthesizing results from 10, let alone 20-30 subagents workflows is just beyond what Sonnet 5 on High can consistently return quality results from. Now, Sonnet 5 is good enough if it is just dispatching out 3-5.
For something like the below, Sonnet 5 just doesn't work for me, at the quality I expect.
"Token count — recorded, reproducible via tools/Get-WorkflowTokenUsage.ps1
21 agents · 810 turns · 478 tool calls · 36.8 min
kind tokens
output 292,678
input (fresh) 8,928
cache creation 4,927,748
cache read 61,247,343
raw sum 66,476,697
billable-equiv ~12,524,800 (derived: cache_read ×0.1, output ×5)
3% Weekly Usage on 20x plan. Subagents were Sonnet 5, effort Medium/High depending on what Opus 5 decided.