Claude API experienced elevated error rates across multiple models on February 25, 2026

Claude's status page reported elevated error rates affecting multiple models through their API endpoint at api.anthropic.com. The incident was tracked and resolved within approximately 31 minutes.
Timeline and Resolution
The incident followed this sequence:
- 17:15 UTC: Investigation began with initial status update
- 17:21 UTC: First update confirming continued investigation
- 17:21 UTC: Second identical update (likely system duplicate)
- 17:46 UTC: Incident marked as resolved
The status page indicates this was a specific incident affecting the Claude API service, not a general outage of all Anthropic services. The resolution came relatively quickly after detection.
Technical Context
When AI model APIs experience elevated error rates, this typically manifests as increased 5xx HTTP status codes, timeouts, or degraded response quality. For developers using Claude in automated workflows, such incidents can trigger retry logic, fallback mechanisms, or require temporary suspension of AI-dependent features.
The status page provides subscription options for incident notifications via email or SMS across international phone numbers, though the actual incident reporting was minimal on details about root cause or specific affected models.
📖 Read the full source: HN AI Agents
👀 See Also

Research shows AI users often accept LLM answers without verification
University of Pennsylvania research found AI users engage in 'cognitive surrender,' accepting LLM answers with minimal scrutiny. In experiments, users accepted correct AI answers 93% of the time and incorrect answers 80% of the time, even when AI was wrong half the time.

Claude Code v2.1.51 changed 1M context billing without notification
Anthropic's Claude Code v2.1.51 update silently changed billing for 1M context windows on Max plans. Context tokens above 200K now bypass subscription capacity and go directly to Extra Usage charges, even when subscription budget remains available.

Exploring the Intricacies of OpenClaw: How It Operates
OpenClaw is revolutionizing the AI coding landscape with its innovative architecture and unique functionalities. Discover the inner workings of this potent automation agent.

Claude Code v2.1.117 Release: Subagent Forking, Plugin Improvements, and Performance Fixes
Claude Code v2.1.117 enables forked subagents on external builds via CLAUDE_CODE_FORK_SUBAGENT=1, improves plugin dependency handling, and fixes Opus 4.7 context window calculations. The release includes faster startup with concurrent MCP connections and replaces Glob/Grep tools with embedded bfs/ugrep on macOS/Linux.