One line that stops AI from filling in the blanks when it doesn't know the answer
Ask any AI to summarize a document, analyze a project, or pull together a status update. When it hits a gap — missing data, unclear ownership, unconfirmed status — it fills in something plausible. You won't always notice until the plausible thing turns out to be wrong.
Add this to any prompt where accuracy matters:
If you cannot find evidence for a field, write UNKNOWN.
Do not infer, assume, or guess.
Before and after
Without it, a project summary looks like this:
Status: Project appears on track
Owner: Likely assigned to the project manager
Next steps: Recommend scheduling a review
With it:
Status: UNKNOWN — no update found in sources.
Last confirmed: "on track" per meeting notes, Apr 22.
Owner: UNKNOWN — no explicit assignment in any source.
Next steps: UNKNOWN
The second version looks incomplete. It's more honest. The UNKNOWNs tell you exactly where to look next instead of giving you false confidence.
Where it works
- Summarizing emails or meeting notes into a status update
- Research briefs — you see which claims have sources and which don't
- Document gap analysis — missing sections surface as UNKNOWN instead of getting quietly skipped
- Any structured template where a wrong answer is worse than a blank field
Tested with: ChatGPT, Copilot, Claude. All respect the instruction reliably.
What prompts do you use this in? Curious if anyone's found edge cases where it breaks.