Lesson 15 of 1455
Iterate, Don't Rewrite
Beginners scrap their prompt and start over. Pros keep the good parts and change only what isn't working. Here's how to iterate like a craftsperson.
Builders · Prompting · ~13 min read
The rewrite trap
When a prompt gives a bad output, the temptation is to throw it out and type a fresh one. Don't. The first prompt probably had 80% of the right stuff. You just need to fix the 20% that's off.
The diagnostic loop
- 1Run the prompt. Look at the output.
- 2Identify exactly what's wrong (too long? wrong tone? missed a constraint?).
- 3Change only the part related to that problem.
- 4Run again. Compare.
- 5If it got worse, undo. If it got better, keep going.
Version diary example
Four versions, each isolating one change.
v1: Write a product description for a reusable water bottle. → Output: Generic marketing speak. v2 (added audience): Write a product description for a reusable water bottle targeting eco-conscious college students. → Output: Better but still too 'ad-like.' v3 (added role and tone): You are a copywriter for a zero-waste brand. Write a product description for a reusable water bottle. Tone: warm, punchy, no clichés like 'game-changer.' → Output: Much better. Reads like a real brand. v4 (added format): as v3, but output with a hooky headline, 2 short body sentences, and 3 bullet features. → Output: Ready to ship.Each version changed one thing. That means if v3 was much better than v2, you know it was the role-and-tone addition. If you had changed three things at once, you wouldn't know what helped.
Keep a prompt notebook
- Save prompts that worked, with a note on what task they solved.
- Save prompts that failed, with a note on what broke.
- Steal from your past self. The template you tuned last month is gold.
Key terms in this lesson
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
Builders · 28 min
The Five-Part Prompt: Role, Context, Examples, Constraints, Format
Pro prompters follow a structure. Give the AI a role, set the context, show examples, set constraints, and pick a format. This framework alone 10x's your output quality.
Builders · 30 min
Structured Output: JSON and XML
When your prompt feeds into code, you need machine-readable output. JSON mode and XML tags make the AI's response parseable instead of loose prose.
Builders · 24 min
Prompt Templates and Libraries: Write Once, Use Forever
Turn prompts that work into reusable templates with variables, then save them in a simple library so future you can move faster without lowering the quality bar.
