A REFERENCE FOR THE CURIOUS
AI, in plain words.
The terms you keep hearing. The meaning behind them.
A
Agent
Agents & toolsAn AI system that takes actions, uses tools, and adapts its next steps to work toward a goal.
Agents swarm
Agents & toolsA group of AI agents that coordinate their work toward a shared goal, often tackling different parts in parallel.
AGI
FoundationsAI with broad abilities to learn and perform intellectual tasks across many domains, commonly described in relation to human capability.
AI safety
Safety & societyResearch and practices aimed at preventing harmful AI behavior and outcomes.
Alignment
Safety & societyThe work of making AI systems behave in ways that match human intentions, values, and constraints.
Anthropomorphization
Safety & societyAttributing human qualities, feelings, or intentions to an AI system.
Artificial intelligence
FoundationsThe field of building systems that perform tasks associated with intelligence, such as learning, reasoning, and perception.
B
C
D
E
Embedding
How models workA numerical representation that places items in a space where useful relationships can be compared.
Entropy
How models workA measure of uncertainty in a probability distribution: higher entropy means less predictable outcomes.
Evals
Using modelsTests that measure how well an AI system performs specific tasks.
Evaluation
Building & testingA structured way to measure whether an AI model or system does what matters for a task.
F
Fine-tuning
How models learnContinuing a pretrained model’s training to adapt its behavior to a particular task or style.
Foundation model
FoundationsA broadly trained model that can be adapted or used as the basis for many different tasks.
Frontier AI
FoundationsAI systems at the leading edge of capability at a given time.
G
Generative AI
FoundationsAI that produces content such as text, images, audio, video, or code.
Graph engineering
Agents & toolsDesigning the connections between tasks, agents, tools, and state so an AI system can coordinate its work.
Guardrails
Safety & societySafeguards that help constrain an AI system’s outputs and actions.
H
I
L
M
Machine learning
FoundationsMethods that learn patterns from data to make predictions or guide decisions.
Misalignment
Safety & societyA mismatch between an AI system’s behavior or objectives and intended human goals or constraints.
Model
FoundationsA computational system whose structure and learned parameters map inputs to outputs.
Model card
Using modelsDocumentation describing a model’s intended uses, performance, and limitations.
Moral agent
Minds & ethicsAn entity that can bear moral obligations and, on many accounts, responsibility for its actions.
Moral patient
Minds & ethicsAn entity owed moral consideration for its own sake, whether or not it can bear responsibility.
Multimodal
FoundationsAble to work with more than one kind of information, such as text, images, or audio.
N
P
Parameters
How models workThe adjustable numerical values a model learns during training.
Prompt
Using modelsThe input that gives a model instructions, context, examples, or material to work on.
Prompt injection
Safety & societyAn attempt to make an AI system treat untrusted content as instructions that override its intended task.
R
RAG
Agents & toolsGiving a model retrieved information to help ground the answer it generates.
Recursive self-improvement
How models learnA process in which an AI system improves itself, then uses the improved version to make further improvements.
Reinforcement learning
How models learnA way of learning through feedback in which an agent improves its choices by seeking higher cumulative reward.
RLHF
How models learnUsing human feedback to help train a model toward preferred behavior.
S
Sandbox
Agents & toolsAn isolated environment that limits what code or an AI agent can access and change.
Sentient
Minds & ethicsCapable of subjective experiences, such as feeling pain or pleasure.
Singularity
Safety & societyA hypothetical future turning point when superhuman intelligence drives rapid change that becomes difficult for humans to predict.
Subagents
Agents & toolsAgents assigned focused pieces of a larger task by another agent or coordinating system.
T
Temperature
Using modelsA sampling setting that changes how strongly a model favors its most likely next outputs.
Token
How models workA unit of information a model processes, often a word, part of a word, or punctuation.
Tools
Agents & toolsExternal capabilities an AI system can call to retrieve information, run calculations, or take actions.
Training
How models learnAdjusting a model’s parameters using data and a learning objective.
Training compute
How models learnThe computational work used to train an AI model.
Transformer
How models workA neural-network architecture that uses attention to connect information across a sequence.