Efficient Dispatch

Model-routing orchestration for any expensive frontier model (Fable, Opus, GPT-5.x) - the main model keeps judgment and Q&A review, mechanical subagent dispatches carry an explicit cheaper model, and ax measures whether the routing actually worked. Use when orchestrating codebase-heavy or token-heavy work with subagents, when dispatching Agent tasks without a model, when the user says "route to cheaper models", "efficient dispatch", "optimize model spend", or asks where their token spend goes. Pairs with the route-dispatch hook (deterministic backstop) and `ax dispatches` (evidence). Do NOT fire on single-shot questions or tiny tasks with no dispatching.

Necmttn e3bceb1 7.4 KB Updated

File contents

Necmttn/ax/tree/main/skills/efficient-dispatch commit e3bceb144f

Frequently asked questions

npx skillmds@latest add necmttn/efficient-dispatch