Glossary category
AI fundamentals
What these systems are.
19 terms
Software that does work we used to assume needed a person, such as writing, summarising, reading images or judging what a request means.
A model trained on very large amounts of text to predict what comes next, which is what lets it write, summarise, translate and answer questions.
The trained file at the centre of an AI product, holding what it learnt from its training data, which the chat window or app is wrapped around.
A large general-purpose model trained once at great expense, then adapted by many companies for many jobs rather than built fresh for each one.
A model trained to work a problem through in steps before answering, which helps on maths, logic and planning at the cost of speed.
An AI system that works towards a goal in steps rather than answering a single question: it can plan, use tools such as search or a calendar, check its own results and try again.
A hypothetical AI able to match a capable person across most intellectual work rather than in narrow areas, with no agreement on whether or when it arrives.
- Transformer
The model design behind almost every modern AI system, able to weigh every part of an input against every other part at once.
- Neural network
A stack of simple mathematical units that pass signals to each other, loosely inspired by brain cells, and the shape almost every model takes.
- Parameters
The learnt numbers inside a model that hold what it knows, usually counted in billions and often quoted as a rough measure of size.
- Mixture of experts (MoE)
A model split into specialist sections where only a few run for any given request, giving large-model quality at smaller running cost.
- Small language model (SLM)
A deliberately compact language model that trades some breadth for speed, lower cost and the ability to run on modest hardware.
- Frontier model
The largest and most capable models available at any moment, usually the most expensive and the ones vendors lead their marketing with.
- Model family
A set of models from one maker sharing a name and design, offered in sizes so you can trade cost against capability.
- General-purpose AI
A model built to handle many kinds of task rather than one, which is also the category European regulation now names directly.
- Generative AI
AI that produces new text, images, audio or code rather than only sorting or scoring things that already exist.
- Machine learning (ML)
The broader field of software that learns patterns from examples instead of being given step-by-step rules by a programmer.
- Deep learning
Machine learning built from many layers of connected calculations, which is what made today's language and image models possible.
- Natural language processing (NLP)
The older name for getting software to work with human language, still used in job adverts and in established vendor products.
Last checked July 2026