What is AI?
Training changes a neural network's weights. Once training stops, a language model uses those fixed numbers to calculate the next token and then runs the calculation again.
- 01Current input
48 + 75 (mod 97) =
- 02Saved weightsFixed during this answer
- 03Next token26252713
- 04Longer input
26 joins the input. The model runs again.
