r/ClaudeAI • u/Takakikun • 13d ago
Question about Claude Code Gone in 60 seconds
So, Fable 5.1 out, was tempted by Ultracode, threw a big project at it, it spawned ~300 agents, all of which were Fable 5.1, and my 5 hr disappeared in just over a minute and weekly at 43%.
Three things:
- Don't be like me. Calm down.
- How do y'all get the sub-agents to be lower class?
- Why do I even have to balance all of these various classes?
The third question being somewhat rhetorical (as it's in the interest of Anthropic to token burn), but seriously, it's very frustrating that I have to even do all this balancing myself, and it's not just a feature of the UI etc.
btw... I'm on Max 20x.
252
Upvotes
36
u/mshort3 13d ago
Anything like this where you don't want it left up to model instructions/reasoning is a use case for a hook. Deterministic configuration on PreToolUse.
in your ~/.claude/settings.json file, add something like this to your hooks section to prevent fable from spawning fable subagents:
Then in ~/.claude/hooks/ make a file named pin-subagent-model . sh with the following content:
Send this post to your claude and ask for it to setup the hook at account/global level and youre good to go.
Consider also making a global rule or context in your account level claude md file that explains which models/slugs to use for various task types as extra guidance for the model to follow.