Next-Token Prediction
The whole engine, in one move
A language model does exactly one thing: given everything so far, it scores every possible next token. Pick one, append it, and run again. Paragraphs are that single move repeated hundreds of times.
The whole engine, in one move
Everything so far has been preparation. The move itself is this: score every token in the vocabulary for how well it would continue the text so far, then pick one, and repeat that once per fragment until the answer is finished.
Given everything it has read so far, it produces a score for every token in its vocabulary — roughly 100,000 of them. Not a sentence, not an answer: a ranked opinion about what should come next. One is chosen, added to the end, and the whole computation runs again from the top with that token now part of the input.
The eight in front are the real shortlist. Everything behind them is the rest of the vocabulary, drawn to scale.
The eight in front are the real shortlist. Everything behind them is the rest of the vocabulary, drawn to scale — take a candidate and the whole field is recomputed.
The quarterly report is▏