Lesson 1163 of 1455
Asking AI to Critique Its Own Output Before Returning It
A second pass where Claude grades its first draft catches half the bugs before you see them.
Builders · Agentic AI · ~4 min read
The big idea
LLMs are better critics than authors. Run the output through one more pass with a prompt like 'find three problems with this answer' and you get cleaner results without any extra model.
Some examples
- Claude generates code, then reviews it for null checks — and catches the missing one.
- ChatGPT writes a summary, then re-reads it for tone mismatches and revises.
- Cursor's agent writes a function, then runs the tests itself and patches what fails.
- An agent drafts an email, critiques it for clarity, and shortens it before sending.
Try it!
Take any agent output, feed it back with 'list three flaws and rewrite to fix them'. Compare to the original.
Key terms in this lesson
Practice this safely
Try this with a school, hobby, or family example where the stakes are low. Use the AI output as a draft you can question, not as the final answer.
- 1Ask AI to explain self-critique in plain language, then underline anything that sounds uncertain or too broad.
- 2Give it one detail from "Asking AI to Critique Its Own Output Before Returning It" and ask for two possible next steps plus one reason each step might be wrong.
- 3Check reflection against a trusted source, teacher, adult, expert, or original document before you use it.
End-of-lesson quiz
Check what stuck
8 questions · Score saves to your progress.
Lesson help
Questions are best handled with a grown-up here.
For this age range, Tendril keeps freeform AI chat paused until parent/guardian consent and child-safe moderation are fully verified. Use the quiz, notes, and related lessons below, or ask a parent, guardian, teacher, or librarian to work through the question with you.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Creators · 11 min
AI Agent Self-Reflection: Critique Loops That Actually Improve Output
When and how reflection loops genuinely improve AI agent performance.
Builders · 7 min
What Makes an AI 'Agent' Different From a Chatbot
An AI agent like Claude Code or Manus runs steps on its own — a chatbot just talks back.
Builders · 7 min
Giving Your AI Agent a Clear Stopping Condition (or Watch It Loop Forever)
Without a 'done when X' rule, agents loop until they hit the token limit. Always set the exit.
