Anthropic's Claude Crashes After Pentagon Ban Sparks Surge
Anthropic's Claude AI platform suffered repeated crashes this week, with thousands of users reporting outages. The instability followed a Pentagon ban on the service, which ironically triggered a massive surge in new users. The incident serves as a stark reminder of the need for elastic scaling and robust failover for mission-critical SaaS platforms.
The Pentagon's formal designation of Anthropic as a "supply chain risk" stemmed from the company's refusal to remove safety guardrails for its AI model, Claude. Specifically, Anthropic would not agree to contractual language that permitted "any lawful use," which would have eliminated restrictions on using Claude for mass domestic surveillance and to power fully autonomous weapons systems without a human in the loop. The ban, ordered by the Trump administration on February 27, 2026, ironically served as a massive, unintended marketing campaign. In the immediate aftermath, a "QuitGPT" movement emerged as users protested competitor OpenAI's decision to sign a deal with the Pentagon. This backlash propelled Claude to the #1 position on the U.S. Apple App Store, displacing ChatGPT. This surge in popularity translated to a massive influx of new users, with daily sign-ups for Claude jumping from under 10,000 in early January to nearly 300,000. Anthropic reported that paid subscribers more than doubled and that every day in the week following the ban set a new all-time record for user registrations. The resulting strain on Anthropic's infrastructure led to repeated outages on March 2nd and 3rd. The technical issue was not a failure of the core AI model itself, but rather a bottleneck in the user-facing services. Specifically, the login, authentication, and frontend systems were overwhelmed by the "unprecedented demand," leading to widespread connection errors and timeouts for users trying to access the service. While the core Claude API remained largely operational during the outages, the incident exposed the vulnerability of relying on a single entry point for user access. The failure of these "front-door" services highlighted a critical lesson in infrastructure resilience: even if the central processing is stable, a failure in authentication or load balancing can render a platform unusable during periods of rapid, unexpected growth. The episode underscores the necessity for robust failover strategies that go beyond simple server redundancy. For high-traffic AI platforms, this includes implementing circuit breakers to prevent cascading failures and considering multi-provider or multi-region redundancy for critical user-facing components like authentication. This approach ensures that a sudden surge in one area doesn't create a single point of failure for the entire platform.