On March 24, 2026, Anthropic announced a new feature for Claude Code. Called 'Auto Mode,' it takes an approach in which the AI judges its own permissions and acts on them. Instead of requiring user approval for every task as before, the AI can now assess safety for itself and carry out work automatically.

The Dilemma of Existing Development Tools

Until now, Claude Code has stuck to a conservative permissions policy. Every file write and every bash command required user approval. Safe, but inefficient. The reason it was hard to kick off a large job and step away was simple: the AI kept pausing to ask for permission along the way.

Some developers got around this with the '--dangerously-skip-permissions' flag. But as the name makes clear, it was a risky choice. Deleted files, leaked sensitive data, malicious code execution—the hazards were all lurking there. In the end, developers had to choose between safety and efficiency, even though neither was something they could afford to give up.

How Auto Mode Works

Auto Mode resolves this dilemma, and it does so with some finesse. Before each tool call runs, a classifier reviews the action. It flags potentially destructive operations—bulk file deletions, leaks of sensitive data, execution of malicious code.

Actions judged to be safe proceed automatically. Actions deemed dangerous are blocked, and Claude tries a different approach. If Claude keeps insisting on an action that gets blocked, it ultimately turns to the user for permission. The design trusts the AI's judgment while keeping a human as the final safeguard.

Limits and the Road Ahead

Auto Mode isn't perfect either. It may allow a dangerous action, or block a safe one. That happens especially when the user's intent is ambiguous or when the AI lacks enough context about its environment. There's also a small impact on token consumption, cost, and latency—the price of having the AI review each action. It's the cost incurred as the AI reviews each action.

But this is only the beginning. Starting as a research preview on the Team plan, it is set to expand gradually to Enterprise and API users. Worth noting, too: it works on both Claude Sonnet 4.6 and Opus 4.6.

From Tool to Collaborative Partner

Auto Mode is a marker of how AI development tools are maturing. Early AI tools were either extremely restrictive or extremely dangerous. Either the user controlled everything, or you handed everything over to the AI.

Now the AI assesses risk on its own and exercises an appropriate level of autonomy. It's part of AI's evolution from a simple tool into a collaborative partner. Rather than following rules blindly, it has begun to develop the ability to understand context and exercise judgment.

For developers, this opens up new possibilities—because you can now start a big job and step away with peace of mind. The AI can avoid risk on its own while still getting the work done efficiently.