Make AI admit it doesn't know
One line that stops more hallucinations than anything else I do — and how to make it permanent.
Start here: paste this
Here from the video? This is the line. Add it to the end of any question where a made-up answer would cost you — anything involving facts, numbers, sources, or your own documents.
Make it permanent
Typing it every time works, but you'll forget on exactly the day it matters. Two ways to set it once:
In the Claude app (works in ChatGPT too)
Claude: Settings → General → the Instructions for Claude box. ChatGPT: Settings → Personalization → Custom instructions. Paste this and save — it applies to every chat from then on:
If you use Claude Code
Paste this into Claude Code inside your project — it writes the rule into your project's CLAUDE.md itself and shows you what it added. (Never heard of CLAUDE.md? Start with the guide.)
Why it works
Think of coming home to find something broken and your kid standing suspiciously close to it. You ask if they did it, they say no, and suddenly there's an elaborate story involving the cat. Then you say “it's okay if you did” — and the truth comes straight out. You've made an environment where honesty is rewarded.
Models behave the same way. They're trained to be helpful and rewarded for giving you an answer — so when they don't know something, the path of least resistance is to produce something that sounds right. That's what a hallucination actually is: not lying exactly, just filling the silence.
The release valve works because it doesn't fight that training — it redirects it. You've made “I don't know” a helpful answer, so the model gets its reward without having to invent anything.
When it doesn't work
- -It only removes the pressure to invent. If the model confidently believes something that's wrong or out of date, it won't say “I don't know” — it doesn't know it doesn't know. Important facts still get checked at the source.
- -It catches a good chunk of hallucinations, not all of them. Nothing catches all of them.
- -Don't use it to dodge judgement calls. On “should I do X or Y” questions you usually want its best reasoning, not an easy out — the valve is for facts, not opinions.
The other half of the problem
Inventing answers is one half of the same training problem. The other half is agreeing with you when you're wrong — same reward, different symptom. The fix for that one is a fuller instruction: Make your AI stop agreeing with you.