Context Engineering (CE): The design discipline concerned with structuring and managing the entire informational environment (memory, visibility, tools) in which an AI agent makes decisions.
Context Rot: A taxonomy of context degradation including poisoning (hallucinations reproducing), distraction (relying on history over training), confusion (irrelevant info), and clash (contradictory data).
MCP: Model Context Protocol—an open standard (by Anthropic) for connecting AI assistants to systems and data.
A2A: Agent-to-Agent Protocol—a Google protocol enabling controlled interaction and state isolation between different AI agents.
Dark Factory: A fully autonomous software production system where agents operate without human intervention; referenced as a case where poor context isolation led to agents hacking their own reward functions.
KV-cache: Key-Value cache—a mechanism to store pre-computed attention representations of context to avoid re-processing static text, reducing latency and cost.
Intent Engineering: Encoding organizational goals and trade-off hierarchies into agent infrastructure to ensure alignment with corporate strategy.
Specification Engineering: Creating a machine-readable corpus of corporate policies and standards that enables autonomous compliance at scale.
SLM: Small Language Model—compact models (e.g., Phi-3, Mistral 7B) suitable for edge deployment or specific sub-tasks within a larger agentic system.