“Let The AI Reason” Is Handy — But How Far Do You Trust It?
Having an AI draft your analysis notes or sketch out a plan is just normal now. A summary, you hand over without much worry. But the moment reasoning is involved, the doubt creeps back in — right?
I do this too. I keep asking myself the same thing: “Is this conclusion the result of actual thinking, or is the AI just good at sounding like it is?”
And that question is exactly what Physics of Language Models, Part 2.1 and Part 2.2, set out to answer.
Tian Ye, Zeyuan Allen-Zhu and their colleagues at Microsoft Research tracked what goes on inside the model while it works through math problems.
The reason they picked math is simple. The answer is unique, and you can check every step along the way.
In The Math Tests, The AI Was Doing “Mental Arithmetic” Inside
The team used synthetic data — math word problems they generated and controlled tightly. Fewer moving parts than natural language, so they could measure reasoning more directly.
That’s the same idea as the “exam nobody can cheat on” from the first piece in this series. And the result was this: the AI was taking hidden reasoning steps inside, ones that never showed up in the output.
Even on a simple addition problem, the model built a flow of computation internally without writing the working out. So you get behavior that rote memorization alone struggles to explain.
That’s a counter to the “AI is just copy-paste” objection. In the math domain at least, something that looks like real internal reasoning showed up on the measurement.
”Learn From Mistakes” Beat “Learn Only Right Answers”
Here’s the part of Part 2.2 that matters more. The training data that included errors is what made the difference. Showing the model wrong answers paired with their corrections pushed reasoning accuracy higher than showing it only correct answers.
And the gap held at the same amount of data. So it’s the quality of what’s learned, not the sheer volume, that seems to do the work.
Human learning runs the same way — looking back at what you got wrong is where a lot of the gain lives. Seeing a similar shape inside an AI is a big deal for anyone running this stuff in practice.
Reasoning Or Not, Taking The Answer At Face Value Is Still Risky
The result is encouraging, but it comes with a catch, and the catch is sharp. Even when there’s internal reasoning, the process doesn’t always make it into the output.
So pushing an answer that “looks right” straight into a decision is dangerous. What you need here is a — a set routine for vetting the answer before it touches real work.
Conclusion: Decide The “How Much To Hand Over” And The “How To Check It” Together
What this research points to is that even if the AI is running something reasoning-like, that doesn’t mean you can hand it an important call as-is. On work that turns on numbers, comparisons, or branching conditions, the thinking can look right the whole way through and the final answer can still come out wrong.
So if you’re going to use a reasoning task, the safe move is to settle two things up front, together: how much you hand over, and how you’ll check it. Answers with numbers in them get recomputed. Answers that need a basis get matched against the source. And when you’re sizing up a model, look past the raw accuracy to how well it recovers from its own mistakes. Bake just that much into your process and you’ve moved one step past “it sounds smart, so we’ll use it.”
Sources
- Tian Ye, Zicheng Xu, Yuanzhi Li, Zeyuan Allen-Zhu, “Physics of Language Models: Part 2.1, Grade-School Math and the Hidden Reasoning Process”, arXiv:2407.20311, 2024. paper
- Tian Ye, Zicheng Xu, Yuanzhi Li, Zeyuan Allen-Zhu, “Physics of Language Models: Part 2.2, How to Learn From Mistakes on Grade-School Math Problems”, arXiv:2408.16293, 2024. paper
- Physics of Language Models (series site): physics.allen-zhu.com
Related
- Does The AI Actually Understand, Or Just Sound Like It? — a look at the internal mechanism