Earlier quoted context omitted.
If you ask me to solve increasingly dififcult Tower of Hanoi problems, I don't expect to be good at it. Neither would I expect a fellow human to be. So based on this should we question our intelligence? I heard about that paper through an "AI explained" video [0], so I might be biased, but I agree with that video that the Apple paper is "meh" at best: it points out LLM limitations that are hardly a surprise. [0] http…
Probably the difference between you and AI is that you would acknowledge that it's too difficult for you, and not to bullshit your way through.
The Illusion of Thinking: A Reality Check on AI Reasoning
11–20 of 20 posts
Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#12The chain of thoughts is not where the reasoning capabilities of a model happens: models have reasoning capabilities that are part of the next token inference, what CoT does is searching/sampling the model space of representations and notions in order to "ground" the final reply, putting in the context window in an explicit way all the related knowledge and ideas the model possess about the question. It is absolutely…
Apple's point is that if we want to build something smarter than us, we need to look at intelligence and reasoning from a different angle.
Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#13Earlier quoted context omitted.
Probably the difference between you and AI is that you would acknowledge that it's too difficult for you, and not to bullshit your way through.
That's _exactly_ what the LLM did: the article's authors decided to count that as a failure.
Perhaps the most unsettling finding is what failure looks like. Even when models are completely wrong, they sound persuasive. The reasoning is fluent, the explanations are structured, and the conclusions are confidently delivered. But the logic doesn’t hold.Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#14This might be a dumb question, and will inevitably showcase my ignorance in this field to others, but I will risk that; Why can't AI at a certain level execute algorithms with solutions that have been proved to work for a very long time? What I mean is, the solution of the Hanoi towers problem is known. It does not take a lot of computational power to achieve the result. What is stopping an AI such as the objects of…
Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#15This might be a dumb question, and will inevitably showcase my ignorance in this field to others, but I will risk that; Why can't AI at a certain level execute algorithms with solutions that have been proved to work for a very long time? What I mean is, the solution of the Hanoi towers problem is known. It does not take a lot of computational power to achieve the result. What is stopping an AI such as the objects of…
If humanity moves to Mars one day and leaves behind all the AI servers running on solar power, then comes back a billion years later, the AI would still be saying the same things. Why? Because no matter how powerful it is, AI doesn't evolve or grow on its own.
Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#16Earlier quoted context omitted.
That's _exactly_ what the LLM did: the article's authors decided to count that as a failure.
Hm was reading only TFA not the research paper. But TFA mentions this : Perhaps the most unsettling finding is what failure looks like. Even when models are completely wrong, they sound persuasive. The reasoning is fluent, the explanations are structured, and the conclusions are confidently delivered. But the logic doesn’t hold.
Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#17The chain of thoughts is not where the reasoning capabilities of a model happens: models have reasoning capabilities that are part of the next token inference, what CoT does is searching/sampling the model space of representations and notions in order to "ground" the final reply, putting in the context window in an explicit way all the related knowledge and ideas the model possess about the question. It is absolutely…
Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#18This might be a dumb question, and will inevitably showcase my ignorance in this field to others, but I will risk that; Why can't AI at a certain level execute algorithms with solutions that have been proved to work for a very long time? What I mean is, the solution of the Hanoi towers problem is known. It does not take a lot of computational power to achieve the result. What is stopping an AI such as the objects of…
If humanity moves to Mars one day and leaves behind all the AI servers running on solar power, then comes back a billion years later, the AI would still be saying the same things. Why? Because no matter how powerful it is, AI doesn't evolve or grow on its own.
I think if you added a step where the LLMs tweak their own build process and redeploy, your experiment would have wildly different results.
Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#19Basically so called "reasoning" is just generation of additional intermediary output, resembling real reasoning, but not being it.
https://transformer-circuits.pub/2025/attribution-graphs/bio...
Re: The Illusion of Thinking: A Reality Check on AI Reasoning
#20So... wait, were people _really_ assuming that these things were reasoning? Why? Like, because the marketing said so? I had the idea that that was generally viewed as puffery; obviously they're not reasoning.
It's an interesting paper, but its outcome is completely unsurprising. What would have been surprising is if it had shown something different.
> Perhaps the most unsettling finding is what failure looks like. Even when models are completely wrong, they sound persuasive.
Again... This has been a fairly well-known problem with LLMs since GPT-3 or so. I'm not sure why anyone would find it unsettling at this point; they're confident-sounding bullshit engines.