TartanHQ Logo – Powering Seamless Enterprise Workflows with APIs and AI

Product & Engineering

Product & Engineering

Context without control is just better hallucination

Context without control is just better hallucination

Context without control is just better hallucination

Rohan Mahajan

Rohan Mahajan

8 Min

8 Min

Build Connected Systems with Tartan

Automate workflows with integrated data across your customer applications at scale

The enterprise AI conversation of the last eighteen months has been dominated by one question: how do we give our agents better context? Better knowledge graphs. Better retrieval pipelines. 

Better semantic layers. Better data catalogues. The investment has been real, the progress has been genuine, and the outputs are meaningfully better than they were twelve months ago.

And agents are still making decisions that enterprises cannot defend, in systems they cannot audit, at a pace their governance teams cannot match.

The reason is not that the context investments were wrong. They were necessary. The reason is that context solves one half of the enterprise AI problem - the knowing half - while leaving the other half entirely unaddressed. What the agent knows is now better. What it is allowed to do with what it knows, who authorised it to do it, and what happens when something goes wrong are questions that most enterprise AI deployments have not answered architecturally.

Context without control is not a complete solution. It is a more confident agent making the same class of mistakes, at higher volume, with better reasoning attached to the wrong actions.

The distinction that defines the problem

Context and control are two different layers of the enterprise AI architecture. Understanding what each does - and what only each can do - is the foundation of a governance strategy that actually works.

The context layer governs what enterprise AI agents know. It provides the knowledge graph, the semantic definitions, the policy documents, the historical decisions, and the real-time operational data that agents draw on when they reason. A well-built context layer produces agents that understand the business - its terminology, its entity relationships, its rules, and its current operational state. 

It is the cognitive foundation of enterprise AI.

The control plane governs what enterprise AI agents are allowed to do. It enforces access policies at the moment of action - not at the moment of retrieval, but at the moment the agent attempts to write to a record, send a communication, trigger a workflow, or take an action in an external system. 

It manages agent identity and permissions, enforces least-privilege access, logs every action with a tamper-evident audit trail, and provides the containment mechanism that limits what a compromised or misconfigured agent can affect.

These are not the same thing. An agent with excellent context but no control plane knows a great deal and is ungoverned in what it does with that knowledge. An agent with a strong control plane but poor context is well-governed but unreliable in its reasoning. An enterprise AI deployment that is both reliable and governable requires both - simultaneously, not sequentially.

"When the context layer and the control plane are conflated, what you get is a system governed by whatever context happens to exist. Governance becomes reactive rather than structural. Agents do not fail because they cannot reason. They fail because no system exists to tell them authoritatively what they are allowed to do."

What happens when you have context but not control

The failure modes that emerge from context-without-control deployments are specific and consistent. They are appearing across enterprise AI deployments in financial services, insurance, and enterprise operations in 2026 - and they share a common signature: the agent reasoned well and acted wrongly.

  • Overreach. An agent with good context about a customer's financial situation and no control plane limiting its write permissions updates a customer record it was only supposed to read. The reasoning was accurate. The action was unauthorised. The control plane would have blocked it at the moment of execution. Without it, the action completed - and the audit trail that would have surfaced it does not exist because the control plane was not there to generate it.

  • Scope drift. An agent deployed to handle HR policy queries gradually accumulates context from adjacent knowledge sources - compensation data, performance records, organisational hierarchy. Its answers become more detailed and more accurate. They also begin incorporating data the agent was never explicitly authorised to access. The context layer did not restrict the agent's knowledge. The control plane would have enforced the boundary. Without it, the agent expanded into unauthorised data territory through the normal operation of its retrieval mechanism.

  • Ungoverned cascades. In multi-agent workflows - where Agent A's output becomes Agent B's input, which triggers Agent C's action - a context error in Agent A cascades through the chain. Agent B and Agent C have no mechanism to validate whether Agent A's output was produced within authorised boundaries. The control plane sits at the action layer, not the output layer - it governs what each agent does, independent of what the upstream agent told it. Without the control plane, the cascade is ungoverned from the first error to the final action.

  • Unauditable decisions. A credit decision is made by an AI agent. The outcome is disputed. The enterprise needs to reconstruct what the agent accessed, what it reasoned from, and what authorised it to reach the conclusion it did. The context layer produced the knowledge. The control plane produces the evidence. Without the control plane's audit trail, the evidence does not exist - and the enterprise cannot answer the question a regulator or a customer is entitled to ask.

What the control plane actually does - specifically

