Understanding What AI Hallucinations Are
📖 Scenario: You are learning about artificial intelligence (AI) and how it sometimes makes mistakes called hallucinations. These mistakes happen when AI gives answers that sound real but are actually wrong or made up.
🎯 Goal: Build a simple explanation and example list that shows what AI hallucinations are and how to recognize them.
📋 What You'll Learn
Create a dictionary called
ai_hallucinations with three examples of AI hallucinations and their explanations.Add a variable called
example_count that stores the number of examples in the dictionary.Use a
for loop with variables example and description to iterate over ai_hallucinations.items().Add a final statement that sets a variable
summary to a short explanation of AI hallucinations.💡 Why This Matters
🌍 Real World
Understanding AI hallucinations helps people use AI tools more carefully and avoid trusting wrong information.
💼 Career
Knowledge of AI hallucinations is important for jobs in AI development, content creation, and digital literacy education.
Progress0 / 4 steps