query://glossary
The AI Glossary
The AI terms you keep running into, explained in plain English. No jargon, no hype, just what each one means and why it matters.
A
- AI Agent (Agentic AI)
An AI system that can take actions on its own, such as using tools, browsing, or running code, to complete a multi-step task rather than just answering.
- Alignment
The effort to make AI systems behave in line with human intentions and values.
- API
An application programming interface: a way for software to talk to an AI model programmatically instead of through a chat window.
- Artificial General Intelligence (AGI)
A hypothetical AI that can match or exceed humans across essentially any intellectual task.
B
- Benchmark
A standardized test used to measure and compare AI models on tasks like coding, math, or reasoning.
C
- Chain-of-Thought
Prompting or training a model to reason step by step before giving a final answer.
- Context Window
The maximum amount of text (measured in tokens) a model can consider at once, including your prompt and its reply.
D
- Diffusion Model
The type of AI model behind most image and video generators. It creates images by gradually removing noise until a picture forms.
- Distillation
Training a smaller model to copy the behavior of a larger one, keeping much of the quality at lower cost.
E
- Embedding
A list of numbers that represents the meaning of a piece of text, so that similar meanings have similar numbers.
F
- Fine-Tuning
Further training an existing model on your own examples so it specializes in a specific task or style.
- Foundation Model
A large, general-purpose model trained on broad data that can be adapted to many downstream tasks.
G
- GPU & TPU
Specialized chips (graphics processing units and tensor processing units) that do the heavy math for training and running AI.
- Guardrails
The rules and filters that keep an AI from producing harmful, unsafe, or off-limits output.
H
- Hallucination
When an AI states something false or made-up with total confidence.
I
- Inference
The act of running a trained model to get an output, as opposed to training it.
J
- Jailbreak
A prompt crafted to trick an AI into ignoring its safety rules and producing restricted output.
L
- Large Language Model (LLM)
An AI model trained on huge amounts of text to predict and generate language. LLMs power chatbots like ChatGPT and Claude.
M
- Model Context Protocol (MCP)
An open standard that lets AI models connect to external tools and data sources in a consistent way.
- Multimodal
An AI model that can work with more than one type of input or output, such as text, images, audio, and video.
O
- Open-Weight Model
A model whose trained weights are released publicly so anyone can run, inspect, or fine-tune it.
P
- Parameters
The internal values a model learns during training. Model size is often described by parameter count.
- Prompt
The instruction or question you give an AI model to get a response.
- Prompt Engineering
The practice of writing and refining prompts to get better results from an AI model.
- Prompt Injection
An attack where hidden instructions in content the AI reads hijack its behavior.
Q
- Quantization
Shrinking a model by storing its numbers at lower precision, which reduces memory and speeds it up with a small quality trade-off.
R
- Reasoning Model
A model designed to spend extra time thinking through a problem before answering, often trading speed for accuracy on hard tasks.
- Retrieval-Augmented Generation (RAG)
A method where an AI looks up relevant information from your documents and includes it in the prompt before answering.
- RLHF
Reinforcement Learning from Human Feedback: training a model to prefer answers that human reviewers rated as better.
S
- Synthetic Data
Data generated by AI rather than collected from the real world, used to train or improve other models.
T
- Temperature
A setting that controls how random or creative a model's output is. Low temperature is focused and predictable; high is more varied.
- Token
The small chunk of text an AI model reads and writes. A token is often a word or part of a word, roughly four characters of English on average.
- Training
The process of teaching a model by showing it large amounts of data and adjusting its internal settings.
- Transformer
The neural network architecture behind virtually every modern large language model, introduced by Google researchers in 2017.
V
- Vector Database
A database built to store embeddings and quickly find the ones most similar to a query.
Z
- Zero-Shot & Few-Shot
Zero-shot means asking a model to do a task with no examples; few-shot means giving it a handful of examples in the prompt first.