Magic Tools
AI TutorialsBy CooconAugust 25, 202643 views3 min read

Claude's Aug 24 Outage: Elevated Errors Hit Opus 5, Fable 5, Mythos 5 for 2h46m

Claude's Aug 24 Outage: Elevated Errors Hit Opus 5, Fable 5, Mythos 5 for 2h46m

Did your Claude Code session suddenly start retrying everything around 12:50 PM Beijing time on August 24?

It wasn't just you. For nearly three hours, Claude requests across the board were failing — claude.ai, the API, Claude Code, and Claude Cowork all took a hit. Anthropic's own status page called it "Elevated errors for multiple models."

The window ran from 04:50 UTC to 07:36 UTC — 2 hours 46 minutes — and it wasn't an Opus-5-only problem. Mythos 5, Fable 5, and Opus 4.8 got hit too. If you run Claude in a production pipeline, consider this another nudge: a single-vendor dependency is a single point of failure.

The Timeline, Straight From the Status Page

Anthropic's status page (status.claude.com) logged the whole incident with timestamps. Here's the sequence (all times UTC):

Time (UTC) Stage Verbatim from status page
04:50 Start Elevated errors begin on Claude requests
05:06 Investigating "We are investigating elevated errors on requests to Claude Mythos 5, Claude Fable 5, Claude Opus 5, and Claude Opus 4.8."
05:27 Identified "We have identified the cause of elevated errors on requests to Claude Mythos 5, Claude Fable 5, Claude Opus 5, and other Claude models"
06:42 Update Still working on "issues causing elevated requests on multiple models"
07:36 End Errors stop (00:36am PT)
07:47 Update "errors stabilize on Opus 5 and Fable 5, and are working to fully resolve success rates on all affected models"
08:30 Resolved "This issue has been resolved."

The incident summary, verbatim:

"From 9:50pm PT / 04:50 UTC through 00:36am PT / 07:36 UTC, users saw elevated errors on requests to Claude models, including Claude Opus 5 and Fable 5."

Scope: Models and Products Affected

Few incidents have an impact list this long. From the status page:

  • Models: Claude Mythos 5, Claude Fable 5, Claude Opus 5, Claude Opus 4.8
  • Products: claude.ai, Claude API (api.anthropic.com), Claude Code, Claude Cowork

That's the whole surface: web chat, API calls, terminal agents, and the enterprise collaboration tool. If you were running a batch job in Claude Code, you were probably staring at a wall of 529/503s and timeouts.

The Detail That Matters: Diagnosis Was Fast, Recovery Wasn't

Here's the interesting bit: Anthropic started investigating at 05:06 and had identified the cause by 05:27 — 21 minutes. Yet the Resolved stamp didn't land until 08:30, three hours later. Even the 07:47 update still said they were "working to fully resolve success rates on all affected models."

To me this is a textbook observability case: fast diagnosis ≠ fast recovery. Design your alert thresholds, retry logic, and circuit breakers for outages lasting hours, not minutes.

Three Things to Do Now

  1. Don't bet your pipeline on one model vendor. Opus 5, Fable 5, and Mythos 5 went down together — this wasn't a single-model blip. Have a fallback path for critical flows (a secondary model or a local one).
  2. Cap your retries with backoff. Claude Code has built-in retries, but if you write your own pipeline, use exponential backoff plus circuit breaking. Don't burn through your quota inside the failure window.
  3. Subscribe to status-page incident alerts. status.claude.com supports email/SMS notifications, which arrive faster than any third-party monitor.

FAQ

Q: How long did the Claude outage last? A: Per the official status page, elevated errors ran from 04:50 UTC to 07:36 UTC on Aug 24 — 2 hours 46 minutes — and the incident was marked Resolved at 08:30 UTC.

Q: Which Claude models were affected? A: Claude Mythos 5, Claude Fable 5, Claude Opus 5, and Claude Opus 4.8, across claude.ai, the Claude API, Claude Code, and Claude Cowork.

Q: What caused the outage? A: The status page only states the cause was identified ("We have identified the cause"); the root cause wasn't made public. Watch for an official postmortem.

✨ 本文由 DeepSeek 生成初稿,Claude 审核润色。

Sources

Related Articles

OpenAI Didn't Cut the Price: GPT-5.6 Sol's 50% Off Expires September 18 and Excludes BYOK

GPT-5.6 Sol dropped from $5/$30 to $2.50/$15 on OpenRouter. The 50% is real, but three qualifiers went missing in transit: this is a platform-side promotion from OpenRouter and Vercel AI Gateway, with OpenAI's own pricing page still showing $5/$30; it expires September 18; and BYOK requests don't get it. SemiAnalysis raised a sharper question — these two platforms are a negligible share of OpenAI's volume but happen to be the main public data source for estimating model market share. Here's a same-source price table for 17 models, the 272K long-context pricing cliff, and a checklist for deciding whether to switch.

claudeopenai+6
ai-tutorialsAug 19, 20269 min
161

Claude Designed Proteins From Scratch — And the Prompt Is Public

Anthropic handed Claude a 30,000-token prompt, a GPU budget, and 15 protein targets, then walked away. It hit 14 of them at more than double the field's typical success rate, verified in two independent wet labs. The prompt and every data point are now on HuggingFace.

claudeanthropic+5
ai-tutorialsAug 19, 202612 min
229

The Day GitHub Went Down for 7.5 Hours, Cursor Launched Its Own Code Host

On August 17, GitHub suffered a 7-hour-35-minute critical incident — its 9th critical in two months. The same day, Cursor launched Origin, a git forge 'designed for agent scale,' three days after SpaceX closed its $60B acquisition. Is the moat cracking? We fact-checked both stories.

developer-toolsgithub+4
developerAug 18, 20266 min
162

Dario Amodei on the AI Backlash: 'Fundamentally a Crisis of Trust'

Told by an investor to be a more positive advocate for his own industry, Anthropic's CEO broke his usual social media silence with a long rebuttal. His core claim: the public's hostility toward AI wasn't manufactured by risk warnings — it's decades of accumulated distrust finally arriving at AI's door.

anthropicopen-source+4
ai-tutorialsAug 18, 202611 min
119

Published by Magic Tools