All glossary terms
A Risk and compliance Agent operations

AI governance

AI governance is how an organization decides which AI it will run, on what terms, and under whose accountability. Policy states the intent. Governance is the part that makes the intent bite. Most programs build the first and stop.

Definition

AI governance is the set of decision rights, controls, and evidence that determine what an organization's AI systems are permitted to do, who answers for them, and how that can be proved afterwards. It is distinguished from AI policy by enforcement: a policy describes intended behavior, while governance constrains actual behavior and records it.

What is AI governance?

AI governance is how an organization decides which AI it will run, under what terms, and under whose accountability, then makes sure those terms practically hold once the system goes live. Setting the rules is the easy half. The real test is the machinery that makes those rules stick, and that's where programs succeed or fail.

The word covers two things that are routinely treated as one. There is the deciding: who may approve an AI system, at what risk tier, against which requirements. And there is the constraining: what the system can actually do once it is running, and what record it leaves behind. An organization with a signed AI policy, an ethics committee, and a set of model cards has completed the first half. None of those three artifacts prevents anything from happening on a Tuesday afternoon.

That gap is the reason the term keeps getting redefined. Most published definitions describe AI governance as a collection of policies, processes, and controls, which is accurate and tells you nothing about whether a given program works. The more useful test is whether governance is legible to the systems it governs. If a control exists only as prose in a document, a system cannot read it, and enforcement depends on people remembering. If the same control exists as a permission, a threshold, or a required approval in the platform that runs the system, enforcement is structural.

The regulatory picture reinforces the point rather than driving it. The EU AI Act's transparency obligations became applicable on 2 August 2026, and the Digital Omnibus on AI, Regulation (EU) 2026/1744, entered into force on 27 July 2026, deferring the main obligations for standalone high-risk systems to 2 December 2027. What regulators increasingly ask for is not a policy document but reconstructable evidence: what the system did, on what data, under whose authority. Evidence of that kind is a byproduct of governance that runs inside the system, and it cannot be produced retrospectively by one that does not.

A governance program is only as strong as its weakest enforcement point. Approval gates, model documentation, and review boards all operate at the boundary of a system. Anything that happens after the boundary is crossed is governed by whatever controls are present at runtime, and in most organizations that set is considerably thinner than the policy suggests. The practical question to ask of any AI governance program is not what it requires, but what happens when a requirement is not met.

What does AI governance cover?

Six domains make up the working scope of AI governance: decision rights, inventory and classification, provenance, runtime control, evidence, and lifecycle. A program missing any one of them has a gap that the other five cannot compensate for.

Frameworks divide this territory differently and the labels vary, but the substance recurs. Reading the six as a set is more useful than adopting any single taxonomy, because the failure modes are specific to each.

  • Decision rights. Who can approve an AI system, at what risk tier, and who can overrule them. Without this, approval defaults to whoever is closest to the deployment, which is rarely the person carrying the risk.
  • Inventory and classification. A record of every AI system in use, tiered by the consequence of its failure. This is the dependency the other five domains read from, which is why programs that skip it end up governing the subset they happen to know about. See agent registry for the agent-specific form of this record.
  • Provenance. What the system learned from, which model and version it calls, and which third parties are in the chain. Provenance is what makes an incident explicable and a vendor change assessable.
  • Runtime control. What the system may do while it is running: permissions, data boundaries, output filters, spending limits, and the conditions that require a human. This is the domain most often specified on paper and least often implemented in the platform.
  • Evidence. A record complete enough to reconstruct what happened without a forensic project. Regulators and auditors treat a control that cannot be evidenced as a control that was not applied.
  • Lifecycle. Review dates, re-approval, and decommissioning. Governance without an end state accumulates systems indefinitely, and an estate that only grows will eventually exceed the capacity governing it.

The uncomfortable observation across the six is that four of them are records and two are enforcement. Programs tend to be strong on the records and weak on the enforcement, because records can be produced by a governance function working alone while enforcement requires cooperation from the teams that build and run the systems.

Which frameworks and regulations shape AI governance?

