Small models win only when routing is trustworthy
Most production requests do not need the most capable model. Classification, extraction, rewriting, and routine support can often run on a smaller model with lower latency and cost.
The hard part is routing. If the system sends a difficult request to the cheap tier, the visible failure can cost more than the saved tokens. Useful routers combine intent, input size, risk level, prior failure patterns, and confidence from a lightweight first pass.
Teams should evaluate the router as its own model. Measure false downgrades, unnecessary escalations, cost per successful task, and the quality difference users actually notice.
- Category
- Data
- Platform
- Web