AI glossary / How it works
Gradient descent
The method a model uses to improve during training: take a small step in whichever direction reduces its errors, and repeat millions of times.
Think of it as: Walking downhill in fog by always stepping where the ground slopes down.
More words in How it works
- Ground truthThe known correct answer that an AI's output is checked against.
- HandoffWhen one AI agent passes a task, and everything it knows about it, to another agent better suited to continue.
- InferenceThe moment an AI model is actually used: you ask, it works out an answer. Training is learning, inference is doing.
- Instruction tuningExtra training that teaches a model to follow requests, turning a text predictor into a helpful assistant.
- Knowledge graphA map of facts showing how things are connected, such as people, places and companies and the relationships between them.