Anthropic launched Claude Code Auto Mode on March 24 — an AI-driven permission layer that auto-approves safe actions and blocks risky ones. Here's what operators need to know.
Anthropic quietly rolled out a new permission system for Claude Code on March 24, 2026. It's called Auto Mode, and the core idea is simple: instead of asking you to approve every action or letting the model run completely unchecked, a built-in classifier makes that call for you. Safe actions — like editing a file or running a test — proceed automatically. Risky ones — like mass deletions or anything that looks like data exfiltration — get blocked, and Claude tries a different approach. For developers burned out on babysitting AI coding sessions, this is a meaningful shift. But it comes with real caveats, and the launch details are thinner than you'd expect from a flagship Anthropic feature.
Research Preview — Limited Access
Claude Code — Anthropic's terminal-based AI coding tool — previously gave developers two uncomfortable options: approve every action manually, or use the --dangerously-skip-permissions flag and let the model do whatever it wants. As TechCrunch put it: "'Vibe coding' right now comes down to babysitting every action or risking letting the model run unchecked."
Auto Mode sits between those two extremes. A classifier reviews each action the model wants to take, approves the low-risk ones automatically, and blocks anything flagged as dangerous. When Claude gets blocked, it doesn't just stop — it retries the task using a safer alternative approach.
The feature is also designed to extend to sub-agents — meaning if Claude is orchestrating a chain of automated tasks, the same permission logic applies to every agent in that chain, not just the top-level session.
Here's what the classifier is designed to catch and allow, based on secondary reporting:
If you're on a Team plan and your admin has enabled the feature, you have three ways to turn Auto Mode on:
claude --enable-auto-modeAuto Mode requires the latest version of Claude Code and only works with Claude Sonnet 4.6 or Opus 4.6. No other models — including Haiku, any Claude 3 variant, or third-party models — are supported at launch.
Use a Sandbox. Anthropic Is Clear on This.
If you're running an agency or a small dev team using Claude Code for client work, permission fatigue is a real bottleneck. Long refactoring sessions or multi-file automation tasks grind to a halt every time Claude needs approval to write a file. Auto Mode is designed to remove that friction for the 80% of actions that are obviously safe.
For teams building agentic workflows — where Claude is orchestrating sequences of tasks, not just answering questions — the sub-agent coverage is the most significant part. Autonomous multi-step pipelines previously required either blanket trust or constant human checkpoints. Auto Mode claims to thread that needle programmatically.
The practical use cases you can test right now in a sandbox:
This is where the launch story gets thin. Anthropic has not published the classifier's decision criteria, its training data, its false positive rate, or its block thresholds. As TechCrunch noted directly: "Anthropic hasn't detailed the specific criteria its safety layer uses to distinguish safe actions from risky ones."
That matters for a few concrete reasons:
Low Community Signal So Far
Auto Mode is not available on Free or Pro plans. Here's what access looks like right now:
Auto Mode is part of a clear pattern in Anthropic's Claude Code development. Earlier in 2026, they shipped Code Review and Dispatch for Cowork. Opus 4.6 launched in February. Each release pushes Claude Code further from "terminal assistant" toward "autonomous coding agent."
The AI coding tool market is moving in the same direction. Cursor, GitHub Copilot, and Replit AI are all competing on how much they can do without requiring constant human input. Auto Mode is Anthropic's explicit answer to that race — a permission layer designed to let Claude move faster without going off the rails.
Whether the classifier is actually good enough to trust in production is the question no one can answer yet. The research preview framing exists for a reason.
Weekly AI tool reviews, news digests, and how-to guides.
Join 12,000+ builders