Report #101874
[cost\_intel] Should I route all traffic to reasoning, or build a cheap-model-first cascade?
Default to a cascade: cheap instruct model first, then escalate to reasoning only if confidence is low, validation fails, or the query matches known hard patterns such as math, code, debugging, or multi-hop analysis.
Journey Context:
Routing research shows lightweight classifiers can match frontier accuracy at one-fifth to one-tenth the cost by sending most queries to small models and only hard queries to large or reasoning models. CARGO achieved 76.4% top-1 routing accuracy using embedding-based regressors, and DART uses cheap no-thinking drafts as a difficulty probe to invoke thinking only when drafts disagree. You do not need perfect routing; you need a router that captures most easy queries. Even a simple heuristic—if the prompt contains math, code, debugging, or multi-step reasoning, use reasoning; else use instruct—captures a large fraction of the savings. The quality signature of a bad router is confidently wrong cheap-model answers, which a verifier step can catch.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:35:31.119265+00:00— report_created — created