Three instruments anchor most enterprise AI governance programs: the NIST AI Risk Management Framework as a voluntary reference architecture, ISO/IEC 42001 as a certifiable management system standard, and the EU AI Act as binding risk-based regulation. They answer different questions and most global organizations end up using more than one.

Confusing their roles is a common and expensive error. A framework tells you how to organize a program. A management system standard lets you certify that the program exists and is operating. A regulation tells you what you must do for particular systems, whether or not you have either of the other two.

The three instruments that shape enterprise AI governance, and what each one is for
Instrument What it is, and what it is for
NIST AI RMF A voluntary US reference framework organized around four functions: Govern for accountability, Map for context and risk identification, Measure for testing and monitoring, Manage for response and prioritization. Widely used as the skeleton of a program. Carries no enforcement of its own
ISO/IEC 42001 A certifiable AI management system standard, operating at the level of the organization rather than the individual system. It answers the question of whether you run a governed process at all, which is what a customer or a board is usually asking for
EU AI Act Binding regulation, Regulation (EU) 2024/1689, applying obligations by risk tier to individual systems. Prohibited practices, then transparency duties, then the heavier requirements for high-risk systems, phased across several years
Digital Omnibus Regulation (EU) 2026/1744, the first amendment to the AI Act, published in the Official Journal on 24 July 2026 and in force from 27 July 2026. It defers the heaviest obligations, adds prohibitions, and leaves several duties on their original dates

Where the EU AI Act timeline now stands

The dates below reflect the AI Act as amended, and they are worth stating precisely because the headline coverage of the Digital Omnibus was widely read as a blanket delay. It was not. The deferral is substantial for the high-risk regime and narrow everywhere else.

  • 2 August 2026. Transparency obligations apply. This date did not move, and it has now passed.
  • 2 December 2026. Marking obligations for AI-generated content reach systems that were already on the market before August 2026.
  • 2 December 2027. The main compliance obligations for standalone high-risk systems listed in Annex III, covering areas such as employment, education, credit scoring, and biometrics. Deferred from 2 August 2026.
  • 2 August 2028. High-risk AI embedded in regulated products under Annex I.
  • Unchanged. The AI literacy duty and the obligations for general-purpose AI models, which have applied since August 2025, were not amended.

A deferral is not a reprieve for the work that takes longest. The hardest part of high-risk compliance is not the documentation template, it is establishing which systems exist, deciding which Annex III category each falls into, and keeping that inventory current as new systems ship. None of that depends on harmonized standards being final, and none of it gets easier with time. This entry states the regulatory position as at August 2026; verify against the current text before relying on any date in a compliance decision.

Why does agentic AI change AI governance?

AI governance was designed for models that produce outputs, and agents take actions. That single difference moves the unit of governance from the system to the action, and it invalidates the assumption underneath most existing programs: that reviewing a system before release tells you what it will do afterwards.

A predictive model has a narrow, well-defined job. Given similar inputs, it produces similar outputs, so a review done before deployment stays broadly accurate about how it'll behave in production. An agent is different, it picks its own path: which tool to call, which data to read, how many steps to take, and when to stop. Approval only confirms what an agent was allowed to do on one specific day. It says far less about what it's doing right now.

Two panels side by side. The left panel, labelled governing a model, shows a single gate before a boundary, with review and approval happening once at the boundary and the output beyond it. The right panel, labelled governing an agent, shows a sequence of actions each passing through its own control point inside the boundary, with a record written at every step.
  1. 01
    The unit of controlGoverning a model means governing a system. Governing an agent means governing each action it takes, because the actions are chosen at runtime rather than fixed at design time. Consequence: control has to be present where the action happens.
  2. 02
    When control appliesModel-era control is a gate crossed once, before release. Agent-era control is continuous, applied on every tool call and data access. Consequence: an approval workflow alone leaves the entire operating period ungoverned.
  3. 03
    Predictability of behaviorA model's behavior can be characterized by testing. An agent's behavior depends on the path it selects, so testing establishes a range rather than an expectation. Consequence: guardrails matter more than pre-release validation, without replacing it.
  4. 04
    The shape of harmA model that fails produces a wrong output, which a human may catch before it matters. An agent that fails has already taken an action in a live system. Consequence: the window for human review closes before the consequence lands.
  5. 05
    What counts as evidenceModel documentation and validation reports describe a system as designed. Answering what an agent did requires an action-level record: which tool, which data, whose authority, at what cost. Consequence: the evidence base changes from documents to logs.
  6. 06
    Who is accountableA model has an owner. An agent has an owner, plus whoever granted its permissions, set its budget, and approved the tools it can reach. Consequence: accountability becomes a set of records rather than a single name.

