Blog
22 July 2026/12 min read

How to Implement an AI Governance Framework (Step by Step)

Most AI governance frameworks fail because the policy gets written before anyone inventories what AI systems actually exist. Here is the six-phase build: charter, inventory, risk tiering, controls, monitoring, review.

Adel Dahani
Author:Adel Dahani,COO | Ex IBM
How to Implement an AI Governance Framework (Step by Step)

Book a Free Strategy Call

Skip the read: talk to Walid in 30 min.

Free strategy call. We map your AI engineering team, you keep the notes.

Most AI governance frameworks fail for a boring reason: someone wrote the policy before anyone knew what AI systems the company actually had running. The document reads well in a board meeting and does nothing on the Tuesday a marketing team spins up a new AI tool without asking anyone.

An AI governance framework that actually works gets built in a specific order: charter, inventory, risk tiering, controls, monitoring, review. Skip a step and the ones after it inherit the gap. This post walks through each phase, the tooling that supports it, and the pitfalls that stall most implementations before they reach production.

Why order matters more than content

Teams that start with controls before inventory end up writing rules for AI systems they have not found yet. Teams that skip risk tiering apply the same heavy process to a low-stakes internal chatbot and a high-stakes hiring tool, which either slows the business down for no reason or leaves the genuinely risky system under-scrutinized. The six phases below exist in this order because each one depends on the last being real, not aspirational.

This is also the structure both major reference frameworks converge on. NIST's AI Risk Management Framework, released January 26, 2023, organizes governance around four continuous functions: Govern (the charter and accountability layer), Map (know what you have), Measure (assess risk and impact), and Manage (respond, prioritize, and act). ISO/IEC 42001, published in December 2023 as the world's first certifiable AI management system standard, requires the same shape: documented roles and scope (clauses 4 to 5), planning and risk treatment (clause 6), operational controls (clause 8), and performance evaluation with continual improvement (clauses 9 to 10).

Phase 1: Charter

Before any inventory or control gets built, someone has to own this in writing. The charter defines scope (which business units, which AI use cases count), names an accountable owner (a person, not "the AI committee"), and states what authority that owner has, specifically whether they can block a launch.

What this phase produces: a one-page charter with a named owner, defined scope, and explicit authority to say no to a launch. If nobody can actually stop a risky deployment, the rest of the framework is advisory only.

Common pitfall: assigning ownership to a committee instead of a person. Committees are good for review, bad for accountability. Decisions need a name attached.

Free weekly brief

Steal our production automations

The exact n8n flows, Claude Code setups, and prompts we ship for clients, broken down step by step. No spam, unsubscribe anytime.

Phase 2: Inventory

You cannot govern AI systems you do not know exist. This phase builds a live list of every AI system in use: internal tools, vendor products with embedded AI features, and the shadow AI tools individual teams adopted without going through procurement. Ask every department head directly; the gap between the "official" AI tool list and what teams are actually using is almost always larger than expected.

What this phase produces: a system-of-record inventory (a spreadsheet is fine to start; a dedicated AI governance platform later) listing each AI system, its owner, what data it touches, and whether it was formally approved.

Common pitfall: treating the inventory as a one-time project instead of a living list. New AI tools get adopted faster than most companies review vendor contracts; the inventory needs a process for catching new entries, not just an initial sweep.

Phase 3: Risk tiering

Not every AI system needs the same scrutiny. This phase assigns each inventoried system to a risk tier based on what it touches and what it decides. The EU AI Act's four-tier structure, unacceptable, high-risk, limited (transparency), and minimal, is a usable reference model even for companies with no EU exposure, because it forces a concrete question for every use case: what could go wrong here, and who is affected if it does?

Under the EU AI Act (Regulation (EU) 2024/1689, in force since August 1, 2024), unacceptable practices such as social scoring and certain forms of biometric manipulation have been banned since February 2, 2025. High-risk systems, things like AI used in hiring, credit decisions, or critical infrastructure, face the heaviest obligations: risk assessments, quality data, logging, and human oversight. Worth knowing if you are timing a build around this: the EU's Digital Omnibus on AI, given final Council approval on June 29, 2026, deferred the Annex III high-risk obligations from August 2, 2026 to December 2, 2027, and the Annex I product-related high-risk obligations from August 2027 to August 2028. The Article 50 transparency obligations (disclosing AI-generated content, telling users they are talking to an AI) still take effect August 2, 2026 on the original schedule. Build your internal tiers around the risk logic, not a specific date, since the dates keep moving.

