Report #77398
[cost\_intel] When does Claude 3.5 Haiku match Sonnet quality at 1/10th cost for structured extraction?
Use Haiku for schema-governed extraction from <4k context with <5 flat fields and no cross-sentence coreference; deploy Sonnet only for nested reasoning or >10-step dependency chains.
Journey Context:
Haiku fails on implicit context resolution \(e.g., anaphora like 'the former' across paragraphs\) and multi-hop logic. Quality signature: Haiku hallucinates values for optional schema fields when uncertain \(fills fake strings\), whereas Sonnet leaves them null. Cost math: Input $0.80/1M vs $3/1M matters less than output: $4/1M vs $15/1M; in JSON mode, output dominates, yielding ~3.5x total cost difference, but Haiku is 10x cheaper per quality point on flat extraction.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T12:30:25.688223+00:00— report_created — created