Stop Anthropomorphizing Intermediate Tokens as Reasoning/Thinking Traces
nunodonato
35 points
13 comments
August 19, 2026
Related Discussions
Found 5 related stories in 41.1ms across 4,128 title embeddings via pgvector HNSW
- Chain-of-Thought Reasoning in the Wild Is Not Always Faithful (2025) florianherrengt · 61 pts · August 19, 2026 · 58% similar
- Stealing Reasoning Traces from Proprietary LLM APIs quantumgarbage · 574 pts · August 11, 2026 · 51% similar
- Some thoughts about Anthropic's new cryptanalysis results supermatou · 129 pts · July 29, 2026 · 49% similar
- Anthropomorphism in Children's Interactions with LLM Chatbots StatsAreFun · 28 pts · July 22, 2026 · 48% similar
- Anthropic found a hidden space where Claude puzzles over concepts pseudolus · 14 pts · July 12, 2026 · 46% similar
Discussion Highlights (6 comments)
florianherrengt
> While a human may say “aha” to indicate exactly a sudden internal state change, this interpretation is unwarranted for models which do not have any such internal state, and which on the next forward pass will only differ from the pre-aha pass by the inclusion of that single token in their context. Interpreting the “aha” moment as meaningful exemplifies the long-neglected assumption about long CoT models – the false idea that derivational traces are semantically meaningful, either in resemblance to algorithm traces or to human reasoning. This paper addresses something that has always bothered me about LLMs. You read their reasoning, see something like “Wait, that’s wrong” and then watch them make the exact mistake they just identified.
Terr_
I've been calling them film noir internal monologues, within the documents being generated by the LLM which happen to look like movie scripts. In other words, it isn't qualitatively different from character dialogue. "Keep cheese on your pizza by using glue" is the same problem regardless of whether the script calls for the character to speak it out-loud or not.
clhodapp
Seems like they are closer to scratch than reasoning... Generating some scratch to draw from helps make it easier to compute the real answer.
basedpolymer
The anthropomorphization of LLMs should be discouraged as much as possible. It perpetuates bad practices and encourages the use of these bots for tasks they are not intended for (particularly as chatbots). Thinking traces should be treated as black boxes. There is no point in reading them. Only the LLMs’ conclusions are relevant. This is particularly true of Opus 5, which employs reasoning that seems highly questionable but very often reaches excellent conclusions (compared to its peers)
porridgeraisin
Related: Poster side dialogue and Q&A about this work at ICML. https://news.ycombinator.com/item?id=49277303
smugtrain
Strong dislike for papers that tell me what to do in the title, especially when even the paper admits a loose correlation of the intermediate tokens compared to solution correctness. My solutions work and they speak for themselves.