72 AI terms & acronyms

AI Glossary

The AI world runs on jargon. Here is what it all actually means — in plain English, with each term linked to the tools and companies where you'll meet it.

Share

72 terms

Foundations

Language Models

Large Language Model

LLM

A model trained on vast amounts of text to predict what comes next, which turns out to produce useful reasoning, writing, and code.

Transformer

The neural network architecture behind essentially every modern language model — built around the attention mechanism.

Attention

The mechanism that lets a model weigh which other parts of the input matter when interpreting each word.

Token

The unit a model actually reads and writes — a chunk of text usually a bit shorter than a word.

Embedding

A list of numbers representing a piece of text, positioned so that similar meanings land near each other.

Prompt

The full text you give a model to work from — your question plus any instructions, examples, and source material.

System Prompt

Standing instructions set by the application, not the user — defining the assistant's role, tone, and limits.

Temperature

A setting that controls how much randomness the model uses when choosing each next token.

Chain-of-Thought

CoT

Having a model work through intermediate steps before answering, which measurably improves results on hard problems.

Reasoning Model

A model trained to spend extra computation thinking before it answers, trading speed and cost for accuracy on hard problems.

Context Window

The maximum amount of text a model can consider at once — its working memory for a single conversation or request.

Multimodal

A model that handles more than one kind of input or output — text plus images, audio, or video.

Mixture-of-Experts

MoE

An architecture that splits a model into specialized sub-networks and activates only a few per token, cutting the cost of running a very large model.

Training & Tuning

Retrieval & Data

Agents & Automation

Generative Media

Safety, Risk & Governance

Business & Practice

Go deeper

From definitions to working knowledge

A definition tells you what a word means. Our free curriculum shows you how the pieces fit together — foundation models, agents, tools, and how they're actually being used.

Explore the curriculum