← Latest papers
💻 computer science

Soft Guidance Starts to Outperform CoT Prompting as LLMs Improve

The paper argues that as large language models improve, standard few-shot Chain-of-Thought prompting often hinders performance by introducing distracting formatting and style constraints, making simple zero-shot approaches more effective for reasoning tasks.

Original authors: Denys Pushkin, Albert Q. Jiang, Aryo Lotfi, Colin Sandon, Emmanuel Abbé

Published 2026-08-05
📖 6 min read🧠 Deep dive

Original authors: Denys Pushkin, Albert Q. Jiang, Aryo Lotfi, Colin Sandon, Emmanuel Abbé

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

Imagine you are teaching a robot how to solve a riddle. For a long time, the best way to do this was to show the robot a bunch of examples where a human wrote out every single step of their thinking, like a detailed recipe. This method, called "Chain-of-Thought" prompting, was like giving the robot a training manual that said, "First, do this. Then, do that. Finally, here is the answer." It worked wonders for older, simpler robots that tended to just guess the answer without thinking.

But now, we have built smarter, more advanced robots. These new models have read so many books and solved so many puzzles on their own that they naturally start thinking step-by-step, even if you don't give them a manual. They have an internal compass for logic. The big question scientists are asking is: If a robot already knows how to think, does it still need us to hold its hand with a detailed recipe? Or does that recipe actually get in the way, confusing the robot with too many rules about how to write its thoughts? This paper dives into that exact question to see if our old teaching methods are now holding back our newest, smartest students.


The "Over-Guided" Robot: When Too Much Help Hurts

In this study, the researchers decided to test some of the smartest math-solving robots currently available. They wanted to see if the old-school method of showing examples (few-shot prompting) was still the best way to get good answers, or if it was actually making the robots perform worse.

Think of it like this: Imagine you are a master chef who has been cooking for years. You know exactly how to make a perfect soufflé without a recipe. Now, imagine someone hands you a sticky note that says, "First, crack the eggs. Then, whisk them. Then, bake at 350 degrees," and insists you follow it exactly. You might get annoyed, or you might get so focused on following the note perfectly that you forget your own cooking instincts. You might even mess up the dish because you were distracted by the instructions.

The researchers found that this is exactly what is happening with modern AI. When they asked these advanced "reasoning-specialized" models to solve math problems using the standard method—showing them a few examples of how humans solved similar problems—the models performed worse.

For instance, take a model called Mathstral. When the researchers let it solve problems on its own without any examples (a "zero-shot" approach), it got about 83.8% of the answers right. But when they gave it the standard "training manual" with human-written examples, its score dropped to around 74.2%. That's a huge difference! It's like the robot was so busy trying to copy the style and formatting of the examples that it forgot to actually do the math.

The paper suggests that this happens because the standard examples force the robot to adapt its style to match the human examples. It has to worry about formatting, following specific sentence structures, and fitting into a box that wasn't built for it. This creates a "guidance-distraction" trade-off. The guidance (the examples) is supposed to help, but for these super-smart models, it becomes a distraction that pulls their focus away from the core task of solving the problem.

The "Let's Think" Trick: Still Useful, But Less Magic

The researchers also tested a simpler trick called "Zero-Shot CoT." This is where you don't show any examples at all, you just add the phrase "Let's think step by step" to the question.

For the older, general-purpose robots (like the Llama model), this trick was still very helpful. It boosted their scores significantly, acting like a gentle nudge to wake up their reasoning skills. However, for the super-smart, reasoning-specialized models, this trick only gave a tiny boost. It went from 83.8% to 86.1% for Mathstral.

The authors argue that this is because these models are already so good at thinking step-by-step that they don't need the nudge as much as they used to. They compare this to the early days of computer science, where engineers had to manually design every feature of a program. Eventually, computers got so smart that they could learn those features on their own, making the manual design unnecessary. The paper suggests that the "Let's think step by step" phrase is becoming like those old manual features: it used to be essential, but now it's just a small extra that doesn't change much.

Why the Old Way is Failing

One of the most surprising findings was that even when the researchers tried to fix the problem by using examples generated by the models themselves (so the style matched), it still didn't beat the simple "no examples" approach for the smartest models.

It turns out that the problem isn't just about the examples being from humans; it's about the structure of the examples. By forcing the model to follow a specific pattern, you are limiting its natural ability to solve the problem in the way that works best for it. The paper explicitly rules out the idea that showing more examples or picking "better" examples will fix this for reasoning-specialized models. In fact, they found that for the most advanced models, the more you try to guide them with examples, the more you might be holding them back.

The Takeaway: Trust the Robot's Instincts

So, what does this mean for the future of testing AI? The authors are suggesting that we need to change how we measure these models. For a long time, the standard test was to show the model a few examples and see how well it copied them. But this paper shows that for the newest, smartest models, that test is unfair. It's like testing a race car driver by making them drive in a school zone with a speed limit sign; it doesn't show their true speed.

Instead, the researchers argue we should just ask the models the questions directly, without any examples or special instructions, and see what they come up with on their own. This "zero-shot" method gives a truer picture of what the model can actually do.

The paper doesn't claim that Chain-of-Thought prompting is dead forever. It might still be useful for simpler models or for specific tasks where the model needs a little help. But for the heavy hitters—the models designed specifically to reason—the old way of teaching them is becoming a distraction. As these models get smarter, they need less guidance and more freedom to think for themselves. The best way to see how smart they really are might just be to stop holding their hand and let them solve the puzzle in their own way.

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 →