This website uses cookies

Read our Privacy policy and Terms of use for more information.

The default setting is becoming a strategic decision. Anthropic is making auto mode the default for new Claude Code sessions on Pro, Max and Team plans from 14 August, while Claude in Chrome is being positioned as a browser based working layer for research, data collection and background tasks.

The change matters because it moves agentic AI out of a separate chat window and into the surfaces where work already happens. Claude can read a signed in page, navigate between tabs, fill forms and pass work to Cowork. Claude Code can continue longer tasks with fewer interruptions. For a delivery organisation, that means the question is no longer whether an employee has access to an AI assistant. The question is what the assistant is allowed to do when the employee is not watching every step.

Anthropic’s reported testing is part of the story. The company says auto mode blocked 89 per cent of dangerous commands in a controlled study with 1,053 paid testers, while human participants caught 13.6 per cent. Those numbers may support the case against habitual approval clicking. They do not remove the need for controls around sensitive projects, production infrastructure or confidential information.

Permission fatigue is a real operational problem

Manual approval prompts are supposed to preserve human control. In practice, a prompt that appears dozens or hundreds of times a day can become a ritual. Anthropic says users approve 97 per cent of Claude Code permission prompts, while users reject a much higher share of broader plan approvals.

The distinction is important. A person may carefully assess a proposed plan and then click through each individual command because the interaction has become repetitive. The interface still records approval, but the decision may no longer represent meaningful review.

Anthropic’s auto mode is intended to address that problem by routing tool calls through a classifier designed to block actions that are irreversible, destructive or aimed outside the user’s environment. When a risky action is blocked, Claude can seek a safer path or ask for approval. Anthropic also says the system falls back to manual approvals after repeated blocks.

Conner Phillippi, a Member of Technical Staff at Anthropic, told Help Net Security that the company had tested auto mode through internal and third-party red-teaming, prompt-injection evaluations, a controlled study and production-session analysis.

His conclusion was specific: “On every measure we tested, auto mode matched or outperformed manual review.”

That is a claim about Anthropic’s testing, not a universal safety guarantee, so the limits of the study still matter.

That is a sensible design goal, but it changes the control model. The human is no longer reviewing every action. The organisation is trusting a classification layer to identify the actions that deserve attention. The quality of that layer, its audit trail and its failure handling become central governance questions.

Browser access turns identity into an attack surface

Claude in Chrome is more than a research assistant. Anthropic says it can read pages where the user is signed in, click, type and fill forms. The product page describes background tasks, connections to Cowork, cross device sessions and access to websites that do not offer clean APIs.

That flexibility is useful for project professionals. A browser agent could gather information from a planning portal, compile metrics from a dashboard, organise a shared drive or prepare a draft comparison deck. It could help a project manager reconcile updates across several web applications without copying and pasting between them.

The same capability means that the browser session becomes a concentrated identity layer. If an employee is signed in to email, a common data environment, a procurement system and a finance portal, the agent may inherit access to more systems than the task requires. A malicious instruction hidden in a page, document or email could attempt to redirect the workflow. Anthropic acknowledges this risk and recommends avoiding banking, health records, password management and other sensitive workflows.

The guidance is not a sign that browser agents have no value. It is a reminder that the convenience of no API integration comes from granting the agent access to the same visible and actionable environment as the user.

The safety evidence is useful, with important limits

The controlled study of 1,053 paid testers is a relevant data point because it compares auto mode with a realistic human behaviour: approving a permission prompt under time pressure. Anthropic reports that the human participants caught dangerous commands 13.6 per cent of the time, while auto mode blocked 89 per cent. TechCrunch reports the same comparison and notes that Anthropic is making the feature the default for several paid plans.

The result should not be interpreted as proof that auto mode is safe in all contexts. The participants worked in a test environment rather than on real projects. Anthropic states that the dangerous command was substituted into a prompt and that the action did not run. The reported rate therefore measures detection in a controlled setting, not the full effect of an autonomous agent operating against live project data.

Anthropic also says its auto mode relies on classification systems and does not eliminate risk. For high stakes changes to production infrastructure, it recommends reviewing the agent’s actions directly.

