Sign in to access Teach Me mode
Sign in to ask questions
Copy as MarkdownCtrl+⇧+C
Chapter 53 Quiz
Before taking the quiz, verify that you can do each of these without looking at the lessons:
- Write a funnel-pattern prompt: Move from vague to specific across four levels, adding types, behavior, and edge cases
- Identify prompt gaps: Given a prompt, list the decisions the AI must guess
- Track errors across rounds: Fill in a tracking table with PASS/FAIL and Error Taxonomy categories
- Read a git diff: Identify added lines (+), removed lines (-), and replacements
- Apply the 30% heuristic: Given a diff, decide whether to fix manually, re-prompt, or start over
- Run the quality checklist: After all tests pass, check types, docstrings, naming, dead code, and style
If any feel uncertain, revisit the specific lesson before continuing.
Test your understanding of the prompt-test-revise cycle by solving real-world scenarios involving prompt writing, multi-round iteration, diff reading, and judgment calls.
Checking access...