AI Already Knows the Answer — New Research Says Just Ask It Better
Could make custom AI for medical scans and factory floors cheap enough for anyone.
Imagine hiring an expert who already knows medicine, factories, and aerial photography, but who keeps answering the wrong question. That's the situation researchers describe with today's AI models that read images and text together. When you want one of these models to spot defects on a factory line, tumors in scans, or cars in drone footage, the standard fix is to retrain part of it on your own pictures. That's expensive, needs lots of labeled images, and — as this paper shows — quietly damages what the model already knew.
The team tested a third path called "soft prompting." Instead of changing the model's brain, they learn a tiny set of extra instructions — essentially the perfect way to phrase the request. One to three of these learned prompts, about 7,000 settings total, matched the best retraining setup. For comparison, retraining touched more than 20,000 times as many settings, and got only the same accuracy using just ten labeled images.
The catch is the payoff beyond accuracy. When the researchers retrained the model enough to match that performance, its general visual knowledge collapsed — question-answering accuracy dropped by 35%, and up to 56% at the largest setting. The prompting approach changed nothing about what the model already knew. The learned instructions even transferred to a newer, different model without any retraining, and they can be written out as plain readable sentences that humans can inspect.
The limitation: this method is fussier to set up. Results wobbled more depending on random starting conditions, so it needs more careful tuning than the brute-force alternative. It's a promising sign that specialized AI for small clinics, farms, and factories may soon need ten examples instead of ten thousand — but not yet a plug-and-play tool.
- Instead of retraining an AI on your images, researchers learned a tiny set of 'instructions' — about 7,000 settings versus 150 million-plus — and matched the same accuracy using only 10 example images.
- Retraining hurt the model's general knowledge badly: question-answering accuracy fell 35% to 56%, while the prompting approach left it untouched.
- The learned instructions even worked on a newer, different AI model without retraining, and can be rewritten as human-readable sentences.
Why It Matters
Custom AI for medical scans or factory checks could get far cheaper and safer, without wiping out what models already know.