Beyond the Agent Control Plane: Why Enterprise AI Still Needs an Executable Governance Knowledge Layer


Introduction

Artificial intelligence has fundamentally changed how enterprise systems make decisions.

For decades, governance was designed around people. Organizations created policies, defined approval processes, assigned responsibilities through RACI matrices, and relied on employees to interpret and follow those rules.

Autonomous AI systems operate differently.

Large Language Models (LLMs), AI agents, Retrieval-Augmented Generation (RAG), and Model Context Protocol (MCP) servers continuously retrieve information, reason over context, invoke external tools, and make execution decisions within seconds. These systems cannot interpret governance documents the way humans do.

At the same time, regulators are increasing expectations for accountability. Frameworks such as ISO/IEC 42001, the EU AI Act, and emerging AI governance initiatives across the Gulf Cooperation Council (GCC)—including Saudi Arabia's SDAIA governance ecosystem, the UAE's financial sector guidance, and Bahrain's proposed AI law—require organizations to demonstrate human oversight, explainability, auditability, and risk management.

The challenge is no longer defining governance.

The challenge is making governance executable.


The Evolution of AI Governance

Enterprise AI governance has evolved significantly over the past few years.

Initially, organizations focused on documentation:

  • AI policies

  • Ethics principles

  • Governance committees

  • Risk registers

  • Approval workflows

  • RACI matrices

These artifacts remain essential because they define organizational accountability.

However, they were designed for human decision-makers.

Today's enterprise AI systems make thousands of operational decisions every day without directly involving humans.

Examples include:

  • Selecting which documents to retrieve.

  • Choosing which APIs to invoke.

  • Determining whether sensitive information should be exposed.

  • Executing financial or operational workflows.

  • Delegating work between autonomous agents.

These are runtime decisions.

A governance committee cannot approve every tool invocation individually.

Instead, governance must become executable.


Why RACI Is Necessary—but Not Sufficient

RACI remains one of the most valuable governance tools available.

It clearly identifies:

  • Who is Responsible.

  • Who is Accountable.

  • Who should be Consulted.

  • Who should be Informed.

However, RACI was never intended to control autonomous software.

Consider a simple governance rule.

"Legal must approve customer data before it can be processed outside Saudi Arabia."

A RACI matrix correctly identifies the Legal department as accountable.

But when an AI agent decides to send information to an external LLM, several runtime questions immediately arise:

  • Which legal approval applies?

  • Is that approval still valid?

  • Which jurisdiction governs this dataset?

  • Which model endpoint is permitted?

  • What evidence must be recorded?

The RACI matrix contains none of this information in a machine-readable form.

It defines organizational ownership.

It does not define executable behavior.


MLOps Solves a Different Problem

It is tempting to assume that MLOps already addresses this challenge.

It does not.

MLOps governs the lifecycle of machine learning models.

Typical MLOps capabilities include:

  • Dataset versioning

  • Experiment tracking

  • Model registries

  • Continuous deployment

  • Performance monitoring

  • Drift detection

  • Rollback strategies

These capabilities are essential.

However, they focus on managing models.

Modern AI systems involve much more than models.

An autonomous agent reasons over retrieved context, invokes external tools, accesses enterprise knowledge, communicates with other agents, and executes business actions.

These runtime decisions require governance that extends beyond model management.

MLOps answers questions such as:

  • Which model version is deployed?

  • Has model accuracy degraded?

  • Which dataset trained this model?

Runtime governance answers different questions:

  • Can this tool be executed?

  • Is this customer data allowed to leave the country?

  • Has the required business approval been granted?

  • Should a human approve this action?

  • What evidence must be recorded?

These are complementary responsibilities.


The Rise of the Agent Control Plane

The industry has already recognized this challenge.

Major technology vendors now advocate runtime governance architectures built around Agent Control Planes, policy enforcement gateways, authorization layers, and deterministic execution pipelines.

These platforms intercept actions before they are executed.

Rather than relying solely on prompts or probabilistic guardrails, they evaluate identity, permissions, policies, and execution context before allowing an AI agent to perform sensitive operations.

This represents an important evolution.

The industry has correctly shifted governance from prompt engineering toward deterministic runtime controls.

However, an important architectural question remains.

Where does the governance knowledge itself come from?


The Missing Layer: Executable Governance Knowledge

