Anthropic will make auto mode the default setting for Claude Code starting Aug. 14, a shift driven by internal data showing that 97% of users accept permission requests from the AI coding agent. The change, which applies to Pro, Max, and Team users, is intended to allow developers to complete extended coding tasks with fewer manual approvals while keeping protections in place for higher-risk operations. The company says the move addresses a pattern where most developers click through routine prompts without meaningful review.

Under Claude Code's existing permission framework, the coding agent can typically read files without pausing but may halt and request approval before executing actions such as modifying or moving files. Auto mode replaces this approach with an automated classifier that determines when a task can proceed independently and when human approval remains necessary. Anthropic notes that the high acceptance rate indicates many permission requests are routine, and also points to developers using unofficial workarounds to skip permission prompts altogether, which can expose coding agents to greater vulnerability from prompt injection or malicious commands. The company frames the new default as a standard, more secure method for eliminating unnecessary permission checks.

The auto mode classifier evaluates tool actions for warning signs including data exfiltration traps, destructive actions like recursive loops, and other hazardous patterns, according to the report. If the classifier flags a particular task such as deleting a GitHub branch as requiring elevated privileges, it will notify the developer. Anthropic says the change won't override any preset defaults, meaning existing configurations set by users or organizations will remain unchanged unless manually adjusted. "Auto mode gave us a safer balance between speed and control," said Gusto developer Martin Emde. The company also confirmed that enterprise customers on partner cloud platforms will be auto-switched to auto mode in the coming month, and that customers won't be billed for the additional cost of running classifier models.

The shift reflects Anthropic's attempt to reduce friction in the autonomous software development lifecycle without sacrificing oversight on high-stakes actions. Admins retain the ability to switch between different modes for their entire organization at any time, preserving control over how much automation teams allow. For developers, fewer permission prompts could eliminate a significant source of interruption during longer coding sessions. For security teams, however, the change places greater reliance on automated guardrails to distinguish routine actions from those that genuinely require human intervention. The underlying calculus is straightforward: if nearly all permission requests are approved anyway, the system should default to letting most tasks run while flagging only the exceptions that carry real risk. That logic may streamline workflows, but it also shifts the burden of vigilance from individual developers to the classifier's ability to spot edge cases before they cause harm.