None of this makes existing frameworks obsolete. NIST's four functions and the management system discipline in ISO/IEC 42001 apply to agents without modification; what changes is where the controls have to live to satisfy them. The practical failure is not choosing the wrong framework, it is implementing an agent-era program with model-era instruments and discovering, usually during an incident, that the governance evidence stops at the approval record. For the condition that results when agents outpace this apparatus, see agent sprawl.

How is AI governance different from data governance and responsible AI?

Data governance covers the data an AI system consumes. Responsible AI covers the principles it should honor. AI governance covers what the system is permitted to do and whether that can be proved. The three are complements, and treating any one as a substitute for the others is a recognizable pattern of program failure.

These terms are used interchangeably in vendor material and in board papers, which matters because each has a different owner and a different failure signature. A program can be strong on one and absent on another without anybody noticing until something goes wrong.

AI governance compared with data governance, responsible AI, model risk management, AI compliance, and AI security
Term What it governs The core question Usually owned by
AI governance What AI systems may do, who answers for them, and what evidence exists What are we permitted to run, and can we prove what it did? CIO, CISO, risk
Data governance Data assets: quality, lineage, access rights, and retention Is the data accurate, permitted, and traceable? CDO, data office
Responsible AI Principles: fairness, transparency, contestability, human oversight What kind of AI do we intend to build? Ethics board, policy
Model risk Individual models: validation, performance, and stated limits Is this model fit for the purpose claimed for it? Model validation, finance
AI compliance Obligations arising from specific laws, standards, and contracts Which rules apply here, and are we meeting them? Legal, compliance
AI security Threats to and from AI systems, including their credentials and reach Can this be attacked, and what can it touch? Security operations

Two distinctions carry most of the practical weight. Responsible AI is a statement of intent and AI governance is the apparatus that makes intent observable, which is why an organization can hold genuinely good principles and still be unable to demonstrate that any system followed them. And model risk management governs a model while AI governance governs a system in operation, a difference that widens considerably once the system is an agent calling tools rather than a model returning a score.

How do you implement AI governance?

Implementation runs in six steps: settle decision rights, inventory and classify, set requirements per risk tier, move controls from documents into the platform, instrument for evidence, then review and retire. Step four is the one that separates a governance program from a governance policy.

The sequence matters. Requirements written before an inventory exists get set against an imagined estate, and controls specified before requirements are tiered get applied uniformly, which is expensive at the low end and insufficient at the high end.

The six steps, in order

Six numbered steps arranged as a loop. One, settle decision rights. Two, inventory and classify by risk. Three, set requirements per tier. Four, move controls into the platform, highlighted as the step where policy becomes enforcement. Five, instrument for evidence. Six, review and retire, with an arrow returning to step two. Each step is labelled with the NIST AI RMF function it serves: Govern, Map, Measure, or Manage.

  1. Settle decision rights before writing policy

    Name who approves AI at each risk tier, who can refuse, and who is accountable when a system misbehaves. Programs that draft policy first produce documents nobody has the standing to enforce, and the enforcement question then surfaces during the first disagreement rather than before it.

  2. Inventory what exists, then classify by consequence

    Build the record before designing controls for it, and tier by what happens when the system is wrong rather than by how the system was built. Discovery has to reach AI embedded in purchased software and AI created on platforms already under licence, or the inventory documents the estate you already knew about.

  3. Set requirements per tier, not per system

    Attach a defined control set to each tier so that classifying a system determines what it must satisfy. Deciding requirements system by system produces inconsistency that is impossible to defend to an auditor and impossible to automate.

  4. Move the controls from documents into the platform

    Convert each requirement into something the running system enforces: a permission, a data boundary, an output filter, a budget ceiling, a required approval in the deployment path. A requirement that exists only in a document is satisfied by intention. A requirement expressed as a platform control is satisfied by construction.

  5. Instrument for evidence, continuously

    Record actions rather than intentions: what each system did, on what data, under whose authority, at what cost. The test of sufficiency is whether an audit question can be answered by query rather than by investigation, and the honest way to find out is to try it before somebody external does.

  6. Review, re-approve, and retire

    Give every system a review date with a consequence attached, and decommission what no longer serves a purpose. This is the step that keeps the estate governable, and it is the one most consistently absent from published governance frameworks.

