Agentic AI Governance

Last updated:

Agentic AI governance decides what an autonomous system may do, on whose authority, and how that authority is withdrawn. It differs from ordinary AI governance in one decisive way: you are not approving an output a person will read, you are approving an actor with standing permissions that will act many times without per-decision review.

Action classes and the control each needs

Action classExampleControl
Read and summariseAssemble a case file, draft a briefingPermission-aware retrieval; log access
ProposeDraft a reply, prepare a record updatePerson commits the action; monitor quality
Act, reversibleCreate a ticket, schedule an appointmentScoped credential per tool; post-hoc review
Act, externally visibleSend a message, publish, contact a personHuman confirmation before execution
Act, irreversible or rights-affectingPayment, eligibility change, record deletionNamed approver, stopping condition, or do not automate

What Is Agentic AI Governance?

Agentic AI governance is the set of decisions that determine what an autonomous AI system is allowed to do, on whose authority, and how that authority is withdrawn. It differs from ordinary AI governance in one decisive way: you are no longer approving an output that a person will read before acting on it. You are approving an actor that holds standing permissions and will act many times, on its own initiative, without anyone reviewing each decision.

That shift changes the unit of approval. Reviewing a model's accuracy tells you little about whether it is safe to give that model a credential, a budget, an inbox, or the ability to update a record. The governing question becomes narrower and more useful: what can this system touch, what is the worst thing it can do with that access, and who can stop it.

Why Agentic Systems Break Classic AI Governance

Most governance frameworks assume a review point between the model and the consequence. A person reads the summary, checks the recommendation, signs the letter. Agentic systems remove that point by design, because removing it is the entire value proposition. Governance built on the assumption of a human reader silently stops applying the moment the system is allowed to act.

Three assumptions fail together. The first is that outputs are reviewable, when in practice an agent may take dozens of actions between two moments of human attention. The second is that behaviour is stable, when an agent's path varies with the content it retrieves. The third is that the audit trail describes what happened, when most logging captures the final result rather than the sequence of intermediate decisions that produced it. Governance for agents has to be rebuilt around authority and reversibility rather than around review.

Separate What the Agent May Propose From What It May Do

The most useful control in agentic systems is also the simplest: distinguish proposing from doing. An agent that drafts a response, prepares a record update, or assembles a case file creates value with almost no exposure, because a person still commits the action. An agent that sends, pays, publishes, or updates a system of record has crossed into a different risk category, and its permissions should be scoped and justified individually rather than granted in bulk.

In practice this means writing down every tool the agent can call and treating each one as a separate grant with its own limits, rather than issuing a single broad credential because it is easier to configure. It also means designing so that a successful prompt injection reaches nothing consequential, since instructions can arrive inside any content the agent retrieves. Least privilege is not a legacy security habit here. It is the primary control.

Put Human Oversight at the Points of Consequence

Human-in-the-loop is often stated as a principle and implemented as either everything or nothing. Requiring approval for every step destroys the value that made the agent worth building, and staff quickly learn to approve without reading, which is worse than no control because it manufactures a record of oversight that did not happen. Removing oversight entirely leaves nobody accountable for actions taken at machine speed.

The workable position is to place oversight where consequence concentrates: irreversible actions, anything affecting a person's rights, eligibility, or safety, anything that leaves the organisation, and anything that spends money. Everywhere else, monitor after the fact rather than gate beforehand. The reviewer must also hold real authority to override without escalating, because a reviewer who cannot say no is a formality.

Log Decisions, Not Just Outcomes

When an agent does something unexpected, the question is never only what it did. It is what it was asked, what it retrieved, which tools it called in what order, and what it was permitted to do at that moment. Logs built for conventional applications rarely answer those questions, so the first serious incident becomes an investigation with no evidence.

A workable agent log records the triggering instruction, the retrieved context or its references, each tool call with its parameters and result, the identity and permissions under which it ran, and the final action with its reversal path. That record is what allows an organisation to say honestly whether an incident was a model failure, a permissions failure, or a governance failure, and to fix the right one.

When Not to Deploy an Agent

Some cases should not be automated with autonomous systems regardless of how capable the model is. If an error cannot be reversed and cannot be detected quickly, autonomy converts a manageable mistake into a permanent one. If the affected person has no route to appeal or correction, the system is making consequential decisions about people who cannot answer back. If nobody will accept accountability for its actions in writing, the organisation has not decided to deploy it, only decided not to decide.

In humanitarian and public-sector settings these tests exclude more use cases than they permit, and that is the correct outcome. The value of agentic systems in those environments comes from removing repetitive work around decisions rather than from removing people from decisions.

Frequently asked questions

How is agentic AI governance different from AI governance?

Ordinary AI governance approves an output that a person reviews before acting. Agentic governance approves an actor holding standing permissions that will act many times without per-decision review, so the controls shift from output quality to authority, reversibility, and the ability to stop the system.

Should a human approve every agent action?

No. Approving everything destroys the value and produces rubber-stamping, which manufactures a record of oversight that did not happen. Place human approval where consequence concentrates: irreversible actions, anything affecting rights or eligibility, anything leaving the organisation, and anything that spends money.

What should an agent's audit log contain?

The triggering instruction, the retrieved context or references to it, every tool call with parameters and results, the identity and permissions under which it ran, and the final action with its reversal path. Outcome-only logging cannot distinguish a model failure from a permissions failure.

When should an organisation not use an agentic system?

When an error cannot be reversed and cannot be detected quickly, when the affected person has no route to appeal or correction, or when no named individual will accept accountability for the agent's actions in writing.

Where to go next

For agentic systems in operation rather than in principle, see agentic AI for humanitarian operations. The decision rights, consequence tiering, and approval gates referenced above are set out in full in the AI Governance Playbook, and the permission and injection controls in the AI security and assurance material.

To understand the mechanics first, the free module How AI Agents Work explains the loop these controls apply to. For the institutional context, see AI governance in the United Nations and the Last-Mile AI Framework. The assurance counterpart, covering how an audit function evidences an agent's authority and its decisions, is on the IT audit of AI systems hub.

Get the next essay by email

One practical essay a month on AI governance, agentic AI, and digital delivery in the UN system. No marketing, no forwarding of your address.