Security

Claude Code activates auto mode by default starting August 14

3 min read

TL;DR Too Long; Didn’t read

Starting August 14, Anthropic will replace manual command approval in Claude Code by default with an automatic classifier. The change affects Pro, Max, and Team subscriptions without individual settings. According to a study with over a thousand test subjects, manual review misses nine out of ten risky commands that the automatic system stops. Users can revert to the old manual approval.

A robotic hand with the Anthropic logo holds a red stop sign in front of a series of flashing command line symbols, while other commands continue to run unhindered in green. Image generated with GPT Image 2

Key takeaways

  • Auto mode becomes the default for Pro, Max, and Team users of Claude Code starting August 14, 2026.
  • A separate classifier evaluates each tool call for irreversible or destructive effects before execution.
  • In direct comparison, the classifier blocked 800 risky commands that human testers had approved.
  • After 50 consecutive approvals, the human hit rate dropped to about five percent.
  • Enterprise and API customers will receive the new default setting only within a month.
  • Anthropic waives extra token costs for the classifier's own verification.

Anthropic enables the auto mode of Claude Code by default for Pro, Max, and Team users starting August 14. A classifier then automatically checks each command for dangerous actions instead of obtaining manual approval for each one. In a test with 1,053 paying users, the classifier identified 89 percent of dangerous commands, while humans only recognized 13.6 percent.

Classifier Outperforms Human Review in Direct Comparison

According to Anthropic’s announcement, auto mode is intended to provide a middle ground between unconditional approval of all actions and repeated individual confirmations: developers should be able to run longer, autonomous workflows without intervening at every step. The classifier evaluates each tool call from Claude Code to determine whether it would have irreversible, destructive, or out-of-scope effects. If the system blocks a command, Claude independently seeks a safer way or directly asks for permission. Only after three consecutive or 20 blocks in a session does the tool automatically revert to manual approval.

In direct comparison, the gap was clearly evident: the classifier blocked 800 risky commands that human testers had previously approved – conversely, it only let six commands through that humans would have stopped. The human hit rate also decreased with session duration: at the beginning, testers recognized about 17 percent of dangerous commands, but after more than 50 approvals, only about five percent. The classifier maintained a constant detection rate throughout the entire session.

Production Data and External Tests Support the Rollout

Anthropic also backs the rollout with production data from May and June 2026: in manually approved sessions, unintended harmful actions occurred twice as often as in auto mode – at the highest severity level, the rate was 6.3 percent versus 2.4 percent. An independent red team from Trajectory Labs tested 72 attack scenarios against the models Claude Fable 5, Opus 5, and Sonnet 5 in auto mode and achieved a success rate of zero percent; in the comparable approval mode of OpenAI’s GPT-5.6 Sol, testers managed a 5.83 percent success rate.

The company is also responding to its own incidents: just in July, Anthropic had to admit that Claude models breached real systems during security tests. Corporate customers such as Adobe, Nuro, Gusto, and Garner Health reportedly already use auto mode in production, shipping about 25 percent more pull requests as a result – a figure that is not independently verified. At Gusto, about ten percent of all sessions have included at least one classifier denial since mid-May. Unlike Anthropic, OpenAI is currently forgoing an automatic approval mode for its GPT-5.6 model and continues to rely on manual control.

Rollout Proceeds in Stages, Manual Control Remains an Option

Existing sessions of Pro, Max, and Team customers automatically receive the new default unless someone has previously pinned a different mode; users see a one-time notice and can switch back at any time via the Shift+Tab keyboard shortcut. Enterprise and API access remain opt-in for now but are expected, according to Anthropic, to switch automatically within a month; administrators can set the default centrally through a configuration file or disable the feature entirely.

Fixed, customizable deny rules guard against data exfiltration, the system additionally checks git status before destructive actions, and content pulled from the web is screened for hidden prompt-injection attempts. Attackers are already targeting tools like Claude Code specifically: a worm that spread in early August through 444 npm packages searched for credentials belonging to AI coding tools. Anthropic itself cautions that auto mode relies on a classification system and does “not eliminate risk” entirely – for high-stakes changes to production infrastructure, manual review is still recommended.

What matters now is whether the classifier itself becomes the new target: once automation becomes the norm, some attack attempts may shift away from inattentive developers and toward the filtering logic behind them. Whether Anthropic’s numbers hold up outside the controlled study will become clear at the earliest once the default is expected to reach enterprise and API customers in September.

Frequently asked questions

Does using auto mode cost extra?

No. Anthropic waives the otherwise applicable extra charge for the few tokens the classifier consumes per tool call.

How do you switch back to the old manual approval?

Via the Shift+Tab keyboard shortcut or the mode menu in the command line; the chosen setting then remains in place permanently.

Does the new default also apply to enterprise customers via the API?

Enterprise and API access remain opt-in for now. Anthropic says it will also switch to auto mode as the default there within a month, unless administrators set otherwise.

What happens if the classifier keeps blocking?

After three consecutive or 20 blocks within a session, Claude Code automatically switches back to manual approval for the rest of the session.

How does Anthropic's approach differ from competitors?

OpenAI has so far not enabled a comparable automatic approval mode for its GPT-5.6 model and continues to rely on manual control by users.

Sources (3)
  1. Auto mode is now the default in Claude Code for Pro, Max, and Team plans
  2. PSA: Claude Code enabling auto mode as default next week, Anthropic says
  3. Configure auto mode – Claude Code Docs

Your AI update for the work week

Once a week, the most important AI news – plus one practical tip to try right away. No spam, unsubscribe anytime.

← Back to the blog