Claude Code Defaults to Auto Mode. The Classifier Catches More Than Humans.

Claude Code Defaults to Auto Mode. The Classifier Catches More Than Humans. Claude Code will ship with Auto Mode enabled by default starting August 14 for Pro, Max, and Team subscribers, shifting the developer role further from active coding toward reviewing AI-generated output. Only Enterprise customers will need to opt in. Auto Mode lets the agent execute steps without waiting for manual approval at each one. A classifier intercepts actions the model judges dangerous or irreversible and paus

2 min
Claude Code Defaults to Auto Mode. The Classifier Catches More Than Humans.

Claude Code Defaults to Auto Mode. The Classifier Catches More Than Humans.

Claude Code will ship with Auto Mode enabled by default starting August 14 for Pro, Max, and Team subscribers, shifting the developer role further from active coding toward reviewing AI-generated output. Only Enterprise customers will need to opt in.

Auto Mode lets the agent execute steps without waiting for manual approval at each one. A classifier intercepts actions the model judges dangerous or irreversible and pauses for confirmation. Anthropic says the classifier is more effective than human reviewers.

The numbers

Anthropic ran a controlled study with 1,053 paid testers. Human reviewers caught 13.6 percent of dangerous commands. Auto Mode caught 89 percent, a 6.5x improvement. Teams using Auto Mode also generated roughly 25 percent more pull requests, according to the company.

An independent audit by Trajectory Labs tested 72 prompt injection attack scenarios ten times each, 720 attempts total. None succeeded against Claude Code running Fable 5, Opus 5, or Sonnet 5 in Auto Mode. By comparison, 5.83 percent of the same attacks got through OpenAI GPT-5.6 Sol in Codex Auto-Review mode.

Internally, Auto Mode blocked Claude from uploading confidential data to a public webpage during one session. In another session, it terminated roughly 2,000 processes that would have disrupted active GPU training jobs.

What changes

The update flips the default from requiring manual approval at every step to only asking when the classifier flags risk. Anthropic does not charge for classifier tokens.

Anthropic recommends manual review for high-stakes production changes, creating a tension: the less frequently developers intervene, the harder it becomes to maintain project context. Auto Mode is already available as opt-in. August 14 makes it the default for non-Enterprise tiers.

Sources

- Anthropic Blog: Auto Mode Default in Claude Code

- Anthropic sets Claude Code to Auto Mode by default - The Decoder

- Claude Code Auto Mode Configuration

Written by

More to read

  • Kakao Splits Into KakaoAI and KakaoX to Accelerate AI and Messenger Integration

    South Korean platform giant Kakao Corp. announced a corporate split that will separate its core operations into two independent publicly traded entities: KakaoAI and KakaoX. The restructuring, approved by Kakao's board of directors, aims to isolate and accelerate the company's artificial intelligence engineering and messaging ecosystem from its broader investment portfolio. Under the spin-off terms, existing shareholders will receive shares based on a net asset book value split ratio of 36% for

    1 min
  • US Warns 35 Partner Countries to Choose Between Pax Silica and China's WAICO AI Coalition

    The U.S. Department of State is preparing formal diplomatic notices instructing 35 partner nations to select between Washington's AI alliance and Beijing's competing framework. According to a draft cable reviewed by Reuters and reported by The Decoder and CNBC, the U.S. warns that countries joining China's newly established AI initiative will be excluded from the U.S.-led Pax Silica coalition. The diplomatic draft states: "To be part of everything is to be part of nothing. Signature of the Pax

    1 min
  • Asynchronous Batch Inference in Production: Architecture, Queue Scheduling, and Cost Arbitrage

    Asynchronous Batch Inference in Production: Architecture, Queue Scheduling, and Cost Arbitrage Interactive AI applications require low Time-to-First-Token (TTFT) and high inter-token generation speed to maintain responsive user experiences. Achieving sub-second latency targets forces infrastructure teams to overprovision GPU capacity to absorb peak demand spikes. However, non-interactive production workloads (such as historical document processing, embedding generation, nightly model evaluation

    1 min