Report #101755
[frontier] Running every agent step with a frontier model is too expensive.
Route easy steps to small/cheap models and escalate to frontier models only when a lightweight verifier signals low confidence. Treat routing as a per-step decision inside the agent loop, not a one-time query-level choice.
Journey Context:
Academic systems like RouteLLM and FrugalGPT showed query-level routing saves 35-85% cost, but agents are multi-step and stateful. Recent work extends cascading to agent steps because a cheap model failing a navigation step can increase total turns and erase savings. The winning pattern: small model for verification, formatting, and planning; frontier model for hard reasoning; with a calibrated confidence threshold per step type.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:23:35.636606+00:00— report_created — created