NEWS · AUGUST 10, 2026 · ARTIFICIAL INTELLIGENCE

Anthropic makes auto mode the default in Claude Code on August 14

From August 14, 2026 Anthropic makes auto mode, which routes each tool call through a safety classifier instead of asking the user to approve it, the default for new sessions on Pro, Max and Team plans. The company's reasoning is notable: by the figures it shared, people already approve almost every permission prompt they see.

01 · WHAT HAPPENED?

Classifier review instead of a permission prompt

According to Anthropic's blog post dated August 7, 2026, auto mode sends every operation the tool is about to perform through a classifier rather than to the user. Actions that are irreversible, destructive or aimed outside the user's own environment are blocked, and the rest proceed without waiting for approval.

The timeline is this: from August 14, 2026 new sessions on Pro, Max and Team plans start in auto mode. Users who changed their own default may see a one time prompt, while pinned defaults stay as they are. The extra fee that came with the classifier is removed for those three plans immediately.

The enterprise side moves differently. On Enterprise, the Claude API and deployments used through cloud providers, auto mode stays opt-in for now, and the company writes that it plans to make it the default there within a month. TechCrunch reported the change on August 9, 2026 and noted that it rests on Anthropic's own testing.

02 · DETAILS

The numbers shared and the safety layers

Anthropic justifies the decision with figures. By its data, users approve 97 percent of the permission prompts shown to them. In a controlled study with 1,053 participants, human reviewers caught 13.6 percent of dangerous commands while auto mode is reported to have blocked 89 percent. In real usage, production level harm is described as appearing in 6.3 percent of manually approved sessions against 2.4 percent in auto mode. All of these are the company's own measurements rather than independent verification.

Four safety layers are described. The first is prompt injection screening: results returned by tools are checked for malicious instructions, and the action is tested against the user's actual intent. The second is hard deny rules: operations aimed at data exfiltration are permanently blocked, and running them requires leaving the mode.

The third is data access rules: the classifier distinguishes secrets from sensitive data and checks whether the destination of a git push is public, private or trusted. The fourth is sandboxing: commands are kept to local environments and transferring data outward needs explicit authorisation. The company also reports that in prompt injection testing no successful attack was observed against Claude models in auto mode, against a 5.83 percent rate for the other systems compared.

The exits are left open. The mode can be changed with Shift and Tab in the CLI or through the mode dropdown in the desktop app. Administrators can pin the default mode through managed settings, and a separate setting disables auto mode entirely.

03 · WHY IT MATTERS

Approval fatigue is being treated as a vulnerability

The most striking part of this story is not technical but human. A 97 percent approval rate shows that the permission prompt has stopped working as a security check and turned into a clicking habit. It is the same pattern we have watched for years in cookie banners, app permissions and security popups. That comparison is ours.

The second point is where responsibility sits. Under manual approval the person who errs is the user; in auto mode the system itself makes the call. That may feel like relief for an individual, but it raises a new question on the corporate side: which record gets audited when harm occurs, and who answers for it.

Third, individual and enterprise tracks are moving at different speeds. Changing the default on consumer plans while leaving enterprise deployments opt-in gives organisations room to set their own policy, and the ability for administrators to pin the default supports that.

Fourth, this is not the setting of a single product. The direction of travel for coding agents runs from a flow where a human approves each step toward one where a human defines the boundaries in advance and reviews the result. Where those boundaries get drawn is now more a matter of company policy than product settings.

04 · TÜRKİYE

What it means for businesses in Türkiye

The assessment below is not in the sources, it is our reading. The announcement contains no Türkiye specific note.

In Türkiye, AI assisted development tools are used in most teams through individual subscriptions. The decision therefore sits in a developer's own account rather than in a company IT policy. When the default changes on August 14, behaviour in those teams will have changed even if nobody does anything. Simply noticing that is a preparation step in itself.

The second issue is access boundaries. Which repositories, which servers and which keys an agent can reach is unwritten in most small teams. Auto mode does not create that ambiguity, it makes it visible: everything the tool can reach is now the set of things it can touch without waiting for approval. Writing down the access list is more valuable work than debating the mode.

Third is customer data and data protection law. If real customer data sits in the environment an agent works in, the rules on sending data outward should not be left to a product setting. Not using real data in test environments is the simplest measure that limits the impact of changes like this from the start.

The practical suggestion: record how the tool is used across the team, list the systems the agent can reach, move work that touches production into a separate process, and choose the mode deliberately. Whichever way the decision goes, you should know what the default is while you work.

The UNALSOFT take

In the agentic AI systems we build for clients, the first thing we write down is not what the agent can do but what it cannot. The access list, routing irreversible operations through a separate approval, and keeping a record of every action are the items that need to be settled before an agent is deployed. What Anthropic is doing here is that same approach moved inside the product: define the boundaries in advance instead of asking a human every single time. It is worth remembering that the figures are the company's own measurements. But the problem they describe, the habit of approving automatically when asked, is one we genuinely run into in the field.

Are your agents' boundaries written down?

Let's build a framework for the access list, the approval rules and the audit trail.

Message on WhatsApp