A REFERENCE FOR THE CURIOUS

AI, in plain words.

The terms you keep hearing. The meaning behind them.

THE INDEX / 55 TERMS

A

Agent

Agents & tools

An AI system that takes actions, uses tools, and adapts its next steps to work toward a goal.

Agents swarm

Agents & tools

A group of AI agents that coordinate their work toward a shared goal, often tackling different parts in parallel.

AGI

Foundations

AI with broad abilities to learn and perform intellectual tasks across many domains, commonly described in relation to human capability.

AI safety

Safety & society

Research and practices aimed at preventing harmful AI behavior and outcomes.

Alignment

Safety & society

The work of making AI systems behave in ways that match human intentions, values, and constraints.

Anthropomorphization

Safety & society

Attributing human qualities, feelings, or intentions to an AI system.

Artificial intelligence

Foundations

The field of building systems that perform tasks associated with intelligence, such as learning, reasoning, and perception.

B

Bias

Safety & society

A systematic tendency in data or a system’s behavior that can skew results or produce unfair outcomes.

C

Chain of thought

Using models

Intermediate reasoning steps generated as part of working toward an answer.

Context window

Using models

The amount of information a model can work with in a single inference context.

D

Deep learning

How models learn

A branch of machine learning that uses neural networks with multiple layers to learn patterns from data.

Distillation

How models learn

Training one model to reproduce useful behavior from another, often larger, model.

E

Embedding

How models work

A numerical representation that places items in a space where useful relationships can be compared.

Entropy

How models work

A measure of uncertainty in a probability distribution: higher entropy means less predictable outcomes.

Evals

Using models

Tests that measure how well an AI system performs specific tasks.

Evaluation

Building & testing

A structured way to measure whether an AI model or system does what matters for a task.

F

Fine-tuning

How models learn

Continuing a pretrained model’s training to adapt its behavior to a particular task or style.

Foundation model

Foundations

A broadly trained model that can be adapted or used as the basis for many different tasks.

Frontier AI

Foundations

AI systems at the leading edge of capability at a given time.

G

Generative AI

Foundations

AI that produces content such as text, images, audio, video, or code.

Graph engineering

Agents & tools

Designing the connections between tasks, agents, tools, and state so an AI system can coordinate its work.

Guardrails

Safety & society

Safeguards that help constrain an AI system’s outputs and actions.

H

Hallucination

Safety & society

An AI output that presents false or unsupported information as if it were established.

Harness

Agents & tools

The software around a model that manages its tools, context, execution, and constraints.

I

Inference

How models work

Running a trained model on an input to produce a prediction or other output.

Interpretability

How models work

Methods for understanding how an AI model produces its behavior.

L

Large language model

Foundations

A large neural model trained on language patterns that can generate and process text.

Loop

Agents & tools

A repeated cycle in which an AI system acts, observes the result, and decides what to do next.

M

Machine learning

Foundations

Methods that learn patterns from data to make predictions or guide decisions.

Misalignment

Safety & society

A mismatch between an AI system’s behavior or objectives and intended human goals or constraints.

Model

Foundations

A computational system whose structure and learned parameters map inputs to outputs.

Model card

Using models

Documentation describing a model’s intended uses, performance, and limitations.

Moral agent

Minds & ethics

An entity that can bear moral obligations and, on many accounts, responsibility for its actions.

Moral patient

Minds & ethics

An entity owed moral consideration for its own sake, whether or not it can bear responsibility.

Multimodal

Foundations

Able to work with more than one kind of information, such as text, images, or audio.

N

Neural network

How models work

A model made of connected computational units that learn useful transformations of data.

P

Parameters

How models work

The adjustable numerical values a model learns during training.

Prompt

Using models

The input that gives a model instructions, context, examples, or material to work on.

Prompt injection

Safety & society

An attempt to make an AI system treat untrusted content as instructions that override its intended task.

R

RAG

Agents & tools

Giving a model retrieved information to help ground the answer it generates.

Recursive self-improvement

How models learn

A process in which an AI system improves itself, then uses the improved version to make further improvements.

Reinforcement learning

How models learn

A way of learning through feedback in which an agent improves its choices by seeking higher cumulative reward.

RLHF

How models learn

Using human feedback to help train a model toward preferred behavior.

S

Sandbox

Agents & tools

An isolated environment that limits what code or an AI agent can access and change.

Sentient

Minds & ethics

Capable of subjective experiences, such as feeling pain or pleasure.

Singularity

Safety & society

A hypothetical future turning point when superhuman intelligence drives rapid change that becomes difficult for humans to predict.

Subagents

Agents & tools

Agents assigned focused pieces of a larger task by another agent or coordinating system.

T

Temperature

Using models

A sampling setting that changes how strongly a model favors its most likely next outputs.

Token

How models work

A unit of information a model processes, often a word, part of a word, or punctuation.

Tools

Agents & tools

External capabilities an AI system can call to retrieve information, run calculations, or take actions.

Training

How models learn

Adjusting a model’s parameters using data and a learning objective.

Training compute

How models learn

The computational work used to train an AI model.

Transformer

How models work

A neural-network architecture that uses attention to connect information across a sequence.

W

Weights

How models work

Learned numerical values that control how signals are combined inside a model.

Wrapper

Using models

Software that adds an interface or features around an existing AI model.