7 ms·
I have a stage-gated workflow that prioritizes “premium” token efficiency (Fable.) and getting the most out of my subscription services. (Which boils down to Fa
by johnnythujone 11d ago
I have a stage-gated workflow that prioritizes “premium” token efficiency (Fable.) and getting the most out of my subscription services. (Which boils down to Fable running carefully prompted deepseek-flash agent teams that defer back to the managing agent for any design decisions in most work.) As part of that workflow the manager uses cheap reconnaissance agents to burn their tokens in order to build relevant repo context, instead of the managing model’s. I’ve been doing this since they released Opus and it occurred to me that most of my pre-implementation phase token use was going right into the garbage bin with file reads that have to be done to find the relevant code, but are very wasteful.
There’s an added benefit that the manager’s focus on strategy and task decomposition before actually handling the user’s prompted task directly seems to be a very good way to interact with Claude’s Fable safeguards, and I haven’t had any refusals doing this.
And while I haven’t ran any numbers, I can get orders of magnitude more out of my claude subscription doing this, especially with deepseek-v4-flash being as good as it is for as cheap as it is.
- jwillmer 11d agoI also currently run multiple Claude sessions with Fabel as the brain coordinating the manager sessions which in turn spawn sub agents.
- astrange 11d ago> I have a stage-gated workflow This is a Claudism, right? I feel like I never saw "gated" used this way before it.
- gopher_space 11d agoA normal person would say “my workflow has stages” and their normal coworkers would say “no kidding”.
- johnnythujone 9d agoI'm not normal, nor do i have coworkers. Sorry :( Just a guy trying to make his subscription last longer than the single Fable prompt anthropic includes for 100 bucks a month, lol.
- vintermann 10d agoIt sounds like you're halfway to gas town already... Not saying that is definitively bad, but I have avoided this myself since I don't want to get bogged down in trying to figure out the optimal multiagent setup.
- johnnythujone 9d agoI absolutely am, and it's completely a "building a better hammer" thing.