Topic hub

Model routing

How teams route work across model families, effort levels, cheap executors, judges, and local/runtime constraints.

Short answer

  • Model routing treats models as swappable execution resources rather than a single product choice.
  • The pattern is to match task risk, latency, cost, and verification needs to the right model or model sequence.
  • This makes the harness more durable than any one frontier model release.

Pattern memory

Current hypotheses

2 patterns
  1. high

    Harness architecture outlives model choice

    For production agents, the harness is becoming a more durable product boundary than the identity of the model running inside it.

  2. high

    Agent economics moves to completed work

    The economically meaningful unit for agent systems is becoming cost per verified completed task rather than cost per token or model call.

Raw signals

Recent observations

11 signals
  1. OpenCode makes the model a swappable dependency

    OpenCode keeps rules, skills, permissions, sessions, and tools stable while the underlying model changes.

  2. A pricier model can be cheaper per completed task

    Cognition reports that Fable 5 completed coding work with fewer steps and output tokens than its previous lead model.

  3. Claude Code separates model choice from effort

    Anthropic exposes model selection and effort level as different controls for capability, token use, latency, and persistence.

  4. Improve routes architecture and execution to different models

    The Improve skill audits a repository with a stronger planning model and delegates bounded fixes to cheaper executors.

  5. An advisor model can guide a cheaper executor

    The advisor-tool pattern lets a fast executor request bounded analysis from a stronger model while keeping control of the task loop.

  6. An inference gateway makes model switching operational

    Inference.net exposes model routing through a stable gateway so clients can change providers without rewriting every integration.

  7. Coinbase Reports Lower AI Spend as Token Use Rises

    A production account suggests routing, caching, model choice, and workflow design can reduce unit cost even while aggregate agent usage expands.

  8. GLM-5.2 Changes the Economics of Claude Code Workflows

    A capable open model routed through compatible infrastructure can replace premium inference for parts of a coding-agent workload.

  9. Sakana Fugu Presents Multiple Agents as One Model Endpoint

    Fugu hides a multi-agent debate and synthesis system behind a model-like interface, making orchestration an implementation detail of inference.

  10. Fusion API Uses Multiple Models and a Judge for One Answer

    A single endpoint can route a question to several models and synthesize their outputs, moving model selection and comparison behind an orchestration layer.

  11. Vercel Treats Production AI as Multi-Model Infrastructure

    Vercel's gateway view assumes model providers are routable dependencies with fallback, observability, and policy around them.