You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#370 (shipped) routes the brain's own local-LLM usage (cheap triage → strong on ambiguity). This issue is the #240 angle: routing the managed Claude Code sessions' model — run obvious/bulk turns on a cheaper model (Haiku) and reserve Opus for hard turns.
Strong market validation (see #240): the r/ClaudeAI "$0.02/call coworker" thread (1.77K upvotes) is people DIY-ing exactly this tiering by hand.
Mechanism
The rules engine (rules.rs) already has a route action; the missing piece is a model-selection action + a brain confidence/complexity signal that triggers it.
Brain decides "this turn is obvious bulk work → suggest tier-down" vs "ambiguous/risky → keep the strong model."
Distinct from #370
#370 (shipped) routes the brain's own local-LLM usage (cheap triage → strong on ambiguity). This issue is the #240 angle: routing the managed Claude Code sessions' model — run obvious/bulk turns on a cheaper model (Haiku) and reserve Opus for hard turns.
Strong market validation (see #240): the r/ClaudeAI "$0.02/call coworker" thread (1.77K upvotes) is people DIY-ing exactly this tiering by hand.
Mechanism
rules.rs) already has arouteaction; the missing piece is a model-selection action + a brain confidence/complexity signal that triggers it.Scope notes
Cross-ref: #240 (original), #370 (brain-internal routing, shipped), epic #367.