The one job a language model has
Read · 6 minStrip away the chat interface and a large language model does exactly one thing: it predicts the next token. Everything else — answering questions, writing code, holding a conversation — is that single ability, applied over and over. A token is a chunk of text, usually a short word or a fragment of one. The model reads the tokens so far and produces a probability for every possible next token, then one is chosen. Append it, and repeat. The startling discovery of the last decade is how much competence falls out of this humble objective once the model is large enough and has read enough text. Fluency, translation, a surprising amount of reasoning — none of it was programmed in. It emerged from prediction at scale.