Radar · 28/07/2026 · happened on 27/07/2026 · security

Error rates spike on Claude Opus 5: frontier models aren't stable infrastructure

On July 27, Claude Opus 5 recorded a spike in inference errors across all its channels: API, Claude Code, and Claude Cowork. Anthropic opened the incident at 11:27 UTC and closed it at 12:30 UTC, confirming a return to normal operating levels.

For those running Opus 5 in production, an hour of intermittent errors isn’t a detail. An agent working autonomously across dozens of sequential or orchestrated calls stalls halfway through the task, leaves inconsistent states, and produces partial output that someone has to clean up manually. Frontier models are the most fragile dependency in your stack: when they fail, the tool you built on top has only one fallback plan, waiting.

Three days earlier we reported Opus 5’s arrival as the default in Anthropic’s enterprise plans, positioned to double performance at the same cost. An operational incident like this, resolved quickly, is normal for a cloud service. The real point is different: anyone automating processes on these models must treat their availability as a random variable, with active monitoring of error rates and retry logic, don’t assume anything.

The playbook for handling this fragility already exists and it’s quality control when AI does heavy lifting: sample outputs, catch problems early, and don’t blindly trust the model’s response.

In detail

Anthhropic’s status page describes the incident briefly: the error spike hit claude.ai, the API, Claude Code, and Claude Cowork all at once. It was a systemic problem affecting the frontier model as it processed requests, not a selective degradation of a minor endpoint.

We don’t know the technical root cause. Anthropic provided no post-mortem details, and the status page only confirms resolution. The thread on Hacker News (101 points, 73 comments) collects reports from users who saw API calls fail repeatedly, with intermittent errors that made it hard to tell if the problem was in their own code or upstream. This is a classic cloud incident pattern: the consumer wastes time debugging their own integration before realizing the platform is degraded.

Operational context matters. Opus 5 became the default model for many agentic workflows in just a few days, pushing Anthropic to cut 80% of Claude Code’s system prompt because the model needs fewer defensive instructions. When a model moves from novelty to production infrastructure so quickly, tolerance for its defects drops drastically. A team that migrated their agents to Opus 5 last week now finds themselves adding resilience layers they never planned for.

The practical implication is building systems that don’t break when the model does, without abandoning frontier models. This means monitoring API error rates with alert thresholds, having retries with exponential backoff for transient errors, and planning a fallback to a secondary model for non-blocking tasks. It also means tracking every output so you can reconstruct what succeeded and what remained incomplete after a mid-chain failure.

What we know has clear limits: the incident lasted an hour with no indication of silent result corruption. Frontier models have operational fragility comparable to a managed database, with a year of life on the production scene versus decades of hardening in an RDS. Anyone building on top of them has to factor in that maturity curve.

Type to search across course, playbooks, skills, papers…