Claude Code: Auto Mode Becomes the Default for Pro, Max, and Team
Anthropic announced that auto mode β the permission mode where a separate classifier screens each tool call instead of asking for manual approval β becomes the default for all Claude Code users on the Pro, Max, and Team plans starting August 14, 2026. The company said internal testing found the classifier catches roughly 89% of dangerous commands versus about 14% for human reviewers clicking through approval prompts, and that a study of 1,053 paid testers showed manual-approval accuracy degrading further, to around 5%, after 50 consecutive prompts. Anthropic is also dropping the extra token cost the classifier previously added for Pro, Max, and Team subscribers. Enterprise, the Claude API, and other cloud platform deployments remain opt-in.
Featured Video
A video we selected to help illustrate this changelog
Key Takeaways
- Auto mode becomes opt-out, not opt-in, for Pro, Max, and Team plans on August 14, 2026, while Enterprise and API usage remain opt-in.
- Human approval underperforms the classifier, catching only about 13.6% of dangerous commands in testing versus roughly 89% for the auto mode classifier.
- Approval fatigue is the core problem Anthropic is solving, with human accuracy dropping to about 5% after fifty consecutive prompts in a session.
- The classifier has built-in circuit breakers, automatically falling back to manual approval after three consecutive blocks or twenty total blocks in one session.
- Independent red-teamers validated the safety claims, with Apollo Research measuring a 7% miss rate on synthetic attacks and Trajectory Labs reporting zero successful prompt-injection attacks in its evaluation.
- Anthropic removed the cost barrier at the same time, no longer billing Pro, Max, and Team users for the extra tokens the classifier consumes on each tool call.
Sources & Mentions
5 external resources covering this update
How auto mode works with Claude Code
YouTube
Claude Code gets 'safer' auto mode
Hacker News
PSA: Claude Code enabling auto mode as default next week, Anthropic says
9to5Mac
Auto Mode will soon be the default in Claude Code β because humans can't be trusted
The New Stack
ClaudeDevs: "Starting August 14, auto mode will be the default permission mode in Claude Code..."
X
Auto Mode Becomes the Default
Starting August 14, 2026, Anthropic is switching the default permission mode in Claude Code to auto mode for everyone on the Pro, Max, and Team plans. Any new session that hasn't been pinned to a specific default will run in auto mode automatically. Users who already set their own default get a one-time prompt asking whether they'd like to switch over; anyone with an organization-managed default sees no change at all. Enterprise, the Claude API, and other cloud platform deployments stay opt-in for now.
Why Anthropic Made the Switch
Claude Code's traditional permission model asks for a yes/no approval before every file write or shell command β safe, but tedious for long agentic sessions. Auto mode replaces that constant back-and-forth with a separate classifier model that reviews each tool call before it runs, looking for signs of irreversible, destructive, or out-of-scope actions: mass file deletion, credential exfiltration, commands that reach outside the current repository, or behavior that looks driven by instructions hidden in content Claude just read.
Anthropic's stated reason for flipping the default is blunt: its research found that people approve permission prompts reflexively rather than reading them. In a controlled study of 1,053 paid testers, human reviewers caught only about 13.6% of genuinely dangerous commands, and that accuracy fell to roughly 5% after fifty consecutive approvals in a session. The auto mode classifier, run against the same test set, blocked about 89% of the dangerous commands. Anthropic also reported that sessions which relied on manual approval contained serious unintended harm more than twice as often as sessions running in auto mode.
How the Classifier Behaves
When the classifier flags a call as risky, Claude Code doesn't just fail β it typically looks for a safer alternative path first, and only falls back to asking the user directly if it can't find one. A session automatically reverts to manual approval mode after three consecutive blocks, or twenty total blocks, so a user working in an unusually restrictive environment isn't stuck fighting the classifier indefinitely.
Anthropic described several layered safety mechanisms behind the classifier: hard deny rules that block data exfiltration outright regardless of context, awareness of repository visibility and git state before allowing destructive git operations, screening for prompt-injection patterns in content Claude has read from files or the web, and rules that distinguish access to secrets from access to public, non-sensitive data.
Independent red-teaming backed up Anthropic's internal numbers: Apollo Research's adversarial testing found the classifier missed only about 7% of synthetic attacks, and Trajectory Labs reported zero successful prompt-injection attacks against Claude models running in auto mode during its evaluation.
Already Running in Production
Anthropic paired the default-mode announcement with a companion post describing customers who had already standardized on auto mode ahead of the rollout. Nuro uses it to run overnight research agents that iterate against evaluation metrics and have a batch of pull requests ready by morning. Gusto adopted it explicitly as a security upgrade to cut down on permission fatigue, with an engineer noting that roughly 10% of sessions have triggered a classifier denial since May 2026. Garner Health built a standardized software development lifecycle around auto mode across 550 employees, enabling research-heavy work that manual-approval workflows made impractical. Anthropic also cited four enterprise customers β Adobe, Nuro, Gusto, and Garner Health β reporting roughly a 25% increase in pull request output among teams that adopted auto mode.
Pricing Change
Running the classifier costs a small number of additional tokens on every tool call. Alongside the default-mode switch, Anthropic stopped charging Pro, Max, and Team subscribers for that classifier overhead, effectively making the safety review free for the plans where auto mode is becoming standard.