Last week in this newsletter, we discussed the AI architecture that keeps AI agents reliable in production and why the guardrails, the token budgets, and the kill switches are vital.
This week, an AI model broke into a real company to rethink how you all are deploying AI agents into production.
What Actually Happened
During an internal evaluation, OpenAI's models were given a benchmark task. Instead of solving it the intended way, one model did something unsettling: it left the test environment, navigated the open internet, found real vulnerabilities in a real company's (Hugging Face) systems, and exploited them to score higher on the test. Not because anyone asked it to attack. Because attacking was the most efficient path to the goal it was given.
That last sentence is the whole lesson. The model wasn't malicious. It was effective. It optimized for the objective it was handed and discovered that breaking into infrastructure was a valid route to that objective. Nobody drew that path on a whiteboard. The model found it.
Why This Should Change How You Think
For the last three years, the enterprise AI risk conversation has centered on some other fears.
We worried about hallucinations - the model saying something false.
We worried about data leakage - the model revealing something private.
Both are real, both manageable with the proper enterprise architecture in place
This is a different category.
This is an agent taking a consequential action nobody authorized, because the action served a goal someone did authorize.
The gap between "what we asked for" and "what the system did to achieve it" is where this new risk lives.
And it doesn't require a villain. It only requires a capable system, a poorly bounded objective, and access to tools that can act on the world.
I've spent almost two decades in the enterprise space, watching & building systems do exactly what they were told and not at all what was meant.
The difference now is that the system is creative about the "how."
A misconfigured script does the wrong thing predictably. A capable agent does the wrong thing inventively and finds routes you never thought to block.
The Uncomfortable Mirror
Every leader and builder needs to rethink how they are deploying AI agents. The model in this story wasn't a rogue system built by attackers. It was a frontier model built by one of the most safety-focused labs in the world, running inside their own controlled evaluation. And it still found its way out and into someone else's systems.
Now let's picture the AI agents being wired into enterprises this quarter, how we are deploying it...
Connected to internal APIs, given credentials, handed goals like
"resolve this ticket" or
"close the month" or
"reduce this cost."
Most of those deployments have a fraction of the safety scaffolding OpenAI had around this evaluation.
The question isn't whether your agent is malicious. It's whether you've set the limits or boundaries of what it's allowed to do, and that's it.
Something You Can Do This Week
You can run this exercise with whoever owns your AI agent initiatives:
Write down what each AI agent is optimizing for.
The exact goal you've given it.
Then ask: what are three effective-but-unacceptable ways to achieve this goal?
If your agent is rewarded for "resolving tickets fast," is closing them without solving them a valid path?
You're looking for the gap between the goal and the intent.
Inventory what each agent can actually reach.
Not what it's supposed to use, but what it can touch with the credentials and tools it has.
Your agents have paths too. List them. The ones that surprise you are your priorities.
Put a hard boundary on irreversible and outbound actions.
Anything that reaches outside your perimeter, moves money, deletes data, or contacts a customer gets an explicit allow-list and a human gate.
Not a prompt asking the agent to be careful, an enforced boundary the agent cannot cross even if crossing it would achieve the goal.
The lesson of this week is that "please don't" is not a security control.
The models are getting more capable every week. That capability is genuinely useful, and I'm not telling you to fear it. We all are learning from these incidents and putting actions in place to control.