Unattended Autonomy Duration and Revalidation Governance requires that every AI agent operating without direct human oversight has a maximum unattended autonomy duration after which the agent must pause and undergo revalidation before continuing. The revalidation verifies that the agent's authority is still valid, its mandate has not changed, its behaviour has not drifted from expected patterns, and the governance context remains appropriate. Without this dimension, agents can operate unattended for unbounded periods — accumulating drift, operating under stale authority, and executing actions in a governance context that no longer reflects the organisation's current risk posture. The longer an agent operates unattended, the greater the divergence between its operating assumptions and organisational reality, and the greater the potential exposure when that divergence manifests as an incident.
Scenario A — Unbounded Autonomy Accumulates Undetected Drift: A trading agent is deployed with authority to execute equity trades up to £50,000 per trade within a defined strategy. The agent operates unattended for 14 consecutive days. During day 3, a market regime change causes the agent's strategy to perform poorly, and the agent begins making increasingly aggressive trades to compensate (within its per-trade limit). By day 14, the agent has executed 2,847 trades with a cumulative loss of £1.4 million, despite never exceeding its per-trade limit. The human oversight team reviews performance weekly; the next review is 3 days away.
What went wrong: No revalidation point existed between the weekly reviews. The agent operated for 14 days without any check on whether its behaviour remained within expected patterns. The per-trade limit (AG-001) was respected, but the behavioural drift (AG-022) went undetected because no revalidation forced a drift assessment. Consequence: £1.4 million in cumulative losses, regulatory scrutiny for inadequate oversight of algorithmic trading, potential FCA enforcement under MAR for failure to monitor automated systems.
Scenario B — Authority Revocation During Extended Unattended Operation: An agent is authorised by a senior manager to process insurance claims. The senior manager leaves the organisation on Friday afternoon. The agent continues processing claims through the weekend — 48 hours of unattended operation. On Monday morning, HR revokes the senior manager's credentials, but the agent's authority is derived from the senior manager's original approval and is not automatically revoked. The agent continues processing for another 6 hours until an audit check detects the orphaned authority. During the total 54 hours of post-departure operation, the agent processed 312 claims totalling £890,000.
What went wrong: No revalidation point forced a check on the authority chain during the weekend. The agent's authority was derived from a person who no longer had standing, but the temporal gap between departure and authority revocation created a window of ungoverned operation. Consequence: 312 claims processed under invalid authority, requiring review and potential re-adjudication, regulatory finding for inadequate authority management.
Scenario C — Governance Policy Change During Overnight Operation: At 2:00 AM, a regulatory authority publishes an emergency directive prohibiting the processing of transactions involving a specific country due to new sanctions. An agent processing international payments has been operating unattended since 6:00 PM the previous evening. The governance team updates the policy at 3:00 AM, but the agent does not check for policy updates during its unattended operation. Between 3:00 AM and 8:00 AM when the first human operator reviews the system, the agent processes 47 transactions involving the sanctioned country, totalling £2.1 million.
What went wrong: The agent had no revalidation point that would force a governance policy check during its overnight unattended window. The 14-hour unattended autonomy duration (6:00 PM to 8:00 AM) exceeded any reasonable revalidation interval. Consequence: £2.1 million in potentially sanctioned transactions, OFAC or equivalent national authority reporting obligation, freezing of correspondent banking relationships pending investigation.
Scope: This dimension applies to all AI agents that operate for any period without direct, real-time human oversight. "Unattended" means that no human is actively monitoring the agent's actions in real time — the agent is making and executing decisions without human review of each decision. This includes overnight batch processing, weekend-spanning workflows, always-on monitoring agents, and any agent that operates between scheduled human review points. It does not require a human to watch every action — it requires that revalidation points exist to periodically verify that the agent should continue operating. Agents with continuous human-in-the-loop oversight for every action are excluded.
4.1. A conforming system MUST enforce a maximum unattended autonomy duration for every agent, after which the agent MUST pause and undergo revalidation before continuing operation.
4.2. A conforming system MUST configure the maximum autonomy duration based on the agent's risk profile: high-risk agents (financial, safety-critical, PII-processing) MUST NOT exceed 4 hours; medium-risk agents MUST NOT exceed 8 hours; low-risk agents MUST NOT exceed 24 hours.
4.3. A conforming system MUST include the following checks in every revalidation: (a) authority chain validity — the original authoriser still has standing; (b) mandate currency — the agent's mandate has not been modified; (c) governance policy currency — applicable governance rules have not changed; (d) behavioural drift assessment — the agent's recent actions are consistent with expected patterns; (e) aggregate exposure check — cumulative actions are within approved limits.
4.4. A conforming system MUST pause the agent immediately when the autonomy duration expires, completing only the in-flight action before halting — not completing the current batch or queue.
4.5. A conforming system MUST require the revalidation to be performed by a mechanism independent of the agent — the agent cannot self-revalidate.
4.6. A conforming system MUST log every revalidation event, including the revalidation result, the checks performed, the agent's cumulative activity since the last revalidation, and the identity of the revalidation mechanism or human approver.
4.7. A conforming system MUST support emergency revalidation triggers that can force an immediate revalidation regardless of the elapsed autonomy duration — for example, when a governance policy changes or an authority is revoked.
4.8. A conforming system SHOULD implement graduated autonomy, where agents earn longer autonomy durations through demonstrated compliance history — starting with shorter intervals (e.g., 1 hour) and extending to the maximum based on a track record of passing revalidations.
4.9. A conforming system SHOULD provide the agent with a countdown to the next revalidation point, allowing the agent to plan its work to reach a clean checkpoint before the pause.
4.10. A conforming system MAY implement automatic revalidation for agents that pass all checks, allowing the agent to resume without human intervention — provided automatic revalidation is itself governed by policy and limited to a maximum of 3 consecutive automatic passes before a mandatory human review.
Unattended Autonomy Duration and Revalidation Governance addresses the temporal dimension of AI agent governance. Most governance controls are evaluated at action time — does this action comply with the mandate? Does this action require escalation? Is this action within rate limits? But temporal governance asks a different question: should this agent still be operating at all?
The need for temporal governance arises from a fundamental asymmetry: the world changes while agents operate. Authority can be revoked. Mandates can be updated. Governance policies can change. Market conditions can shift. Regulatory requirements can be imposed. An agent authorised to operate at 6:00 PM may be operating in a completely different governance context by 6:00 AM — but if no revalidation point forces a check, the agent continues under its original assumptions.
Human employees face a natural version of this constraint. They go home at the end of the working day. When they return, they check their email, review policy updates, and confirm their access is still valid. This natural cadence creates implicit revalidation points. AI agents have no natural cadence — they can operate indefinitely, 24/7, without any interruption that would force a governance check.
The risk-tiered duration limits (4.2) reflect the principle that higher-risk operations require more frequent oversight. A financial trading agent operating unattended for 24 hours can accumulate far more exposure than a document summarisation agent operating for the same period. The 4-hour limit for high-risk agents ensures that at least 3 revalidations occur during a 12-hour overnight window. The 24-hour limit for low-risk agents balances governance assurance with operational practicality.
The graduated autonomy pattern (4.8) addresses the operational concern that frequent revalidation creates overhead. Agents that consistently pass revalidation demonstrate reliable behaviour and may warrant longer intervals. This is analogous to a probationary period for employees — initially close supervision, relaxing over time as trust is established. The graduation is earned, not assumed.
Emergency revalidation triggers (4.7) address the Scenario C failure mode. When the governance context changes (new sanctions, policy updates, authority revocations), waiting for the scheduled revalidation point is too slow. The system must be able to force an immediate revalidation — effectively telling all affected agents: "Stop. Revalidate now."
Unattended autonomy governance requires three components: a timer that tracks elapsed unattended time, a revalidation engine that performs the required checks, and a pause mechanism that stops the agent at the boundary.
Recommended patterns:
Anti-patterns to avoid:
Financial Services. Autonomy durations for trading agents should align with market hours and settlement cycles. For agents operating across time zones, the revalidation schedule should account for the risk window when no market is open for price discovery. The FCA's Algorithmic Trading requirements (MiFID II RTS 6) expect firms to monitor automated trading systems in real time — AG-178 provides the periodic revalidation that supplements continuous monitoring.
Healthcare. Agents processing patient data should revalidate at shift boundaries (typically every 8-12 hours) to align with clinical staffing patterns. Revalidation should include a check on patient consent status — consent may be withdrawn while the agent is processing.
Critical Infrastructure. Safety-critical agents should have the shortest autonomy durations (maximum 1 hour for life-safety systems) with revalidation checks that include physical system state verification. IEC 62443 requirements for periodic security assessment map directly to AG-178 revalidation.
Cross-Border. Agents operating across jurisdictions may need jurisdiction-specific autonomy limits. A 24-hour autonomy duration acceptable in one jurisdiction may violate oversight requirements in another. The most restrictive jurisdiction's requirements should apply.
Basic Implementation — Maximum autonomy duration is configured for each agent. A timer tracks elapsed unattended time. The agent is paused when the timer expires. Revalidation is manual — a human operator reviews and re-approves. The timer is agent-managed (a timer in the agent process).
Intermediate Implementation — Infrastructure-managed autonomy timer independent of the agent. Risk-tiered duration limits enforced. Automated revalidation checklist covering authority, mandate, governance policy, drift, and aggregate exposure. Emergency revalidation triggers for policy changes. Graceful pause with checkpoint integration (AG-177). All revalidation events fully logged.
Advanced Implementation — All intermediate capabilities plus: graduated autonomy based on compliance history. Policy-change-driven emergency revalidation with sub-minute response time. Automatic revalidation for agents passing all checks, with mandatory human review every 3rd revalidation. Cross-jurisdiction autonomy duration management. Independent adversarial testing of timer bypass, self-revalidation, and batch-completion exception exploitation.
Required artefacts:
Retention requirements:
Access requirements:
Testing AG-178 compliance requires verifying the autonomy timer, the revalidation mechanism, the pause enforcement, and the emergency revalidation capability.
Test 8.1: Autonomy Duration Enforcement
Test 8.2: Revalidation Check Completeness
Test 8.3: Failed Revalidation Blocks Resumption
Test 8.4: Emergency Revalidation Trigger
Test 8.5: Timer Independence From Agent
Test 8.6: Graceful Pause With Checkpoint
Test 8.7: Risk-Tiered Duration Enforcement
| Regulation | Provision | Relationship Type |
|---|---|---|
| EU AI Act | Article 14 (Human Oversight) | Direct requirement |
| EU AI Act | Article 9 (Risk Management System) | Supports compliance |
| MiFID II | RTS 6 (Algorithmic Trading) | Direct requirement |
| FCA SYSC | 6.1.1R (Systems and Controls) | Direct requirement |
| NIST AI RMF | GOVERN 1.1, MANAGE 2.2, MANAGE 4.1 | Supports compliance |
| ISO 42001 | Clause 6.1 (Actions to Address Risks), Clause 9.1 (Monitoring and Measurement) | Supports compliance |
| DORA | Article 9 (ICT Risk Management Framework) | Supports compliance |
| IEC 62443 | SR 3.3 (Security Audit Log Accessibility) | Supports compliance |
Article 14 requires that high-risk AI systems be designed to be effectively overseen by natural persons during their period of use. AG-178 implements this requirement for unattended agents by ensuring that human oversight occurs at defined intervals even when the agent operates without continuous human monitoring. The revalidation point is the mechanism by which human oversight is exercised — it is the moment when the governance framework (and optionally a human reviewer) assesses whether the agent should continue operating.
RTS 6 requires investment firms to have effective systems and controls for algorithmic trading systems, including real-time monitoring and the ability to halt trading. AG-178's autonomy duration limits and emergency revalidation triggers directly implement these requirements. The 4-hour maximum for high-risk (financial) agents ensures multiple revalidation points within a trading day.
The FCA expects systems and controls that ensure adequate oversight of automated systems. For AI agents, this means oversight cannot be purely reactive (waiting for an incident to trigger review). AG-178 provides proactive oversight through scheduled revalidation, ensuring that the governance posture is verified at defined intervals.
Clause 9.1 requires monitoring and measurement of the AI management system. Revalidation is a periodic measurement of the agent's compliance, drift, authority validity, and governance currency — directly satisfying this requirement.
| Field | Value |
|---|---|
| Severity Rating | High |
| Blast Radius | Organisation-wide — unbounded unattended operation creates exposure that accumulates across all agent operations during the ungoverned period |
Consequence chain: Without unattended autonomy duration governance, agents operate in a temporal governance vacuum. The exposure grows linearly with time: every hour without revalidation is an hour during which authority could have been revoked, mandates could have changed, governance policies could have shifted, or behavioural drift could have accelerated. For financial agents, Scenario A demonstrates that per-action compliance does not prevent cumulative exposure — the £1.4 million loss was accumulated through individually compliant trades. For data processing agents, Scenario B demonstrates that authority revocation is meaningless without a mechanism to propagate it to running agents. For compliance agents, Scenario C demonstrates that governance policy changes cannot protect the organisation if agents do not check for them. The blast radius is organisation-wide because every unattended agent is potentially affected — the failure is in the temporal governance framework, not in any single agent's behaviour.
Cross-references: This dimension is closely related to AG-177 (Background Task Checkpoint Integrity and Resume Reauthorisation Governance) which governs the checkpoints created at revalidation pause points; AG-010 (Time-Bounded Authority Enforcement) which governs the temporal validity of authority that AG-178 revalidation checks; AG-009 (Delegated Authority Governance) which governs the authority chains verified during revalidation; AG-174 (Capability Profile and Dynamic Applicability Governance) which may change the agent's risk classification and therefore its autonomy duration; and AG-012 (Agent Identity Assurance) which ensures the agent being revalidated is the agent that was originally authorised.