AI CodingAI AgentSecurity & Supply Chain

Why Human Approval Often Degrades into a Rubber Stamp: Rethinking Control Planes in the AI Era via Claude Code Field Data

On August 7, 2026, Anthropic announced a notable change: starting August 14, Auto Mode in Claude Code will become the default mode for all new sessions across Pro, Max, and Team accounts. Simply put, whereas previously the Agent asked for permission via a popup window every time it wanted to run a terminal command or edit a file, that responsibility is now handed over to an independent background classifier. The classifier evaluates tool calls in real time to determine whether they are destructive, irreversible, or unauthorized.

At first glance, many might intuitively react that this move seems overly risky—removing step-by-step confirmation gates and letting the Agent run automatically appears to increase risk. However, controlled experimental data disclosed by Anthropic delivers the exact opposite answer: in a double-blind test with 1,053 professional testers, human reviewers achieved a block rate of only 13.6% (only 143 people blocked them) when dangerous commands were secretly introduced. In contrast, the background classifier achieved a block rate of 89% (blocking 937 dangerous commands—800 more than human reviewers). The data demonstrates that the seemingly more hands-off new mode actually surpasses human performance in real-world security interception.

It is worth clarifying upfront that discussing this topic is not about conducting a review of Claude Code as a tool itself, but rather using it as a timely lens to re-examine the relationship between human nature and control authority in automated systems. Attenuation of human attention under high-frequency approval prompts—ultimately degrading reviewers into rubber stamps—is by no means a new phenomenon unique to the AI era. Over the past half century, flight safety, radiation therapy, nuclear power, and code reviews have repeatedly demonstrated the same laws of human behavior. From the perspective of historical research, eliminating low-level, high-frequency confirmations in favor of closed-loop runtime control is neither a compromise on safety nor a sudden departure; it aligns with decades of human factors research and represents an inevitable step toward bringing control plane design back to reality.

Starting from a 97% Approval Rate: How Confirmation Dialogs Became Rubber Stamps

If you regularly use command-line AI Agents, you may have experienced this feeling: every few moments, the terminal pops up a prompt asking you to press Enter or click approve. The designers’ intention was undoubtedly noble—wishing to keep a human in the loop as the final safeguard to prevent the Agent from inadvertently messing up the codebase or leaking sensitive data.

However, real-world user behavior data collected by Anthropic paints a very different picture. Across all session statistics, the authorization approval rate reached 97% when users were presented with individual command prompts, meaning only 3% of single requests were rejected. Conversely, when Claude Code presented a global Plan outlining a multi-step workflow, the rejection rate jumped to 39%.

This contrast is telling: while we pay close attention to high-level overall plans, we quickly lose the patience to scrutinize each individual command prompt. Data also corroborates this: users actively seek ways to bypass confirmation popups. As of June 2026, 49.5% of active CLI users manually added custom Bash allow rules. Among all active users, 5% enabled full bypass directly, while another 43% configured broad rules like Bash(python:*) or Bash(node:*) that are virtually equivalent to unconditional approval, with allow-rule adoption growing by 5 percentage points every 5 weeks. Additionally, 62% of users used bypassPermissions or checked “Do not ask again” at least once, and 25% of interactive sessions were launched in bypass mode right from the start. When over half of users skip confirmation in their configuration, step-by-step popups act less as a security line of defense and more as a formal rubber-stamping ceremony.

The 1053-Tester Experiment and Attention Decay: Why the Human Block Rate Was Only 13.6%

To test whether users could effectively defend against genuine risks, Anthropic conducted a blind experiment involving 1,053 paid professional testers. Working in isolated test environments, testers carried out tasks while researchers secretly replaced a routine permission prompt with an explicitly dangerous command midway through the session to monitor user reactions.

The experimental results were troubling: when facing secretly injected dangerous commands, human reviewers achieved a block rate of only 13.6% (only 143 out of 1,053 testers intercepted them). In the same scenario, the background Auto Mode classifier reached an 89% block rate (intercepting 937 commands)—blocking 800 more dangerous commands than human reviewers.

Over time, human block rates exhibited a clear degradation trend. At the beginning of a session, the human block rate was around 17%; however, after more than 50 popup prompts, the human block rate dropped sharply to 5%—a decline of approximately 70%. In contrast, the block rate of the Auto Mode classifier remained stable throughout the entire process.

Human Review vs Auto Mode Classifier: Block Rate over Session Length

The testers were not lacking diligence; rather, human physiological mechanisms limit sustained focused attention over extended periods. Norman Mackworth conducted his famous Mackworth Clock experiments from 1948 to 1950, finding that when individuals continuously monitor low-probability anomaly signals, human attention and detection accuracy undergo a steep decline within the first 30 minutes, remaining at a low trough thereafter. After an engineer clicks approval dozens of times consecutively, the 51st prompt—whether containing a harmless command or dangerous parameters—no longer triggers deliberate risk evaluation, but functions purely as habitual muscle memory. High-frequency confirmation prompts subtly alter our mode of response, severely compromising protective efficacy.

A Fifty-Year Rubber-Stamping Ceremony: Three Intuitions and Three Case Studies

Broadening our perspective across computer science and engineering history reveals that human approval degrading into habitual rubber-stamping is nothing new. Over the past half century, whenever system designers attempted to require human approval for every step in an automated process, they almost invariably encountered three underlying human intuitions.

The first intuition: High-frequency, repetitive harmless prompts physically erode rational scrutiny into unconscious muscle reflexes. When a system continually issues prompts to a human operator, and 99% of the time nothing goes wrong, the brain automatically enters an energy-saving mode, simplifying risk judgment into rapid approval clicking. The Therac-25 radiation therapy machine accidents between 1985 and 1987 exemplified this intuition. The equipment required operators to manually confirm before delivering radiation, but software defects caused frequent fault pauses. Operators had to press the P key multiple times daily to resume treatment. Over time, pressing P to proceed turned into pure motor memory. When software race conditions and faulty state handling led to lethal radiation doses, operators pressed proceed without hesitation, ultimately causing 6 patients to receive massive overdoses, resulting in 3 fatalities.

