On August 11, 2026, Anthropic announced a major change in the operation of its flagship developer tool — Claude Code. Starting August 14, the automatic task execution mode (Auto mode) will become the default for users on Pro, Max, and Team paid plans. This means the AI assistant will be able to perform most code operations independently without needing to request permission at every step, which was previously a mandatory safety condition.
From Manual Control to Autonomous Operation
Previously, since March 2026, Auto mode existed as a beta feature. Its goal was to find a balance between development speed and human control. In this mode, Claude Code continues executing tasks without unnecessary pauses, provided the action does not pose a threat of irreversible changes or going beyond the working environment. Now, after five months of testing, the company has decided to make this mode the default, relying on data regarding its effectiveness.
The Security Paradox: Why Humans Make Mistakes More Often Than AI
The decision to change the default settings was based on a large-scale study involving 1,053 users of paid plans. The results revealed an unexpected phenomenon: in Auto mode, the system independently identified and blocked 89% of potentially erroneous actions. Meanwhile, in manual mode, where the user had to confirm each action themselves, this figure dropped to a meager 13.6%.
Anthropic experts explain this as the "click effect": developers, accustomed to a stream of requests, begin approving them on autopilot. Statistics confirm the worst fears — coders subconsciously approve 97% of all permission requests, effectively ignoring the essence of the operation. Thus, the presence of a "Confirm" button created an illusion of security but provided no real protection against errors.
Developers' Stance and New Protective Measures
Boris Cherny, head of the Claude Code division, openly supported the switch to autopilot. In his post on social network X, he stated that the development team has been using exclusively automatic mode for many months. "I cannot imagine returning to permission requests!" he emphasized, noting that manual verification only slows down the workflow without real benefit.
However, this does not mean abandoning security. Alongside the activation of Auto mode, Anthropic is implementing more complex protection mechanisms. The system has added checks for prompt injection attacks and customizable block rules designed to prevent data leaks and the execution of malicious commands.
Contradictory Data
While Anthropic's official statistics look convincing, there is disagreement within the developer community regarding full automation. Proponents of manual mode argue that the 11% of actions that the AI misses (or blocks erroneously) could be critical for specific architectures. While Anthropic claims their filters work better than humans, independent tests show that in rare cases, the "silent" autopilot might miss contextual errors that an experienced developer would notice when reading a confirmation request. Nevertheless, most sources lean towards the view that for the mass user, speed and automation outweigh the risks.