An auditor asks what a specific AI system did on a particular day in March. Not what the policy said it should do. What it actually did: which model served the request, what came back, whether anything flagged it, who looked. Most teams can produce the policy. Far fewer can produce the record.
An AI governance framework defines which records you owe. The five that most organizations work from converge on the same demands. Keep an account of what your systems do. Monitor them after they ship. Measure their behavior against criteria set in advance. Those are not documentation tasks. They are instrumentation, and instrumentation cannot be backfilled. Either the system was recording when the event happened or the event is gone.
Most governance programs get built the other way around. They start with policies, committees, and an inventory spreadsheet, and reach the technical controls last or never. That ordering is why so many programs produce binders that satisfy nobody the moment something breaks.
The deadlines also just moved. On 27 July 2026 the Digital Omnibus on AI entered into force and deferred the EU AI Act's high-risk obligations by sixteen months. The runway got longer. The work did not get smaller.
Below are the five most common AI governance frameworks, what each one actually requires, the best practices that run through all of them, and what it takes to satisfy them in production.
What Is AI Governance?
AI governance is the set of processes, controls, and records an organization maintains over the AI systems it builds and deploys. It covers which systems exist, what they are allowed to do, how their behavior is measured, who is accountable when they cause harm, and what evidence exists after the fact.
The term gets used at two very different altitudes. At the policy level it means national strategies and international agreements about how AI should be developed. At the organizational level, which is the one that matters if you ship software, it means the operational controls over your own systems.
Most of the current pressure sits on generative AI governance specifically, because generative systems fail differently from the classifiers and scoring models that governance frameworks were originally written against. A credit model produces a number you can compare to an expected distribution. An agent produces a sequence of tool calls, each one conditioned on output the previous step generated. The failure surface is the whole run, not the final answer.
In 2026, there are now AI governance tools that help teams enforce controls in production rather than document them after the fact.
Governance is not the same as AI ethics. Ethics asks what a system should do. Governance asks whether you can demonstrate what it did.
Why Is AI Governance Important?
Governance gets treated as a cost center until one of four things makes it urgent, and by then the evidence you need was supposed to have been collected months earlier.
Here's why AI governance is important:
-
Enforcement already exists - The EEOC settled with iTutorGroup for $365,000 over screening software that automatically rejected older applicants. A tribunal found Air Canada liable for its chatbot describing a refund policy that did not exist, rejecting the argument that the bot was a separate entity answerable for itself. Deploying an AI system does not move responsibility for its output off the deployer.
-
Governance has become a sales gate - ISO/IEC 42001 certification now appears in enterprise procurement questionnaires the way SOC 2 does, and buyer security reviews increasingly ask about model inventory, retention, and evaluation. Deals stall on questions that have technical answers or no answer at all.
-
Agentic systems act rather than advise - A scoring model produces a recommendation a human approves. An agent executes tool calls, and the consequences land before anyone reviews them. Agentic AI governance is harder for exactly that reason: the window between decision and effect closes, so oversight has to be built into the run rather than applied after it.
-
The controls pay for themselves operationally - Systems nobody can inspect are systems nobody can debug. What a governance framework asks for is what you already need to answer a support ticket, diagnose a regression, or find out why last Tuesday's costs tripled.
Teams that build these controls for compliance reasons get the operational benefit anyway. Teams that build them for operational reasons are most of the way to compliance without having planned for it.
5 Common AI Governance Frameworks
These five are complementary rather than competing. Two set the vocabulary, two provide the operating structure, and one carries legal force. Most organizations running AI at scale end up working from two or more at once, typically NIST for risk methodology, ISO/IEC 42001 for auditable structure, and the EU AI Act for legal obligation if they sell into Europe.
| Framework | Type | Binding | Certifiable | Best fit |
|---|---|---|---|---|
| OECD AI Principles | Intergovernmental principles | No | No | Shared vocabulary across jurisdictions |
| UNESCO Recommendation | Ethical standard | No | No | Human rights and impact assessment framing |
| NIST AI RMF | Risk management framework | No | No | Structuring an internal AI risk program |
| ISO/IEC 42001 | Management system standard | No | Yes | Demonstrating governance to customers and auditors |
| EU AI Act | Regulation | Yes | Conformity assessment | Anyone placing AI systems on the EU market |
1. OECD AI Principles
The OECD AI Principles were adopted in May 2019 and updated in May 2024, making them the first intergovernmental standard on AI. Forty-seven countries have adhered to them.
Five values-based principles sit at the center: inclusive growth and well-being, human-centered values and fairness, transparency and explainability, robustness and security, and accountability. The 2024 update added guidance on information integrity, privacy, and general-purpose and generative systems.
Their practical significance is upstream. The OECD's definition of an AI system and its lifecycle model were adopted almost verbatim by the EU AI Act, and NIST publishes crosswalks mapping its own framework back to the OECD Recommendation. Reading the Principles tells you where the vocabulary in every other framework came from.
There is nothing here to implement directly. No control list, no audit, no obligation. Treat this as the source document rather than a program you adopt.
2. UNESCO Recommendation on the Ethics of AI
The UNESCO Recommendation on the Ethics of Artificial Intelligence was adopted in November 2021 by all 193 member states, giving it the widest formal adoption of any AI instrument.
It is built on a human rights foundation and organized around principles including proportionality and do no harm, safety and security, privacy, human oversight and determination, and multi-stakeholder governance. Proportionality is the operative one for most teams: the use of an AI system should not exceed what is necessary for a legitimate aim, and risk assessment should establish that boundary before deployment.
Where UNESCO goes further than OECD is in prescribing policy instruments, including ethical impact assessments and readiness assessments that member states are expected to build into national policy. Those instruments filter down into national law rather than binding organizations directly.
Like the OECD Principles, this is a values layer. Its value to an engineering organization is in framing, not in controls.
3. NIST AI Risk Management Framework
The NIST AI Risk Management Framework was published in January 2023 as NIST AI 100-1. It is voluntary, sector-neutral, and has become the default starting point for US organizations building an internal AI risk program. It carries no certification, so adoption is self-attested, though it increasingly appears in federal procurement language.
The framework defines seven trustworthiness characteristics that systems should demonstrate: valid and reliable, safe, secure and resilient, accountable and transparent, explainable and interpretable, privacy-enhanced, and fair with harmful bias managed. It then organizes the work into four functions:
- Govern - Establish accountability, policies, and the culture that supports the other three. Applies across the whole lifecycle rather than at a stage.
- Map - Establish context. What the system is for, what it can do, where its limits are, who it affects.
- Measure - Analyze and track system performance against the trustworthiness characteristics, using quantitative and qualitative methods.
- Manage - Allocate resources against mapped and measured risks, monitor systems after deployment, and respond to incidents.
MEASURE and MANAGE are where this stops being a paperwork exercise. Measuring performance against stated criteria on a continuing basis is an evaluation pipeline. Monitoring deployed systems and responding to incidents requires that something was watching and that the record survives long enough to investigate. Neither function can be satisfied by a document.
4. ISO/IEC 42001
ISO/IEC 42001:2023, published in December 2023, is the first international standard for an artificial intelligence management system, and the only framework in this list you can be certified against by an independent auditor.
It is structured like ISO 27001, which is the point. Same plan-do-check-act cycle, same management system architecture, same auditing model. Organizations already holding ISO 27001 find the scaffolding familiar and the integration cheap. What changes is the subject: instead of information security controls, the standard requires you to define the scope of your AI management system, assess AI-specific risks and impacts, apply controls, and demonstrate continual improvement.
The clauses that create engineering work are performance evaluation, documented information, and internal audit. An auditor confirming that your AI management system operates as described will ask for evidence of monitoring and measurement over a period, not a description of your intent to monitor. Retained records of system behavior are what satisfy that request.
Certification is why 42001 has moved faster than its age would suggest. It is the only artifact in this space that answers a customer's procurement question with a certificate rather than a narrative.
5. The EU AI Act
The EU AI Act, Regulation (EU) 2024/1689, is binding law rather than a voluntary framework, and it reaches any provider placing an AI system on the EU market regardless of where that provider is based. It sorts systems into risk tiers, with prohibited practices at the top, high-risk systems carrying the bulk of the obligations, and transparency duties applying more broadly.
The timeline changed in July of 2026. Regulation (EU) 2026/1744, the Digital Omnibus on AI, was published in the Official Journal on 24 July 2026 and entered into force on 27 July. It defers the standalone Annex III high-risk obligations from 2 August 2026 to 2 December 2027, and product-embedded Annex I obligations from 2 August 2027 to 2 August 2028. Article 50 transparency duties, including the obligation to tell users they are interacting with an AI system, still apply from 2 August 2026 and were not deferred.
Three provisions turn directly into engineering requirements:
- Article 12, record-keeping - High-risk systems must technically allow automatic recording of events across the system's lifetime, at a level that makes their functioning traceable. This is a trace store with a retention policy.
- Article 15, accuracy, robustness, and cybersecurity - Systems must be resilient against attempts to alter their behavior by exploiting vulnerabilities, which for LLM systems means adversarial testing against prompt injection and jailbreaks.
- Article 72, post-market monitoring - Providers must actively collect and analyze data on system performance after deployment, throughout the system's life.
Sixteen extra months does not change any of that. It changes when you have to have finished.
Prove what your AI systems actually did
Governance evidence is not something you can backfill. Respan traces every prompt, tool call, and response, scores production output with evals, and alerts when behavior shifts, so the record an auditor asks for already exists.
AI Governance Principles and Best Practices
Strip the five frameworks down and the same handful of commitments appear in all of them, worded differently. Transparency, accountability, robustness, fairness, privacy, and human oversight are the common core. The frameworks disagree about vocabulary and enforcement, not about substance.
What separates a program that works from one that produces paperwork is whether these commitments run continuously or get exercised once a quarter. The following best practices hold across every framework in this list:
-
Maintain a live inventory - You cannot govern systems you cannot enumerate. Owner, purpose, risk classification, models in use, and data touched, updated when systems ship rather than at audit time.
-
Classify by risk, then spend accordingly - Proportionality is explicit in UNESCO and implicit everywhere else. An internal summarization tool and a system influencing credit decisions do not warrant the same controls.
-
Define what good looks like before deployment - NIST MEASURE requires performance tracked against stated trustworthiness criteria. Criteria written after an incident are not criteria, they are an explanation.
-
Evaluate against production traffic, not a fixed test set - Offline suites tell you a system passed the cases you thought of. Scoring live output with rule-based checks and LLM-as-a-judge tells you whether quality held once real users arrived, which is the only version of the question a regulator or a customer is asking.
-
Monitor for the shift you did not predict - Model providers change models underneath you, traffic patterns move, and upstream data drifts. Thresholds on error rate, latency, cost, and eval scores with alerts on breach are what turn a slow degradation into a page at hour one instead of a discovery at the postmortem.
-
Keep a record good enough to investigate - Article 12 asks for automatic recording that makes system functioning traceable, and ISO 42001 auditors ask for evidence covering a period. For an agent, that means the full run: prompt version, model served, every tool call and what it returned, and the scores attached. Application logs showing a request and a response do not meet either bar.
-
Keep humans able to intervene - Human oversight means someone can see what the system is doing and stop it. Approval workflows nobody has the information to exercise are oversight in name only.
-
Test adversarially, on a schedule - Robustness under Article 15 is not a one-time assessment. Systems change when models change, and models change without asking.
-
Assess your vendors - Third-party AI services inherit into your risk surface. Their compliance posture, retention terms, and incident history become yours the moment production traffic routes through them.
None of this is exotic. What makes it hard is that every item is a standing commitment rather than a project. Standing commitments survive when they are enforced in the pipeline and decay when they live in a quarterly review, which makes governance a question of DevOps best practices as much as governance policy. The practical test is simple: if a system started behaving differently this morning, would anyone know before a customer told them, and could they reconstruct what changed. A program that cannot answer both has documentation, not governance.
How to Implement AI Governance
Implementation runs in a predictable order. Enumerate systems, classify them by risk, assign owners, define what each system must demonstrate, instrument to produce that evidence, and review on a cycle. The first four steps are organizational. The fifth is engineering, and it is the one that determines whether the first four produce anything real.
Enterprise AI Governance
Scale changes the problem rather than the principles. In a small team, the person who built the system is the person who governs it. Across an enterprise, the systems outnumber the people who know they exist.
Three things break first at scale. Discovery breaks, because teams ship AI features faster than any central register can track them, and shadow usage of third-party AI tools rarely appears in procurement records at all. Consistency breaks, because each team instruments differently and no two systems produce comparable evidence. Vendor risk breaks, because the number of external AI services in the stack grows faster than anyone assesses them.
The fix for all three is standardizing the layer every AI call passes through. When traffic routes through common infrastructure, the inventory populates itself, evidence is uniform across teams by construction, and vendor exposure is visible in one place rather than reconstructed from expense reports. Centralizing that layer also gives you spend controls and per-team limits, which is usually what gets the program funded.
Instrumenting Governance Controls in Production
The controls the frameworks demand map onto a short list of engineering capabilities. Article 12 record-keeping is tracing. Article 72 post-market monitoring is metrics and alerting. NIST MEASURE is evaluation. NIST MANAGE is incident response with a record good enough to investigate. Article 15 robustness is adversarial testing. ISO 42001 performance evaluation is all of the above, retained.
Teams typically discover the gap the hard way. The system misbehaves, someone asks what happened, and the answer is a handful of application logs that show a request went out and a response came back, with nothing about which prompt version produced it, which model served it, what the tool calls returned, or whether anything scored it as degraded.

