Layer 3
Models
Training is paid for once. Running it is paid for every single time.
Training a model means adjusting the numbers inside it. Picture billions of tuneable dials that training searches for settings for. Inference means using the finished model, and of the two it is inference that is billed again on every question anyone asks.
What happens in this layer
01
Pre-training produces a base model
The model picks up language, the relationships between things, regularities about the world and a certain amount of problem-solving.
02
Post-training sets the behaviour
Examples of good answers, comparisons between answers, safety training and practice at using tools. Pre-training grants the capability; post-training points it somewhere.
03
An answer is assembled one piece at a time
Text is split into tokens. The model computes the probabilities for the next piece and picks one, then repeats until the answer is finished. No completed answer is looked up anywhere.
04
A base model is not a database
What it learned is spread across its numbers, so it cannot reliably say where any single fact came from.
A common misconception
Key terms
Whole glossary →Articles on this topic
Sovereign AI and base models
Two phrases that turn up in the same sentence but answer different questions. One says what kind of model it is, the other says on whose terms it is used.