Hallucinations & Limitations — Foundations Lesson 5
Scenario
You've started using AI for your work, and you've caught it making mistakes — making up citations, inventing statistics, contradicting itself. Every time, it sounds completely certain. You start wondering: How much of what AI generates is real vs. made up? Is there a pattern? Can you predict when it'll fail? Or do you just have to assume everything is wrong until proven otherwise?
---
Learning Objectives
By the end of this lesson, you will be able to:
1. Understand why hallucinations occur — the root cause, not just the symptom
2. Recognize hallucination patterns — factual vs. logical vs. fabricated
3. Identify AI's hard limits — tasks it will always struggle with
4. Design workflows that work around limitations — instead of fighting them
5. Communicate limitations to colleagues — so they don't over-trust AI
---
Think Before You Prompt
Before you assign a task to AI, ask:
---
The Root Cause of Hallucinations
Hallucinations aren't bugs. They're a fundamental feature of how LLMs work.
How It Happens
1. LLM predicts the next word based on patterns in training data
2. Prediction prioritizes plausibility — The LLM generates what "sounds right" given the context
3. Plausibility ≠ accuracy — Something can sound right and be completely false
4. No fact-checking mechanism — The LLM never checks: "Wait, is this actually true?"
Simple Example
You ask: "What year did the first iPhone launch?"
The LLM has patterns like:
The LLM predicts: "2007" → Correct!
But then you ask: "What year did the sixth iPhone launch?"
The LLM has patterns about iPhones being released yearly, but it doesn't have strong patterns about "sixth iPhone" specifically. It makes a plausible guess: "2013"
(Real answer: 2014 — the iPhone 6)
The problem: The LLM can't tell the difference between "I'm confident because I've seen this pattern 10,000 times" and "I'm guessing because I don't have clear training data."
---
Types of Hallucinations
Type 1: Factual Hallucinations
AI invents facts, dates, statistics, or citations that don't exist.
Examples:
Why it happens: AI tries to sound authoritative by generating specific numbers and sources, but it's just pattern-matching.
How to catch it: Verify specific numbers, dates, and citations independently.
---
Type 2: Logical Hallucinations
AI invents reasoning or logical steps that don't follow.
Examples:
Why it happens: AI generates plausible-sounding reasoning without checking if the logic holds.
How to catch it: Read carefully. Ask "Does this actually follow?" If it feels off, it probably is.
---
Type 3: Fabricated Context
AI invents details to fill gaps in context.
Examples:
Why it happens: AI would rather make something up than say "I don't know." Confidence is built into its output generation.
How to catch it: Ask yourself "Did I provide this context?" If you didn't, AI likely fabricated it.
---
AI's Hard Limits
Some tasks are fundamentally difficult for LLMs. These aren't fixable with better prompts; they're architectural limitations.
Limit 1: No Access to Real-Time Information
What it means: AI can't:
Workaround: You provide the information. ("Here are today's stock prices. Now analyze them.")
When it matters: Finance, current events, internal projects, real-time data
---
Limit 2: No True Understanding of Context
What it means: AI doesn't know:
Workaround: Explicitly tell AI these things. ("Our company prioritizes customer relationships over cost. Keep that in mind.")
When it matters: Strategic decisions, sensitive communications, culture-specific advice
---
Limit 3: Math & Precise Calculation
What it means: AI:
Example: "What's 47 × 23?" ChatGPT might say "1,091" (wrong; it's 1,081)
Workaround: Use a calculator for actual math. Use AI to explain math or set up the problem.
When it matters: Financial calculations, data analysis, engineering
---
Limit 4: Specialized or Niche Knowledge
What it means: If something wasn't heavily represented in training data, AI likely doesn't know it.
Examples:
Workaround: Fill in the knowledge gap yourself. ("Our company uses a custom CRM called InternalCRM. It works like Salesforce but with these differences...")
When it matters: Specialized work, niche industries, rapidly changing fields
---
Limit 5: Reasoning Across Many Steps
What it means: AI struggles with:
Workaround: Break complex tasks into smaller pieces. ("First, list the constraints. Then, evaluate options against each.")
When it matters: Complex workflows, multi-step decision-making, strategic planning
---
Limit 6: Emotional or Ethical Judgment
What it means: AI can't actually:
Examples:
Workaround: Use AI for initial ideas, but make judgment calls yourself.
When it matters: Leadership decisions, ethics, people management
---
Working Around Limitations (Not Against Them)
Strategy 1: Hybrid Workflows
Instead of: "Let AI handle the whole thing"
Do: "Let AI handle what it's good at; I handle the judgment parts"
Example:
---
Strategy 2: Verification as Standard Process
Instead of: "Hope the output is right"
Do: Build verification into every workflow
Example:
---
Strategy 3: Explicit Context Provision
Instead of: "AI, figure it out"
Do: "AI, here's the context you're missing..."
Example:
---
Strategy 4: Breaking Complex Tasks
Instead of: "Handle this entire workflow"
Do: Break it into smaller steps, with human review between
Example:
---
Strategy 5: Constraint Specification
Instead of: "Do something with this"
Do: Give clear constraints and boundaries
Example:
---
Common Mistakes When Working with AI Limitations
Mistake 1: Assuming AI Knows Your Context
AI has no idea who James is, what the Johnson project is, or what you want.
---
Mistake 2: Asking AI to Make Judgment Calls
AI can't know your strategic priorities or team needs.
---
Mistake 3: Asking for Real-Time or Current Info
AI can't access live data.
---
Mistake 4: Trusting Numbers Without Verification
AI's numbers are frequently off.
---
Mistake 5: Using AI as Final Authority on Anything
AI has no accountability or deeper understanding.
---
Mission: Identify Limitations in Your Work
The Task
1. Pick a complex task you do that involves some of AI's limitations
2. Map the limitations — Where would AI struggle?
3. Design around them — How would you hybrid-work this with AI?
4. Write the AI-assisted workflow — Step by step
Example task: "Decide whether to promote an employee"
AI's limitations:
Workaround workflow:
1. You gather performance data
2. AI drafts a summary of pros/cons
3. You add context AI doesn't have
4. AI suggests discussion questions for the review
5. You make the final judgment
---
Deliverables
Limitation Awareness Document:
`
Task: [Your task]
AI's Strengths Here: [What AI can help with]
AI's Limitations Here: [What AI struggles with]
Hybrid Workflow:
Step 1: [What you do]
Step 2: [What AI does]
Step 3: [What you do]
...
Risk: [What could go wrong if you skip verification?]
Verification Step: [How you'll catch errors]
`
Keep this. You're building AI-aware thinking.
---
AI Coach: Limitations Are Features, Not Bugs
Here's the shift in thinking that separates good AI users from bad ones:
Bad thinking: "AI has limitations. How do I work around them?"
Good thinking: "AI has specific strengths and limitations. I'll use the strengths and design workflows around the limitations."
Example:
The limitation isn't a flaw — it's just a boundary. Work within it instead of fighting it.
Key insight: The professionals who get the most value from AI aren't the ones with the most advanced prompts. They're the ones who understand AI's architecture well enough to design workflows that play to its strengths.
---
Reflection: What's Your AI's Superpower and Kryptonite?
For your role, what's AI genuinely great at? And what's it terrible at?
Superpower: [What AI does better than you]
Kryptonite: [What AI fails at that you need to handle]
This shapes how you'll work with AI going forward.
---
Portfolio Check
Portfolio principle: Every AI-assisted output should acknowledge the verification you did.
Not in a formal way — just knowing in your own mind: "I verified this by [method] because [task has this risk]."
As you move into later lessons and build portfolio pieces, this verification thinking should be automatic.
---
Bonus Challenge
Hallucination deep-dive: Pick a topic you know well (your job, a hobby, a skill). Ask an AI to explain it to you. How many hallucinations did it make? Which facts were wrong? Why do you think it got those wrong? This trains you to spot hallucinations in areas where you don't have expertise.
---
Key Takeaways
Next: Lesson 6 explores Responsible AI & Ethics — building ethical thinking into every use of AI.