Here is the fear, and it is the right one to have. The AI does a clean, confident job on a report, and buried in the middle is one number it invented. Not a crazy number — a plausible one, in the same font as all the real ones, riding along to the total. You reread it twice and miss it both times, because it looks exactly like the truth. You do not fix that by trusting the machine more or less. You fix it with a routine that makes the AI catch its own mistakes before they reach you.
- Make it plan first. "Write me a plan — do not start yet." Most wrong numbers begin as a wrong approach, and the plan is where you catch it while it is free to fix.
- Bring in a second set of eyes. "Launch a subagent to critique this plan and tell me where it will fail." A reviewer that has not been talked into your assumptions finds the holes.
- Ground it in the source. "Use these numbers as the source of truth. If you are not sure, look it up — do not guess." An AI reading your real data has far less room to invent it.
- Make it QC itself at every step. "Stop and QC yourself against the source before you move on." Mid-task, not just at the end.
A few habits that catch the confident errors. Give it an out — "I would rather you say ‘I do not know’ than guess" is the single most useful line you can add. Make every number show its papers ("tell me which file and row each figure came from"). Ask for the same number two ways and see if they match. Check one number at random like an auditor and trace it yourself. And do not lead the witness: ask "is this right, and how do you know?" instead of "this looks high, right?" — an eager AI will just agree with a leading question.
The deepest fix is not more self-checking; it is never letting the AI work from memory. A number read live from the source barely has room to go wrong — which is the whole point of a real data connection. Make these checks permanent by putting them in your instructions file, and when a long session starts to drift, hand off to a fresh one before it costs you. More on the Learn page.