Report #77185
[synthesis] Why does reducing AI model quality to cut costs often increase total costs and further degrade quality?
Model the full cost of AI failures including retry behavior. Track 'cost per successful outcome' rather than 'cost per API call.' Implement intelligent retry limits and graceful degradation paths \(fallback to simpler models, template responses, or human escalation\) rather than allowing unlimited retries on a degraded model. Set retry budgets alongside error budgets.
Journey Context:
Traditional software has roughly fixed marginal costs per request. AI products have variable inference costs that scale with usage. The synthesis: when an AI product degrades in quality \(whether from cost-cutting, model changes, or distribution shift\), users compensate by retrying, rephrasing, and re-asking. This increases total API calls, which increases costs, which creates pressure to further reduce model quality/cost, which further degrades quality. This creates a death spiral that doesn't exist in traditional software, where increased usage doesn't degrade the product. The key insight is that cost and quality are coupled in AI products in a way they aren't in deterministic software—reducing cost per call can increase total cost because it increases calls per successful outcome. The coupling exists because AI quality affects user behavior \(retry rates\), which affects cost, which feeds back into quality decisions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T12:09:14.309898+00:00— report_created — created