During training, a system adjusts model parameters using data, objectives, and feedback. During inference, the trained model receives a new input and produces an output.
A conversation may add temporary context during inference without retraining the model. Product providers may later use feedback for separate training, depending on documented conditions.
Example
Learning and using a spam filter
Training fits patterns from labeled messages; inference classifies a newly arrived message.
Important limit
Product data flows are separate questions
The conceptual distinction does not tell you whether a provider stores prompts or later uses them for training; check the exact service.
Interactive model
Separate before deciding
Selected layerTraining
Changes model parameters through an optimization process.
Read the complete text alternative
TrainingChanges model parameters through an optimization process.
InferenceRuns current parameters on a new input.
Useful distinctions
Separate the questions before judging
Training
Changes model parameters through an optimization process.
Inference
Runs current parameters on a new input.
Active check
A chatbot answers your new question with its current model. What is happening?