Within Dangerous Autonomy

When Is Human Approval Too Slow?

Oversight fails when an agent can take consequential actions faster than people can inspect, understand or reverse them.

On this page

  • Where approval gates matter most
  • How speed, complexity and alert overload weaken supervision
  • Designing pauses, limits and reversible actions

Introduction

Human oversight is often presented as the obvious answer to concerns about increasingly autonomous AI agents: simply keep a person “in the loop” before important actions are taken. Within AI doom and existential risk debates, however, the key question is whether that oversight remains meaningful once an agent can observe, plan and act faster than any human can understand the situation. If a system can execute hundreds of software actions, coordinate multiple tools or exploit brief opportunities in seconds, a nominal approval step may provide little real control.

This does not mean human oversight is useless. On the contrary, approval gates remain one of the most important practical safety measures for high-impact AI systems. The difficulty is that oversight succeeds only when people have enough time, enough information and enough authority to intervene before consequences become irreversible. The implementation challenge is therefore not simply adding a human reviewer, but designing systems so that human judgement can genuinely change what happens.

Where human approval gates matter most

Not every AI action requires prior approval. Requiring a person to approve every search query or draft would make most agent systems unusable while encouraging reviewers to approve requests automatically.

Instead, many safety researchers and organisations advocate concentrating human approval on actions with the highest potential consequences. These commonly include:

  • External communications sent under a person’s or organisation’s identity.
  • Financial transfers or purchases.
  • Changes to security settings, permissions or infrastructure.
  • Release of sensitive information.
  • Deployment of software affecting live systems.
  • Any action that is difficult or impossible to reverse.

This reflects a broader principle found in AI risk management frameworks: oversight should be proportional to the potential impact of an action rather than applied uniformly.[nist.gov]nist.govai risk management frameworkJanuary 26, 2023…Published: January 26, 2023

Within AI doom discussions, this distinction matters because existential-risk scenarios typically assume agents capable of performing long sequences of consequential actions. The concern is not that every individual tool call is dangerous, but that a chain of individually reasonable actions may collectively produce outcomes that no human intended.

Why fast agents can outrun supervisors

Human supervision has three practical limits.

First, reaction time. Humans typically need seconds or minutes to notice an alert, understand context and decide whether intervention is appropriate. Digital systems can execute thousands of operations during the same period.

Second, comprehension. Modern AI agents may invoke dozens or hundreds of tools while maintaining complex internal plans. A supervisor presented with a brief summary may struggle to reconstruct why the agent intends a particular action or what assumptions it is relying upon.

Third, authority. Even if a human recognises a problem, they must still possess an effective way to interrupt execution. If the system has already completed irreversible actions—or if stopping it introduces unacceptable operational costs—the opportunity for oversight has effectively disappeared.

The 2026 International AI Safety Report highlights these issues when discussing agentic systems. It notes that autonomous agents make intervention harder because actions occur without continuous human involvement, while current evaluation methods remain imperfect predictors of real-world behaviour. The report also identifies controllability and monitoring as areas where technical progress is still needed.[International AI Safety Report]internationalaisafetyreport.orginternational ai safety report 2026International AI Safety ReportInternational AI Safety Report 2026 | International AI Safety Report…

When approval becomes a rubber stamp

A common misunderstanding is that adding an approval button automatically creates meaningful human control.

In practice, several well-known human factors work against this assumption.

Alert fatigue

People presented with frequent approval requests quickly begin approving them automatically. This phenomenon already appears in cybersecurity warnings, medical alarms and industrial monitoring systems. As AI agents become more capable, supervisors may receive even larger numbers of complex requests, making careful review increasingly unrealistic.

The result is a paradox: adding more approval prompts can reduce effective oversight rather than strengthen it.

Automation bias

People tend to trust recommendations from systems that have usually been correct in the past. If an agent consistently performs well, supervisors may become reluctant to challenge it even when subtle warning signs appear.

Research on human interaction with automated decision systems has repeatedly shown that people often over-trust reliable automation, particularly under time pressure. The International AI Safety Report identifies automation bias as an existing concern in broader AI deployment, not merely a hypothetical future problem.[International AI Safety Report]internationalaisafetyreport.orginternational ai safety report 2026International AI Safety ReportInternational AI Safety Report 2026 | International AI Safety Report…

Information overload

An effective reviewer needs more than the proposed action.

They may also need:

  • the evidence supporting the recommendation;
  • which external systems will be affected;
  • what assumptions the agent made;
  • what uncertainty remains;
  • what alternative actions were considered; and
  • how the action could be reversed.

If this information cannot be understood quickly, formal approval may amount to little more than approving the agent’s own explanation rather than independently evaluating its reasoning.

Why speed matters differently in AI doom scenarios

Most ordinary software failures happen slowly enough for people to notice and respond.

The AI doom argument focuses on situations where this assumption breaks down.

