“Next-token predictor” is the wrong mental model for LLMs
gmcgoldr.github.io
“Next-token predictor” is the wrong mental model for LLMs
1–10 of 305 posts
Re: “Next-token predictor” is the wrong mental model for LLMs
#2 Current agentic systems may be *built* from next-token predictors which are conceptually simple, but because of agentic frameworks, recursive invocation, tool use, and *heavy* investment in reinforcement learning in these contexts and for specific applications, they can no longer be thought of as "Merely" next token predictors.
Modern agentic work is probably more of a "emergent system from simple rules and complex interactions" paradigm than a genuinely new technology.Re: “Next-token predictor” is the wrong mental model for LLMs
#3So what does this lead to? To a generic intelligence which is capable of responding/answering everything.
If overfitted, the model just remembers every possibility in the world but this is not possible anyway so it will start to identify patterns and rules and will use them instead.
Basically 'compressing' every possibility to every question someone could ask -> compression leads to intelligence.
Re: “Next-token predictor” is the wrong mental model for LLMs
#4this sentence above would made a longer article if I bothered to so blog as is being blogged here
Re: “Next-token predictor” is the wrong mental model for LLMs
#5i dont understand the distinction here. does working backwards from a set of win states instead of working forwards from the current state somehow change whether it’s a prediction or not?
Re: “Next-token predictor” is the wrong mental model for LLMs
#6Re: “Next-token predictor” is the wrong mental model for LLMs
#7Re: “Next-token predictor” is the wrong mental model for LLMs
#8> Calling the second system a “next-move predictor” would be strange. It is not trying to predict what move appeared next in a dataset. It is trying to choose a move that wins. i dont understand the distinction here. does working backwards from a set of win states instead of working forwards from the current state somehow change whether it’s a prediction or not?
Re: “Next-token predictor” is the wrong mental model for LLMs
#9Re: “Next-token predictor” is the wrong mental model for LLMs
#10Because no, post training doesn't change that.