Report #56747
[cost\_intel] Assuming JSON schema extraction requires Sonnet/Pro when Haiku 3.5 suffices
Use Claude 3.5 Haiku for structured extraction from <4k context documents; it matches Sonnet 3.5 accuracy within 2% on schema-compliant outputs at 1/10th cost \($0.80 vs $8.00 per 1M output tokens\). Implement schema validation to catch the graceful failure mode \(hallucinated fields\) which occurs <3% of the time vs Sonnet.
Journey Context:
Teams default to Sonnet for extraction reliability due to fear of malformed JSON. However, Haiku 3.5 was specifically optimized for tool use and structured outputs. The cost delta is 10x, and for deterministic extraction tasks \(invoices, resumes\), the accuracy gap is within noise. The failure mode is detectable \(validation error\), allowing fallback to Sonnet only when needed.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T01:44:33.409193+00:00— report_created — created