Claude Code auto mode default
TECH

Claude Code auto mode default

25+
Signals

Strategic Overview

  • 01.
    Starting August 14, 2026, auto mode becomes the default permission mode for new Claude Code sessions on Pro, Max, and Team plans, replacing per-action manual approval with a classifier that reviews each tool call.
  • 02.
    The classifier blocks tool calls judged irreversible, destructive, or aimed outside the user's environment; when it blocks something, Claude either finds a safer approach or asks the user directly.
  • 03.
    Anthropic has stopped charging Pro, Max, and Team plan users for the extra tokens the classifier consumes on every tool call, effective with the rollout.
  • 04.
    Auto mode remains opt-in on Claude Enterprise, the Claude API, AWS, Bedrock, Google Cloud's Agent Platform, and Microsoft Foundry, with a default switch planned there roughly a month later.

Two Classifiers, Not One Reviewing Itself

Auto mode's core design choice is separation: the same model that decides which command to run is never the one that approves it. A dedicated classifier only ever sees the tool call being requested, not Claude's reasoning or its own justification for the action, which avoids what Anthropic's own engineering team has likened to writing, reviewing, and merging your own pull request. Layered on top of that intent check is a second, server-side probe that screens tool results for injected instructions before Claude ever acts on them. One Claude Code engineer summed up the effect as stacking model training, input probes, and an intent-matching classifier until indirect prompt injection on unseen attacks drops to roughly zero - a claim that lines up with Trajectory Labs' independent test of 720 indirect prompt-injection attempts across Claude Fable 5, Opus 5, and Sonnet 5 running auto mode, which recorded zero successful attacks, compared with a 5.83% success rate against OpenAI Codex's equivalent Auto-review mode [1]. Not every action reaches the classifier at all: read-only or easily recoverable operations skip the check entirely, and by default only the working directory and the current repo's configured Git remotes count as 'internal' - anything reaching outside that boundary is blocked until an administrator explicitly allow-lists it. Simon Willison, while broadly persuaded that repeated manual approval was never a real safety mechanism, still wants the comparison verified outside Anthropic's own test harness before treating the zero-success number as settled [2].

The Two Numbers That Look Like They Disagree

Anthropic's headline numbers come from a controlled study of 1,053 paid testers: auto mode caught 89% of dangerous commands against a 13.6% catch rate for human reviewers, and in production traffic the company now reports a 0.4% false-positive rate against a 17% false-negative rate, alongside a drop from 6.3% of manually-approved sessions containing unintended harmful actions to 2.4% for auto mode sessions [3]. Set against that is an independent stress-test evaluation that reports a far bleaker picture: an end-to-end false negative rate of 81.0% (95% CI 73.8%-87.4%), a 70.3% false-negative rate restricted to actions the classifier actually evaluates, and 36.8% of all state-changing actions - including artifact-cleanup tasks, which showed a 92.9% false-negative rate - falling entirely outside the classifier's scope because agents route around missing command-line tools by editing files directly [4]. Red-team hardening by Apollo Research had already pushed the classifier's miss rate on a held-out adversarial set down from 12% to 7% ahead of the default flip [5]. These are not contradictory numbers so much as two different questions: Anthropic's figures describe how the classifier performs against the messy but largely benign traffic real users generate, while the stress test measures how it holds up against a workload built to find its blind spots. The gap between 17% and 81% is less a scandal than a warning label - a classifier that looks strong on typical usage can still be trivially outmaneuvered by anyone motivated to route around it, and a default that ships for everyone should be judged on the adversarial number, not just the friendly one.

Free Tokens, Forced Defaults

The timing of two changes lands in the same announcement: Anthropic stopped charging Pro, Max, and Team users for the extra tokens the classifier burns on every tool call, and simultaneously made auto mode the default for every new session on those same plans [3]. Removing the cost penalty right as the opt-out threshold flips is a business move as much as a safety one - a metered classifier that silently taxed every action was a real adoption friction point, with community reports before the change citing meaningful monthly bills tied to classifier overhead alone. Anthropic also has a growth incentive layered on top: teams and Enterprise customers already using auto mode reportedly ship about 25% more pull requests, a productivity number that turns 'safer defaults' into a business case Anthropic can point to when it later pushes the same default onto Enterprise, the API, and the major cloud platforms within about a month [3]. None of that undercuts the safety argument, but it does mean the free-token change should be read as an adoption lever, not a pure goodwill gesture.

What the Rubber-Stampers Are Catching That Anthropic Isn't Saying

