Earlier quoted context omitted.
> It seems like we forget that LLMs are next token prediction systems. It's pretty clear to me that above a certain size threshold, LLMs are more than a sum of their parts. The sheer amount of training data seems to embed a higher level of reasoning.
No. The reasoning is just an illusion. As soon as you look at it closer, it falls apart completely. https://yosefk.com/blog/llms-arent-world-models.html https://www.reddit.com/r/programming/comments/1mnc9qf/llms_a... https://news.ycombinator.com/item?id=44854518
> The core issue there isn't that the LLM isn't building internal models to represent its world, it's that its world is limited to tokens. Anything not represented in tokens, or token relationships, can't be modeled by the LLM, by definition.
I've noticed that LLMs struggle with tic tac toe, even when I get them to draw it out. And it makes sense! Tic tac toe is an extremely visual game, and difficult to reason about in a single dimension.