
Share
Claude Code's new auto mode automates permission checks with built-in safeguards, offering a safer alternative to bypassing permissions entirely.
Today, Claude Code is rolling out a new feature called "Auto Mode," designed to provide a safer and more efficient way to run longer tasks without the frequent interruptions of manual permission checks. This mode, available as a research preview for Team plan users, introduces automated decision-making with safeguards to monitor actions before they execute. It's set to roll out to Enterprise and API users in the coming days.
Claude Code’s default permissions are designed to be conservative: every file write or bash command requires explicit approval. This approach ensures safety but can be cumbersome for long-running tasks that require frequent human intervention. Some developers opt to bypass permission checks using --dangerously-skip-permissions, which can lead to dangerous and destructive outcomes, especially outside isolated environments.
Auto Mode offers a middle ground by allowing longer tasks to run with fewer interruptions while introducing less risk than completely skipping permissions. Before each tool call runs, a classifier reviews the action for potential risks such as mass deleting files, sensitive data exfiltration, or malicious code execution. Safe actions proceed automatically, while risky ones are blocked and redirected.
--dangerously-skip-permissions, it doesn't eliminate it entirely. The classifier may still allow some risky actions or block benign ones due to ambiguous user intent or lack of context.Auto Mode is available in Claude Code as a research preview for Team plan users today and will soon roll out to Enterprise and API users. It works with both Claude Sonnet 4.6 and Opus 4.6. Here are some key implementation details:

"disableAutoMode": "disable" in your managed settings. It is disabled by default on the Claude desktop app.The core of Auto Mode lies in its classifier, which uses machine learning to evaluate each action before it runs. The classifier is trained on a dataset of actions labeled as safe or risky based on their potential impact. Here’s a breakdown of how it operates:
While Auto Mode represents a significant step forward in balancing safety and efficiency, there are a few things to keep an eye on:
Auto Mode in Claude Code offers a pragmatic solution for developers looking to run longer tasks with fewer interruptions while maintaining a high level of safety. As this feature rolls out more widely, we can expect to see significant improvements in developer productivity and security.
Tags
Original Sources
Auto mode for Claude Code
↗ https://claude.com/blog/auto-mode?utm_source=tldrai
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
25 March 2026
58 articles
Related Articles

Anterior and Stellarus Partner to Accelerate AI-Driven Prior Authorizations in Healthcare
Products & Applications · 3 min

SpotitEarly Partners with HITLAB to Accelerate U.S. Launch of Non-Invasive Cancer Screening
Products & Applications · 3 min

Erlanger Health System Joins Prisma Health in $2 Billion Partnership to Enhance Patient Care
Products & Applications · 3 min
Related Articles

Anterior and Stellarus Partner to Accelerate AI-Driven Prior Authorizations in Healthcare
Products & Applications · 3 min

SpotitEarly Partners with HITLAB to Accelerate U.S. Launch of Non-Invasive Cancer Screening
Products & Applications · 3 min

Erlanger Health System Joins Prisma Health in $2 Billion Partnership to Enhance Patient Care
Products & Applications · 3 min
More Stories
© 2026 Cedar & Bloom. All rights reserved.