One approach is deliberately absent. There is no step establishing a central board that reviews every AI deployment. Review boards scale badly, become the bottleneck teams route around, and concentrate governance in the place furthest from where the systems actually run. Tiering exists precisely so that the small number of consequential systems get scrutiny and the rest get controls.

How the six steps map to the NIST AI RMF functions

Most programs are described to boards in NIST vocabulary, so the mapping below exists to let the two be read together. The framework organizes accountability well and deliberately does not prescribe enforcement mechanisms, which is where the gap in most programs sits.

The six implementation steps mapped to the four functions of the NIST AI Risk Management Framework
NIST AI RMF function Steps that serve it
Govern Settle decision rights, and set requirements per tier. Govern is the cross-cutting function, so it is the one that fails quietly when accountability is assigned to a committee rather than to a person
Map Inventory what exists and classify by consequence. This is the function that depends most on discovery reaching past the systems the AI team built itself
Measure Instrument for evidence. Measure covers both pre-deployment testing and production monitoring, and agent estates shift the weight decisively toward the second
Manage Move controls into the platform, and review, re-approve, and retire. Manage is where risk response becomes an operational capability rather than a documented plan
Not covered by the framework How a control is enforced. NIST is deliberately mechanism-neutral, which is appropriate for a reference framework and is also why a program can be fully NIST-aligned on paper and hold no enforcement at runtime

Which category of tooling supports AI governance

Coverage comes from several directions, and no single category covers all six domains on its own:

  • AI governance and inventory platforms handle the register, risk tiering, and regulatory documentation well, but are lighter on runtime enforcement
  • Agent management platforms cover registration, promotion gating, and runtime policy on agent actions, but have narrower regulatory scope
  • Data governance tools own lineage and access
  • Identity governance handles credentials and permissions, including treating agents as non-human identities
  • Model risk and evaluation tools cover validation

Most enterprises end up assembling two or three of these. The question worth asking during evaluation isn't what a tool documents, it is which of the six domains it enforces.

Frequently asked questions about AI governance

If your question is not here, our team will answer it directly.


Talk to a Specialist →
What is AI governance in simple terms?

AI governance answers three questions about every AI system an organization runs: what is it allowed to do, who is accountable if it does something else, and what record exists to show which of those happened. Treat it as two halves. The first half decides things, covering who approves an AI system, at what level of risk, against which requirements. The second half constrains things, covering what the system can actually do once it is live and what trace it leaves. An organization that has completed only the first half has an AI policy, not AI governance, and the difference tends to surface during an incident rather than before one.

Why is AI governance important?

Because AI systems now take consequential actions, and an organization that cannot show which ones it authorized carries the liability for all of them. Three pressures make this concrete. Regulators increasingly ask for reconstructable evidence rather than documented intent, and a control that cannot be evidenced is generally treated as one that was not applied. Boards withhold approval to scale AI once they lose confidence that the existing estate is under control, which stalls programs mid-investment. And the operational cost of an ungoverned system is paid continuously in duplicated spend, unmonitored access, and incidents that take longer to contain because nobody can establish what the system could reach.

What is the difference between AI governance and AI compliance?

