Hacker News new | ask | show | jobs
by geon 29 days ago
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

1 comments

This is an excellent comment from your HN link:

> 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.