Policy engines can only evaluate rules they understand.

Control planes can only enforce information they receive.

Unfortunately, enterprise governance knowledge rarely exists in a machine-readable format.

Instead, it is distributed across:

  • PDF policies

  • RACI spreadsheets

  • Risk registers

  • Compliance documentation

  • Architecture diagrams

  • Approval emails

  • Regulatory guidance

  • Internal procedures

These documents were written for people.

Not for autonomous AI systems.

As a result, engineering teams frequently translate governance manually into application code.

Every approval becomes a hardcoded rule.

Every policy becomes a conditional statement.

Every regulatory change requires software modifications.

This approach does not scale.


Context Graphs as a Governance Knowledge Layer

Context Graphs provide a different architectural approach.

Rather than treating governance as isolated documents, they represent governance knowledge as connected, machine-readable relationships.

Within a Context Graph, organizations can represent:

  • Business ownership

  • Regulatory obligations

  • Data classifications

  • Approval history

  • Tool permissions

  • Human oversight requirements

  • Model provenance

  • Organizational roles

  • Decision lineage

Instead of asking a PDF policy whether an action is permitted, an AI runtime can query structured governance knowledge directly.

For example:

An agent wants to access a customer dataset.

The Context Graph determines:

  • The data owner.

  • The governing regulation.

  • Geographic restrictions.

  • Required approvals.

  • Applicable retention policies.

  • Audit obligations.

The policy engine evaluates those facts.

The control plane enforces the decision.

The audit system records the evidence.

The Context Graph is not replacing runtime governance.

It is supplying the governance knowledge required for runtime governance to operate consistently.


A Layered Architecture for Enterprise AI Governance

Rather than viewing governance as a single product or platform, it is more useful to think of it as a layered architecture.

Business Governance

  • AI strategy

  • Ethics

  • Committees

  • RACI

  • Risk ownership

Governance Knowledge

  • Context Graph

  • Organizational relationships

  • Regulatory mappings

  • Data ownership

  • Decision history

Runtime Governance

  • Policy Engine

  • Agent Control Plane

  • Identity and Authorization

  • Human Approval Services

  • Risk Evaluation

AI Runtime

  • LLMs

  • AI Agents

  • MCP Servers

  • RAG Pipelines

  • Tool Execution

Evidence Layer

  • Decision Logs

  • Audit Trails

  • Explainability

  • Compliance Reporting

Each layer serves a distinct purpose.

Removing any layer weakens the overall governance architecture.


Implications for AI Engineering

This architectural shift also changes the responsibilities of AI engineering teams.

Historically, AI engineers focused on building and deploying models.

Today, they increasingly implement governance requirements as software.

Their responsibilities now include:

  • Runtime authorization

  • Policy integration

  • Context filtering

  • Tool permission enforcement

  • Human approval checkpoints

  • Decision traceability

  • Audit evidence generation

  • Explainability support

Importantly, AI engineers do not own governance.

Legal, compliance, risk, and business leaders continue to define governance policies.

AI engineers operationalize those policies by embedding them into runtime systems.



five-layer model (Business Governance → Governance Knowledge → Runtime Governance → AI Runtime → Evidence Layer).



Conclusion

Enterprise AI governance is entering a new phase.

Organizations already understand the importance of regulations, policies, RACI matrices, and ethical principles.

The industry is also rapidly adopting runtime governance through policy engines and Agent Control Planes.

The remaining challenge is ensuring that these systems operate using consistent, machine-readable governance knowledge rather than fragmented documents and manually encoded rules.

Context Graphs offer a promising approach to addressing this challenge by transforming governance artifacts into structured knowledge that AI systems can query during execution.

As autonomous AI becomes more capable, governance will no longer be defined solely by documents.

It will increasingly depend on whether governance knowledge itself can be represented, interpreted, and executed by intelligent systems.

The future of enterprise AI governance is therefore not only about controlling AI actions. It is about enabling AI systems to understand the organizational context, regulatory obligations, and governance relationships that make those actions trustworthy in the first place.


Reference:

Simplify Middle East AI compliance. (n.d.). Modulos. https://www.modulos.ai/middle-east-ai-regulations/

Winks, E. (2026, April 23). What is a context graph? Definition & Architecture Guide. Atlan. https://atlan.com/know/what-is-a-context-graph/