The single most important skill in using AI well is not prompting. It is knowing when to trust the answer. A model states a wrong answer with exactly the same confidence as a right one, so the confidence tells you nothing. What follows is a short set of habits that catch most bad answers quickly, without turning you into a full-time fact-checker.
Why confidence is not evidence
A model produces fluent, assured text because that is what it is built to do, not because it has checked anything. It has no separate sense of "I am sure about this" versus "I am guessing". A fabricated citation and a real one are written in the same steady voice. Once you accept that the tone carries no information, you stop being reassured by it, which is the whole point.
Where mistakes cluster
You do not have to suspect everything equally. Errors bunch up in predictable places, and that is where to aim your attention.
- Specific facts: names, dates, numbers, quotes, citations, and anything with a legal or medical consequence.
- Recent events, which a model may simply not know about.
- Anything with an exact source, like a law, a standard, or a document. If it can be looked up, look it up.
- Answers that are suspiciously convenient, arriving exactly as you hoped with no caveats.
Opinions, brainstorming, rough drafts and explanations of general ideas are far lower stakes. Spend your checking where a mistake would actually cost something.
Quick habits that catch a lot
- Ask it to show its working. Made-up reasoning tends to fall apart when you ask the model to lay out the steps or point to where a claim comes from.
- Ask the same thing a second way. If a reworded question gives a different answer, at least one of them is wrong, and you have just found the soft spot.
- Verify the checkable bit yourself. Follow the citation. Run the code. Confirm the date. One real check on the load-bearing fact is worth more than any amount of rereading.
- Watch for invented specifics. Precise-looking references that you cannot find anywhere are a classic failure. If a source does not exist when you search for it, treat the claim as unsupported.
Make the model help you check
You can build verification into the request itself. Ask it to flag which parts it is unsure about, to separate what it knows from what it is inferring, or to tell you what it would need to confirm to be certain. A model is often reasonable at marking its own shaky ground when you ask it to, and that pointing is a useful map of where to look.
The mindset, not the paranoia
None of this means distrusting everything, which would waste the tool entirely. It means matching your scrutiny to the stakes, and never mistaking a confident tone for a checked fact. Used that way, AI stays fast and becomes reliable, because you have put a cheap check exactly where an expensive mistake would have been.
Where to go next
Verification is the habit that separates people who get burned by AI from people who quietly get a lot out of it. Check Before You Trust is devoted to this skill, and Your First Real Prompts covers how to ask in a way that makes answers easier to check in the first place.