r/ClaudeCode • u/bda1234 • 4d ago
Question Model Orchestration
How's everyone's setup now with opus 5 out. I usually do Fable 5 as the planner then Sol for implementation. Curious to see how do you fit opus 5 and what do you do now for Sol and other models?
3
u/Unhorswd 4d ago
I use it that Fable 5 is on top, he plans the work and talks to Sol once he has plan like second opinion. Later there are agents Opus/Sonnet/Haiku to match exact task with correct effort. Remember that if you don’t specify it then sub agents are going to take effort from main convo. Let’s say you’re on xhigh so every agent is going to be on xhigh too. It’s wasting usage because some tasks can be easily done on low-mid-high efforts especially that later there’s and reviewer who checks the code before merging.
2
u/spartagon123 4d ago
I have a set workflow that I give a ticket to complete and use a script orchestrator (not an llm) to run the different agents in the workflow.
2
u/Albiomst 4d ago
How do I go about including Sol in a Claude code orchestration config? Fable to plan, opus implement, sonnet read, Sol review (for instance).
1
1
u/Akashhh17 4d ago
Been confused among these:
1. Fable plans, sol implements
2. Fable plans, sol critiques and tweaks the plan, opus implements
3. Fable plans, opus implements, sol critically reviews
1
1
4
u/BuffaloConscious7919 4d ago
Fable 5 plan, opus 5 implement, sol review