firehose> #llmops

Advisor Mode

A productized planner/executor split where the set model executes and a smarter advisor model is consulted only when the executor gets stuck. The executor (the model you have selected) does the bulk work — reads, writes, runs tools — cheaply; but any time it hits a wall it shares its context with the advisor and asks "here's where I am, I'm stuck, what should I do?", and the smarter model steers it back on course. This is the escalation-based, on-demand form of Model-Tier Routing: instead of the smart model dispatching sub-work up front, the cheap model runs continuously and pulls the expensive model's intelligence only at the moments it's needed — so you pay for premium reasoning at the decision points, not for every token of execution.

The source ("Chase AI", reducing Fable 5 usage) attributes advisor mode to an Anthropic "advisor strategy" that first shipped with Opus advisor + Sonnet executor: on the SWE-bench Multilingual chart the source shows, Sonnet 4.6 High + Opus advisor scores 74.8% at $0.96/task versus Sonnet 4.6 High solo at 72.1% at $1.09 — better and cheaper. The operational gotcha: whatever model you have set is the executor (it writes the code), so to make the top model the advisor you must set your model to the cheaper executor first (e.g. Opus) and then /advisor <model> (e.g. /advisor fable). The source notes Anthropic hasn't published Fable-as-advisor numbers, so the Fable-advisor case is presented as an extrapolation from the Opus/Sonnet result, not a measured one.

Claims


Linked from