AI News

Anthropic is changing how most paid customers use Claude Code, making its Auto Mode the default for Pro, Max, and Team accounts from August 14. The setting allows the coding agent to continue working without requesting approval for every action, while a safety classifier intervenes when an operation appears irreversible, destructive, or outside the user’s environment.

The move reduces the number of routine permission prompts developers see and gives Claude Code more freedom to edit files, run commands, and continue multi-step tasks. Enterprise customers will still need to opt in, according to The Decoder. For engineering teams, the change is less about a new coding feature than about where responsibility sits: developers will increasingly monitor an agent’s work rather than approve each individual operation.

How Auto Mode changes Claude Code

Anthropic first introduced Auto Mode as a test in March, presenting it as a compromise between autonomous execution and manual control. In the earlier approval-based workflow, Claude Code paused frequently and asked the user to authorize proposed actions. Auto Mode instead permits actions by default unless the system’s classifier identifies a meaningful risk.

Anthropic described the protected categories as actions that are “irreversible, destructive, or aimed outside your environment,” according to reporting by TechCrunch. The exact boundary will depend on the classifier’s judgment and on the project’s configuration, so Auto Mode does not remove the need for developers to understand what the agent can access.

Anthropic also said it has added prompt injection screening and customizable hard deny rules. Those controls are intended to stop hostile instructions embedded in code, documents, or other project content from redirecting the agent toward actions such as data exfiltration.

The company’s Claude Code head, Boris Cherny, said on X that he and his team had used Auto Mode exclusively for months and did not want to return to permission prompts. That is an executive endorsement, not independent evidence that the setting is appropriate for every development environment.

What Anthropic’s tests show

Anthropic says Auto Mode performed better than manual approval in a study involving 1,053 paid testers. The company reported that the automated system identified 89% of harmful actions, compared with 13.6% caught through human review. Anthropic also said users approved 97% of Claude Code permission prompts, suggesting that repetitive approvals can become habitual rather than carefully evaluated.

Those figures are vendor-reported results. The available reporting does not provide the full test methodology, the definition of a harmful action, or enough detail to determine how closely the study reflects production software teams. The results therefore support Anthropic’s argument for changing the default, but they are not a general proof that automated approval is safer in every repository or deployment pipeline.

The Decoder also reported an Anthropic claim that teams using Auto Mode generated about 25% more pull requests. That may indicate higher throughput, but pull-request volume is not the same as useful, secure, or maintainable software. More autonomous execution can increase output while also increasing the review burden if generated changes are difficult to understand.

The Decoder separately cited an independent Trajectory Labs audit of 72 prompt-injection scenarios, each tested ten times. It reported that none of the 720 attempts succeeded against the Claude models tested in Auto Mode, while some attempts succeeded against OpenAI’s Codex Auto-Review mode. Because the evidence is presented through media coverage rather than a supplied audit report, readers should treat the comparison as a reported test result rather than a definitive ranking of coding-agent security.

Anthropic has described internal incidents in which Auto Mode stopped Claude from uploading confidential data to a public page and terminated roughly 2,000 processes that could have interfered with GPU training jobs. These are company examples of the classifier’s value, not independently verified measurements of reliability.

Why the default matters for engineering teams

The immediate effect for Pro, Max, and Team customers is behavioral. Developers who do not change the setting will receive a more autonomous Claude Code experience after August 14. Teams will need to decide which repositories, credentials, shell commands, and network paths the agent can use before treating the new default as a routine productivity upgrade.

For product teams and startups, Auto Mode could make long-running tasks easier to delegate. An agent can work through a sequence of edits and tests without waiting for a person to approve every low-risk step. That may help teams with repetitive refactoring, test creation, documentation changes, and other bounded work.

The trade-off is that faster execution can make failures propagate more quickly. Anthropic still recommends reviewing Claude’s actions for high-stakes production infrastructure. That warning is important: a classifier may block obvious destructive behavior without understanding the business impact of a valid command, a subtle security regression, or a change that is technically reversible but operationally costly.

The distinction between enterprise and non-enterprise accounts also matters. Enterprise buyers often need stricter controls, auditability, identity integration, and predictable policies across many repositories. Keeping Auto Mode opt-in for those customers suggests Anthropic recognizes that autonomous defaults face a higher bar in regulated or production-critical environments.

The change also intensifies competition among AI coding tools. If Claude Code users become comfortable supervising agents instead of approving individual commands, competing products may be judged less by autocomplete quality and more by their safety classifiers, policy controls, traceability, and ability to recover from mistakes. That shifts the market toward agent governance as a core product capability.

What to watch next

The first signal will be how many customers leave Auto Mode enabled after the default changes. Anthropic has not provided independent adoption data, so future usage figures should be separated from company-reported productivity claims.

Developers should also watch for incident reports involving prompt injection, accidental data exposure, destructive commands, or changes to production infrastructure. The practical test will be whether the classifier catches nuanced failures, not only clearly dangerous shell operations.

Other important signals include whether Anthropic expands Auto Mode to Enterprise accounts, publishes more detail about its testing methodology, and gives administrators better controls over repositories, tools, credentials, and network access. Teams evaluating the feature should measure review time, rollback frequency, defect rates, and security findings alongside pull-request volume.

Creati.ai perspective

Anthropic’s decision makes autonomy the normal Claude Code workflow for most paid users, but it does not make oversight optional. It changes oversight from a sequence of micro-approvals into a broader responsibility for configuring permissions, reviewing diffs, and validating outcomes.

That is a sensible direction when repetitive prompts encourage automatic approval, but the quality of the safety layer will determine whether the productivity gain is real. Builders should treat Auto Mode as a controlled deployment setting, not a blanket trust decision: start with bounded repositories, enforce hard deny rules, limit access to sensitive systems, and retain human review for production changes.

Featured

Anthropic will make Claude Code’s Auto Mode the default for most paid users

Anthropic will make Claude Code’s Auto Mode default for Pro, Max, and Team users on August 14, shifting coding oversight toward AI-managed approvals.