AI Governance

  • 21 min read
  • June 29, 2026
  • Mark Holland

An AI governance framework for companies that can't afford mistakes

A practical AI governance framework for regulated companies: ownership, risk tiers, approval gates, and audit logging, built to survive a compliance audit.

Part of the AI Governance track See the track →
The short answer: An AI governance framework is the set of ownership structures, risk classifications, access controls, human approval gates, audit mechanisms, monitoring, and written policy that together make AI deployable where errors carry real consequences. In a regulated mid-market company it is not overhead. It is the condition under which AI is permitted to run at all.

Why does this matter to the accountable operator?

The cost of not having one is measurable. Research cited in IBM’s 2025 Cost of a Data Breach report puts the shadow AI premium at an average of $670,000 on top of the breach, and 67% of employees use AI tools at work while only 18% of companies have formal AI security policies. The gap between employee behavior and policy is where liability accumulates, and it is a gap you are already carrying.

The regulatory environment has caught up. The EU AI Act, Regulation (EU) 2024/1689, entered into force in August 2024 and phases in over several years. The Article 5 prohibitions have applied since 2 February 2025 and the general-purpose AI model obligations since 2 August 2025. Under the Digital Omnibus on AI, agreed in 2026 and pending publication in the Official Journal at the time of writing, the Annex III high-risk obligations are proposed to move to 2 December 2027 and the Annex I obligations to 2 August 2028, while most Article 50 transparency duties remain on 2 August 2026. Those dates are provisional, so verify them before you build a plan around one. Article 99 sets the penalty tiers, up to EUR 35 million or 7 percent of total worldwide annual turnover for prohibited practices.

In the U.S., the NIST AI Risk Management Framework, published as NIST AI 100-1, with its Generative AI Profile at NIST AI 600-1 released in July 2024, has become the de facto structure enterprise buyers and auditors expect to see. It is voluntary and non-certifiable: you align to it and show your work. ISO/IEC 42001:2023, the first international AI management system standard, is the certifiable counterpart, and the distinction that matters is that it certifies how an organization governs AI, not whether any individual model is safe, accurate, or fair. If you want the plain-language version before the mechanics, the lesson on what governed AI actually means in practice is the place to start.

The question is not whether to build a governance framework. It is whether you build one before or after an incident forces you to.


Layer 1: who owns each AI use case?

Governance without named owners is a document, not a system. Before any AI use case goes into production, three roles need to be assigned and recorded:

  • AI system owner, the business-side person accountable for the use case, its outputs, and its outcomes. Not the vendor. Not IT. A named human with authority to approve or shut down the system.
  • Technical steward, responsible for model version, data connections, access controls, and configuration integrity.
  • Compliance reviewer, the person who signs off that the use case has been assessed against applicable regulation (HIPAA, GLBA, state privacy law, sector-specific rules) and the company’s internal AI policy.

NIST AI RMF’s GOVERN function describes this as a cross-cutting requirement: governance spans the entire organization and must be in place before the Map, Measure, and Manage functions operate. ISO 42001 requires top management to demonstrate commitment and establish explicit accountability, not as a formality but as an auditable record.

A RACI matrix per use case is the right instrument. AI systems can be “consulted” in a RACI; they cannot hold the “accountable” cell. That distinction is not semantic, it is the foundation of every enforcement action that follows a governance failure.

LAYER 1, OWNERSHIP & ACCOUNTABILITY AI SYSTEM OWNER Business-side accountable party. Approves deployment. Owns the outcome. Accountable (A) in RACI TECHNICAL STEWARD Model version, access controls, configuration integrity, incident response. Responsible (R) in RACI COMPLIANCE REVIEWER Signs off on regulatory alignment, data handling, and policy adherence. Consulted (C) in RACI
Every AI use case requires three named humans before deployment. The AI system itself cannot occupy the accountable role.

Layer 2: how do you classify use-case risk?

