Claude Code gains 'auto' mode to run multi-step software workflows

- Anthropic’s Claude Code now has an auto mode that lets the coding agent keep working through multi-step tasks without asking for every permission. - The key design choice is a two-stage safety system: one model filters risky input first, then another classifier approves or blocks actions. - That matters because Anthropic also logged fresh Claude.ai and Claude Code auth outages, making autonomous coding look more like infrastructure.

Coding agents are turning into real workflow software, not just fancy autocomplete. That shift matters because once an agent can edit files, run commands, and keep going across multiple steps, you stop managing a chatbot and start managing an operating dependency. Anthropic’s new auto mode for Claude Code is basically a push in that direction. It lets Claude keep moving through longer software tasks with fewer approval popups, but it does it with a layered permission system instead of just removing the brakes. (anthropic.com) ### What actually changed? Claude Code already could read a repo, make edits, run tests, and work across files. The new piece is auto mode, published by Anthropic on March 25, 2026, as a middle path between the default “ask me constantly” setup and the much riskier “skip permissions” option. Anthropic says users were approving 93% of permission prompts anyway, so the product problem was obvious — too many interruptions, too little signal. (anthropic.com) ### Why were the prompts such a problem? Because long coding sessions break down if the human has to babysit every shell command and file write. A tool that pauses every minute is not really autonomous — it is just outsourcing keystrokes. Anthropic’s own framing is that approval fatigue pushes some users toward dangerous full bypasses, which is exactly the failure mode auto mode is trying to avoid. (anthropic.com) ### So how does auto mode decide? It uses two separate safety layers. First, Claude screens the incoming request for things like prompt injection or attempts to get the agent to exfiltrate secrets. Then a second classifier judges the specific action Claude wants to take — approve, deny, or escalate to the human. That means the system is not just asking “is this request weird?” but also “is this exact command or file change safe enough to run?” (anthropic.com) ### Why split it into two stages? Because the risks are different. A poisoned prompt and a dangerous shell command are not the same problem. One is about whether the agent is being manipulated; the other is about whether the next action could do damage. Splitting them is like having one guard check the package and another check the keys to the building — related, but not inte(anthropic.com)utonomy as a control system, not just a model capability demo. (anthropic.com) ### What kinds of things still trigger humans? High-risk actions. Anthropic’s examples include destructive operations, sensitive data exposure, and cases where the system is not confident enough to proceed. So auto mode is not “hands off.” It is more like selective interruption — fewer prompts, but sharper ones. That is a much more usable design if you want an agent to run for a while without turning your machine into a self-own. (anthropic.com) ### Why does reliability suddenly matter more? Because the more work the agent does on its own, the more the surrounding service becomes part of the job. Anthropic’s status page showed an incident on May 4, 2026 that blocked access to Claude.ai and caused elevated authentication errors for API requests and Claude Code. There were also separate model-error incidents that same (anthropic.com)outages stop being annoying and start being operational. (anthropic.statuspage.io) ### Does this change how teams should use coding agents? Yes — especially in production environments. The practical lesson is that autonomous coding needs the same boring safeguards as any other system dependency: approval boundaries, checkpoints, rollback paths, and a fallback when the service is degraded. Anthropic itself has been talking about longer-running agent sessions and more autonom(anthropic.statuspage.io)ion explicit. (anthropic.com) ### Bottom line? Claude Code’s auto mode is not just a convenience feature. It is Anthropic admitting that coding agents are now useful enough to run real multi-step work — and risky enough that the permission layer is becoming the product. The catch is that once teams rely on that autonomy, uptime and failure handling matter just as much as model quality. (anthropic.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.