Imagine an advanced agent with authority to:

  • write and execute software;
  • communicate with other systems;
  • acquire additional computing resources;
  • adapt after encountering obstacles; and
  • pursue objectives over extended periods.

If such an agent identifies opportunities that exist only briefly—such as exploiting temporary network conditions, rapidly propagating across connected systems or coordinating simultaneous actions—the available window for human intervention could shrink dramatically.

Current frontier AI systems do not demonstrate the robust autonomous capabilities assumed in classic loss-of-control scenarios. They remain unreliable over long, messy tasks and frequently require human assistance. Nevertheless, many researchers consider shrinking human intervention windows an important warning sign because improving capability naturally increases execution speed as well as competence.[International AI Safety Report]internationalaisafetyreport.orginternational ai safety report 2026International AI Safety ReportInternational AI Safety Report 2026 | International AI Safety Report…

The concern is therefore forward-looking rather than a claim that present systems have already exceeded human control.

Designing systems that humans can still control

Rather than assuming humans will always react quickly enough, many proposed safety measures aim to reshape the system itself so intervention remains possible.

Introduce deliberate pauses

High-impact actions can require mandatory waiting periods before execution.

These delays create opportunities for review, additional automated checks or cancellation. They deliberately trade some operational speed for improved safety.

Restrict permissions

Agents do not need unrestricted authority simply because they possess advanced reasoning.

Limiting available tools, separating privileges and requiring additional authorisation for sensitive operations reduces the damage possible before human review.

Prefer reversible actions

Where possible, systems should perform operations that can be undone.

Sending a draft rather than an email, staging software rather than deploying it immediately, or preparing a financial transaction instead of executing it instantly all preserve opportunities for correction.

Break large plans into checkpoints

Instead of approving an entire long-term strategy, supervisors can review smaller decision points.

This limits how far an agent can proceed before fresh human judgement is required.

Monitor continuously rather than only at the end

Review after completion may identify mistakes but often cannot prevent them.

Runtime monitoring—which can pause or terminate execution as conditions change—provides a stronger form of oversight than retrospective inspection alone. The International AI Safety Report describes layered monitoring, evaluations and safeguards as more robust than relying on any single protective mechanism.[International AI Safety Report]internationalaisafetyreport.orginternational ai safety report 2026International AI Safety ReportInternational AI Safety Report 2026 | International AI Safety Report…

Can human oversight remain effective as AI improves?

There is no consensus.

Those most worried about AI doom argue that oversight may eventually fail if agents become substantially faster, more strategic and better at concealing problematic behaviour. Under this view, relying solely on humans to approve actions becomes increasingly fragile because people cannot reliably supervise processes that exceed their cognitive speed and understanding.

More sceptical researchers respond that advanced AI systems can be deliberately engineered to remain interruptible, permission-limited and continuously monitored. They argue that future systems need not receive unrestricted authority and that institutional controls, technical safeguards and carefully designed operating environments can preserve meaningful human control even as capability increases.

Both sides largely agree on one practical point: simply placing a human somewhere in the workflow is not enough. Effective oversight depends on system design. Approval must occur before irreversible actions, reviewers must receive understandable information, and humans must retain genuine authority to stop or redirect execution. If those conditions disappear, human oversight risks becoming symbolic rather than operational—a concern that sits at the centre of debates over dangerous autonomy and the possibility of future loss of control.

eBay marketplace picks

Marketplace Samples

Live-tested eBay searches with available results related to this page.

UsingUSA

Selected fromtoo poster oneBay.co.uk.

Endnotes

1. Source: nist.gov
Title: ai risk management framework
Link:https://www.nist.gov/itl/ai-risk-management-framework

Source snippet

January 26, 2023...

Published: January 26, 2023

2. Source: GOV.UK
Link:https://www.gov.uk/government/publications/international-scientific-report-on-the-safety-of-advanced-ai

3. Source: nist.gov
Link:https://www.nist.gov/speech-testimony/balancing-knowledge-and-governance-foundations-effective-risk-management-artificial

4. Source: nist.gov
Title: roadmap nist artificial intelligence risk management framework ai
Link:https://www.nist.gov/itl/ai-risk-management-framework/roadmap-nist-artificial-intelligence-risk-management-framework-ai

5. Source: nist.gov
Title: ai rmf development
Link:https://www.nist.gov/itl/ai-risk-management-framework/ai-rmf-development

6. Source: nist.gov
Title: ai risk management framework faqs
Link:https://www.nist.gov/itl/ai-risk-management-framework/ai-risk-management-framework-faqs

7. Source: nist.gov
Title: A I Risk Management Framework
Link:https://www.nist.gov/itl/ai-risk-management-framework/ai-risk-management-framework-resources

8. Source: airc.nist.gov
Link:https://airc.nist.gov/

9. Source: airc.nist.gov
Title: 5 sec core
Link:https://airc.nist.gov/airmf-resources/airmf/5-sec-core/