What this phase produces: every inventoried system tagged with a tier (3 tiers is enough to start; more granularity slows adoption without adding much precision) and a documented reason for the tag.

Common pitfall: over-engineering the tier definitions before you have real systems to test them against. Start with 3 tiers, run 10 real systems through them, and adjust based on where the model breaks down.

Phase 4: Controls

Controls are the specific requirements attached to each tier: approval workflow before launch, data handling rules, access restrictions, human-in-the-loop requirements for high-risk decisions. This is where ISO/IEC 42001's Annex A controls are a useful checklist even without pursuing certification: they cover AI system impact assessments, data quality, third-party and customer relationships, and incident management, mapped to the same clause structure auditors use.

What this phase produces: a control matrix, tier by tier, specifying exactly what must happen before a system in that tier launches and what must be true while it runs.

Common pitfall: writing controls that assume manual enforcement forever. A control that depends on someone remembering to check a box does not survive a busy quarter. Flag early which controls should eventually be automated (access logging, PII detection, escalation triggers) even if you start manual.

Phase 5: Monitoring

Launch is not the finish line. This phase puts ongoing measurement in place: is the AI system's output quality holding steady or drifting, are humans overriding its decisions more often than expected, is it being used for anything outside its approved scope. Deloitte's 2026 State of AI in the Enterprise report found that only 21% of organizations currently have a mature governance model for agentic AI, and monitoring is usually the gap: teams approve a system once and never look again.

What this phase produces: a dashboard or recurring report per high-risk system, an alert threshold for drift or override rate, and a named person who reviews it on a fixed cadence, weekly at minimum for the highest tier. If you are running multiple models or routing decisions across providers, the same instrumentation that supports LLM orchestration, logging, verify-and-escalate checks, and cost tracking, doubles as the audit trail this phase needs.

Common pitfall: monitoring for the wrong signal. Uptime and latency are infrastructure metrics; governance monitoring needs decision-quality metrics: override rate, escalation rate, and complaint or incident volume tied to the system.

Phase 6: Review

The framework itself needs a review cycle, not just the systems inside it. This phase takes what monitoring surfaced, incidents, near-misses, override patterns, and changes the framework: tightening a tier definition, adding a control, retiring one that never catches anything real. It also tracks regulatory change (a new NIST profile, an EU AI Act amendment) and updates the tiering logic accordingly.

What this phase produces: a scheduled review (quarterly is typical) with a standing agenda: what changed in the inventory, what monitoring flagged, what regulatory shifts need a framework update, and what got fixed since last review.

Common pitfall: treating review as a compliance ritual instead of the phase that makes the other five actually improve. A framework that never changes based on what it learns is a document, not a system.

Tooling by phase

PhaseWhat you needWhere teams start
CharterA one-page document, sign-off from legal and the business ownerGoogle Doc or Confluence is enough
InventoryA system-of-record with owner, data touched, approval statusSpreadsheet first; AI governance platforms (Credo AI, Holistic AI, ModelOp, and similar) once the inventory outgrows manual tracking
Risk tieringA scoring rubric tied to the inventorySame spreadsheet, extended with a tier column and rationale field
ControlsA control matrix mapped to tiers, plus enforcement in the approval workflowTicketing or procurement intake form gated on tier assignment
MonitoringDashboards for drift, override rate, escalation volumeModel observability tooling if you already run one; otherwise a scheduled manual review to start
ReviewA recurring calendar invite with a standing agenda templateQuarterly, owned by the same person named in the charter

