AI EngineerVideoSource Linked
WTF Is the Context Layer? The Missing Infrastructure for Production Agents — Prukalpa Sankar
Atlan’s agent experiments argue for shared, versioned context instead of per-agent memory: a portable layer for business facts, skills, norms, retrieval, and feedback across changing harnesses.
AI Engineer · Jul 14, 2026
Source Summary
Atlan moved among Relevance, Google ADK, Glean, Claude Code, and Codex, repeatedly stranding context inside individual systems. Its current shared layer supports about **300 skills** and **40 agents**, combining business definitions, data relationships, playbooks, and norms.
Practical Implication
Treat agent context like code: give it owners, versioning, dependency management, access controls, and portable retrieval interfaces. Keep shared knowledge outside any single harness so agents do not learn separately or continue using stale positioning and metrics.
Agent-Ready Context
Atlan moved among Relevance, Google ADK, Glean, Claude Code, and Codex, repeatedly stranding context inside individual systems. Its current shared layer supports about **300 skills** and **40 agents**, combining business definitions, data relationships, playbooks, and norms. Treat agent context like code: give it owners, versioning, dependency management, access controls, and portable retrieval interfaces. Keep shared knowledge outside any single harness so agents do not learn separately or continue using stale positioning and metrics. This is Atlan’s account of its own implementation, not a comparative evaluation of context-layer designs. The talk identifies unresolved problems around drift, downstream breakage, governance, and deciding which context should be local or global.
Context Map
contextcodingdata#context-engineering#skills#agent-memoryUncertainty
This is Atlan’s account of its own implementation, not a comparative evaluation of context-layer designs. The talk identifies unresolved problems around drift, downstream breakage, governance, and deciding which context should be local or global.