Anthropic Works to Restore Claude Models After Service Disruptions
Anthropic’s Claude models underpin its consumer chatbot, the Claude Code developer tool and applications connected through the Claude API. A disruption spanning those products can affect more than individual conversations, potentially interrupting software development and automated business workflows that rely on Claude. The incident highlights the operational risks facing users that depend on a single artificial-intelligence provider or model family.
Anthropic reported elevated request error rates affecting multiple Claude models, alongside disruptions to claude.ai, Claude Code and the Claude API. The company said it had identified the cause and begun remediation, while affected users temporarily shifted work to other models. Anthropic had not disclosed the number of users affected, the precise start of the incident or a timetable for full service restoration.
All Coverage
1 original reportsThe Backstory
The history behind this eventAnthropic Restores Claude Services After Widespread Outage
Anthropic’s Claude platform includes the consumer-facing Claude.ai service, the Claude API used by businesses and developers to integrate its artificial intelligence models, and Claude Code for software development. Disruption across all three products underscores how dependent users and corporate workflows have become on generative AI infrastructure, while putting renewed attention on the reliability of services increasingly used for routine and production work.
Claude.ai, the Claude API and Claude Code suffered a widespread outage and performance problems on Aug. 16, with some users reporting difficulty logging in. Anthropic moved quickly to deploy a fix after receiving reports of the disruption and said the affected services had returned to normal about 36 minutes later. The company had not disclosed the specific cause of the incident when it announced the recovery.
Anthropic Cuts Over 80% of Claude Code Prompt Without Eval Loss
Claude Code is Anthropic’s agentic software-development tool, and its system prompt supplies persistent instructions governing tool use, coding style and behavior. Such prompts have traditionally accumulated rules and examples meant to prevent failures in weaker models. Anthropic’s latest change matters because it suggests more capable Claude 5 models can infer intent and local conventions with less prescriptive guidance, shifting context engineering toward model judgment, better-designed interfaces and information loaded only when a task requires it.
Anthropic technical staff member Thariq Shihipar said in a July 24, 2026 blog post that the company removed more than 80% of Claude Code’s system prompt for Claude Opus 5 and Claude Fable 5, with no measurable decline in its coding evaluations. Verification and code-review guidance was moved into selectively loaded Skills, while tool instructions were consolidated. Anthropic did not disclose the evaluation set, before-and-after scores or any associated cost figures, and older models continue to use fuller prompts.
Anthropic Launches Claude Cowork on Web and Mobile
Artificial intelligence company Anthropic is working to make generative AI more practical. Its autonomous agent service can carry out multistep tasks across files and applications, marking a milestone in improving business productivity. The service turns AI from a one-way conversational tool into a virtual assistant that can operate in the background and handle complex workflows, opening new possibilities for business automation.
Anthropic announced web and mobile app versions of Claude Cowork on July 16, 2026. The service is initially rolling out to users of its top-tier Max plans, priced at $100 and $200 a month. It supports multistep business tasks across platforms, allowing users to submit work to the cloud and then go offline while the workflow runs entirely in the background.
Anthropic Demonstrates Claude-Based Threat Modeling and Vulnerability Remediation
Generative AI is rapidly entering software development workflows, but it also exposes companies to risks from model errors, sensitive-data leaks and the amplification of insecure code. AI model developer Anthropic used Claude to demonstrate how threat modeling and vulnerability remediation can be incorporated into the development lifecycle, helping security and engineering teams establish human review, testing and remediation processes.
Cybersecurity information released on June 18 showed that Anthropic had published a security best-practices guide and an open-source reference implementation explaining how Claude can be used to build threat models, review source code for vulnerabilities and recommend fixes. The materials disclosed no financial amounts. The National Communications Commission also issued guidelines for the use of AI in news production and broadcasting, requiring AI use to be disclosed throughout the process and content to undergo human verification.
Anthropic Patches Claude Code GitHub Actions Flaw to Reduce Token-Leak Risk
Claude Code GitHub Actions allows AI agents to respond to instructions and modify code within software-development workflows. If trigger identities and permissions are not rigorously checked, attackers could use malicious content to induce an agent to access sensitive information such as GitHub tokens. That could compromise code repositories and automated deployment environments, making the patch important for software supply-chain security.
Anthropic patched a permission bypass in Claude Code v1.0.94 caused by insufficient checks on GitHub App triggers. It also strengthened configuration controls and safeguards to reduce the risk of token leaks. Available information did not disclose the exact dates of the vulnerability advisory or patch, the number of affected organizations, any financial losses or known cases of exploitation.
Sharp Drop in Claude Performance Turns AI Stability Into an Operational Risk
Anthropic's Claude models are widely used in software development and enterprise automation. Fluctuations in output quality can increase debugging time, delay tasks and disrupt workflows. Quantitative benchmarking platforms indicate that the perceived deterioration was not merely anecdotal but a measurable change in performance, making AI instability a systemic operational risk for enterprise deployments.
Anthropic acknowledged in September 2025 that Claude's performance had indeed declined. Its investigation attributed the deterioration to three engineering configuration errors, rather than a deliberate reduction in model capabilities. After fixing the problems, the company reset usage allowances for all subscription plans as compensation. No refund amount was involved, but the incident underscored the need for companies to establish model monitoring, backup systems and human-review procedures.
Anthropic Investigates Global Claude Outage as White House Contract Termination Risk Looms
Anthropic’s Claude serves consumers, developers and the U.S. Department of Defense, making the platform’s reliability critical to enterprise workflows. The department signed an AI contract worth up to $200 million with Anthropic in July 2025, but the two sides have clashed over restrictions on mass domestic surveillance and fully autonomous weapons. The dispute has put the contract and Anthropic’s government business under pressure.
Claude suffered a global outage lasting more than four hours on March 2, 2026. Anthropic said its API remained operational and that the disruption was concentrated on Claude.ai and its login and logout pathways. Downdetector reports briefly approached 4,000 on March 25, while Opus 4.6 and Sonnet 4.6 experienced another brief disruption on March 27 before service was restored. Separately, U.S. President Donald Trump ordered most federal agencies to stop using Claude on February 27, while giving the Defense Department six months to phase it out.
Anthropic Launches Auto Mode for Claude Code
Claude Code is Anthropic’s agentic coding tool, capable of reading and writing files, running Bash commands and executing tests. Its default permission system requires human approval before writing files or running commands. Auto Mode instead uses a separate classifier to review each tool call, aiming to keep long-running tasks moving while preventing file deletion, data exfiltration and malware execution.
Anthropic launched Auto Mode as a research preview for Team plans on March 24, 2026, expanding it to Enterprise plans and the API within days. On July 10, it announced that the feature was formally available to all eligible users. Auto Mode requires Claude Code version 2.1.83 or later. It blocks high-risk operations and pauses after three consecutive blocks or 20 blocks in total. Anthropic did not announce separate pricing.
Anthropic Expands Claude 4.6 and Claude Code Ecosystem
Anthropic is expanding Claude from a chatbot into infrastructure for knowledge work and software development. Cowork supports desktop collaboration, while Claude Code, Skills, Agents and MCP connect software development, tools and multi-step tasks. The integration allows AI agents to work continuously across documents, spreadsheets and large codebases, extending their role beyond one-off questions and answers.
Anthropic launched Opus 4.6 on February 5, 2026, and Sonnet 4.6 on February 17, with both offering a 1 million-token context window in beta. Sonnet 4.6 is available in Cowork, Claude Code and the API, with pricing unchanged at $3 per million input tokens and $15 per million output tokens. A March 25 report brought the complete workflow together.
Anthropic Engineer Details Nine Ways to Push Claude Code Skills to Their Limits
Anthropic engineer Thariq explained the core role of Skills in Claude Code: they are not merely static prompts, but tools that can load instructions on demand, run dynamic scripts and preserve work context. The design allows an AI coding assistant to accumulate team knowledge while reducing repetitive prompting and workflow inconsistencies. No financial amounts were involved.
A 2026 guide outlines nine use cases drawn from Anthropic's internal practices, including workflow automation, product validation, operations and maintenance, and taking notes while coding. Thariq also shared advanced prompt-engineering techniques, arguing that Skills should explicitly define task steps, tools and memory rules to make Claude Code more reliable when handling complex work.
Subscribe to Mark Radar Weekly
Every Friday, the week's strongest signals in your inbox. Unsubscribe anytime.
If you search news on Google, you can set Mark Radar as a preferred source—our coverage will show up more often in your results. Set as preferred source on Google →