Concepts
Fundamentals
AI, machine learning and language models. Which one sits inside which.
Artificial intelligence, machine learning, deep learning and language models are not synonyms, even though they are used as if they were. They are nested layers, one inside the next. The distinction is worth learning first, because it explains most of the confusion in public argument about AI.
What matters in this area
01
Artificial intelligence is the umbrella term
Systems that do things once assumed to require human thought: recognising, predicting, conversing, planning or deciding.
02
Machine learning learns from examples
Nobody writes down every rule by hand. The program infers regularities from data. Deep learning is the part of this that uses large neural networks.
03
A language model is one kind of model
A large language model is trained on an enormous quantity of text. A multimodal model also handles images, audio or video.
04
Most AI is not a language model
Fraud detection, demand forecasting and industrial quality control usually run on far smaller models that nobody writes headlines about.
A common misconception
Key terms
Whole glossary →Articles on this topic
How a neural network actually works
No brains and no magic, just adjustable numbers. An explanation without the mathematics, but without simplifying it into being wrong.