The control plane is not a security product bolted onto the AI stack. It is a structural layer that governs AI agent behaviour at the point of action. Its functions are specific and distinct from what the context layer provides.

  • Identity and authorisation management. Every AI agent has a defined identity, a set of permissions scoped to its task, and an authorisation record that can be queried and revoked. The control plane maintains this registry and evaluates it at every action attempt.

  • Policy enforcement at execution. Before an agent takes an action - writing to a database, calling an external API, triggering a workflow - the control plane evaluates whether that action is within the agent's authorised scope. Actions outside scope are blocked, logged, and surfaced. The governance is structural, not dependent on the agent's own compliance.

  • Tamper-evident audit trail. Every action an agent takes - including blocked actions - is logged with agent identity, timestamp, authorisation context, and outcome. The log is immutable. It is the evidence layer that makes enterprise AI auditable under the EU AI Act, NIST AI RMF, and sector-specific regulatory frameworks.

  • Containment and revocation. When an agent behaves unexpectedly - accessing data outside its normal pattern, making unusually frequent API calls, producing outputs that deviate from its defined task scope - the control plane can contain it: revoking its access, pausing its execution, or escalating to human review. Containment happens at the infrastructure level, not through manual intervention across individual systems.

  • Cross-agent governance in multi-agent workflows. The control plane governs each agent independently, regardless of what upstream agents told it. This prevents cascade failures from propagating through agent chains - each action is evaluated against policy at the moment of execution, not inherited from the prior agent's authorisation.

Why the sequencing matters - and why most enterprises got it backwards

The typical enterprise AI deployment sequence in 2024 and 2025 was: build the agent, deploy the agent, add governance when problems surface. Context infrastructure was added as outputs improved - better retrieval, better knowledge bases, better semantic layers. Control infrastructure was added reactively - after an incident exposed a governance gap, after a compliance audit surfaced a missing audit trail, after an agent took an action nobody authorised.

This sequencing is expensive. Building control infrastructure retroactively into a production agent deployment is significantly harder than designing it in from the start. Permissions that were granted broadly at deployment to get the agent working cannot always be narrowed without breaking functionality the business now depends on. Audit trails that were not generated from the beginning cannot be reconstructed after the fact. Containment mechanisms that were not built into the agent's data access layer require architectural changes that affect every system the agent touches.

The AGL-1 vendor-neutral reference model published in June 2026 is explicit on this point: do not treat each AI application as a self-contained governance island. Build a shared governance layer - the control plane - before scaling the agent portfolio, because governance retrofitted after scale is disproportionately expensive and structurally weaker than governance designed in from the start.

The Context and Control OS - why both halves are required simultaneously

The framing of a "Context and Control OS for Enterprise AI" reflects a specific architectural truth: context and control are not two products to be purchased and integrated sequentially. They are two halves of a single operating layer that enterprise AI requires to function safely and reliably at scale.

Context without control produces agents that know the right things and do the wrong things with confidence. Control without context produces agents that are well-governed but unreliable - constrained within appropriate boundaries but reasoning from incomplete or stale information. The combination - governed knowledge delivered to well-authorised agents operating under enforced policies with tamper-evident audit trails - is what enterprise AI needs to be trustworthy enough to deploy in consequential workflows.

For CIOs, CDOs, and CTOs evaluating their enterprise AI architecture in 2026, the diagnostic question is direct: does your current AI deployment have both halves? Not in principle - in production, enforced, and auditable.

If the context layer exists and the control plane does not, the agents know more than they should be allowed to act on without governance. 

If neither exists, the agents are operating on training data with no grounding and no governance - which is where most enterprise AI started, and which most have now moved past. 

If both exist but are siloed - the context layer managed by the data team, the control plane managed by security, with no unified governance view - the organisation has the components but not the operating system.

The OS framing matters because an operating system is not a collection of components. It is an integrated layer that makes every application running on top of it safer, more reliable, and more consistent. That is what enterprise AI needs underneath it - not a better model, not a bigger context window, not a more sophisticated retrieval algorithm. A Context and Control OS that governs what agents know and what they are allowed to do with it. Simultaneously, structurally, from the first deployment.

One platform. Across workflows.

One platform. Across workflows.

Tartan helps teams integrate, enrich, and validate critical customer data across workflows, not as a one-off step but as an infrastructure layer.

Tartan helps teams integrate, enrich, and validate critical customer data across workflows, not as a one-off step but as an infrastructure layer.

Tartan helps teams integrate, enrich, and validate critical customer data across workflows, not as a one-off step but as an infrastructure layer.