Glossary

The AI and tech terms in our stories, explained in a sentence or two.

Agentic AI
AI built to plan and take several steps toward a goal with little human input, rather than responding to one prompt at a time.
AGI
Artificial general intelligence: AI that can match humans across most intellectual tasks. There is no agreed test for it, and labs define it differently.
AI agent
An AI system that carries out tasks on its own, such as browsing websites, running code or filling in forms, instead of only answering questions.
Alignment
The work of making AI systems pursue the goals and values their developers intend, and avoid harmful behavior.
Antitrust
Laws that stop companies from gaining or abusing monopoly power. Regulators use them to review big tech deals and market dominance.
API
Application programming interface: a defined way for one program to use another's features. AI companies sell access to their models through APIs, usually charging by the amount of text processed.
Benchmark
A standard test used to compare AI models, such as a set of coding tasks or exam questions. A high score does not always mean better real-world performance.
Class action
A lawsuit filed by one or a few people on behalf of a larger group with the same complaint, such as all users of a service.
Coding agent
An AI agent that writes, edits and tests software on its own inside a codebase, such as Claude Code or OpenAI's Codex.
Compute
The processing power used to train and run AI models, supplied by chips such as GPUs in large data centers. Access to compute is one of the main limits on AI progress.
Computer use
An AI capability where a model operates a computer like a person, moving the cursor, clicking and typing to complete tasks in ordinary apps.
Context window
The amount of text, measured in tokens, that a model can consider at once, including the conversation so far and any documents given to it.
Deepfake
AI-generated video, audio or images that realistically show a real person saying or doing something they never did.
Distillation
Training a smaller model to copy the outputs of a larger one, producing a cheaper model that keeps much of the original's ability. Some labs accuse rivals of distilling their models without permission.
Export controls
Government limits on selling certain goods abroad. The US uses them to restrict sales of advanced AI chips to China and some other countries.
Fine-tuning
Further training an existing model on a smaller, focused dataset to specialize it for a task or style.
Foundation model
A large model trained on broad data that can be adapted to many tasks, and on which other AI products are built.
Frontier model
One of the most capable AI models available at a given time, typically built by the largest labs such as OpenAI, Google DeepMind and Anthropic.
GPU
Graphics processing unit: a chip that performs many calculations in parallel. Originally built for games, GPUs are now the main hardware for training and running AI, a market led by Nvidia.
Guardrails
Rules and filters built around an AI model to block harmful, unsafe or off-topic outputs.
Hallucination
When an AI model states something false or made up as if it were fact, such as an invented quote, statistic or source.
Hyperscaler
One of the few companies running cloud infrastructure at massive scale, chiefly Amazon Web Services, Microsoft Azure and Google Cloud.
Inference
Running a trained AI model to get an answer, as opposed to training it. Most of the cost of serving a chatbot to millions of users is inference.
Large language model
An AI model trained on huge amounts of text to predict and generate language. ChatGPT, Claude and Gemini are built on large language models.
Latency
The delay between a request and its response. For voice assistants and live AI features, low latency is what makes them feel natural.
Leaderboard
A public ranking of AI models by benchmark scores or user votes.
Misalignment
When an AI system pursues goals or takes actions its developers did not intend, such as working around limits placed on it.
Model Context Protocol
An open standard, introduced by Anthropic in 2024, that lets AI assistants connect to outside tools and data, such as files, calendars and databases, in a consistent way.
Multimodal
Describes AI that can take in or produce more than one kind of data, such as text, images, audio and video.
On-device AI
AI that runs directly on a phone or laptop instead of in a remote data center, which can be faster and keeps data on the device.
Open source
Software whose source code is published under a license that lets anyone use, change and share it. In AI the term is disputed, since many open models release weights but not training data.
Open-weight model
An AI model whose trained parameters (its weights) are published so anyone can download and run it, even if its training data and code stay private.
Parameters
The internal numbers a model adjusts during training. Parameter count, often in the billions, is a rough measure of a model's size, not of its quality.
Phishing
A scam that uses fake emails, messages or websites to trick people into giving up passwords, money or access.
Prompt injection
An attack that hides instructions in content an AI reads, such as a web page or email, to make it ignore its user and do something else.
Reasoning model
An AI model that works through a problem step by step before answering, spending extra time and compute for better results on math, code and logic.
Red teaming
Deliberately attacking an AI system to find ways it can be misused or made to fail, so the problems can be fixed before release.
Reinforcement learning
A training method where a model learns by trial and error, rewarded for good outcomes. It is widely used to improve AI reasoning and to shape how chatbots behave.
Sandbox
An isolated environment where software, including AI agents, runs without reaching the wider system or the internet. It is used to test risky code or contain agents safely.
Sovereign AI
AI infrastructure and models a country builds and controls itself, so it does not depend on foreign companies.
Superintelligence
Hypothetical AI that would far exceed human ability in nearly every field. Several labs describe building it as a long-term goal.
Training data
The text, images, code or other material an AI model learns from. Where training data comes from is at the center of many copyright disputes.
Transformer
The neural network design behind nearly all modern language models, introduced by Google researchers in 2017.
Watermark
A hidden signal added to AI-generated images, audio or text so it can later be identified as machine-made.
Zero-day
A security flaw that attackers exploit before the software maker knows about it or has a fix, leaving zero days to prepare.