Skip to main content

Chapter 6: The Seven Principles of General Agent Problem Solving Quiz

Test your understanding of the seven principles that make agentic AI workflows effective: bash as universal interface, code as universal interface, verification as core step, small reversible decomposition, persisting state in files, constraints and safety, and observability.

Checking access...

Answer Key

QuestionCorrect AnswerPrinciple Tested
1APrinciple 1: Bash is the Key
2DPrinciple 1: Bash is the Key
3CPrinciple 1: Bash is the Key
4BPrinciple 2: Code as Universal Interface
5APrinciple 2: Code as Universal Interface
6DPrinciple 2: Code as Universal Interface
7CPrinciple 3: Verification as Core Step
8APrinciple 3: Verification as Core Step
9BPrinciple 3: Verification as Core Step
10DPrinciple 4: Small, Reversible Decomposition
11CPrinciple 4: Small, Reversible Decomposition
12APrinciple 4: Small, Reversible Decomposition
13BPrinciple 5: Persisting State in Files
14DPrinciple 5: Persisting State in Files
15APrinciple 5: Persisting State in Files
16CPrinciple 6: Constraints and Safety
17BPrinciple 6: Constraints and Safety
18DPrinciple 6: Constraints and Safety
19APrinciple 7: Observability
20CPrinciple 7: Observability
21BPrinciple 8: Putting It All Together
22DPrinciple 8: Putting It All Together
23APrinciple 8: Putting It All Together
24CLesson 03: Verification as Core Step
25BLesson 04: Small, Reversible Decomposition
26DLesson 05: Persisting State in Files
27ALesson 06: Constraints and Safety
28CLesson 02: Code as Universal Interface
29BLesson 06: Constraints and Safety
30DLesson 05: Persisting State in Files
31ALesson 08: Operational Best Practices
32CLesson 08: Operational Best Practices
33BLesson 08: Operational Best Practices

Scoring Guide

ScoreProficiency LevelInterpretation
30-33B2 (Advanced)Strong understanding of all seven principles and how they integrate
24-29B1 (Intermediate)Good understanding with some gaps in integration
18-23A2 (Elementary)Basic understanding of principles but needs more practice
0-17A1 (Beginner)Review the lessons and try the "Try With AI" exercises

Next Steps

Based on your performance, focus on:

  • Principles 1-3 (Foundation): If you missed questions 1-9, review the fundamental lessons on bash access, code as interface, and verification
  • Principles 4-5 (Workflow): If you missed questions 10-15 or 24-26, focus on decomposition and state persistence patterns
  • Principles 6-7 (Safety & Observability): If you missed questions 16-20, 27, or 29, study safety models and observability practices
  • Operational Practices: If you missed questions 31-33, review Lesson 8 on the four-phase workflow, failure patterns, and the interview pattern
  • Integration & Tradeoffs: If you missed questions 21-23 or 24-30, practice applying multiple principles together and reasoning about principle interactions

Remember: The principles are most powerful when applied together. The scenario-based questions (24-33) test your ability to diagnose which principles apply to real-world situations—this judgment is what separates practitioners from beginners.