Not every AI task carries the same risk. Classifying use cases before deployment is how you decide what controls each one needs. The two axes that matter most in a regulated environment are impact (what breaks if this goes wrong) and autonomy (how much the system acts without human review before the output reaches the world).

USE-CASE RISK CLASSIFICATION MATRIX IMPACT HIGH LOW AUTONOMY LOW HIGH TIER 1, ROUTINE Standard controls. Post-action review. Examples: internal content drafts, meeting summaries, data formatting, report generation with human sign-off. Log outputs · Standard access controls TIER 2, SUPERVISED Human review before action is final. Examples: patient-facing outputs, financial analysis, contract review, customer communications with PHI/PII. Approval gate · Named reviewer · Full log TIER 2, SUPERVISED Autonomy demands stronger logging. Examples: automated scheduling, low-stakes data routing, research summarization pipelines. Monitoring alerts · Anomaly thresholds TIER 3, RESTRICTED Hard approval gates. Multi-level review. Examples: autonomous clinical decisions, credit determinations, autonomous contract execution, regulatory filings. Multi-approver gate · Full audit · Legal review
Map every AI use case to a tier before deployment. Tier placement drives the control requirements, not the technology or the vendor.

The EU AI Act’s risk-based classification aligns with this approach: high-risk AI in healthcare, financial services, and legal settings faces mandatory conformity assessments, human oversight requirements, and technical documentation obligations. Your internal tier model should map directly onto that regulatory classification so one assessment serves both purposes.

For mid-market companies in healthcare and healthtech, financial services, or the public sector, most AI use cases touching patient records, clinical outputs, credit decisions, benefits determinations, or customer financial data land in Tier 2 or Tier 3 by default. Classify conservatively, then relax controls only with documented evidence.

This layer is the MAP function of the NIST AI RMF doing its job: establish context, identify what the system is for and who it affects, and record the limits of what it should be trusted to decide. NIST is explicit that “we cannot measure this yet” is itself a finding worth recording rather than a gap to paper over.


Layer 3: how much access should an agent have?

AI agents and models need system access to do useful work. That access needs to be the minimum necessary, and no more. The principle of least privilege is not new in security; applying it to AI is.

BeyondTrust’s analysis of AI agent identity governance documents the core problem: non-human identities now outnumber human identities by more than 80 to 1 in enterprise environments, and they accumulate permissions over time as integrations expand. Gartner projects that 40% of enterprise applications will include integrated AI agents by end of 2026, each one a potential permission surface.

Practical controls:

  • Assign each AI agent a service identity with scoped tokens, not shared credentials.
  • Register every tool and API the agent can call, with explicit scopes and rate limits documented.
  • Enforce field-level data access, agents analyzing revenue data should not be able to read HR records even if both live in the same system.
  • Audit permission grants quarterly against actual usage logs. Permissions that were never used get revoked.
  • Separate environments, agents in a test or staging environment should never have production data access, regardless of convenience.

This is especially important in regulated SaaS and healthcare, where HIPAA’s minimum-necessary standard and GDPR’s data minimization principle translate directly into a permissioning requirement. A governance framework without a least-privilege layer is not a framework, it is a liability.


Layer 4: where do human approval gates belong?

Human-in-the-loop (HITL) is an architectural decision, not a checkbox. The question for each use case is: at what point in the workflow does a human need to review, approve, or override before the output takes effect?

The EU AI Act requires human oversight for high-risk systems, explicitly stating that overseers must understand system limitations and retain the ability to override or interrupt. NIST AI RMF echoes this: human-AI configurations must enable traceability, accountability, and contestability.

A practical gate design by tier:

  • Tier 1 (Routine): Post-action review. A human checks a sample of outputs after they are produced but before any downstream decision depends on them. Automated anomaly flags escalate to a reviewer.
  • Tier 2 (Supervised): Pre-action approval. The AI produces a recommendation or draft; a named human approves before it is sent, filed, or acted upon. The approval is logged with the reviewer’s identity and timestamp.
  • Tier 3 (Restricted): Multi-level pre-action approval. The output is reviewed by the business owner and a compliance reviewer independently before any action is taken. Rollback procedures are defined before deployment.

