Claude AI Suffers Widespread Outage: Web UI Down, API Errors Elevated

As of 19:15 UTC on April 28, 2025, Claude AI is experiencing a major service disruption. According to the official status update posted on Reddit via the auto-notification bot, Claude.ai is completely unavailable, and the API is returning elevated error rates.
Incident Details
- Service affected: Claude.ai (web interface) and API for all users.
- Start time: ~19:15 UTC, April 28, 2025.
- Current status: Ongoing — check the official status page for resolution timeline.
- Reporting channel: The subreddit's auto-mod triggered this post within 2 minutes of the status page update.
Where to Track Updates
- Official status page: status.claude.com/incidents/9l93x2ht4s5w
- Community megathread: r/ClaudeAI Performance and Bugs Megathread
Impact on Dev Workflows
If you rely on Claude for code generation, debugging, or AI-assisted development via the API, expect timeouts or 5xx errors. Consider falling back to local models or alternate services until resolution is confirmed. API clients should implement exponential backoff to avoid rate-limit penalties once service resumes.
This appears to be a global incident — no specific region or endpoint has been singled out yet. No ETA for fix has been provided.
📖 Read the full source: r/ClaudeAI
👀 See Also

Netlify CTO Dana Lawson: Writing Code Is No Longer the Job
Netlify CTO Dana Lawson argues that developer work shifts from writing code to orchestrating AI agents. Engineers become experience designers, curating agent outputs and managing system boundaries.

SDNY Ruling Denies Attorney-Client Privilege for AI Chat Communications
Judge Rakoff ruled in U.S. v. Heppner that communications with AI tools like ChatGPT do not qualify for attorney-client privilege, requiring disclosure of all AI-generated legal work. The court found AI lacks the human confidentiality required for privilege protection.

Claude Artifacts API Usage Counts Against Chat Quota, Not API Billing
Using Claude artifacts within Claude makes normal API calls that are intercepted by Anthropic and authenticated through the logged-in session, counting against a plan's chat quota rather than API billing. Users can verify this by testing artifacts and checking that API usage remains at zero in the Claude Console.

Developer Prefers Qwen3.5-27B Over Proprietary Models for Its Failure Mode
A developer on r/LocalLLaMA reports preferring Qwen3.5-27B over Gemini 3.1 Pro and GPT-5.3 Codex because it gives up on problematic tasks rather than generating potentially dangerous code like unrestricted Perl or NodeJS scripts.