Report #102777
[cost\_intel] Small models hold up on classification and extraction but collapse on multi-hop reasoning and subtle negation
Use small models as fast filters and routers; route anything requiring synthesis across multiple sources, counterfactuals, or precise negation to a larger model. Benchmark on your hardest 5% of inputs, not average cases, because that's where cost shifts explode.
Journey Context:
The common advice is 'use smaller models,' but the cliff is task-dependent. Binary classification, entity extraction, and simple formatting often achieve 95% accuracy on small models at 1/10th the cost. However, tasks like 'compare these two contracts and list contradictions' or 'does this policy answer contradict the FAQ?' see error rates jump from 3% to 30%. The hidden cost is rework: a cheap wrong answer followed by human review or a larger-model retry is more expensive than routing correctly the first time. Build a small-model confidence score and fallback path.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:26:40.686796+00:00— report_created — created