Report #103338
[cost\_intel] Small routing models silently miscalibrate on rare intent classes
Use cheap models only for coarse routing with stable class distributions; route uncertain or tail-class queries to a larger model, and monitor per-class precision/recall rather than aggregate accuracy.
Journey Context:
Intent routing, spam detection, and triage are often 5-10x cheaper on small models \(Claude Haiku, GPT-4.1-mini, Gemini Flash\) because they are single-label and short-context. The cliff appears on rare classes and adversarial phrasing: small models are over-confident on common classes and under-confident on rare ones, so aggregate accuracy looks fine while the business-costliest cases are misrouted. Calibrate with temperature=0, expose logprobs, and set a confidence threshold that escalates uncertain queries. The quality signature is per-class F1 drift and expected calibration error, not top-1 accuracy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:25:16.523337+00:00— report_created — created