The AI makes mistakes. Learn to see them.
An interactive daily quiz that teaches you to detect and fix AI hallucinations.
🌐 Play now → aillucination.com
Each daily mission walks you through 3 phases per question:
- 🔍 Detect — Read an AI response and identify what's wrong
- 🔧 Fix — Choose the prompt that avoids the hallucination
- 📊 Analyze — Understand why it works and get a takeaway tip
Complete your daily mission, build your streak, and share your mission report.
| Category | What It Means |
|---|---|
| 👻 Factual Error | The AI states something confidently wrong |
| 📚 Source Fabrication | The AI invents fake references or citations |
| 💻 Code Hallucination | The AI generates code with subtle bugs or fake APIs |
| 🔄 Context Drift | The AI loses track of the conversation context |
| 🧠 Reasoning Error | The AI makes flawed logical deductions |
| 🪞 Manifest Incoherence | The AI contradicts itself within the same response |
After each mission, get a shareable report with your clearance level.
- React 18 + Vite 5 — fast builds, modern DX
- Vanilla CSS with CSS custom properties — lightweight, no framework overhead
- Vercel — deployment and analytics
No backend. No auth. Pure static app with localStorage persistence.
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe app runs at localhost:5173.
We'd love your help — especially new scenarios! See CONTRIBUTING.md for guidelines.
# Validate scenarios before committing
python scripts/validate-scenarios.py
