Intelligent Workflows Series

Execution creates memory

Jason Williamson
Mar 9, 2026
Execution creates memory

Why Context Graphs Are the Next Battleground in Enterprise AI


Enterprise software has always excelled at storing what happened. Your CRM captures the final price. Your ERP records the approved invoice. Your claims system logs the settlement. These are excellent systems of record.

But they completely fail to capture why.

Why was that discount approved when policy said no? Why did the underwriter override the risk score? Why did the VP sign off on an exception that had never been granted before? That reasoning, the real logic that runs an enterprise, lives in Slack threads, call recordings, side conversations, and the heads of people who may leave the company at any moment.

This is the "decision dark matter" problem in enterprise AI. Organizations have a data problem, but it isn't about volume. It's about context. Context graphs are the structural answer. Platforms that learn to capture, store, and reuse decision context at scale will build an advantage that compounds over time. Those that don't will keep re-learning the same edge cases, quarter after quarter.

From Knowledge Graphs to Context Graphs

To understand context graphs, consider how enterprise data models have evolved through three stages of answering business questions.

Databases (The What): Traditional databases answer "what exists?" A customer exists. A product exists. A transaction occurred. They store isolated records in rows and columns.

Knowledge Graphs (The How): These model entities and the relationships between them, answering "how do things relate?" A knowledge graph tells you Customer A bought Product B at a negotiated price. It connects the dots between facts.

Context Graphs (The Why): This is the new frontier. A context graph answers "why did this happen?"

Take a concrete example and trace it through all three layers. A customer's credit limit is $50,000.

  • A database stores that number.
  • A knowledge graph connects it to the customer record, their account tier, and their sales rep.
  • A context graph reveals why it was set there: a regional VP approved a pricing exception following a competitive threat flagged in a sales call, against the backdrop of Q3 close pressure and a policy that normally would have capped it at $35,000.

One describes state. The other describes reasoning.

As Foundation Capital's analysis on the shift from knowledge to context graphs highlights, as foundation models and AI agents become more prevalent, this difference defines success. A context graph is a living record of decision traces stitched across entities and time, so precedent becomes searchable. It transforms invisible organizational logic into a queryable asset.

Why Decision Context Is the Missing Layer

Most enterprises believe they have a data access problem. In reality, the gap lies in the reasoning that connects data to action.

Consider a practical example. A renewal agent proposes a 20% discount. Policy caps renewals at 10%. A VP approved a similar exception last quarter, but that approval played out on a Zoom call. The support escalation that justified it lived in Zendesk. The churn risk signal was buried in Slack.

Because these systems don't talk to each other, the agent has no way to know whether this exception is reasonable or reckless. Without contextual grounding, AI systems hallucinate plausible-sounding justifications for decisions, not because the underlying models are poor, but because they're operating in an information vacuum.

Context graphs solve this by capturing four specific categories of organizational knowledge that currently evaporate:

  1. Exception logic that lives in people's heads ("we always give healthcare companies an extra 10% because their procurement cycles are brutal")
  2. Precedent from past decisions that never gets linked, tagged, or documented
  3. Cross-system synthesis where a human checks five tools, forms a view, and acts — but the synthesis itself is never recorded
  4. Approval chains that happen outside systems, in Slack DMs and video calls

Treating this reasoning as durable, queryable data, rather than organizational exhaust, turns decision context into an asset. As Aviso AI has demonstrated in their context graph implementation, organizations that make this shift stop re-litigating the same edge cases and start building on them.

The Architecture of Context: How It's Built

Building a context graph is not a single architectural decision. It's a staged capability assembled over time, requiring a specific stack of technologies working in concert.

1. Graph Database Foundation

Context graphs require a graph-native data store such as Neo4j or Amazon Neptune. You cannot bolt relationship tables onto a relational database and get the same result. Property graphs optimize for relationship traversal, allowing you to trace a causal chain like "what decisions led to this account freeze?" with a simple query, rather than the recursive joins that crush performance in relational systems.

2. Event Stream Ingestion

Traditional systems capture state, the current value of a field. Context graphs must capture events — the sequence of changes and the circumstances surrounding them. This requires streaming infrastructure like Kafka to capture activity in real time. Sequence matters deeply: a payment approved after fraud flags were reviewed is categorically different from one approved before they were raised.

