Chain-of-Thought Reasoning May Be a Mistake
December 31, 2025

Chain-of-thought prompting can improve benchmark results, but extra visible reasoning text is not the same thing as better internal computation.

The useful question is how to evaluate model work when short answers sometimes outperform long traces, and when long traces can contain post-hoc narration, unnecessary steps, or errors that still lead to the right answer.

Model-evaluation noteOriginally posted 2025-12-31; expanded here around reasoning traces and evaluation.

Article focus: chain-of-thought prompting, single-shot answers, hidden computation, benchmark incentives, trace quality, and verification.

The Evaluation Problem

A long reasoning trace gives the evaluator something to inspect, but it also changes the task. The model is no longer only answering; it is also producing an explanation-shaped artifact that may or may not reflect the computation that mattered.

That makes the evaluation question sharper: did the trace help the model reach the answer, did it help the human verify the answer, or did it mainly satisfy a benchmark format?

Why Short Answers Matter

Strong single-shot answers are a useful signal. They suggest that some work is carried in the model's internal representation rather than in the visible text sequence.

That does not make short answers inherently better. It means visible steps should be judged by their contribution: fewer errors, clearer verification, better decomposition, or stronger reproducibility.

The Practical Rule

Use reasoning traces when they expose checkable structure. Do not treat length as proof of reasoning quality.

For technical work, the final artifact still has to survive tests, source inspection, constraints, measurements, or review. The trace is useful only if it helps that happen.