Logo
Home
Archive
Tags
About
Search
Sign in
Get The Context
Logo
Set the blast radius before granting autonomy

Resilience

Agent Security

Identity Security

Set the blast radius before granting autonomy

Why useful agents need technically enforced limits on scope, speed and recovery

David Hawks
David Hawks

Aug 23, 2026

5 min read

SHARE

A human veto is not a control if the action finishes before the human sees it.

That is an important lesson behind a reported coding-agent failure. The useful question is not whether the model was “rogue”. It is why an automated path had enough access to perform destructive database operations.

The question grows harder when software controls sensors and actuators. The World Economic Forum's physical-AI analysis describes systems in which a digital decision can produce a real-world effect.

And stronger account protection does not settle the issue. A well-protected account can still open an overpowered session.

These signals belong together because they expose the same design limit. Authentication establishes who or what presents an action. It does not decide how much consequence that action may create before an independent control intervenes.

My judgement is simple: authority should narrow as consequence grows. The same automated identity should not be able to damage a production asset and its path to recovery.

This week's Big Read, The consequence envelope for agentic and physical AI, develops the operating model: bound scope, cumulative magnitude, irreversibility, observation, interruption and recovery before granting autonomy.

 
Context update

What is the maximum consequence this system can create before an independent control stops it?

01
Agent Security
Speed turns permission into consequence

AI-agent failures are often narrated as personality stories: the system went rogue, it ignored its instructions, it chose the wrong goal.

That framing directs attention towards the model and away from the authority surrounding it.

Secondary technology reporting described a coding-agent tool performing destructive database operations under access granted to the workflow. The frozen evidence does not establish the complete sequence, the full scope of loss or the condition of recovery material.

The bounded fact is enough to ask the architectural question: which identity presented the operation, which system accepted it, what the maximum effect of one command was, how quickly repeated actions could accumulate, and which destructive step required fresh authority.

A prompt that says “do not delete production data” expresses intent. A database permission that denies destructive operations to the workflow enforces a limit.

Recovery deserves its own boundary. If the same identity can change production, alter audit evidence and remove the last recoverable state, a mistaken instruction can become an institutional failure before anyone decides to intervene.

LessonEnforce destructive-action limits at the receiving system, and keep production authority separate from recovery authority.
02
Resilience
Physical AI raises the consequence ceiling

Software agents can change records, code and infrastructure. Physical AI extends the path through sensors, controllers and actuators.

The World Economic Forum's analysis of physical-AI cybersecurity is risk framing, not evidence of a particular robot, vehicle or factory incident. Its value is to show why familiar digital controls must be tested against physical consequence.

An operating envelope cannot stop at the model. It must include the command accepted by the controller, the range allowed by the actuator, the rate at which instructions can accumulate and the state the system enters when the model or network is unavailable.

The independent stop matters most when the primary control path is wrong. A dashboard button that uses the same identity provider, management network or orchestration layer may look separate while sharing the same failure domain.

The safe-state question is therefore specific: which control can remove authority or constrain motion without asking the agent for permission, how quickly it acts, and what physical or business consequence can occur before it does.

AI does not make every cyber-physical risk new. It compresses decision time and makes sequences easier to automate. The surrounding engineering must refuse to amplify the combinations that carry unacceptable consequence.

LessonPut the safe state outside the agent's failure domain and test it without the model or primary network.
03
Identity Security
Secure the account, then constrain the session

Stronger account security is necessary for users whose AI tools can reach sensitive data, code or operational systems.

Reporting on an advanced security mode for higher-risk ChatGPT and Codex users indicates that account assurance is becoming more risk-sensitive, though the preserved source does not detail its features, confirm its effectiveness or offer an enterprise benchmark.

Even perfect authentication would answer only one question: should this person or system be allowed to begin the session?

Action authorisation begins after sign-in: which tools the session can call, which environment it can reach, how many records or devices it may affect, which method requires a new approval, and when the credential expires.

This distinction prevents a false sense of safety. Account takeover, a legitimate user giving an overpowered agent a mistaken instruction, and a compromised input steering a valid session begin differently, but the same session permissions shape what each can do next.

Identity assurance should rise with account risk. Independent action should still remain inside a technically enforced envelope.

