Level 4 · Mission 24 · 8 min
Recover from errors
Technical review: this is a testable lesson, not a competency certificate. Use fictional or public information only.
Pause before choosing a tool
When an error appears, do not merely swap models. Preserve the failure and narrow the cause.
Order the recovery steps.
- 1Save input, output, and failure condition
- 2Check data, sources, and task definition
- 3Build a smaller reproducible example
- 4Change one variable at a time and record the result
Attempted: made a judgment Evidence shown: correct here Transfer shown: correct in a new scenario