Compliance is a subset of governance, scoped to external obligations. AI compliance asks which laws, standards, and contractual commitments apply to a given system and whether the organization is meeting them, so its scope is set by regulators and counterparties. AI governance asks what the organization will permit its AI to do and how it will hold itself to that, so its scope is set internally and is usually broader. The practical consequence is that a fully compliant organization can still be poorly governed: it satisfies the rules that exist for the systems those rules cover, and has no equivalent apparatus for everything outside them, which in most estates is the majority.

Who is responsible for AI governance in an organization?

Accountability sits with an executive, usually the CIO, CISO, or a chief AI or data officer, while the work is distributed across functions that each own a domain. Legal and compliance own the regulatory mapping. Security owns credentials, permissions, and threat exposure. The data office owns lineage and access. Platform engineering owns the controls that operate at runtime, which makes it the function that determines whether governance is enforced or merely documented. The arrangement that reliably fails is a governance function with a mandate and no route into the deployment path, because it can specify requirements and has no mechanism to make them hold.

Does AI governance slow down AI adoption?

Badly designed governance slows adoption, and the specific design error is reviewing every system through the same process. Tiering fixes most of it: attach a defined control set to each risk level so that classification determines requirements, and the large majority of low-consequence systems proceed without individual review. The counterintuitive part is that the absence of governance is what most often halts an AI program outright, because leadership responds to lost visibility by restricting new deployment. A tiered program with controls in the platform is faster than either a review board or a moratorium, and it is the only one of the three that leaves an evidence trail.

How does AI governance apply to AI agents?

The principles carry over unchanged and the instruments do not. Existing frameworks were shaped around systems that produce outputs, where a review before release remains informative about behavior afterwards. An agent chooses its own actions at runtime, so what it was approved to do describes one day and not the current one. In practice this shifts governance from the system to the action: permissions and policy have to be enforced on each tool call and data access, evidence becomes an action-level log rather than a set of documents, and accountability extends from a single owner to whoever granted the permissions, set the budget, and approved the reachable tools.

What is the difference between the NIST AI RMF, ISO 42001, and the EU AI Act?

They operate at three different levels and are not alternatives to one another. The NIST AI Risk Management Framework is a voluntary reference architecture, organized around the functions Govern, Map, Measure, and Manage, and is most often used to structure a program. ISO/IEC 42001 is a certifiable management system standard that applies to the organization rather than to individual systems, so it evidences that a governed process exists and operates. The EU AI Act is binding law that imposes obligations on specific systems according to risk tier, and applies whether or not either of the others has been adopted. Many global organizations run all three, using NIST for structure, ISO for assurance, and the AI Act for obligations.

What are the current EU AI Act deadlines?

As at August 2026, the AI Act as amended by the Digital Omnibus sets four dates that matter to most organizations. Transparency obligations became applicable on 2 August 2026 and were not deferred. Marking obligations for AI-generated content reach systems already on the market before that date on 2 December 2026. The main obligations for standalone high-risk systems listed in Annex III, covering areas including employment, education, credit scoring, and biometrics, now apply from 2 December 2027, moved from 2 August 2026. High-risk AI embedded in regulated products under Annex I applies from 2 August 2028. The AI literacy duty and the general-purpose AI model obligations were unchanged. The Digital Omnibus, Regulation (EU) 2026/1744, was published in the Official Journal on 24 July 2026 and entered into force on 27 July 2026. Verify against the current text before relying on any of these dates in a compliance decision.

How do you measure whether AI governance is working?

Test whether the program can answer questions rather than whether it has produced artifacts. Four checks separate the two. Ask how long it takes to produce a current list of AI systems in production with a named owner for each. Pick a system that touches regulated data and ask who approved it, for what scope, and against which version of policy. Ask what happens mechanically when a system exceeds its permitted scope, and whether the answer is a control or a conversation. And ask how many systems have ever been formally retired. Policy counts, committee minutes, and training completion rates measure activity; these four measure whether governance is load-bearing.

From policy to enforcement
Which of your AI controls would survive being tested?

CAMS enforces governance where the work happens: role-based and attribute-based access control, runtime policy including PII detection and redaction, environment promotion gates, and an audit trail across every module. See it against your own estate.