Report #64251
[cost\_intel] When does Claude 3 Haiku match Sonnet for structured JSON extraction at 10x lower cost
Use Haiku for single-document schema extraction where fields are explicit in the text; switch to Sonnet only when extraction requires cross-sentence inference, numerical calculation, or multi-document synthesis. Expect 90%\+ accuracy parity on flat schemas, 40% accuracy on nested reasoning tasks.
Journey Context:
Teams default to Sonnet for all extraction 'to be safe', but Haiku's 90% cost reduction makes it viable for 70% of production extraction tasks. The failure mode isn't hallucination but 'confident omission' - Haiku silently drops fields it doesn't see explicit evidence for, while Sonnet infers them. Quality degradation signature: Haiku produces valid JSON but with nulls where Sonnet would infer values.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T14:19:57.449053+00:00— report_created — created