AI operating critical processes 24/7: how reliable is leaving it unsupervised
The question “how reliable is an AI operating critical processes 24/7?” is usually answered with three confusing letters: SLA, RTO, RPO. The useful answer asks different questions: what decisions are you delegating, what happens if it gets it wrong, and how do you find out in time.
The four levels of autonomy the industry has standardized
The NIST AI Risk Management Framework defines a spectrum of four levels that apply to any automated system, not just AI. Understanding them is the first step to deciding what you delegate to it.
- Human-in-the-loop: the AI executes, a human approves every action before it takes effect. Useful for sensitive or reversible decisions with high cost of failure.
- Human-on-the-loop: the AI executes autonomously but a human supervises metrics and can intervene or cancel at any time. The most common case in production.
- Human-in-command: the AI proposes, the human decides whether to execute. Useful when consequences are only visible after hours or days.
- Fully autonomous: the AI operates without direct human intervention, with automatic metrics and audits. Only viable when systems are isolated or errors are quickly reversible.
Why ‘autonomous’ does not mean ‘risk-free’
An autonomous agent can make mistakes faster than a human, across more dimensions, and fail silently without anyone noticing until the impact has already happened.
The correct operating pattern includes: active monitoring of model drift, real-time business metrics, automatic alerts when out of range, and human capability to pause the agent within minutes.
The audit questions you should be able to answer
Before putting an agent into production on critical processes, the technical team must have written answers to these five questions.
- What happens when the model gets it wrong? Who detects it and in how long?
- What happens if the model provider goes down? Is there fallback to a manual process?
- What happens if input data gets corrupted? Does the agent stop automatically?
- Who audits the agent’s decisions? How often?
- How is an agent’s decision explained if the regulator or the customer asks for it?
If any of these does not have a concrete answer, the agent should not be in autonomous production yet.
The most expensive mistake that keeps repeating
Confusing ‘operational autonomy’ with ‘decision autonomy’. An agent can operate 24/7 executing tasks perfectly, and still get decisions wrong if no one supervises them.
The correct design of a critical agent is: autonomous execution of well-defined tasks, autonomous decision-making only for cases with low cost of error, mandatory human escalation for cases with high cost of error.
Which metrics to watch in production
Four metrics separate a reliable agent from one that looks reliable: 1) rate of human-reverted actions (what percentage of the agent’s actions were corrected afterwards), 2) mean time to failure detection (how long it takes for someone to notice something is wrong), 3) model drift in production (difference between predictions in training and in real use), 4) operational uptime of the agent (vs uptime of the business service it supports).
Applicable regulatory framework in Mexico
The LFPDPPP applies if the agent processes personal data in infrastructure outside the country. Regulated sectors (finance, health, energy) have additional auditing and traceability requirements.
The NIST AI RMF 1.0 and ISO/IEC 42001:2023 are the international references the regulator may recognize as good practice. Neither exempts you from complying with local regulation, but both are common language with your vendor.
Closing
A reliable autonomous agent is not one that operates without humans, but one that operates with informed humans, clear metrics, and the ability to pause the entire system if a metric goes out of range.
Sources
[1] NIST AI Risk Management Framework (AI RMF 1.0, 2023): https://www.nist.gov/itl/ai-risk-management-framework
[2] ISO/IEC 42001:2023 — Information technology — Artificial intelligence — Management system: https://www.iso.org/standard/81230.html
[3] NIST — Trusted Autonomous Systems: Concepts and Architecture: https://www.nist.gov/publications/trusted-autonomous-systems
[4] Cámara de Diputados — Ley Federal de Protección de Datos Personales en Posesión de los Particulares: https://www.diputados.gob.mx/LeyesBiblio/pdf/LFPDPPP.pdf