That qualification should be carried into business policy.

  • A classifier may be better than a fatigued reviewer at spotting a known category of dangerous command. It does not understand every commercial, contractual or professional consequence of an action.

  • A command can be technically reversible yet operationally serious.

  • A message can be syntactically safe yet reputationally damaging.

  • A file can be non destructive yet disclose confidential information.

Move from permission prompts to policy boundaries

The rollout suggests that organisations need a clearer permission architecture. The old question was whether the user should approve the next command. The stronger question concerns what kinds of actions the agent can perform in a given environment, under which conditions, with what evidence and with what escalation path.

For a project delivery team, those boundaries might include:

Read access to approved project sources, with no access to unrelated client data.

Drafting rights for internal reports, with publication locked behind human approval.

No access to payment instructions, password managers or personal information.

No ability to change contractual, safety or cost records without a named reviewer.

A complete log of prompts, tool calls, blocked actions, approvals and final changes.

This policy should be applied by the platform where possible. A written instruction telling an agent to “be careful” is not a permission system. Site allowlists, blocklists, scoped connectors, sandboxing and identity aware audit logs provide more reliable boundaries.

Agentic browser work needs a safe pilot pattern

A useful pilot begins with a workflow that is repetitive, visible and reversible. Consider collecting weekly progress metrics from a defined set of dashboards and producing a draft internal summary. The agent can navigate the pages, extract the numbers and assemble the document. A human checks the source values and approves the report before it is circulated.

The pilot should deliberately include exceptions. What happens if one dashboard is unavailable? What if the date range is wrong? What if a page contains an instruction that is unrelated to the task? What if the extracted value conflicts with the project controls system? A safe agent does not fill every gap with a guess. It records the exception and asks for help.

WitnessAI’s research on enterprise browser agents identifies prompt injection, sensitive data disclosure, excessive agency, insecure output handling and cross application authority as recurring risks. Its recommendations include intent based policies, data tokenisation, runtime protection and immutable audit trails linked to human identity. Those controls are relevant even when the agent is supplied by a trusted vendor because the risk emerges from the interaction between model, browser session, data and workflow.

Auto mode changes the role of the reviewer

The human reviewer’s job is becoming less about watching every keystroke and more about setting the right operating envelope. That requires a different skill set.

Martin Emde, a software engineer at Gusto, described the operational trade-off in the same Help Net Security report: “Auto mode gave us a safer balance between speed and control.”

His experience is useful as an implementation perspective, although it remains a customer testimonial rather than independent safety evidence. Reviewers still need to understand what an agent can see, how it decides to pause, which actions are hard denied and where its logs are stored.

The project manager remains responsible for the decision, even when the agent performs the mechanical work. A programme update built from live systems still needs a competent person to assess whether the result makes sense. A design coordination note still needs someone to determine whether the cited information is complete. An agent that finishes a task is not the same as a professional who has exercised judgement.

This is also why training should include failure recognition. Teams need to know the signs of an agent that has drifted from the brief: unexpected website navigation, new permissions, unexplained file creation, urgency language, requests for credentials or a sudden change in output format. The correct response is to pause the workflow, preserve the log and escalate through the agreed route.

Prepare for default settings across the estate

Anthropic says auto mode remains opt in for Enterprise, API and several cloud deployments while administrators review the change, with a plan to expand the default later. That gives organisations a short window to inspect their settings, test the workflow and decide whether the default is appropriate.

The task is not to ban autonomy. It is to ensure that an employee cannot unknowingly move from assisted drafting to autonomous action because a product setting changed overnight. IT, security, legal, project controls and operational leaders should agree the permitted use cases together. If the decision is left to one department, the organisation will get a fragmented policy and inconsistent risk tolerance.

Takeaway

Treat a default permission change as an operational change, not a minor product update.

Replace blanket approval clicking with scoped policies for data, sites, tools and irreversible actions.

Pilot browser agents on reversible workflows with strong source checks and human publication approval.

Keep human review focused on judgement, consequence and exception handling rather than every routine keystroke.

Require auditable records of agent identity, human initiator, tool calls, blocked actions and final changes.

Project Flux follows developments such as these as they move from product announcements into everyday project practice. The useful question remains: where should autonomy stop, and who decides? Find the answers in our weekly newsletter. Subscribe and stay tuned to the latest developments.

Links and Stuff

All content reflects our personal views and is not intended as professional advice or to represent any organisation.

1  

Reply

Avatar

or to participate