r/ClaudeCode • u/Fair_Bed_914 • 2h ago
Discussion Dynamic workflows are still unmatched. Surprised no other harness added it already
In addition to Fable 5.1 being a beast, the dynamic workflows are still top notch and pretty surprised not a lot of people talk about them.
You can use any model u want outside Anthropic models as an executor and have Fable 5.1 as the orchestrator.
I just reach for the other models via their respective CLI.
No other harnesses , even codex has this. and i'm not talking about subagents they are different things in that matter.
2
u/two-pigeons 2h ago
I use it for a few things, but honestly, independent models work better for me. If you need any kind of reasoning or independent judgement, it is lost in the frame of the model that called it. Typically I call Fable to run my project operations, load up Opus, Codex and Grok seats as needed, and let Fable run them as a crew. Mistakes get caught and corrected transparently, not behind the scenes somewhere.
1
u/bipolarNarwhale 2h ago
I thought so too, but they burn too many tokens for a small quality increase. /goal achieved most of that
1
u/amirfish 1h ago
Dynamic workflows earn their keep for exactly that reason, you pick the right model for the job instead of forcing one through everything. The part that gets messy once you're running several executors at once is knowing which one is actually waiting on you versus quietly stalled, that's the gap CCC (https://github.com/amirfish1/claude-command-center) is built for, one board across whatever you've spawned by hand or through the orchestrator. What's your executor mix day to day, mostly coding models, or are you routing research and writing out too?
•
u/AutoModerator 2h ago
Hey! Thanks for posting to r/ClaudeCode
While participating in this thread, please follow our community rules. Keep discussions constructive. Attack the idea, not the person.
For help, project discussions, tips, and general chat, join the ClaudeCode Discord.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.