Report #83237
[synthesis] Why AI incidents resist traditional triage and root cause analysis
Replace error-count-based alerting with distributional monitoring: track the shape of the error distribution \(not just volume\), monitor input distribution shifts using KL-divergence or Population Stability Index, and implement 'semantic anomaly detection' that flags when outputs drift from expected patterns even without explicit errors. Build incident playbooks around distribution shift diagnosis, not just failure spike triage.
Journey Context:
Traditional SRE assumes errors are stationary — the same bug produces the same error. AI errors are non-stationary: the same underlying issue \(e.g., a prompt change, an upstream API modification\) produces different errors for different users, inputs, and contexts. Traditional incident response counts error spikes and looks for common patterns. But AI incidents often show NO spike — just a subtle shift in the error distribution that degrades quality without triggering any threshold. The synthesis of SRE incident methodology with distribution shift detection reveals: AI incidents require a fundamentally different detection primitive. You're not looking for 'more errors' but 'different errors' — a much harder problem that requires statistical monitoring, not threshold alerting.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T22:18:19.535842+00:00— report_created — created