← Latest papers
💬 NLP

Reasoning Models Don't Just Think Longer, They Move Differently

This paper demonstrates that after correcting for generation length, reasoning-trained models exhibit distinct internal trajectory geometries—particularly in code domains—that reflect genuine strategy shifts and uncertainty monitoring rather than merely extended computation.

Original authors: Anders Gjølbye, Lars Kai Hansen, Sanmi Koyejo

Published 2026-05-18
📖 5 min read🧠 Deep dive

Original authors: Anders Gjølbye, Lars Kai Hansen, Sanmi Koyejo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Idea: It's Not Just About Walking Longer

Imagine you are watching two people try to solve a maze. One is an expert (a "Reasoning Model"), and the other is a regular person (a standard "Instruction-Tuned Model").

When the maze gets really hard, both people take longer to solve it. They write down more notes, take more steps, and talk to themselves more. For a long time, researchers thought: "Okay, the expert just spends more time thinking. That's why they are better."

But this paper asks a different question: Is the expert just walking a longer path, or are they walking a different kind of path?

The authors discovered that if you just look at how long the path is, you get the wrong answer. You have to look at the shape of the path they take inside their brain (specifically, their "hidden states") while they are thinking.

The Trap: The "Longer Path" Illusion

The paper points out a major trap. In the world of AI, harder problems usually make the AI talk longer.

  • The Illusion: If you draw the path an AI takes in its brain, a longer path naturally looks "wiggly" and "messy" just because it has more steps. It's like a hiker who walks 10 miles; their path on a map will look more complicated than someone who walks 1 mile, even if the hiker is walking in a perfectly straight line.
  • The Mistake: Previous studies looked at these long, wiggly paths and thought, "Oh, the AI is confused or overthinking."
  • The Fix: The authors invented a way to "cancel out" the length. Imagine you have a rubber band representing the AI's thought process. If the path is long, you stretch the rubber band so it fits in the same space as a short path. Now you can see the true shape of the thinking, ignoring how long it took.

The Surprise: Harder Problems = Straighter Lines

Once they "stretched" the paths to remove the length factor, something surprising happened, especially with coding problems:

  • Before the fix: Hard problems looked like messy, tangled spaghetti.
  • After the fix: Hard problems looked like straight, direct highways.

The "Reasoning" models, when faced with a tough coding challenge, didn't just wander around more. They actually took a more efficient, direct route through their internal brain space to get to the answer. The standard models, on the other hand, still looked like they were wandering in circles, even after you accounted for how long they talked.

The Three Different Worlds

The authors tested this in three different "worlds" (domains), and the results were different for each:

  1. The Coding World (Codeforces): This is where the magic happens. The reasoning models are clearly different. When the problem gets hard, they switch to a "highway mode"—a very direct, straight path. The standard models keep wandering.
  2. The Math World: The effect is there, but it's much fainter. It's like seeing a straight line through a foggy window. The reasoning models are slightly more direct, but it's not as dramatic as in coding.
  3. The Logic Puzzle World (SAT): Here, even the standard models start walking in straight lines when things get hard. So, in this specific world, the "Reasoning" models aren't doing anything super special compared to the regular ones.

What Does This "Straight Line" Mean?

The authors didn't just stop at the geometry; they looked at what the AI was actually saying while it walked these paths. They found that when the AI takes that "straight, direct" path on a hard coding problem, it is also doing two specific things in its text:

  1. Changing Strategy: It says things like, "Wait, that didn't work, let me try a different approach."
  2. Checking Uncertainty: It says things like, "I'm not sure about this step, let me double-check."

It seems that the "straight line" in the brain isn't about rushing; it's about re-orienting. The model realizes the old way isn't working, stops, pivots, and heads straight for a new solution.

The Bottom Line

  • Don't judge by length: Just because an AI talks a lot doesn't mean it's thinking "better" or "worse." You have to look at the shape of its thinking.
  • Reasoning is a different shape: When we train AI to "reason," we aren't just teaching it to talk longer. We are teaching it to change the shape of its internal journey.
  • It depends on the task: This "shape change" is very obvious when the AI is writing code, but it's less obvious when it's doing math or simple logic puzzles.

In short: Reasoning models don't just think longer; they think differently. They swap the wandering path for a direct highway, but only when the task (like coding) really demands it.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →