Anthropic shifts Claude Code toward more autonomous use
Anthropic is changing how developers interact with Claude Code by making Auto Mode the default setting for most paid users starting August 14. The move applies to Pro, Max, and Team plans, according to the source material, while Enterprise customers will still need to opt in separately. In practical terms, the change means Claude Code will more often act without waiting for a human to approve every individual step, only stopping when its safety system decides an action looks dangerous or hard to reverse.
That makes this more than a product tweak. It is a statement about how one major AI company thinks coding assistants should be used: not simply as autocomplete tools or chat interfaces, but as semi-autonomous agents that can carry out extended development work with limited supervision. Anthropic is framing the shift as a safety improvement rather than a reduction in oversight, arguing that its classifier can flag risky commands more consistently than users doing manual approvals one by one.
Why Anthropic says Auto Mode is safer
The company’s case rests on a set of reported test results included in the source text. In a controlled study involving 1,053 paid testers, human reviewers caught 13.6 percent of dangerous commands, while Auto Mode caught 89 percent. Anthropic also said internal red-teaming showed Auto Mode performed at least as safely as manual approvals and often better. The company added that teams using Auto Mode generated about 25 percent more pull requests, suggesting the higher level of autonomy also translated into more output.
The mechanism described is straightforward in concept. Instead of asking for permission at every step, Claude Code operates continuously and relies on a classifier to determine when an action should be paused for confirmation. The system is meant to intervene when an action appears dangerous or irreversible. Anthropic says the classifier itself does not add token charges for the user, though the broader workflow could still increase total usage by enabling longer, more productive coding sessions.
That matters because approval fatigue is a real issue in agentic software tools. If users are asked to approve nearly every command, many will either click through reflexively or disable safeguards altogether. Anthropic’s pitch is that selective intervention is more realistic than blanket approval prompts, and that a model-assisted filter can outperform human vigilance in repetitive review situations.
Prompt injection remains a central concern
One of the most important claims in the source material is that Auto Mode is also intended to help defend against prompt injection attacks. Those attacks try to manipulate an AI agent through instructions embedded in code, files, or other materials it encounters while working. In an agentic coding environment, that risk is more serious than in a passive chatbot because the system may have access to commands, repositories, processes, and in some cases sensitive data.
Anthropic cited an independent audit by Trajectory Labs covering 72 attack scenarios, each run 10 times. According to the source, none of the 720 attempts succeeded against Claude’s current models in Auto Mode. The source also contrasted that with a quoted benchmark for OpenAI’s GPT-5.6 Sol in Codex Auto-Review mode, where 5.83 percent of the attempts reportedly got through. Developments Today cannot verify the methodology beyond what appears in the supplied text, but the comparison shows how aggressively vendors are now competing on agent safety, not just coding quality.

Anthropic also offered internal examples meant to illustrate the stakes. The company said Auto Mode prevented Claude from uploading confidential data to a public page, and during one long session stopped roughly 2,000 processes that would otherwise have disrupted ongoing GPU training jobs. Those examples suggest the company is testing these systems in real development and infrastructure environments, where mistakes can affect security, uptime, and expensive compute workloads.
More output, but a changing role for developers
The productivity claim is significant because it points to a broader shift in software work. If teams using Auto Mode are producing more pull requests, then the developer’s job changes with it. The source text explicitly notes that the role is moving further away from active line-by-line coding and closer to supervising, reviewing, and validating AI-generated output.
That does not remove the need for human judgment. Anthropic itself warns that the classifier lowers risk but does not eliminate it. The company still recommends that users review Claude’s actions themselves for high-stakes changes to production infrastructure. That caveat is important. The strongest case for Auto Mode may be in routine development workflows where the cost of delay is high and the risk of any single action is relatively contained. The weaker case is for environments where one mistaken command could expose data, break production systems, or create irreversible operational damage.
Seen in that light, Anthropic’s announcement is both a product rollout and a behavioral nudge. By making Auto Mode the default, the company is normalizing the idea that developers should let coding agents run for longer stretches on their own. Defaults matter. Many users who would not have actively enabled a more autonomous setting will now experience it as the standard way the tool works.
What this means for the AI coding market
The change also reflects a maturing phase in the coding assistant market. Competition is no longer just about who writes the best snippet or explains the cleanest refactor. It is increasingly about who can safely manage autonomy: choosing when to act, when to pause, and how to resist malicious or unintended instructions encountered during execution.
Anthropic appears to be betting that this layer of operational judgment will become a core differentiator. If that bet is right, the next phase of AI coding tools will be measured less by how often they can generate code from a prompt and more by how reliably they can operate inside messy real-world repositories without causing damage. Auto Mode becoming the default is a concrete sign that the industry is moving in that direction now.
This article is based on reporting by The Decoder. Read the original article.
Originally published on the-decoder.com







