See when AI is making things up.Make AI more honest — and show its receipts.
Evidence labels for Claude, ChatGPT, and Gemini.
Show what was searched in this conversation, what comes from memory, and what is inference — instead of presenting everything in the same confident tone.

https://github.com/user-attachments/assets/f06293c7-12ce-4cde-b0c4-b5b708c0c122
LLMs often mix facts, memory recall, analysis, and guesses into one seamless answer.
The problem is not only hallucination — it is that everything can sound equally certain.
AI Truth makes that difference visible.
It combines a structured credibility prompt with a Chrome extension that surfaces evidence labels directly in the chat UI.
Read the Design Journey — the reasoning, the mistakes, and the iterations behind the framework.
[S1], [M2+R2], [S3+R2+F], [U+C]⚠Legal, ⚠Finance, and ⚠MedicalBefore answering, the model runs a hidden 6-point check on key claims:
Claims that fail should be revised, downgraded, or marked uncertain before the final answer is shown.
The final answer labels claims by evidence family, so the user can see what kind of support each statement actually has.
| Family | Tags | Meaning |
|---|---|---|
| S (Searched) | S1, S2, S3 | Actually searched in this conversation: multi-source verified → single strong source → weak / secondary source |
| M (Memory) | M1, M2, M3 | Stable consensus → possibly outdated → time-sensitive, should search first |
| U (User) | U | User-provided, not externally verified |
| R (Reasoning) | R1, R2, R3 | Mechanically verifiable → framework-dependent → open synthesis |
| C (Creative) | C | Generative ideation or design |
| F (Fragile) | F | Insufficient, conflicting, or missing support |
Examples: [S1] [M2+R2] [S3+R2+F] [U+C]
High-risk content should also use domain prefixes such as:
⚠Legal ⚠Finance ⚠Tax ⚠Medical ⚠Safety ⚠Compliance ⚠Engineering
Two versions are included:
| Compact | Full | |
|---|---|---|
| Length | ~400 tokens | ~2500 tokens |
| Best for | Personalization / custom instructions / always-on use | New chats / research / fact-checking / tighter labeling |
| Behavior | Lighter, faster, good default coverage | More explicit rules, stronger boundary control |
| Tradeoff | More drift in long chats, more edge cases left to model judgment | Better consistency, but too long for most personalization settings |
Recommendation: Start with Compact for everyday use. Use Full when you want tighter boundaries, stronger labeling, and less drift.
Prompt files:
Suggested setup:
chrome://extensions/extensions/chromeSupported platforms:
When the AI outputs labels like [S1], [M2+R3], or [S3+R2+F], the extension highlights paragraphs by credibility level.
Two display modes are available:
Verified, Caution, Ref, Alert)Copy the current framework prompt from the popup in one click.
A Credibility prompt selector is injected into supported chat interfaces so you can pick and insert a prompt version without leaving the page.
This project does not just ask the model to “be more careful.”
It changes what becomes visible to the user.
├── docs/ # Design docs and assets
│ └── design-journey.md
├── extensions/
│ └── chrome/ # Chrome extension for visualizing labels
│ ├── manifest.json
│ └── src/ # content scripts, popup, utils, bundled prompts
├── model_instructions/ # Versioned prompt files
│ ├── prompts-v7-compact.md
│ └── prompts-v7-full.md
├── README.md
└── limitations.md # Known failure modes and tradeoffs
See limitations.md for the full list.
Important ones include:
Contributions are welcome, especially in these areas:
MIT
$ claude mcp add AI-Truth \
-- python -m otcore.mcp_server <graph>