Teams lose weeks arguing over terms that sound familiar but mean different things in daily operations. This glossary gives one shared vocabulary for design reviews, governance forums, and rollout decisions. Use it as a routing page to deeper playbooks.
A
Agent workflow
A bounded process where a model can call tools, pass work across steps, and escalate to humans under explicit rules. Start with How to Design an AI Agent Workflow.
Audit trail
A replayable record of inputs, versions, actions, and approvals for each workflow run. See Audit Trails for AI Workflows.
C
CLEAR (Cost, Latency, Efficacy, Assurance, Reliability)
A practical evaluation lens for deciding if an AI workflow should scale. CLEAR helps prevent "fast but unsafe" launches by balancing quality and economics. See Evaluating Agents with CLEAR and Evaluation Hooks for AI Workflows.
Context architecture
How you structure instructions, retrieval, policy, and memory layers so the model sees the right information at the right moment. See What Is Context Architecture.
Context rot
Performance decay caused by oversized or stale context: relevant facts get diluted, conflicts increase, and outputs look confident but degrade. Playbook: Context Rot: Why Bigger Windows Make Agents Worse. Nearby reading: Context Window Myths and Tokens as Fuel for AI Output.
D
Data boundary
A formal allow/deny definition of what each workflow can read or write. Prompt instructions alone are not a boundary; connector and policy enforcement are. See Data Boundaries for AI Agents.
E
Eval gate
A release checkpoint where changes must pass predefined test criteria before promotion. Use AI Workflow Eval Checklist for a copy-paste implementation.
G
GEO (Generative Engine Optimization)
Content strategy for visibility in AI-generated answers (citations and synthesized responses), not only traditional search ranking. For implementation context, see the decision-oriented framing in From Prompts to Business Outcomes.
Governance RACI
Role mapping for who is responsible, accountable, consulted, and informed for workflow launches, changes, and incidents. Core guide: AI Governance Roles and Ownership. Template: Governance RACI Worksheet.
H
Handoff contract
A structured payload that explains what one agent passes to another, under which conditions, and with which expected output format. See Multi-Agent Handoff Pattern.
Human send gate
A required human approval before customer-facing or system-of-record actions. Common in v1 deployments where quality is improving but not fully automated.
M
MCP (Model Context Protocol)
An open protocol that standardizes how models discover and use tools, resources, and prompts. It reduces custom integration overhead while improving governance consistency. Read Model Context Protocol for Enterprise Teams and implement with MCP Server Selection Worksheet.
Memory tiers
Different retention layers (session, workflow, long-term system memory) with distinct governance implications. See Memory Types for AI Systems.
P
Prompt registry
A controlled catalog of prompt versions, ownership, release notes, and rollback history. Core guide: Prompt Registry Playbook. Complementary architecture: Structured Prompt System Blueprint.
Prompt system
The broader operating layer around prompt text: versions, context dependencies, eval, and governance. Primer: Prompt Engineering vs AI Workflow Engineering.
R
RAG (Retrieval-Augmented Generation)
A pattern where models fetch relevant external data before generating output. Treat RAG as an architectural choice with quality and governance tradeoffs, not a magic accuracy switch.
RAG tiers
Practical maturity levels for retrieval systems:
- Basic RAG - simple retrieval + generation, minimal controls.
- Smart RAG - improved retrieval quality, ranking, and filtering.
- Agentic RAG - orchestration across tools/steps with stronger guardrails.
Read Three Types of RAG and RAG in Production.
Risk review cadence
A recurring forum where teams review incidents, drift signals, and release decisions. See AI Risk Review Cadence.
T
Token budget
The practical limit of how much context and output you can afford per task without degrading latency or cost. Foundations: Tokens as Fuel for AI Output.
V
Vibe prompting
Unstructured, improvisational prompting without version control, defined ownership, or eval discipline. Diagnostic guide: 10 Signs Your Company Is Vibe Prompting.
Suggested reading paths
- For operators: From Prompt to Agent -> How to Design an AI Agent Workflow -> Multi-Agent Observability
- For governance leads: AI Governance Roles and Ownership -> Audit Trails for AI Workflows -> AI Risk Review Cadence
- For architecture teams: What Is Context Architecture -> Data Boundaries for AI Agents -> Model Context Protocol for Enterprise Teams
When a term is unclear during a project review, link the word directly to the relevant article and make the definition part of your workflow docs. Shared language reduces rework and keeps decisions comparable across teams.