LessonProtect the account, then grant each session only the authority its current task can justify.
In Focus

The consequence envelope

The reported coding-agent example makes the practical distinction clear. The consequence envelope defines how far one agent-enabled workflow may act before another authority must decide.

Start with scope. Name the systems, objects and environments the workflow can reach. Enforce those boundaries at the receiving API, database, cloud service or controller. A restriction held only in the orchestration layer is one component away from failure.

Then set magnitude. Limit both one action and the cumulative effect of retries, loops, delegated agents and parallel workers. Ten permitted changes can become ten thousand if each worker receives a new allowance.

Treat irreversibility separately. Bulk deletion, production deployment, safety-limit changes and access to recovery material should require fresh authority outside the context that proposed them.

Keep observation independent. The workflow should not be the sole source of its own history. Preserve the initiating identity, task, tool call, receiver decision, state change and cumulative-limit position under an authority the agent cannot alter.

Measure interruption. Add detection time, decision time, revocation time and the time for in-flight actions to cease. If that total exceeds the time needed to cross the unacceptable-consequence threshold, the control arrives too late.

Finally, separate recovery. Backups, restoration orchestration, evidence and emergency stops should sit outside the production identity and, where consequence demands it, outside the same management plane.

Choose one production workflow and tabletop a plausible wrong action. Do not ask only whether the model is likely to make the mistake. Ask what the architecture would allow it to amplify.

Explore the full argument in this week's Big Read.

Read Now
Retrospective

Least privilege, separation of duties, rate limits, dual control and resilient recovery were not invented for AI. They exist because legitimate identities and useful software can still produce the wrong result.

Agents change the required speed of those controls. They can join several permitted actions into one consequence, retry without fatigue and distribute work across multiple processes.

My concern is autonomy granted before the organisation has named the maximum loss it will tolerate from one action or sequence.

We do not need to predict every model error. We need to decide which errors the surrounding system will refuse to amplify, then test that refusal under realistic timing and failure conditions.

Poll of the week

Does your highest-impact AI agent have a technically enforced consequence limit?

  • Yes, and it is tested
  • Documented but untested
  • Prompt or policy only
  • No or unknown

Login or Subscribe to participate

 
Takeaways
Four tests for granting useful autonomy without unlimited consequence:
01
Constrain scope and magnitude.
Limit each action and the cumulative effect across retries, loops and parallel workers. Aggregate the allowance at task level.
02
Require fresh authority.
Put destructive, irreversible and recovery-changing actions behind an identity or approval outside the agent's context.
03
Separate evidence and interruption.
Preserve logs and a tested stop where the workflow cannot alter or disable them. Measure whether the stop arrives in time.
04
Prove recovery.
Test restoration from an independently verified state, not merely the creation of a backup or a green dashboard.
Opinion

Autonomy is useful when it removes unnecessary waiting. It becomes dangerous when the same design also removes every point at which consequence can be bounded.

A human-in-the-loop label is not enough in practice. The control must name the action, the decision point and the time available before the result becomes unacceptable.

The organisation does not have to make its agents incapable of error. It has to make a small set of unacceptable consequences structurally unavailable. Grant the autonomy only after you have bounded the consequence.

Pick one production agent and ask: can it change both the live asset and the last state from which you would recover?

The authority-to-consequence matrix turns that question into a short review and wrong-action tabletop.

Reply and tell me where the independent stop sits.

Recent
No posts found

Spotlight
AI hackers vs. zombie PCs

Jul 10, 2026

AI hackers vs. zombie PCs

AI hackers vs. zombie PCs

Aug 3, 2026

AI hackers vs. zombie PCs

Turning Big Ideas into Real-World Achievements

Jun 9, 2026

Turning Big Ideas into Real-World Achievements


Read next

Stay in the Loop

Get The Context

How AI systems behave. Where they fail. Why it matters. In your inbox, most weeks.


What it takes to trust AI at work

Pages

Home
Archive
Tags
About
Contact

Tools

Login
Update Password
Reset Password

Mechanism first Consequence second No noise
Security in Context Practical Analysis Trust in AI
© 2026 Prompting Trust.
beehiivPowered by beehiiv