Lesson 905 of 2116
Debug With Error Receipts
Do not tell the AI 'it broke.' Bring receipts: URL, action, expected result, actual result, console error, network error, and the exact time it happened.
Lesson map
What this lesson covers
Learning path
The main moves in order
- 1Debug With Error Receipts
- 2debugging
- 3console
- 4network tab
Concept cluster
Terms to connect while reading
Section 1
Debug With Error Receipts
Do not tell the AI 'it broke.' Bring receipts: URL, action, expected result, actual result, console error, network error, and the exact time it happened.
- 1Name the job before naming the tool.
- 2Write the smallest useful scope the agent can finish.
- 3Run the result as a user, not as a fan of the tool.
- 4Inspect the diff, data access, and failure path before sharing.
Use this as the working prompt or checklist for the lesson.
I clicked Save on /orders/new at 10:32. Expected the order to appear in the list. Actual: button spinner never stopped. Console: paste error. Network: POST /api/orders returned 500. Fix only this save flow.- What should the user be able to do when this is finished?
- What data should the app or agent never expose?
- What test proves the change works?
- What rollback path exists if the output is wrong?
Key terms in this lesson
End-of-lesson quiz
Check what stuck
15 questions · Score saves to your progress.
Tutor
Curious about “Debug With Error Receipts”?
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
Creators · 30 min
When Things Break — Reading Errors With AI Help
Your first red error screen feels like the end of the world. It isn't. Here's the calm, repeatable way to get unstuck with AI help.
Creators · 14 min
Make Terminal Output Your Shared Truth
Do not argue with the agent about what happened. Paste the exact command and output so both of you reason from the same evidence.
Explorers · 40 min
Use AI to Fix Code That Does Not Work
When your code breaks, AI is amazing at finding the problem. Way faster than just staring at it.
