Concept graph
Glossary
Short definitions with deeper context and cross-links to sibling terms.
Agents
Agent memory
Agent memory is the state an AI agent keeps across steps or sessions, such as scratchpad notes, retrieved facts, user preferences, or task history.
Development
Context engineering
Context engineering is the practice of designing what information, tools, memory, and instructions are supplied to a model at runtime.
Inference
RAG
RAG retrieves relevant passages (often via embeddings) and conditions generation on them—reducing reliance on parametric memory alone.
Training
retrieval augmented generation
Retrieval-augmented generation (RAG) grounds answers on retrieved documents instead of parametric memory alone.