Editorial illustration for Anthropic Enables Claude Code Auto Mode by Default for Paid Plans
Claude Code Auto Mode Now Default for Paid Plans
Claude Code is about to stop asking permission for most things. Starting August 14, Anthropic will switch on Auto Mode by default for anyone on a Pro, Max, or Team plan, letting the coding tool run through tasks without pausing for manual sign-off at each step. Only Enterprise customers will still need to opt in manually. A classifier built into the system decides whether a given action is risky or hard to undo, and only flags those cases for human review, everything else just runs.
The shift comes after Anthropic tested the feature with 1,053 paid users alongside its own red-teaming exercises. The company says Auto Mode matched or beat manual approval workflows on safety while letting teams ship roughly 25 percent more pull requests. Anthropic is also pitching the mode as a defense against prompt injection attacks, where hidden instructions buried in code try to redirect the agent away from what the user actually asked for. That claim comes with numbers attached, including results from an outside audit and at least one internal incident where the system caught something before it became a problem.
Starting August 14, Claude Code will ship with Auto Mode enabled by default for Pro, Max, and Team plans, as Anthropic announced in a blog post. In tests with 1,053 paid testers and internal red-teaming, Auto Mode performed at least as safely as manual approvals, and often better. Teams using Auto Mode also generated about 25 percent more pull requests, meaning they got more work done.
Why this matters
Anthropic is betting that a classifier can judge risk better than a developer glancing at a diff before hitting approve. Maybe it can, the 1,053-tester sample and internal red-teaming are a real data point, not marketing fluff. But defaults matter more than features here.
Most people never touch settings, so "opt out for Enterprise only" effectively means every Pro, Max, and Team user wakes up on August 14 with an AI that acts first and asks permission only when its own model of danger triggers. That's a meaningful shift in who's watching the code as it ships. For founders and engineering leads, the real work now is deciding whether your team's risk tolerance matches Anthropic's, not whether the tool is capable.
For researchers, this is a live test case in autonomy-by-default at scale, worth tracking for incident reports over the next few months. If Auto Mode's safety record holds outside Anthropic's own tests, other coding assistants will follow. If it doesn't, we'll hear about it fast.
Common Questions Answered
When will Claude Code Auto Mode be enabled by default, and which plan types are affected?
Starting August 14, Claude Code Auto Mode will be enabled by default for Pro, Max, and Team plan subscribers. Only Enterprise customers will need to manually opt in to use Auto Mode, while all other paid plan users will have it automatically activated.
How does Claude Code's classifier determine which actions require human review?
The built-in classifier analyzes each action to assess whether it is risky or difficult to undo. Only actions flagged as potentially problematic are paused for human review, while all other tasks run automatically without requiring manual sign-off at each step.
What were the results of Anthropic's testing of Auto Mode with paid users?
In tests with 1,053 paid testers and internal red-teaming, Auto Mode performed at least as safely as manual approvals, and often performed better. Teams using Auto Mode also generated approximately 25 percent more pull requests, indicating they accomplished more work with the automated approach.
Why does Anthropic believe Auto Mode's default setting is significant for user behavior?
Anthropic recognizes that most users never change default settings, so enabling Auto Mode by default for Pro, Max, and Team users means the vast majority will have an AI that acts first and only requests permission when its risk classifier deems an action potentially problematic. This default-first approach effectively changes how developers interact with Claude Code without requiring them to actively opt in.
Further Reading
- Claude Code docs: Configure auto mode - Claude Code Docs
- Claude Code docs: Choose a permission mode - Claude Code Docs
- PSA: Claude Code enabling auto mode as default next week, Anthropic says - 9to5Mac
- How we built Claude Code auto mode: a safer way to skip permissions - Anthropic
- Anthropic adds permissions auto mode in Claude Code - SD Times