Machine learning basics
Using an already trained model to produce an answer for new input, which is what happens each time you ask a chat assistant something.
Formal
The stage where a trained model, with its weights fixed, is run on new input to produce an output such as a label, a score or generated text; the model does not learn from the input by doing so.
In plain English
Like a trained doctor looking at a new patient; the years of study are over, and now the knowledge is simply being used.
In practice
When a clerk in a municipality pastes a contract into an online AI tool and asks for a summary, the text is sent to the provider's servers abroad, where inference runs.
Why it matters
Where inference runs decides where your data travels and who can see it; a local model and a foreign cloud service carry very different risks.