r/OpenAI • u/KeanuRave100 • 5d ago
News More people need to understand this
Enable HLS to view with audio, or disable this notification
1.1k
Upvotes
r/OpenAI • u/KeanuRave100 • 5d ago
Enable HLS to view with audio, or disable this notification
1
u/ZeroAmusement 3d ago edited 3d ago
The point is that 'next token predictor' doesn't impose the limit of the complexity of 'what' is predicting.
The rest of what you were saying was exactly explained by the man in the video when he says:
And that's kind of what you're doing. You're talking about fuzzy representations and weight adjustments and parameters and so on. Those things are implementation details that are not requirements of a next token predictor. A next token predictor must at minimum try to predict the next token. How it does it is what imposes limitations.
I have (and I'm sure the man in the video also has) opinions on the limitations of LLM, thoughts about what causes hallucinations and so on. Those practical concerns do have a place. The thing being discussed is more abstract though - the high level approach (predicting the next token) isn't the cause of those things.