Glossary
43 terms and definitions
Agent
An autonomous system capable of perception, decision-making, and action.
Agent Loop
The continuous cycle of observe, reason, and act that drives agent behavior.
Autonomy
The capacity for independent operation without human intervention.
Chain of Thought
Explicit reasoning steps generated before producing a final output.
Context Window
The maximum token capacity available per interaction with a model.
Emergent Behavior
Capabilities that arise from training but were not explicitly programmed.
Grounding
Connection to external truth sources for fact verification.
Hallucination
Plausible but factually incorrect content generated by a model.
In-Context Learning
Learning from examples embedded within the prompt.
Prompt
An instruction set that guides model behavior and output.
ReAct
A paradigm that interleaves reasoning and acting for better task completion.
Scaffold
Infrastructure that wraps a model to create an agent with extended capabilities.
Tool Use
The capability to interact with external systems and APIs.
Trajectory
A sequence of observations, thoughts, and actions recorded during agent execution.