Refusal as a feature
Most work on hallucination tries to make outputs more accurate. The complementary move, frequently more valuable and much less pursued, is to make the system decline when accuracy is unlikely.
The argument is straightforward once stated. A wrong answer delivered confidently costs more than no answer, because it is acted upon. An abstention costs the user a lookup they would have had to do anyway if the system did not exist. So for any claim type where being wrong carries real consequence, an abstention is strictly better than a guess.
Organisations resist this because abstention feels like failure and shows up badly in demos. A system answering ninety percent of questions correctly looks better than one answering seventy percent and declining thirty, even when the second is materially safer, because the refusals are visible and the errors are not.
That inversion is worth naming explicitly with stakeholders before deployment, because it determines whether the abstention mechanism survives its first review.
The technical problem underneath is that abstention requires knowing when the system is likely to be wrong, which is a question about uncertainty. The rest of this lesson is about why that is hard, and what actually works.