The design principle: the human gate should be meaningful, not theatrical. A reviewer who rubber-stamps 200 AI outputs per hour without reading them is not a governance control. The gate is only as good as the reviewer’s ability to understand what they are approving. Training, clear documentation of what to look for, and a defined escalation path are part of the control.

See how human-in-the-loop design works in practice for a deeper treatment of the architecture patterns.


Layer 5: what does the audit log have to capture?

Governance without evidence is not governance. Every AI interaction that touches a regulated process, customer data, or a consequential business decision needs a log that an auditor or regulator can read.

The EU AI Act’s Article 12 requires high-risk AI systems to automatically generate operation logs, retained for a minimum of six months with technical documentation retained for ten years. FTC enforcement actions in 2024 against AI companies that could not document how their systems made decisions established the same principle in U.S. enforcement: regulators expect to see operational evidence, not declarations.

A minimum audit log record for a governed AI interaction:

  • Timestamp and session identifier
  • User or agent identity (who or what initiated the request)
  • Input data used, including any retrieved documents or data sources (RAG context)
  • Model version and configuration at the time of the request
  • Output produced
  • Any human review step, who reviewed, when, and what action they took

For financial services companies, missing AI decision traces are treated as books-and-records violations. For healthcare companies, HIPAA’s six-year retention requirement for certain compliance records applies to the AI layer as much as to any other system. The audit log is also how you defend a decision if it is challenged, by a regulator, a customer, or a plaintiff’s attorney.

The AI audit trails article covers the technical implementation of compliant logging in more detail.

The 2026 compliance environment has moved past good intentions. Regulators and enterprise buyers expect operational evidence, timestamped logs, named approvers, version-controlled configurations, not policy documents. If you cannot produce it, you cannot prove the governance existed.

Layer 6: how do you monitor and respond to incidents?

Deploying an AI system is not a one-time approval event. Models drift. Data distributions change. Integrations break in ways that change what the model can see or do. A governed system has ongoing monitoring that can detect when something has gone wrong before a human notices the consequence.

Monitoring requirements by tier:

  • Output sampling, for Tier 1 and Tier 2 systems, a structured sample of outputs is reviewed by a human each week. What percentage of samples flagged a concern? That metric belongs in a governance dashboard.
  • Anomaly thresholds, automated alerts when volume, output patterns, or error rates deviate significantly from the established baseline.
  • Permission drift detection, a quarterly review of what each agent or model is actually accessing versus what it is supposed to access.
  • Model version tracking, when the vendor updates the model, the governance record needs to capture that change, its assessed risk, and whether a re-review was required.

Incident response needs to be defined before an incident occurs: who is notified, within what time window, who has authority to suspend the AI system, and how affected parties (customers, regulators) are notified under applicable law.

The NIST AI RMF GOVERN function describes this as a lifecycle requirement, not a post-deployment afterthought. ISO/IEC 42001 requires continual improvement of the AI management system, which means monitoring findings feed back into risk classification and control design.


Layer 7: what does the written policy have to say?

The layers above need to be codified in a written AI policy that is version-controlled, approved by leadership, and communicated to every person who uses or deploys AI at the company. Policy is what makes the framework auditable and what makes “we didn’t know” an implausible defense.

A minimum AI policy for a mid-market regulated company covers:

  • Approved use cases, an explicit list of what AI may be used for, with links to the classification records for each.
  • Prohibited use cases, what AI may not do, with no exceptions. For regulated companies, this includes autonomous decisions about patient care, credit denial, employment, or legal advice without human review.
  • Data handling rules, what categories of data may be sent to AI systems, which systems are approved, and what is forbidden (PHI to non-BAA-covered tools, for example).
  • Vendor approval process, how new AI tools are evaluated and approved before employees use them. This is the control that prevents shadow AI from proliferating.
  • Training requirements, who is trained, on what, and how often. The EU AI Act mandates AI literacy for all deployers from February 2025.
  • Review cadence, when the policy is reviewed, by whom, and what triggers an off-cycle review (a material incident, a new regulation, a significant change in AI tool usage).

