Context Layer for Enterprise AI¶
Enterprise AI value is bottlenecked less by model intelligence and more by whether the organisation can supply, govern, and continuously refine business context.
Core Thesis¶
Prukalpa's KGC 2026 argument: frontier models have become dramatically more capable, but enterprise returns remain weak because the context layer has not kept pace.
The useful framing:
Performance = Intelligence Γ Context
A more intelligent model with weak context does not just fail β it fails persuasively. That makes high intelligence / low context the dangerous quadrant for enterprise AI: confident answers that ignore business definitions, exceptions, customer history, policy nuance, and institutional memory.
The analogy in the article is strong: most AI agents are treated like a brilliant employee on day one. They have broad general capability, but no shadowing, no feedback loop, no corrections, and no accumulated judgement about how the company actually works.
Why Knowledge Graphs Get a Second Act¶
The article positions knowledge graphs less as a niche semantic technology and more as the missing infrastructure for enterprise AI:
- Ontologies and taxonomies define what business concepts mean.
- Entity resolution and lineage explain which real-world things records refer to and where meaning travels.
- Typed relationships give agents something more durable than prompt-stuffed text chunks.
- Governance and lifecycle management make context versioned, testable, and maintainable.
This is the shift: knowledge graphs are no longer just a search/discovery or data-governance artefact. They become the operational memory layer that lets AI systems behave like situated employees rather than generic interns.
Four Enterprise AI Failure Modes¶
| Intelligence | Context | Outcome | Pattern |
|---|---|---|---|
| Low | Low | Useless | Static dashboards / fixed reports |
| Low | High | Reliable but limited | Rules engines / classical expert systems |
| High | Low | Dangerous | Most current AI agents: articulate, confident, context-blind |
| High | High | Performant | AI with frontier reasoning plus situated business knowledge |
The key diagnostic question shifts from βIs the model good enough?β to βHave we given it the business context required to act?β
Context as Infrastructure¶
The article makes four practical claims worth retaining:
-
AI changes the economics of context creation
Older knowledge-graph/context work was expensive and manual. Modern models can draft semantic maps from documentation, schemas, policies, tickets, chats, lineage, and usage traces. Humans then validate and refine rather than start from zero. -
Context quality compounds
Each human correction improves the next generated definition, relationship, and decision rule. Context becomes a flywheel, not a one-off documentation project. -
Interaction traces are gold
Every approval, rejection, correction, escalation, and βthatβs not how we do it hereβ is high-value training/context signal. Most organisations discard this. -
Context needs lifecycle management
Context decays as policies, products, definitions, and org structures change. Treat semantic definitions like code: versioned, tested, approved, monitored, and rollbackable.
Agentic Analytics Context Layer¶
SSP/Kaelio's context-layer framing makes the same pattern concrete for analytics agents: the missing layer is not just a semantic model, but a governed repository of hard semantics and soft semantics that an agent can search, validate, and execute against.
Hard semantics¶
These are the executable facts:
- warehouse schemas, join paths, grains, and column meanings
- approved metrics and dimensions
- dbt/BI definitions, dashboard logic, and historical query patterns
- YAML/SQL that can be compiled, validated, reviewed, and run
Soft semantics¶
These are the interpretive facts:
- business rules, methodology notes, exceptions, and "how we actually use this number"
- Notion/Confluence/wiki/Markdown docs
- domain-owner explanations and correction history
- onboarding notes that teach the agent the company's language
The useful phrase is context as code: agents can help build and maintain the layer, but humans review it in git. The runtime pattern is: discover the governed metric/context β compile SQL β inspect/validate β execute only when safe.
This is the difference between "AI writes SQL against raw tables" and "AI operates through a governed analytics interface". The latter is cheaper, safer, and more commercially defensible.
Career / LocalStack Relevance¶
This is useful career ammunition because it reframes βdata governanceβ from bureaucratic hygiene into AI enablement infrastructure.
For Adamβs next 6 months, the practical play is to talk in this language:
- Customers do not just need better tools; they need tools embedded in their actual development context.
- High-agency ownership means finding the tacit rules, edge cases, and customer workflows that are not in the docs, then turning them into reusable assets.
- The valuable person is not the one who says βwe can add AIβ; it is the one who can identify the missing context layer that would make AI safe and useful.
- In consultancy-style delivery, the premium deliverable is often not the dashboard/model/demo itself β it is the codified business understanding that lets the client keep compounding after you leave.
This also links directly to analytics engineering positioning: semantic layers, dbt docs, metrics definitions, lineage, data contracts, and governance are not admin overhead. They are the substrate for future agentic workflows.
For Adam, this strengthens the consultancy-style narrative: the premium deliverable is a usable context layer β metrics, docs, validation rules, and handoff knowledge β not just a dashboard or model. A good client engagement leaves behind a system that future analysts and agents can safely operate.
Hermes / Personal System Relevance¶
Hermes already follows the same pattern in miniature:
- Persistent memory = personal context layer.
- Skills = procedural context and validated workflows.
- Mnemosyne/Obsidian = governed-ish long-term knowledge.
- Cron/prefect traces, corrections, and failures = interaction traces that should feed back into memory/skills.
The stronger version would be to make the context lifecycle more explicit:
- Version important memory/skills like production code.
- Capture correction events as first-class signals.
- Test critical context before relying on it in automated workflows.
- Promote repeated Slack/Linear/cron patterns into durable semantic notes or skills.
The Hermes analogue is already visible: raw Slack/article intake β context inbox β wiki/skills/Mnemosyne β operating packs. The next maturity step is stronger promotion discipline: every durable source should have provenance, target pages, freshness/ownership assumptions, and a clear final fate.
Immediate Actions¶
- Use βPerformance = Intelligence Γ Contextβ as a simple mental model for enterprise AI conversations.
- Build a short reusable explanation of why semantic layers and data governance matter more, not less, in the AI era.
- Prototype a tiny analytics context layer: 3-5 governed metrics, one semantic definition file, one soft-context wiki page, compile-before-execute validation, and a small evaluation set of natural-language questions.
- During LocalStack onboarding, actively map tacit customer/product context: exceptions, recurring pain, unwritten rules, common failure modes.
- For Hermes, keep tightening the memory/skills lifecycle so corrections become durable context rather than one-off fixes.
Related¶
- [[Data-Quality-and-Governance]]
- [[AE-Consultancy-Delivery]]
- [[LLM-Evaluation-as-Production-Decision-Layer]]
- [[Agentic-Analytics-Engineering]]