Overview
How might we design fact-checking indicators so people can trust and act on AI output?
When this pattern fits
- Essential for information platforms, research tools, and applications where real-time fact-checking helps users assess the reliability of AI-generated claims.
When to skip or lighten it
- Creative writing where factual verification is not the job.
- Offline models with no retrieval or checker backends.
- Dense UIs where per-claim badges destroy readability, prefer a single review pass.
States
State model coming soon
Key UX elements
Key UX elements coming soon
Anti-patterns to avoid
Green checkmarks without links to evidence.
Indicators that finish before retrieval does (fake certainty).
Only flagging false claims while leaving unverifiable ones unmarked.
Mixing sponsored or SEO junk sources into “verified” states.
How products use it
| Product | Implementation |
|---|---|
| Perplexity | Answer with source-backed claims and clear research-in-progress states. |
| Google Search / AI features | Overview claims paired with supporting result evidence. |
| Dedicated fact-checking tools | Claim lists with supported/disputed labels and source diffs. |
| Research assistants | Per-sentence verification passes after draft generation. |
Implementation
Copy this prompt to generate a production-ready implementation in Cursor, Claude Code, Lovable, or any AI coding agent.
Generate a production-ready implementation of the "Fact-Checking Indicators" AI interface design pattern.
Pattern Definition:Frequently asked questions
What are fact-checking indicators in AI UX?
They are UI signals that show whether a claim is still being checked, supported by sources, disputed, or unverified, so users do not treat every fluent sentence as settled fact.
How do they differ from confidence scores?
Confidence is the model’s uncertainty estimate. Fact-checking indicators reflect an evidence process (often retrieval or human review) not only model self-rating.
Should every sentence get a badge?
Not always. Badge high-stakes or cited claims; summarize the rest with a Sources or Review panel so the answer remains readable.
What happens when check fails?
Show disputed or unverified openly, offer sources, and suggest revise or remove. Hiding failures recreates hallucination risk with a false audit trail.