If you do not have a policy document today, you can draft a starter policy you can bring to leadership and edit it into your own language. For the current picture of ungoverned AI risks when policy is absent, see what happens when AI agents run without governance.


What does this look like in a governed deployment?

Command Center is IntellaGrow’s governed operating pattern. The governance layers described above are not aspirational in a deployment we build, they are how the system is configured and operated from the first commit.

The practical value to an operator is fewer places to look when someone asks who approved a decision. Six tools with six sets of rules means six review paths, six log formats, and six people who each assume someone else is watching. Consolidating to one governed surface to run AI across the business is what turns the policy above from a document into something that is actually enforced.

Every governed deployment we build begins with use-case classification and ownership assignment before any agent is provisioned. Permissioning is scoped at the agent level, not the user level. Approval gates are configured as hard workflow stops, an agent cannot push output to a production system without the defined approver completing the review step. Audit logs are structured, machine-readable, and retained per the client’s regulatory obligations. Monitoring alerts route anomalies to the named technical steward.

This is why AI governance compliance is a service, not a byproduct. Building and maintaining these layers for a mid-market company takes senior judgment about where the risk actually sits, not just a checklist.



Frequently asked questions

What is an AI governance framework?

An AI governance framework is the combination of ownership structures, risk classifications, access controls, human approval gates, audit logging, monitoring, and written policy that allows an organization to deploy AI in a controlled, accountable way. It defines who owns each AI use case, what it is permitted to do, and what evidence must exist to demonstrate compliance.

How does NIST AI RMF apply to mid-market companies?

The NIST AI Risk Management Framework, published as NIST AI 100-1, is voluntary and non-certifiable in the U.S. but has become the standard structure enterprise buyers and auditors expect. Its four core functions, govern, map, measure, and manage, are continuous and iterative rather than sequential stages, and together they provide a practical operating model for any company deploying AI, regardless of size. The Generative AI Profile at NIST AI 600-1, released in July 2024, extends the framework to LLMs and agents and names twelve risk categories specific to generative systems, including confabulation, which is NIST’s term for what most people call hallucination. Mid-market companies can implement a proportionate version: the framework scales, but the ownership and audit requirements do not disappear because you are smaller. Nobody is NIST AI RMF certified, so describe your program as structured around it.

Do we need to comply with the EU AI Act if we are a U.S. company?

Possibly. The EU AI Act applies to providers and deployers of AI systems whose outputs are used in the EU, regardless of where the company is headquartered. If your software, services, or AI outputs reach EU residents or EU-based customers, you are in scope for the applicable risk tier. The prohibitions and the general-purpose AI model obligations already apply. The high-risk obligations have been deferred and the current proposed dates are 2 December 2027 for Annex III systems and 2 August 2028 for Annex I, while most Article 50 transparency duties remain on 2 August 2026. Those dates are provisional, so confirm the current position. A qualified review of your AI use cases against Annex III is the right starting point.

What is the difference between AI governance and AI compliance?

Governance is the operating system, the ongoing structure of ownership, controls, and oversight. Compliance is the output, the evidence that governance produced the required outcomes under a specific regulation (HIPAA, EU AI Act, GLBA, ISO 42001). You need the governance structure to produce compliance evidence consistently. Compliance without governance is a one-time documentation exercise that falls apart at the next audit.

How long does it take to build an AI governance framework?

For a mid-market company with a defined set of AI use cases, a working governance framework, ownership assigned, use cases classified, permissioning documented, approval gates configured, policy drafted, can be operational in 60 to 90 days. The constraint is almost always decision-making bandwidth (who owns what) rather than technical complexity. How we work describes the engagement structure IntellaGrow uses to move efficiently through that process.



Sources