Researchers Can Now Patch AI Mistakes Without Breaking Its Other Skills
A tiny add-on fixed half an AI's mistakes — without making it forget everything else.
Think of a proofreader sitting beside a very good writer. The writer never changes — the proofreader just crosses out mistakes as they happen. That is exactly what this paper describes. A researcher attached a small correction module (34 million adjustable parts, less than 1% the size of the main AI) on top of a frozen Gemma model. The big model was never retrained. Only the tiny patch learned, by studying 83,400 examples of errors being corrected.
The result: on a 60-question exam covering facts, arithmetic and reasoning, the patch fixed 53.3% of the base model's mistakes — and, crucially, the AI did not get worse at anything else. That last part is the real news. Today, when companies want an AI to stop making certain errors, they usually retrain it. The problem is that retraining makes models forget skills, like a chef who learns a new dish and suddenly can't bake bread. A competing method in the same study fixed 83.3% of errors — better — but lost 30% to 75% of the AI's other abilities. That is the tradeoff this work aims to dodge.
The catch: the patch only catches about half the errors. The other half still slip through, and the tests were small — one homemade 60-question exam plus 200-question standard checks. The paper's author explicitly calls this a design principle rather than a breakthrough, and even notes that no configuration he tried beat roughly 53%. So this is a proof of concept, not a product you can buy. The code and weights are public, so other researchers can build on it.
Why should a non-engineer care? Because most companies fix their chatbots the expensive, risky way — retraining the whole model and re-testing everything. This approach suggests you can leave the main AI frozen and just snap on a cheap, separately verified correction layer. For customer service bots, banking assistants or medical information tools, that could mean safer upgrades, lower costs and fewer surprises when the AI suddenly behaves differently than it did last week.
- A 34-million-part add-on fixed about 53% of a big AI's mistakes on a 60-question test, while the main AI stayed completely untouched.
- A rival method corrected more errors (83%) but lost 30–75% of the AI's other skills — showing the usual 'fix one thing, break another' tradeoff.
- It is a research proof of concept, not a product: the test was small and roughly half the errors still got through.
Why It Matters
Could make AI fixes cheaper and safer, without chatbots suddenly forgetting what they already knew.