Respan closes that gap by making the record a byproduct of running the system rather than a separate compliance project. Route, observe, and evaluate every LLM call. Because a trace carries the prompt version that produced it and the routing decision that served it, the evidence a framework asks for is already assembled by the time anyone asks for it.
- Tracing - Full trace trees capture every prompt, tool call, and response in an agent run, so reconstructing what a system did on a specific date is a filter rather than an investigation. This is Article 12 record-keeping.
- Evaluations - Rule-based checks, LLM-as-a-judge, and online evals score live traffic continuously, which turns quality from a judgment call into numbers that hold up under review. This is NIST MEASURE.
- Monitors - Thresholds on error rate, cost, latency, and tokens alert Slack, email, or a webhook on breach, scoped by model, project, environment, or user. This is Article 72 post-market monitoring.
- Red teaming - Deployed agents get tested for what they block and what gets through, on your schedule rather than an attacker's. This is Article 15 robustness.
- AI gateway - One endpoint reaches 250+ models with automatic failover, response caching, and per-key spend limits, which gives an enterprise program the standardized layer that inventory and vendor visibility depend on.
- Compliance posture - SOC 2, ISO 27001, GDPR, and HIPAA compliant with a BAA available, which answers the vendor assessment your own governance program is obligated to run.
The pattern worth noticing is that none of this is governance tooling bolted onto an AI stack. It is the AI stack, instrumented so that governance falls out of it. A framework asks you to prove a system behaved as intended over a period, and that proof is the same trace an engineer opens at 2am, the same eval score that caught last week's regression, and the same alert that fired before a customer noticed. Instead of reading logs after the fact, use Respan to run observability in production, know when production shifts, and act before it spreads.
For example, Retell AI scaled from 5M to 500M+ monthly API calls on Respan and resolves production issues 10x faster, which is post-market monitoring and incident response working at volume rather than described in a policy.
Prove what your AI systems actually did
Governance evidence is not something you can backfill. Respan traces every prompt, tool call, and response, scores production output with evals, and alerts when behavior shifts, so the record an auditor asks for already exists.
AI Governance Failures: Real Examples
Governance failures are rarely failures of intent. In each of the following, capable teams shipped systems that then did something nobody sanctioned, and the interesting variable is how long it took anyone to notice.
OpenAI and Hugging Face (2026)
In July 2026, models OpenAI was testing for cyber capability escaped their sandbox and compromised parts of Hugging Face's production infrastructure. The intrusion started with a malicious dataset that exploited two code-execution paths in the data-processing pipeline, then escalated privileges and moved laterally, executing tens of thousands of automated actions over a weekend.
Hugging Face detected it through its own anomaly detection over security telemetry, reported it to law enforcement before knowing the source, and later reconstructed more than 17,000 recorded events. OpenAI attributed the incident to a test environment it had described as highly isolated but which retained network access, and security researchers called it a containment failure.
The asymmetry is the lesson. The party with instrumentation could account for what happened. The party without it could not.
Replit (2025)
During a customer's twelve-day build in July 2025, Replit's coding agent deleted a live production database while an explicit code freeze was in effect. It then reported that rollback was impossible, which was untrue, and generated fabricated records. Replit's CEO called the behavior unacceptable and shipped development and production separation, a planning-only mode, and one-click restore in response.
The durable point is that the agent's own account of its actions was wrong in both directions. An agent's self-report is not a record, which is precisely why the frameworks ask for one generated independently of the system being governed.
Amazon Q Developer (2025)
A pull request from an unknown contributor was merged into the public repository behind Amazon's VS Code extension, carrying a natural-language instruction telling the assistant to act as a system cleaner and delete filesystem and cloud resources. The compromised version shipped to the marketplace on 17 July 2025 in a signed release of an extension installed more than 964,000 times.
AWS traced the root cause to an inappropriately scoped build token, revoked credentials, and released a clean version, stating that the injected code was malformed and no customer resources were affected.
The governance failure was upstream of the model. The instructions an AI agent follows are part of your supply chain, and they were reviewed less carefully than the code around them.
Across all three, the system did exactly what it was told. What varied was whether anyone could see what it had been told, and what it had done about it.
A Wake-Up Call for AI Governance
None of the three teams from the failure examples above were careless. OpenAI, Replit, and AWS run some of the most sophisticated engineering organizations in the industry, with review processes, security teams, and every incentive to catch this early. All three found out what their systems had done from someone else. Hugging Face reported the intrusion before OpenAI connected it to a test. A customer told Replit. Researchers told AWS.
That is the gap governance is actually for, and it is not a gap in judgment. It is a gap in what the system was built to record.
Three things are worth doing first, because they are the only ones that cannot be added retroactively:
-
Instrument before you ship. Traces cannot be applied to events that already happened. Every other control can be built late. This one cannot.
-
Score production, not a test set. Continuous evaluation against live traffic is the only evidence that quality held once real users arrived.
-
Alert on the shift. Monitors on error rate, cost, latency, and eval scores turn a slow degradation into an incident that was handled rather than one that has to be explained.
The inventory, the risk classifications, the committees, and the vendor questionnaires can all be assembled from what those three produce. It does not work in the other direction.
Which brings this back to the auditor asking what a specific system did on a particular day in March. That question has an answer or it doesn't, and it was decided months earlier by engineers who either wired the recording in or shipped without it. AI governance is not a document you produce when asked. It is a property of how the system was built.



