Cheaper LLMs can make your whole workflow more expensive
zeuslac · reddit · 2026-09-21
A widely overlooked cost trap: a cheaper model per call can raise total workflow cost.
- Small models do fine on easy cases, but on hard ones their suggestions are weak enough that reviewers read, cross-check, then just do the work themselves — slower than pre-AI. Errors that slip through review cost far more to fix than inference ever cost.
- The model bill goes down while work cost goes up, and nobody notices because the model bill is the only tracked number; review time sits elsewhere and later corrections are rarely linked back.
Two follow-on insights: routing by difficulty helps, but its value depends entirely on the price gap between models — a single price cut can remove the reason for the routing layer, so keep it cheap to unwind. And a router can be financially better yet fail on quality: push enough hard cases to the weak model and overall error rate exceeds the manual baseline while the spreadsheet still shows savings.
The fix is unglamorous: one record per task tying model usage, review time and later corrections together, so you see the full cost of completed work rather than the cost of a call.
Related event: Smaller Models Can Cost More: Hidden Review and Rework Expenses(3 posts)→
More from coding & agent
- Thorsten Ball: Code Review Will Die, and Unit Tests Might Follow — rseroter · 2026-09-22
- Tinfield 1 open-weight model claims to beat Claude Opus 4.8 on Terminal-Bench — victormustar · 2026-09-22
- LangChain ships SemIf decision model: structured classification via LLM Gateway — LangChain · 2026-09-22
- Qwen Code Desktop v0.24.3 ships bwrap sandbox, DingTalk output and token budgets — github-actions[bot] · 2026-09-22
- Hazy Research: agents are replacing abstractions — CUDA DSLs are heading to retirement — ricklamers · 2026-09-22
- Musk reveals multi-agent setup: Grok Bot orchestrates Claude Code, Codex, hints at Grok 4.7 — elonmusk · 2026-09-22