The first time an autonomous agent asked me for permission to wipe a directory, my stomach dropped.
I had been configuring local models to help automate parts of my workflow. I needed a solution that could run npm, Python, and various command-line tools without the nightmare of uninstalling and reinstalling package managers on my core machine. I gave the agent a prompt, walked away to get coffee, and came back to a terminal waiting for approval to execute an rm -rf command.
I paused. In reality, the command was entirely innocent. The agent was simply cleaning up a temporary directory filled with files it no longer needed. But the prompt still looked terrifying. If I hit enter and it had hallucinated the target path, it could have wiped out something critical.
Thankfully, the blast radius was zero. I had deployed the agent inside a micro virtual machine using an isolated Dev Container. I built the sandbox before I let the intelligence play in it. If the agent had made a catastrophic mistake, it was only deleting a disposable container.
That is the luxury of being a solo or hobby builder on my personal machine. I have the time to build secure architectures because I understand how inherently insecure these agents are.
Now, apply that same scenario to a fifty-person engineering team under pressure to ship AI features by the end of the quarter.
The Three Pillars of the AI Gold Rush
If you want to understand the current AI landscape, this is it in a nutshell:

This is the reality of building with AI. Developers are pulling down open-source models and building bespoke tools to automate their workflows. It is not just about using Copilot to write a React component anymore. Engineering teams are deploying autonomous agents, giving them service account credentials, and pointing them at internal data lakes.
They are doing exactly what leadership asked them to do. They are innovating. But they are doing it in a vacuum.
Velocity Kills Visibility
When a business demands speed, security corners are rarely cut out of malice. The casualty is always visibility.
AI-generated code simply does not get the same level of security scrutiny as human-written code. The pace of change is too dramatic. We are operating in a world where anyone can commit code if they have the right permissions. Not everyone understands that prompting an agent to make a feature visibly better almost always carries downstream security consequences.
When developers use unsanctioned models or deploy ungoverned agents, you lose the audit trail. You cannot secure what you cannot see.
Why Brakes Exist
This creates the classic corporate deadlock. The company wants to go faster. The security team says slow down. The CEO gets angry at everyone.
You cannot win that argument by acting as the Department of “No”. If you try to ban internal AI development, the innovation simply goes underground. Developers will use personal accounts and unmonitored browser tabs. You end up with shadow AI, which is vastly more dangerous than the shadow IT of the previous decade because it actively processes and learns from your sensitive data.
You need to reframe the conversation. Brakes are not put on cars so you can drive slowly. Brakes are put on cars so you can drive fast safely.
If you want the engineering team to ship AI features at velocity, you have to build the brakes.
Not Just Another Checklist
You do not need to invent a governance framework from scratch. The market has already provided the blueprint.
ISO/IEC 42001 is the first global standard for an Artificial Intelligence Management System. It does for AI what ISO 27001 did for information security. It turns high-level principles into actionable steps spanning risk, transparency, and data quality.
This is not just a bureaucratic checklist. It is an operational framework built around a few core pillars:
- System Impact Assessments: Forcing teams to evaluate operational risks, fundamental rights, and security threats before a tool goes live.
- Data Provenance: Mapping exactly where training data comes from, who owns it, and how it is governed.
- Human Oversight: Defining clear accountability and fail-safes for autonomous decisions.
- Continuous Monitoring: Ensuring models do not drift or act outside their sanctioned permissions over time.
It asks the hard questions before a line of code reaches production. Who owns the risk if the internal model hallucinates? How do you monitor an autonomous agent across its lifecycle? What is the fail-safe if that agent asks to execute an rm -rf command on a production server?
Implementing a standard like ISO 42001 gives your developers a sanctioned path to build. It forces everyone in the value chain to map dependencies and require proof of control. It replaces the vacuum with a system.
Stop telling the business to slow down. Build the sandbox, implement the management system, and let them drive fast.
The Blast Radius of Autonomy
If you have 10 to 12 minutes to spare and want to dig deeper into the mechanics of securing these systems, I highly recommend reading the UK National Cyber Security Centre (NCSC) guidance on managing the cyber risk of agentic AI.
The NCSC makes it explicitly clear that the security conversation must shift from what a model knows to what an autonomous system can do. The experts define this as the agent’s blast radius (everything it can reach, read, or execute across your network). They warn against relying on built-in vendor safety features. Instead, they argue that organisations must assign distinct, auditable identities to every agent, enforce strict sandboxing, and ensure real-time observability.
Crucially, if you do not have human oversight and a fast, functional kill switch ready the moment an agent exhibits unexpected behaviour, you are not governing the innovation. You are just hoping for the best.
The gap is where the risk lives.
Understand your exposure today.


Leave a Reply