Common pitfalls across the whole build

  • Starting with a policy document instead of an inventory. The policy has nothing real to govern until you know what exists.
  • One-size-fits-all controls. A framework that treats a low-risk internal tool the same as a high-risk hiring system will either get bypassed for being too slow or fail to catch the system that actually matters.
  • No enforcement teeth. If the charter owner cannot block a launch, the framework is a recommendation, not governance.
  • Monitoring that stops at launch. Most governance failures happen after approval, when a system drifts or gets used outside its original scope, not at the approval gate itself.
  • Treating this as a compliance project instead of an operating system. A framework with no review cadence goes stale the moment your AI portfolio grows or a regulation changes, and both are moving faster than most internal policy cycles.

What this means for you

  • Build the inventory before you write a single control. You cannot tier or control what you have not found.
  • Use 3 risk tiers to start. More granularity slows the process without adding precision until you have real systems to calibrate against.
  • Name a person, not a committee, as the accountable owner. Authority without a name attached does not survive a deadline.
  • Automate what you can in controls and monitoring. Manual enforcement degrades the moment the team gets busy.
  • Put review on the calendar before you need it. A framework that only changes after an incident is reacting, not governing.

If your team does not have the engineering capacity to build monitoring and automated controls in-house, an embedded forward deployed engineer can pair with your governance owner to build the inventory tooling and monitoring layer directly, rather than handing the project to a vendor that never talks to the teams running the AI systems day to day. For the level-by-level view of where your organization sits before you start this build, see the AI governance maturity model, and for the honest list of what breaks even after a framework ships, read AI governance challenges.

FAQ

What are the phases of implementing an AI governance framework? Six phases in order: charter (name an accountable owner with real authority), inventory (find every AI system in use), risk tiering (score each system by what it touches and decides), controls (attach requirements per tier), monitoring (measure drift and override rates in production), and review (update the framework based on what monitoring and incidents reveal).

How long does it take to implement an AI governance framework? A charter and initial inventory can be done in 2 to 4 weeks. Risk tiering and a first control matrix typically take another 4 to 6 weeks once the inventory is real. Monitoring infrastructure varies most by company; expect a full quarter if you are building observability from scratch rather than extending an existing platform.

Do we need to follow NIST AI RMF or ISO/IEC 42001 exactly? No. Neither framework requires exact adherence to be useful. NIST's AI RMF (Govern, Map, Measure, Manage) is a free reference model with no certification attached. ISO/IEC 42001 offers formal certification against clauses 4 through 10 and Annex A controls if you need to demonstrate governance maturity to a customer or regulator in writing; otherwise, borrowing its control checklist without pursuing certification is common and reasonable.

Does the EU AI Act apply if we have no EU customers or offices? The EU AI Act applies based on where an AI system's output is used, not just where the provider is based, so EU-facing operations can trigger obligations even for non-EU headquartered companies. Regardless of direct applicability, its four-tier risk structure (unacceptable, high-risk, limited, minimal) is a well-tested reference model worth borrowing for internal tiering even where the law itself does not apply.

What is the biggest reason AI governance implementations stall? Skipping inventory and going straight to writing controls or policy. Without a real, current list of AI systems in use, including the ones teams adopted without approval, every later phase governs an incomplete picture and misses the systems that carry the most risk.

Should governance tooling be built in-house or bought? Start manual (spreadsheet inventory, a documented control matrix) regardless of company size; it is faster to validate the process before buying a platform. Move to a dedicated AI governance tool once the inventory outgrows manual tracking, typically once you are managing more than a handful of high-risk systems across multiple teams.

Sources: NIST AI Risk Management Framework, ISO/IEC 42001:2023, European Commission, "AI Act" regulatory framework, Deloitte, "State of AI in the Enterprise" (2026)

Book a Free Strategy Call

Building this in production?

Walid runs a 30-min call to map your AI engineering team. Free, no slides.

Free weekly brief

Steal our production automations

The exact n8n flows, Claude Code setups, and prompts we ship for clients, broken down step by step. No spam, unsubscribe anytime.

Share this article
#AI Strategy#Enterprise AI#AI Governance#AI Risk Management
About the Author
Adel Dahani
Adel Dahani
COO | Ex IBM

Adel keeps the engine running at AY Automate. He owns internal processes, team coordination, and the operational excellence that lets us ship fast for clients.