New Tweak Makes AI Better at Math Without Full Retraining
A tiny change inside AI models boosted math accuracy — and cost almost nothing to try.
A team of researchers has published a paper describing a small but clever change to how large AI models make decisions. Many of today's biggest models are built as a "mixture of experts" — instead of one giant brain doing everything, they contain many smaller specialist brains, plus a traffic cop called a "router" that picks which specialist handles each word. Normally that traffic cop makes quick judgments using limited information. This team gave it more to work with.
The extra information comes from "attention" — the part of an AI that tracks which earlier words matter for the word it's reading right now. By letting the router peek at that, the model got better at math. On GSM8K, a standard set of grade-school word problems used to test AI reasoning, accuracy rose 3.37 percentage points over a comparable baseline. Crucially, they only trained the routing part and left everything else frozen — like fixing the traffic lights instead of repaving every road.
There are real catches. The benefit depends heavily on where inside the model you apply the change. Introduce it deeper in the network and math gets better; sprinkle it everywhere and the model actually gets worse at recalling facts. The researchers also noticed something odd: wrong answers got shorter, meaning the model stopped rambling as much, while correct answers stayed the same length. And this is a research model, not a product you can use today.
So why should you care? Because this is the kind of unglamorous plumbing work that eventually shows up in the tools you use. If AI companies can sharpen reasoning with small internal fixes rather than enormous, expensive rebuilds, that means cheaper and faster improvements — better help with homework, budgets, spreadsheets and analysis. It also hints at a tradeoff worth knowing about: models tuned to reason more may remember less. That tension between thinking and remembering is one of the big open questions in AI right now.
- AI models often split work among many specialist sub-models, and a 'router' decides who handles what — this research gives that router more context to work with.
- The change lifted scores on a grade-school math test by 3.37 percentage points, while only the routing part was retrained, not the whole model.
- It's depth-sensitive: applied deeper in the model it helps math, but applied everywhere it can hurt the model's ability to recall facts.
Why It Matters
Cheaper ways to make AI reason better could mean more reliable help with homework, budgets and work tasks.