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.