3. Decision Trace Capture at Commit Time

This is the most critical architectural principle, and the one most commonly missed. Systems that operate in the "read path", like data warehouses, receive data after decisions are made. By the time context lands in Snowflake, it's gone.

Context graphs must be built in the execution path: capturing the decision trace at the moment of commitment, including what inputs were gathered, what policies applied, what exceptions were granted, and why. (For a detailed technical breakdown, see Atlan's architectural guide.)

4. Semantic Enrichment

Raw event data is noisy. An ontology layer transforms that noise into business meaning, mapping raw signals to interpretable states like "high churn risk" or "approval confidence." Without this layer, AI agents interacting with the graph will struggle to separate signal from noise.

5. Context Activation

Finally, the graph must be accessible. The activation layer serves context to AI agents and analysts through hybrid search, combining text embeddings (semantic similarity of reasoning) with graph embeddings (structural similarity of decision patterns). This surfaces decisions that are both contextually similar and structurally analogous to the current situation. For a practical guide to runtime orchestration and integration, see Merge's overview of context graphs and this complete implementation guide.

The Real Challenges of Implementation

While the concept is compelling, execution is genuinely difficult. Three obstacles consistently slow deployment.

Data Infrastructure Debt: Most organizations are still fighting basic data unification battles. Deploying a context graph on top of fragmented, dirty data is premature. The graph is only as coherent as the signals feeding it.

Signal vs. Noise: The challenge isn't capturing traces, it's capturing the right traces. Not every system event is a decision. Over-capturing creates noise; under-capturing creates gaps. The goal is to identify meaningful decision points where judgment was actually applied, and instrument those specifically.

Access Control Complexity: This may be the hardest problem. AI agents operating on a context graph will encounter information spanning multiple permission levels and organizational boundaries. As Box CEO Aaron Levie has observed, "Agents can't keep secrets." You need deterministic access control applied at the graph layer itself, ensuring agents can only traverse paths they are authorized to see. Bolt-on permission layers are insufficient; this has to be structural.

The Platform Advantage: Compounding Intelligence

The strategic case for context graphs goes beyond improving a single workflow. The value compounds with every decision.

Each captured decision trace becomes a searchable precedent. Each exception becomes reusable policy context. So in a practical sense, the system doesn't reset between decisions, it learns. And critically, it learns your decisions, made in your context, for your business.

Competitors can buy the same software. They can hire similar talent. They cannot buy your institutional memory.

Platforms that sit in the execution path and capture decision context are accumulating a living history of how the business actually works, not how the process documents say it works. As Diginomica notes, this is a new seam of enterprise knowledge that AI agents can actually act on. That gap, between documented policy and real practice, is where most enterprise value is created and destroyed. Context graphs are the first technology capable of bridging it systematically.

What Comes Next

Context graphs are a near-term reality, and the supporting infrastructure is evolving quickly across three dimensions.

Multimodal Context: Decision reasoning doesn't only live in text. Future graphs will incorporate audio recordings, screenshots, and video as first-class data types, connecting a verbal commitment made on a sales call directly to the contract clause negotiated weeks later.

Agentic Graph Construction: Currently, organizations must manually instrument systems to capture traces. The next wave involves AI agents that construct portions of the graph autonomously, inferring relationships and precedents from activity patterns across systems and reducing the engineering burden while expanding coverage.

Cross-Functional Unification: Today's implementations tend to be function-specific, often beginning in sales or marketing. The next step is unification. When legal approves an exception, the product team's agents should get smarter. Intelligence should flow across organizational boundaries without manual coordination.

The Window Is Open, But Not Indefinitely

Enterprises are not short on data. They are short on the reasoning that connects data to action.

Context graphs close that gap. The organizations that build this capability earliest will accumulate institutional memory that competitors cannot replicate, not by spending more, but by capturing what already exists. Every workflow execution adds to the graph. Every decision trace strengthens the precedent library.

The window to build this advantage is open. But the gap between organizations capturing their decision context and those letting it evaporate is already widening. The question isn't whether this infrastructure will matter. It's whether your organization will build it before your competitors do.

Execution creates memory

Business Type

Location

fileAI feature highlights

Intelligent Workflows Series
Author
Jason Williamson
Date
March 9, 2026