Context layer glossary
Canonical definitions for every term in Atlan's context layer architecture.
Last updated June 5, 2026
Term
Definition
A
- AI Debt
- Accumulated cost from shortcuts in semantic infrastructure — grows like financial debt.See also:,
- Agent Memory (Episodic)
- Memory of specific past events and interactions.See also:,,
- Agent Memory (Procedural)
- Memory of how to perform specific tasks and workflows.See also:,
- Agent Memory (Semantic)
- Memory of general facts, definitions, and concepts.See also:,,
C
- Context Assembly
- The process of building the context window on the fly for each specific request.See also:,,
- Context Clash
- Conflicting information from multiple sources present simultaneously in the context window.See also:,
- Context Confusion
- Performance degradation caused by too many tools or instructions competing for the model's attention.See also:,
- Context Engineering
- Designing the entire information environment in which an AI model operates.See also:,,
- Context Layer
- The architectural system that curates and delivers context to AI agents — composed of Semantics, Operational State, and Provenance.See also:,,
- Context Management
- Keeping the context window current and relevant through summarisation, trimming, offloading, and ordering.See also:,
- Context Packs
- Pre-assembled, reusable bundles of context built for specific workflows.See also:,
- Context Poisoning
- Wrong or manipulated information entering the context and being treated as fact.See also:,,
- Context Rot
- Gradual degradation as the context window fills with low-signal content over a long session.See also:,
- Context Window
- The AI model's working memory — everything it can see right now.See also:,,
D
- Decision Intelligence
- Embedding decision intent, constraints, and success metrics into agentic systems as explicit context.See also:,
G
- GraphRAG
- RAG enhanced with knowledge graph traversal — retrieves relationships between facts, not just similar text.See also:,
- Guardian Agents
- Independent AI agents that monitor and can block other agents' behaviour at machine speed.See also:,
H
- Human-in-the-Loop
- Human approval required before each agent action.See also:,
- Human-on-the-Loop
- Human sets intent upfront; agent acts autonomously; human monitors outcomes.See also:,
K
- Knowledge Graph
- A database of entities and their relationships — enabling agents to reason across connected facts.See also:,,
M
- MCP
- Model Context Protocol — a universal standard (USB-C for AI) for connecting models to external tools and data sources.See also:,
O
- Operational State
- Everything that is currently true — world state, execution state, environment state.See also:,
P
- Prompt Engineering
- Crafting better instructions and questions to improve model outputs.See also:
- Provenance
- The complete recorded history of where data came from, what decisions were made, and what actions were taken.See also:,
R
- RAG
- Retrieve-then-generate — look up relevant documents before answering, rather than relying on training data alone.See also:,
S
- Semantic Layer
- See