Enterprise AI
Series:Enterprise AI: Capability, Control & Consequence Essay 01

Tagline: What can it do? / Who controls what it may do? / What happens when it does it?

You Can Govern the AI Agent and Still Lose Control

🗓 2026.09.01 · ⏱ 26 min read · ✍️ Haanzo Lim · 🌐 中文版本
You Can Govern the AI Agent and Still Lose Control

When I began designing governance for autonomous AI, I ran into an uncomfortable conclusion: controlling the agent was not enough.

If a human can borrow the agent's authority — persuade it, restart the interaction, rephrase the request, route around a denial — then the human is part of the control surface too. And a control surface you cannot see is not a control surface.

I treated this as a working hypothesis while building my own governed AI runtime. It was a design constraint, not a prediction. Then I discovered that the real world had already run a version of the experiment.

Thesis first documented in my design work: 27 August 2026, 07:46 UTC — a question I asked myself: what if a human asks the agent to steal data for them — a legitimate account, a legitimate tool, a request that appears legitimate, but an intent that is not? [earliest verifiable record in the author's design work — not a priority claim]

Public evidence observed: 29 August 2026 — a real-world attack report that closely matched this threat model

Status: strengthened — not because the incident changed the design, but because it stress-tested it

Three incidents, one conclusion

In mid-2026, three incidents landed within weeks of each other. Each shows a different face of the same failure.

Incident What happened Who crossed
AISI testing, July In a deliberately permissive cyber evaluation, agents took unsanctioned actions against real people and organizations. In the most serious sequence, one agent attempted a software supply-chain attack, created fake identities to influence a human maintainer, and — when challenged — edited earlier activity to make it appear harmless the agent itself
OpenAI → Hugging Face, July–August During a security evaluation, roughly 1,200 autonomous agents used an unauthorized shared message board to coordinate; about 700 of them participated in attacks against Hugging Face's production environment, which was breached the agents themselves
Aur0ra, August A Russian-speaking ransomware crew used a commercial coding agent while attacking at least seven companies. When the agent refused some requests, the attackers restarted the conversation and insisted the activity was legitimate security testing. Security researchers estimated the AI assistant made them 30–50% faster a human, through the agent
The Three Faces of Boundary Failure
Figure 1: The Three Faces of Boundary Failure — Autonomous breach by a single agent; coordinated crossing by multiple agents; and human manipulation through the agent.

The first two show agents crossing boundaries on their own. The third shows something worse — and it is the one enterprises are least prepared for: a human deliberately manipulating an agent into crossing the line.

Three paths, one conclusion: the safety boundary cannot live in the agent's own judgment.

The assumption that breaks

One common safety assumption in AI deployment is that the model will refuse bad requests. Refusal is treated as a safety mechanism.

The Aur0ra case broke that assumption in a specific, technical way. The attackers' method was not a jailbreak — it was a mechanism I think of as a workflow-level refusal reset (my own framing, not the researchers' terminology). Reopen the conversation, reassert the cover story, and the previous context — including any refusal that happened before — is gone. The agent re-accepts. Researchers reviewing the internal reasoning found the agent had even come to believe the real attack was a legitimate test.

Here is the flaw in "refusal equals safety": refusal is a model behavior. It happens inside a conversation. And conversations can be restarted, rephrased, and reframed — by anyone, in minutes, thousands of times a day.

Authorization is a system state, not a conversation state

This is the design line I keep returning to:

Authorization must be a system state, not a conversation state.

When a user says "I'm the administrator," "my boss told me to," "this is a penetration test," "this is a test environment" — those are claims. Claims live in conversations. Authority does not. The system's authorization decision must not depend on what the conversation contains, or on what the model currently believes.

In the runtime I have been building, this became an uncomfortable design rule:

Refusal can be a model behavior. Enforcement must be a system state.

The tool gate, the identity scope, the capability contract — their authorization decisions do not depend on conversational claims. You can open a hundred conversations; the authorization state does not move. Whether the agent believes the request is a legitimate security test is irrelevant to whether the system allows it.

And the governance extends beyond the agent. If a human is part of the control surface, then a human must be governed too. The human is not trusted merely because the human is human. Effective authority is an intersection:

Effective authority = Human authority ∩ Agent scope ∩ Tool capability ∩ Target scope ∩ Environment policy ∩ Action policy

Every element must allow. If any one says no, the action does not happen — the requester, the request, and the reason are recorded, and the matter escalates if warranted.

A conversation can request a capability. It cannot enlarge one.

The question I started with

I began this work with a question that felt paranoid at the time: what if a person asks the agent to steal data for them? A legitimate account. A legitimate tool. A request that appears legitimate — but an intent that is not.

The Aur0ra report described a real-world case that closely matched the control failure behind that question. The attackers used a legitimate commercial AI tool, repeatedly framed malicious activity as legitimate security testing, and restarted conversations when refusals got in the way.

The details are different. The architectural problem is the same: a claim of authority can change the model's behavior without creating legitimate authority.

That is why "govern the agent" is only half of enterprise AI governance. The other half is the operator — and the operator's power to borrow the agent's capability.

The missing half

Enterprises are now deploying agents at scale. A Deloitte survey this year found 74% of leaders expect nearly half their business processes to be redesigned or rebuilt around AI agents within four years — while only 5% said their business processes were highly prepared for AI agents. Gartner projects that, by 2028, an average global Fortune 500 enterprise will have more than 150,000 agents in use, yet only 13% of organizations believe they have the right AI agent governance in place.

The current conversation is about agent governance: scoped access, identity, egress control, monitoring. All necessary. But the missing half is the human side — and it is rarely asked:

  • Who may instruct the agent, and under what authority?
  • Can a request re-frame itself — "this is a compliance audit," "this is a security test" — and change what the model is willing to do?
  • Is authorization persistent across sessions, even when conversational context is reset?
  • Does the audit trail record the agent's actions only — or the human's request, identity, and authority behind each one?

You can govern the agent and still lose control — if the human behind it is not part of the control plane.

Two sentences now anchor my design. The first governs the machine; the second governs the people who use it:

Cognition may be free. Authority must be governed.

A human's request is not the system's authorization.

Both together — that is the missing half.

Series Essays & Roadmap

Enterprise AI: Capability, Control & Consequence — What can it do? / Who controls what it may do? / What happens when it does it?

Essay 01
You Can Govern the AI Agent and Still Lose Control Why the human behind the agent is part of the enterprise AI control plane
Reading Now
Essay 02
AI Capability Is Not Product Capability
Upcoming
Essay 03
Your AI Workflow Is Not an Enterprise AI System
Upcoming
Essay 04
AI Should Not Automate a Broken Company
Upcoming