Agentic AI Testing / Quiz
Multi-Step Planning Failures
Agents don't just answer, they plan. And plans fail in specific, testable ways: skipped dependencies, no replanning, premature 'done'.
- Difficulty
- Medium
- Format
- Quiz
- Points
- 150
- Estimate
- 10 min
// MISSION BRIEF
Your Mission
A planning agent decomposes a goal into steps and executes them. Each stage of planning has a signature failure. This quiz drills the failure modes and how to test for recovery.
Scoring: equal weight per question.
// FIRST CONTACT
Battle teaser
An agent tries to 'send the report' before it has 'generated the report'. The planning failure:
- AA temperature problem
- BA network timeout
- CA dependency/ordering error, it executed a step whose prerequisite was not yet satisfied
- DA tokenizer bug
Answers, scoring, hints, and the full battle stay sealed.
// SKILL TAGS
agenticplanningreplanningevaluation