Retry Patterns — Three-Component Retry for Effective Error Recovery
Core 6 min +25 XP
💡
THE ANALOGY
A proofreader marking a draft. Not 'this is wrong' — but specific marks on each error with the correction. The author addresses each mark precisely. Claude's retry needs the same specificity: field name, what it got, what's expected.
⚠️ EXAM TRAP — The Wrong Answer People Choose
Retrying with the original prompt unchanged — produces identical wrong output. The retry must include all three: original document, previous failed output, AND specific error descriptions.
KEY POINTS
1 Three required retry components: original document + failed output + specific errors.
2 Without the failed output: Claude doesn't know what to change.
3 Without specific errors: Claude doesn't know what's wrong.
4 Error format: field name + what was extracted + what's expected.
5 Never retry when source document lacks the information — produces fabrication instead.