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:

  1. "What is the latest version of the npm package fast-json-validator?" (may not exist)
  2. "What is Supabase's maximum free storage in GB?" (numbers may be inaccurate)
  3. "What are the new features in Next.js 15?" (may mix real and fake information)
  4. "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.

My Notes