Skip to main content

Governing the Agent Estate

InsightMesh Team

For two years the enterprise-AI conversation has been about retrieval: can the AI find the right passage in our documents and answer from it? That problem is largely solved, and it’s commoditizing fast. Every major cloud now offers a managed way to put a model in front of your data.

The next problem is harder, and it’s the one that decides whether AI is safe to actually deploy: as soon as your AI can take actions, you have to govern what it’s allowed to do — and be able to prove what it did.

From “what can it see?” to “what can it do?”

A retrieval assistant reads. An agent acts: it runs queries, extracts data, writes to systems, sends things, spends money. The moment you cross that line, three uncomfortable questions appear:

  1. On whose authority is the agent acting? On most platforms, an agent simply borrows the full permissions of whoever started it. If a malicious document tricks it, its blast radius is that person’s entire access. That class of attack is real and documented, and it is tracked in the OWASP Top 10 for LLM Applications.
  2. Does authority shrink as work fans out? Complex tasks spawn sub-agents. If each inherits full power, the authority never narrows, and a compromised step five hops deep can do anything the original user could.
  3. Can you reconstruct what happened? When something goes wrong, “the AI did it” is not an answer a board, a customer, or a regulator will accept.

Three controls that make an agent estate governable

Give every agent its own identity. An agent should be a known actor in the system with its own attributes and lifecycle, not an anonymous stand-in for a human. This is the same “non-human identity” problem the security industry is now racing to solve, because machine identities already vastly outnumber human ones.

Narrow authority at every hand-off. When a task is delegated, the agent should receive a deliberately smaller slice of permission than the person who sent it. When it delegates onward, smaller again. Authority that only ever shrinks means a tricked sub-agent is boxed in by construction, not by hope.

Keep a human on the irreversible actions. Reading is low-risk; sending, writing, and spending are not. A mature agent platform grades actions by risk and routes the consequential ones through human approval: the AI proposes, a person with the right authority decides. Nothing that can’t be undone happens on the model’s say-so.

Why “prove it” is becoming the real requirement

Regulation is catching up to exactly this shift. The EU AI Act (Regulation (EU) 2024/1689) puts record-keeping and human-oversight obligations on higher-risk AI use. The expectation is moving from “we have logs somewhere” to “we can produce a complete, trustworthy account of what the system did and who oversaw it.”

That’s why the audit trail matters as much as the controls. An estate of agents you can’t evidence is an estate you can’t defend.

The takeaway

The organizations that win with agentic AI won’t be the ones with the most agents. They’ll be the ones who can hand an agent real, consequential work because they can bound what it’s allowed to do, narrow its authority as it fans out, keep a human on the actions that matter, and prove the whole chain after the fact.

Retrieval got AI into the building. Governance is what lets it stay.

Want to see governed agents in practice? Talk to us. · Related: A governed agent workforce · Governance & control.