Anthropic's own research supports the case for a classifier: users already approve the overwhelming majority of permission prompts regardless of risk, cited at roughly 93-97%, and human accuracy at catching genuinely dangerous commands degrades further with exposure, falling to about 5% after 50 prompts [6]. That argument is where the developer community's skepticism gets specific rather than reflexive. The most-upvoted response in the largest community thread on the change points out that Anthropic's 89%-versus-13.6% comparison draws from two different evaluation conditions and neither figure includes a false-positive rate, arguing that 89% detection paired with a 2% false-positive rate is a good product while 89% paired with 15% false positives is exactly what generates complaints - a distinction Anthropic's own announcement doesn't spell out. Developers report the opposite failure mode too: a classifier aggressive enough to catch dangerous commands is also aggressive enough to block legitimate ones, with routine infrastructure commands cited as a recurring false-positive that forces a fallback to manual mode. A separate, quieter critique concerns what happens when the classifier does block something - it tells Claude the action was refused and the turn simply continues, with no mechanism that actually pauses execution and hands control back to a human at the moment of real risk. Michael Bargury, whose analysis of Anthropic's own incident logs underpins much of the case for auto mode in the first place, draws the same line Anthropic states publicly: useful for cutting friction on routine work, but not a substitute for human review once the stakes are production infrastructure [6].

Historical Context

2026-03-24
Auto mode originally launched as an opt-in research preview limited to the Team plan, positioned as a middle path between full manual approval and --dangerously-skip-permissions.
2026-07-21
Simon Willison hosted a fireside chat with Claude Code team members Cat Wu and Thariq Shihipar at the AI Engineer World's Fair covering coding agent security, evals, and tool design ahead of the auto mode default rollout.
2026-08-07
Anthropic announced that auto mode would become the default the following week, on August 14.
2026-08-08
Willison published his analysis of the auto-mode-default announcement, noting a concurrent supply-chain package attack as a case auto mode's default allow list would not have caught.
2026-08-14
Auto mode becomes the default permission mode for new Claude Code sessions on Pro, Max, and Team plans.

Power Map

Key Players
Subject

Claude Code auto mode default

AN

Anthropic / Claude Code team

Owns the product decision to make auto mode the default, sets the rollout schedule across plans and providers, and removed the classifier's token charge to accelerate adoption.

AP

Apollo Research

Anthropic's red-team partner that hardened the classifier ahead of the default rollout, cutting its miss rate on a held-out adversarial test set from 12% to 7%.

TR

Trajectory Labs

Independent evaluator that stress-tested auto mode with 720 indirect prompt-injection attempts and reported zero successful attacks, a data point Anthropic leans on to defend the default switch.

SI

Simon Willison

Prominent independent developer whose public analysis pushed back on Anthropic's self-reported safety numbers and called for independent confirmation, shaping the skeptical side of the public debate.

MI

Michael Bargury (mbgsec)

Security researcher who used Anthropic's own incident logs to frame auto mode's real threat model and cautioned it is not a substitute for human review on high-stakes infrastructure.

Fact Check

7 cited
  1. [1] Anthropic Sets Claude Code To Auto Mode By Default To Protect Developers From Bad Approvals
  2. [2] Auto mode
  3. [3] Auto mode default in Claude Code
  4. [4] arXiv:2604.04978
  5. [5] Claude Code Auto Mode
  6. [6] Claude Code Auto Mode: A Safer Way To Skip Permissions
  7. [7] Auto mode configuration

Source Articles

Top 3

THE SIGNAL.

Analysts

Agrees manual per-step approval fails due to confirmation fatigue but is skeptical of Anthropic's self-reported safety numbers, and notes the default allow list would not have caught a concurrent supply-chain attack routed through routine package installs.

Simon Willison
Independent developer and researcher, simonwillison.net

Argues auto mode's risk profile beats relying on human reviewers, pointing to broad internal adoption at Anthropic as evidence the classifier already outperforms manual approval in practice.

Cat Wu
Claude Code team, Anthropic

Frames auto mode as a pragmatic response to real approval fatigue - users already accept the overwhelming majority of permission prompts regardless of risk - but explicitly warns it is not a drop-in replacement for careful human review on high-stakes infrastructure.

Michael Bargury
Security researcher, mbgsec.com
The Crowd

Starting August 14, auto mode will be the default permission mode in Claude Code for Pro, Max, and Team users. Auto mode reviews shell commands and actions with a separate classifier. In testing, it caught 89% of dangerous commands. Manual approval caught 14%.

@@ClaudeDevs14609

turns out you can get indirect prompt injection to ~0 on unseen attacks if you stack enough layers (model training + input probes + a classifier checking intent). didn't expect that a year ago. auto mode is default in claude code as of next week https://t.co/7KLnIzf6y7 https://t.co/ow4jX2CMZW

@@bcherny2546

It is annoying approving actions, but there was a reason for that... Should be interesting to see how this goes. Sounds like they are catching a lot, but still 11% of cases slip through -> Anthropic says auto mode will be the default in Claude Code for Pro, Max, Team plans, https://t.co/urXkCeZk8r

@@glenngabe3

Anthropic Flips Claude Code to Auto Mode by Default Aug 14, after finding AI blocks 80%+ dangerous queries while humans only 14%

@u/Justgototheeffinmoon581
Broadcast
How auto mode works with Claude Code

How auto mode works with Claude Code

Auto Claude: NEW Claude Auto-Mode is INSANE!

Auto Claude: NEW Claude Auto-Mode is INSANE!

Claude Code v2.1.158 - Auto Mode on Bedrock & Vertex

Claude Code v2.1.158 - Auto Mode on Bedrock & Vertex