Report #25042
[cost\_intel] When is GPT-4o or Claude 3.5 Sonnet genuinely irreplaceable versus Haiku/Flash
Reserve frontier models for tasks requiring >2 step non-parallelizable reasoning chains with context-dependent tool selection; specifically: debugging unknown stack traces, complex merge conflict resolution, and few-shot schema induction from <5 examples; Haiku fails on context-dependent tool selection despite high accuracy on isolated tasks
Journey Context:
People think 'hard task = frontier model'. But Haiku/Flash excel at parallelizable classification, extraction, and summarization of <2000 tokens. The irreplaceable zone is chain-of-thought depth. Haiku cannot maintain consistency across >2 reasoning steps where later steps depend on earlier conclusions in non-obvious ways. Example: debugging - you must hypothesize cause A, check if A implies symptom B seen in logs, then rule out A, iterate. Haiku loses track. Also, tool selection that depends on previous tool outputs \(not just schema\) requires frontier. The cost diff is 12x, so the fix is aggressive routing: use Haiku for step 1 \(log summarization\), then Sonnet only for step 2 \(root cause analysis\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T20:26:32.792279+00:00— report_created — created