D13Advanced
Hallucination Detection Training
45 minWeekly
Format: Intentionally ask AI questions in areas where it tends to "hallucinate," and train your detection ability.
Steps: Ask AI the following questions, then verify the accuracy of the answers:
- "What is the latest version of the npm package
fast-json-validator?" (may not exist) - "What is Supabase's maximum free storage in GB?" (numbers may be inaccurate)
- "What are the new features in Next.js 15?" (may mix real and fake information)
- "Does this code have any bugs? [paste correct code]" (AI may "find" non-existent bugs)
Verification methods:
- Check official documentation
- Check npm/GitHub
- Cross-verify answers from multiple AIs
Core Principle: Everything AI says needs verification, especially specific numbers, version numbers, and API details.