Terms to know first
A short warm-up before the technical explanation. These are the ideas the rest of the guide will build on.
- CPU and GPU
- A CPU, or central processing unit, is a computer’s general-purpose manager. A GPU, or graphics processing unit, performs many similar calculations at once—a strength that moved it from gaming into AI.
- AI model
- An AI model is a mathematical system that learned patterns from examples, like a huge set of adjustable dials rather than a database of finished answers.
- Training
- Training is the learning phase, when a model studies examples and adjusts its internal settings. It creates the capability that inference later puts to work.
- Token
- A token is a small piece of text—a word, part of a word, or punctuation. A model builds its response one token at a time.
- Memory and bandwidth
- Memory stores the model and its working information. Bandwidth is how quickly that data can move: memory is the warehouse, while bandwidth is the loading dock.
The question
What does inference actually mean, and why does it determine the economics of AI?
The simple model
Inference simply means using an AI model after it has been trained. You give the model something new—a question, an image, or a voice command—and it uses what it learned during training to produce a result. The learning phase is mostly over; now the model is doing the job it was prepared to do.
Think of training as sending a chef through years of cooking school. Inference is each meal that chef prepares afterward. The education was expensive, but serving dinner still requires ingredients, a kitchen, time, and energy every single time. In the same way, a trained AI still needs chips, memory, and electricity for every answer.