Lesson 1143 of 1234
Why AI Agents Can Mess Up Real Tasks
AI agents are still learning — they can click the wrong button or buy the wrong thing.
Lesson map
What this lesson covers
Learning path
The main moves in order
- 1The big idea
- 2agent mistakes
- 3scope error
- 4assumption error
Concept cluster
Terms to connect while reading
Section 1
The big idea
AI agents can goof — like ordering 100 pizzas instead of 1, or emailing the wrong person. Always supervise!
Some examples
- An AI agent once booked a flight for the wrong day.
- Some AIs typed the wrong amount when paying for things.
- AI might 'agree' to scary terms in fine print without reading.
- AI doesn't always know when something looks suspicious.
Try it!
Imagine you asked AI to order one t-shirt. What should you check before AI clicks 'buy'? Make a checklist of 3 things!
The types of mistakes AI agents most commonly make
AI agents make mistakes in pretty predictable patterns — once you know the patterns, they're much easier to catch. The most common mistake is misunderstanding the scope: the agent does more than you asked (orders 10 items instead of 1) or less (only edits the first document instead of all three). The second most common is wrong assumptions: the agent assumes your contact named 'Chris' is the one at school, not the one at church. The third is cascading errors: one wrong step leads to the next wrong step, and by step five, the result is completely off track. The good news is that all of these mistakes are more likely to happen on big, vague tasks than on small, specific ones. 'Book me a flight' is much riskier than 'Find me three flights from Atlanta to Chicago on June 5th under $300 and show me the options.' Specificity is your best protection against AI agent mistakes.
- Scope mistakes: agent does too much or too little compared to what you intended
- Assumption mistakes: agent fills in ambiguous details with wrong guesses
- Cascading mistakes: one wrong step causes every subsequent step to be wrong
- Confident wrong answers: agent presents a mistake as if it's certain — always verify important facts
Key terms in this lesson
Key terms in this lesson
End-of-lesson quiz
Check what stuck
15 questions · Score saves to your progress.
Tutor
Curious about “Why AI Agents Can Mess Up Real Tasks”?
Ask anything about this lesson. I’ll answer using just what you’re reading — short, friendly, grounded.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Explorers · 40 min
AI Agents Should Have a Permission List
Tell AI what it can and can't touch — like rules on a babysitter's note.
Explorers · 7 min
Why Sneaky Websites Can Trick AI Agents
Bad websites can hide tricky messages to fool AI into doing wrong stuff.
Builders · 40 min
Builder Capstone: Design an Agent for Your Life
No code. Just design. Pick a real task you do every week and draft a complete agent spec — goal, tools, loop, stop, approvals, and what success looks like.