10. Source: airc.nist.gov
Title: app c ai risk management and human ai interaction
Link:https://airc.nist.gov/airmf-resources/airmf/appendices/app-c-ai-risk-management-and-human-ai-interaction/

11. Source: nist.gov
Link:https://www.nist.gov/artificial-intelligence

12. Source: airc.nist.gov
Link:https://airc.nist.gov/airmf-resources/airmf/?msockid=230452fd411163c516a4445a405c6214

13. Source: airc.nist.gov
Link:https://airc.nist.gov/airmf-resources/playbook/

14. Source: internationalaisafetyreport.org
Title: international ai safety report 2026
Link:https://internationalaisafetyreport.org/publication/international-ai-safety-report-2026

Source snippet

International AI Safety ReportInternational AI Safety Report 2026 | International AI Safety Report...

15. Source: internationalaisafetyreport.org
Link:https://internationalaisafetyreport.org/publication/2026-report-extended-summary-policymakers

Source snippet

International AI Safety Report2026 Report: Extended Summary for Policymakers | International AI Safety Report...

16. Source: internationalaisafetyreport.org
Link:https://internationalaisafetyreport.org/publication/2026-report-executive-summary

17. Source: internationalaisafetyreport.org
Title: International AI Safety Report
Link:https://internationalaisafetyreport.org/

18. Source: internationalaisafetyreport.org
Title: Publications | International AI Safety Report
Link:https://internationalaisafetyreport.org/publications

19. Source: carnegieendowment.org
Title: international ai safety report 2026
Link:https://carnegieendowment.org/research/2026/02/international-ai-safety-report-2026

20. Source: internationalaisafetyreport.org
Link:https://internationalaisafetyreport.org/publication/second-key-update-technical-safeguards-and-risk-management

21. Source: internationalaisafetyreport.org
Title: international ai safety report 2025
Link:https://internationalaisafetyreport.org/publication/international-ai-safety-report-2025

22. Source: internationalaisafetyreport.org
Link:https://internationalaisafetyreport.org/about

Additional References

23. Source: nature.com
Link:https://www.nature.com/articles/s41746-026-02971-1

Source snippet

July 23, 2026 — Meaningful oversight of medical AI beyond human in the loop Download PDF Download PDF * Comment * Open access *...

Published: July 23, 2026

24. Source: mdpi.com
Link:https://www.mdpi.com/2076-3417/16/14/6903

Source snippet

July 9, 2026 — ^{3} Faculty of Navigation, Maritime University of Szczecin, 70-500 Szczecin, Poland ^{4} Polish Society of Bioinformatics...

Published: July 9, 2026

25. Source: arxiv.deeppaper.ai
Link:https://arxiv.deeppaper.ai/papers/2606.08919v1

Source snippet

Has a Capacity: Calibrating Agent Guards to a Subjective, Fatiguing Human | Arxiv - DeepPaperJune 8, 2026 — OVERSIGHT HAS A CAPACITY: CAL...

Published: June 8, 2026

26. Source: blackgrid.ai
Title: Human-in-the-Loop AI: When Agents Need a Person | Black Grid
Link:https://blackgrid.ai/resources/human-in-the-loop-ai

Source snippet

Human-in-the-Loop AI: When Agents Need a Person Governance · 4 min read HUMAN-IN-THE-LOOP AI: WHEN AGENTS NEED A PERSON Human-in-the-loop...

27. Source: un.org
Title: preliminary report
Link:https://www.un.org/independent-international-scientific-panel-ai/en/preliminary-report

Source snippet

Independent International Scientific Panel on AIJuly 1, 2026 — UN Secretary-General António Guterres It identifies a crucial evidence cha...

Published: July 1, 2026

28. Source: youtube.com
Title: Human-in-the-Loop (HITL) for AI Agents: Patterns and Best Practices
Link:https://www.youtube.com/watch?v=YCFGjLjNOyw

Source snippet

Anthropic-AI Alignment: The Truth About Autonomous Behavior...

29. Source: youtube.com
Title: How We Keep Humans in Control of AI (with Beatrice Erkers)
Link:https://www.youtube.com/watch?v=zU8xneCt9Q4

Source snippet

Human-in-the-Loop (HITL) for AI Agents: Patterns and Best Practices...

30. Source: youtube.com
Title: Humans Are the Weak Link in AI Safety | Here’s Why
Link:https://www.youtube.com/watch?v=aQmDLvyQxg8

Source snippet

How We Keep Humans in Control of AI (with Beatrice Erkers)...

31. Source: repository.rsis.international
Link:https://repository.rsis.international/ijrias/11/3/agentic-ai-and-autonomous-decision-making-a-review-of-human-in-the-loop-frameworks-oversight-mechanisms-and-trust-calibration-8164

32. Source: youtube.com
Title: Scale, Speed & Human Oversight in Enterprise AI
Link:https://www.youtube.com/watch?v=X2W4Cx7iL9w

Source snippet

Humans Are the Weak Link in AI Safety | Here's Why...