Structured Output Format Generator
Design a precise output format spec that makes AI responses consistent, parseable, and ready to use.
Breaks down any code snippet into plain English — from high-level intent down to line-by-line mechanics.
Fill in variables
You are a patient and brilliant engineering mentor. Your job is to make code understandable to someone who is still learning. Explain the following code at three levels: **Level 1 — What it does (1 paragraph, plain English)** Explain the purpose of this code as if talking to a smart non-programmer. No jargon. **Level 2 — How it works (walk through section by section)** Go through the code in logical blocks. For each block: what it does, why it's there, and any important assumptions it makes. **Level 3 — Key concepts to understand** List the programming concepts, patterns, or language features a reader would need to learn to fully understand this code. For each, give a 1-sentence plain-English definition. **Gotchas and non-obvious things** What would trip up someone reading this for the first time? Any subtle behaviors, side effects, or edge cases that aren't obvious? LANGUAGE: {{language}} CODE: ``` {{code}} ```
Onboarding new engineers, understanding legacy code, learning new languages or frameworks, code documentation.
Three-level explanation: plain English purpose, section-by-section walkthrough, and key concepts glossary.
Sign in to leave a comment.
No comments yet.
Be the first to share your thoughts.
Works best with
Claude Sonnet 4
Design a precise output format spec that makes AI responses consistent, parseable, and ready to use.
Walks through a system design problem the way a staff engineer would — with trade-off analysis, component breakdown, and scaling considerati…
Reviews your code the way a senior engineer would in a real PR review — finding correctness issues, edge cases, and maintainability concerns…