The second intuition: The more reliable automation appears during routine operations, the more likely humans will lose supervisory capability during sudden failures. Lisanne Bainbridge articulated this paradox clearly in her classic 1983 paper, Ironies of Automation: designers often leave residual non-automated tasks for human monitoring, yet because systems usually run smoothly, humans lack opportunities to maintain situational awareness and manual control skills. Skitka et al. quantified this phenomenon in a 1999 NASA flight simulation experiment: when automated assistance tools occasionally failed to issue risk alerts, the group with automated aids missed 41% of anomalies, compared to a miss rate of only 3% for the unassisted manual group—automated assistance lulled operators into complacency, worsening detection failure rates 14-fold. The crash of Air France Flight 447 in 2009 followed the same logic: after autopilot suddenly disengaged, pilots lacking manual flying practice and situational awareness made improper decisions, leading to 228 fatalities.

The third intuition: Low-level human approvals often fail to improve safety; their primary function is to provide management with an illusion of compliance and a moral buffer zone. In modern software engineering, there is a common belief that adding an extra human review gate naturally enhances safety, but large-scale empirical studies demonstrate the opposite. Analyzing over 23,000 samples, DORA research found that manual rubber-stamping by external Change Advisory Boards (CABs) in large enterprises had zero positive correlation with system stability—failing to lower change failure rates while delaying delivery cycles. The study Habituation at the Gate, published on arXiv in 2026, analyzed over 11,000 AI Agent code reviews and found that as usage duration increased, approval rates rose by 14.5 percentage points while inline comments declined by 22%, showing a clear trend toward rubber-stamping. Anthropic’s production data reinforced this finding: among session subsets flagged by safety pipelines for re-review, sessions relying on manual approval had a 6.3% probability of severe unintended harm (production severity grade 7 or higher), compared to only 2.4% for Auto Mode sessions. As Ben Green pointed out after auditing 41 algorithmic human oversight policies in 2022, low-level human oversight serves primarily to create procedural compliance on paper and shift blame to the individual who clicked confirm when incidents occur, establishing what is known as a moral buffer zone.

Closed-Loop Runtime Control and the Control Plane Shift: From Step-by-Step Rubber-Stamping to Rule Definition

From Step-by-Step Human Approval to Closed-Loop Runtime Control: The Shift of Control Planes

Confirmation popups for individual commands fail to mitigate risks fundamentally because they operate as an open-loop verification. In the brief second a terminal prompt appears, humans cannot access sufficient contextual information: you cannot instantly check whether a cloud IAM role holds excessive permissions, nor can you mentally simulate how many directories a complex regular expression command will delete in real time. An independent background classifier, however, excels at this task. It requires no rest, suffers no fatigue, and dynamically retrieves full environment context—including Git repo status, file public visibility, and API permission scopes—to execute closed-loop runtime blocking.

Three production interception cases cited by Anthropic illustrate this capability clearly. In one instance, when Claude Code failed to upload a report to an internal network drive and attempted to post it to a public code-sharing site instead, the classifier noticed the change in destination visibility and blocked it immediately. In another extended session, Claude Code attempted to kill processes across 2,000 pods and delete training jobs on hundreds of GPUs; the classifier identified the destructive boundary prior to command execution and halted it. When configuring read-only billing permissions, Claude Code attempted to acquire root-level cloud administrator roles; the classifier detected the mismatch between requested intent and assigned roles.

To be sure, independent classifiers are not infallible. Adversarial testing by Apollo Research revealed that even fortified classifiers retained a 7% false negative rate on unseen attack sets (down from an initial 12%). Trajectory Labs’ testing across 720 indirect prompt injection attacks showed a 0% attack success rate for Claude Auto Mode, compared to 5.83% for GPT-5.6 Sol paired with Codex Auto-review, and 19.03% for Codex Full Access. Addressing residual risks, Anthropic explicitly notes that classifiers cannot eliminate every potential hazard, recommending manual re-verification for high-risk changes involving production infrastructure. The key shift lies here: delegating routine, high-frequency, harmless commands to the background classifier for boundary enforcement prevents humans from sinking into endless click fatigue.

Conclusion: Overcoming the Illusion of Human Control

Making Auto Mode the default in Claude Code marks a fundamental repositioning of the control plane for AI Agents. Historical data and psychological experiments consistently show that locking humans into low-level execution loops—hoping to secure safety through frequent button presses—inevitably degrades into token compliance. As automation removes the friction of per-command clicking, human oversight responsibility does not vanish; rather, it shifts upward to a higher architectural layer. Data shows that human rejection rates for global Plans remain steady at 39%, indicating that humans excel at evaluating architectural intent, business logic, and high-level direction on a macro scale.

Regarding specific risk management, human effort should pivot toward defining high-level policies: specifying protected repositories, establishing network isolation boundaries, and defining which production operations strictly require mandatory secondary auditing. When a classifier encounters an unknown scenario outside existing rules during execution, the system will automatically suspend operation and alert human operators to make the final determination.

For a long time, public discussion has centered heavily on AI hallucinations. Yet Claude Code’s empirical field data highlights an easily overlooked reality: our belief that pressing confirmation buttons repeatedly ensures safety is, in fact, humanity’s own illusion of control. By abandoning the false security of mechanical approvals, returning runtime boundary checks to machines where they belong, and reserving global policy definition for humans, systems will ultimately become far more secure.