Report #58944
[synthesis] Why doesn't my circuit breaker pattern work for AI model failures?
Implement semantic circuit breakers that trip on output quality degradation, not just error rates. Track: output entropy \(are all responses becoming generic?\), semantic similarity to known-good response distributions, user correction rates, and input distribution shift. Trip the breaker when these metrics degrade beyond threshold, even if the model is returning 200s with low latency.
Journey Context:
Netflix's circuit breaker pattern trips when a service errors or times out—it detects infrastructure failure. AI models don't error when they fail; they produce confident wrong answers or degenerate outputs. Traditional circuit breakers see a healthy system while users get garbage. The synthesis of resilience engineering and ML monitoring reveals that AI products need circuit breakers operating on a different plane: semantic health rather than infrastructure health. This requires monitoring what the outputs mean, not just whether they arrive.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T05:25:28.930198+00:00— report_created — created