# How to Fact-Check What AI Tells You
**AI can be wrong — confidently, fluently, and without any indication that it’s wrong.** This is called hallucination: the model generates text that sounds accurate and authoritative but contains errors.
The good news: most AI errors are checkable in under 30 seconds. You don’t need to verify everything — just the things that matter.
—
## The 30-Second Verification Routine
### Step 1: Ask yourself, “Does this matter?”
Not every AI output needs verification. If you’re asking AI to draft an email, brainstorm ideas, or summarize something you can check yourself, fact-checking is unnecessary. The routine below is for when accuracy actually matters.
**Verify when:**
– You’re about to share or publish the information
– You’re making a decision based on it (financial, medical, legal, professional)
– It contains specific numbers, dates, names, or citations
– It’s about recent events (within the last year or two)
**Skip verification when:**
– It’s a first draft you’ll edit anyway
– It’s creative or brainstorming output where accuracy isn’t the point
– You already know the information is correct
—
### Step 2: Identify the specific claim to check
Don’t try to verify everything at once. Find the specific fact that’s doing the most work — the number, name, date, or claim you’d be embarrassed to get wrong.
In the sentence “The Eiffel Tower was completed in 1889 and stands 330 meters tall,” the two facts to check are the year and the height.
—
### Step 3: Check the specific claim (choose one)
**Option A — Search it directly**
Google the specific claim. If it’s true, you’ll see it confirmed immediately in the search results. If it’s wrong, you’ll see the correct information.
“Eiffel Tower height meters” → Google confirms 330m (with antenna) / 300m (original) — now you know which one to use.
**Option B — Use Perplexity**
Paste your question into Perplexity (free, real-time web search):
“`
Is it true that [claim]? Give me the source.
“`
Perplexity will either confirm it with a citation or correct it.
**Option C — Ask AI to doubt itself**
This works for detecting uncertainty, not for confirming facts:
“`
You said [specific claim]. How confident are you in this?
Is this something that might have changed recently,
or that you might have incorrect?
“`
AI is often more honest about its uncertainty when asked directly. If it hedges, check the claim externally.
—
## What AI Gets Wrong Most Often
**Specific numbers and statistics** — percentages, costs, dates, measurements. Often approximately right but precisely wrong.
**Recent events** — AI training has a cutoff date; anything from the past 6-18 months may be outdated or simply unknown to the model.
**Citations and sources** — AI sometimes invents academic citations that look real but don’t exist. Always check a specific paper by searching Google Scholar or the journal directly.
**Legal and medical specifics** — rules vary by jurisdiction and change frequently. “The standard notice period is 2 weeks” may be wrong for your country, state, or employment contract.
**Quotes** — AI frequently misattributes quotes or slightly changes the wording. Verify any quote you plan to use before publishing.
—
## The “Trust But Verify” Level by Topic
| Topic | Default trust level | When to verify |
|—|—|—|
| General explanations of concepts | High | If you’ll teach others or publish it |
| Specific numbers/dates/stats | Low | Always, if it matters |
| Recent events (post-2024) | Low | Always — AI may not know |
| Code / formulas | Medium | Test it before using |
| Medical / legal specifics | Low | Always — use authoritative sources |
| Brainstorming / ideas | High | Not needed |
—
## The Fastest Check for Most Things
Open a new tab, type the key claim into Google, scan the first result. If the top result confirms it, you’re done. If it contradicts it, use the correct information. Takes 20 seconds.
For anything more consequential: Perplexity with a specific question, or the primary source (the actual government website, the journal abstract, the company’s official page).
—
## FAQ
**Should I always verify AI answers?**
No — only when accuracy matters. Drafting, brainstorming, and reformatting don’t need verification. Claims you’ll act on or publish do.
**Is newer AI more accurate?**
Somewhat, on well-documented topics. But all current AI models still hallucinate — the rate varies, but no model is reliably accurate enough to skip verification for high-stakes claims.
**What if I can’t find confirmation anywhere?**
That absence is useful information. If a specific statistic or claim can’t be found from a primary or reputable source, it may not exist. Treat unverifiable AI claims as “unconfirmed.”
—
*Related: [Why does AI sometimes give confidently wrong answers?](/why-does-ai-sometimes-give-confidently-wrong-answers/) · [Can AI do research for me automatically?](/can-ai-do-research-for-me-automatically/)*
You might also like:
- Microsoft Copilot: Free AI Built Into Windows, Edge, and Microsoft 365
- Day 22 — Translate Any Video’s Subtitles Into Your Language (AI 1-Minute Challenge)
⭐ Want every prompt in one place?
All 136 tested prompts from our daily skills are free on
GitHub — DailySkill Prompt Library.
Star it to get new prompts as we publish.


