An enterprise AI system crosses two different kinds of boundaries every time it answers a question or takes an action.
One boundary determines what the system can know and trust. The other determines what the system can reach and do.
Organizations often manage those questions separately. Documentation and knowledge teams think about authoritative sources, taxonomy, metadata, lifecycle, and retrieval. Security and platform teams think about credentials, permissions, network access, approval requirements, logging, and incident response.
AI connects the two.
A system can have beautifully governed source content and dangerously broad authority. It can also be tightly restricted while retrieving obsolete, contradictory, or context-free information.
Neither is a well-governed AI system.
The Knowledge Control Plane
The first control plane governs the information the AI is allowed to treat as reliable evidence.
That means more than making documents searchable. The system needs enough structure and context to understand what it is looking at.
The knowledge control plane determines:
- Which source is authoritative
- Which product, version, audience, market, or environment it applies to
- Who owns it
- Whether it has been approved and reviewed
- What replaces it when it becomes obsolete
- Who is permitted to see it
- What should happen when two credible sources disagree
Consider two procedures in the same repository. Both use the current company branding. Both contain terminology relevant to the question. One describes the current product. The other is three versions old but has years of links, references, and search history behind it.
Retrieval might find both perfectly.
The problem begins after retrieval. If the documentation system has never represented version, authority, ownership, or lifecycle clearly, the AI has no reliable basis for deciding which source should win.
A fluent answer can hide that weakness remarkably well.
The knowledge control plane turns those distinctions into part of the system rather than leaving them in someone’s memory.
The Action Control Plane
The second control plane governs authority.
Structured Ink recently examined reports of supposedly “rogue” AI agents that acted outside their assigned tasks. The more useful finding was less cinematic: the agents did not need to break through the intended boundary because the environment had not fully enforced one.
The instructions told the agents what they were supposed to do. Their permissions and available network paths still allowed more.
That is an action-control problem.
An AI system may have access to credentials, APIs, tools, networks, files, messaging systems, development environments, or production services. Someone has to decide which of those resources the system can reach and what it may do with them.
The action control plane includes decisions about:
- Credentials and tool permissions
- Network routes and accessible systems
- Roles and location restrictions
- Transaction or change limits
- Actions requiring human approval
- Monitoring and alerting
- Conditions that stop execution
- Logs and evidence preserved for investigation
- Incident escalation and ownership
Organizations already make these decisions for human users.
A developer does not automatically receive access to every production system. A contractor does not receive every credential because a policy document asks them to remain within the scope of a project. Security teams define access technically through identity, permissions, network controls, approval workflows, and monitoring.
AI agents need the same discipline.
A prompt can describe the intended boundary. It cannot revoke a credential, block a network path, require an approval, or preserve the evidence needed to reconstruct an incident.
The written rule matters. The enforceable control determines what the system can actually do.
Read the earlier analysis: A Prompt Is Not an Authorization Boundary
Strong Governance on One Side Cannot Repair the Other
These two control planes solve different problems.
Suppose an organization has excellent source governance. Its documentation is current, owned, versioned, and clearly authoritative. The AI can retrieve reliable information and explain why a particular source applies.
If the same agent also has unnecessary production credentials and broad network access, the organization has solved the knowledge problem while leaving the action problem exposed.
Now reverse it.
The organization gives the agent narrow permissions. Every consequential action requires approval. Network routes are tightly restricted and activity is logged.
But the underlying knowledge base contains duplicate policies, abandoned procedures, missing owners, and several versions of the same instructions with no reliable source-of-truth rule.
The system is contained, but it can still recommend the wrong thing with considerable confidence.
One control plane cannot compensate for the absence of the other.
The Organizational Boundary Matters Too
The interesting operational problem is that different teams often own these controls.
Content teams may understand where authoritative information lives but have little visibility into the permissions an agent receives. Security teams may design excellent access controls without knowing that the retrieval layer contains several equally plausible versions of a procedure. Platform teams may connect tools without owning the policies that determine when those tools should be used.
AI governance therefore requires coordination across documentation, knowledge management, security, platform engineering, product, risk, and the people responsible for the underlying business process.
The system crosses those boundaries even when the organization chart does not.
Trace One Consequential Task
A useful governance review can start with one real task.
Choose something the AI might be allowed to do that would matter if it went wrong. Then trace the task from the original question to the final action.
Identify:
- Which sources the AI is allowed to trust
- How the system represents version, audience, ownership, and authority
- Which tools and systems the AI can reach
- Which credentials it can use
- Which actions require human approval
- What stops an out-of-scope action
- What evidence remains afterward
- Who owns each decision
This exercise tends to reveal where a boundary exists in policy but disappears somewhere in implementation.
AI readiness requires a knowledge system that can explain what the AI should trust and an authorization system that can enforce what the AI is allowed to do.
Both need owners. Both need evidence. Both need to survive contact with the actual system.
Can your team show both control planes end to end: what the AI may trust and what it may do?
