The scorecards
Anthropic, xAI, OpenAI · September 3, 2026
ChatGPT, Claude, Grok outages: achieving multi-provider AI high availability in a capacity-constrained world
On September 3, 2026 Claude, Grok, and ChatGPT all failed within two hours. A three-company incident scorecard, and what it means for multi-provider AI.
- Anthropic
- 3.8 / 10
- xAI
- 3.7 / 10
- OpenAI
- 7.5 / 10
GitHub · August 17, 2026 · 7h 47m
GitHub incident: autoscaling misconfiguration and retry storm
GitHub's August 17 outage took out Pull Requests, Actions, and Copilot for nearly eight hours. An incident scorecard on how they detected, communicated, and recovered.
How the scoring works
Each dimension is scored 1–10, or marked N/A where it does not apply — a deployment-rollback score means nothing for an incident no deployment caused. The headline incident score is the unweighted mean of the dimensions actually graded; N/A entries are excluded rather than counted as zero, so sitting a dimension out never drags a score down.
| Dimension | What it measures |
|---|---|
| Detection | |
| Time-to-detect (TTD) | The time between the impact starting and when the first responder sees an alert fire. |
| Detection source | The source of the notification that indicated there was a problem. This can be external customers, internal alerts, or internal employee discovery, among other sources. |
| Communication | |
| Status page updates | Measures the information quality, clarity, and frequency of posts to the public status page for customers to follow along with. |
| Remediation | |
| Time-to-mitigate (TTM) | The time between the start of impact to when that impact is mitigated to some degree. |
| Time-to-resolve (TTR) | The time between the start of impact to when that impact is fully addressed. |
| Blast radius reduction | The degree to which the impact was isolated to only a subset of customers/requests/etc. |
| Automated remediation | The level of automation that was self-healing during the incident and did not require manual intervention. |
| Rollback vs. Rollforward | The speed at which a deployment-related issue was resolved. Applicable if there was a deployment that caused the issue or whether a change needed to be deployed to production to remediate the issue. |
| Risk-to-Reoccur | |
| Prevention mechanisms | The breadth and depth of guardrails put in place to prevent a similar issue from happening again in the first place. |
| CI/CD test coverage | The amount of testing (unit, integration, e2e, performance, chaos, etc.) conducted as part of the CI/CD process. |
| Root-cause Analysis | |
| Time-to-root-cause (TTRC) | The amount of time since the start of impact until the root cause is fully understood. |
| Root cause transparency | The degree to which the root cause is explained in sufficient detail. |