Artificial general intelligence: AI that can match humans across most intellectual tasks. There is no agreed test for it, and labs define it differently.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.