Rubric
Contents — domains, guide and mocks

Iterating on a prompt

CCAO-F 1.314 min read · checked 21 September 2026

Task statementIterate prompts to improve output quality

The iteration loop

  1. Write down goodwhat a finished answer must contain
  2. Read the gapname what is missing or wrong
  3. Change one thingthe edit that addresses that gap
  4. Compare, don’t admirenew output against the standard
  5. Keep the winnersave the prompt that worked

Still short? Name the next gap — one change per round

The first box is the one people skip. Without a standard written down beforehand, “better” just means “different”, and you cannot tell when to stop.

Iteration is diagnosis, not repetition

Sending the same prompt again gives you a different draft of the same misunderstanding. Adding “please be more thorough” gives you a longer draft of it. Real iteration starts with a sentence you can say out loud: “this is wrong because it covered only three of the seven regions”, or “this is wrong because the tone is for customers and I need it for the finance committee”. Until you can finish that sentence, any edit is a guess.

Most gaps fall into a handful of families, and each family has a characteristic fix. Working from the symptom to the edit is faster than rewriting from scratch, and it leaves you with a prompt you understand.

What is wrong with the outputThe likely gap in the promptThe edit
Generic — could be about any companyNo source material, or no audienceAttach or paste the material; say who reads it and what they already know
Right content, wrong shapeFormat was described, not specifiedGive the exact sections, table columns, or a sample to match
Wrong tone or reading levelTone left implicitName the reader and paste one piece of writing to imitate
Missing a section you neededIt was never asked forList every required element; ask for “not found” where it cannot be produced
Too long, or padded with preambleNo length or structure constraintSet a word count and say what to lead with
Drifts into general knowledgeNo instruction to stay in the sources“Use only the attached documents; say so where they are silent”
Suggests rather than doesRequest phrased as a questionPhrase it as an instruction — “write”, “rank”, “rewrite”, not “could you suggest”

That last row is worth dwelling on. Anthropic’s current guidance contrasts a prompt that only invites suggestions with one that asks for the work — “can you suggest some changes to improve this function” against “change this function to improve its performance” — and notes that current models are precise instruction-followers rather than mind-readers. A surprising number of unsatisfying outputs are answers to the question that was actually asked.

Three rounds on one task

v1 — and what came backtext

Summarise this quarter's churn data.

> A readable page of prose about
> churn trends. No figures tied to
> segments. Tone aimed at nobody
> in particular.

v3 — after two editstext

For the customer success leads, who
know the product but not the finance
terms.

Using only the attached Q2 export:

- A table: segment, customers lost,
  churn %, change vs Q1.
- Under it, the three segments that
  moved most, one line each.
- Flag any segment where fewer than
  20 customers make the % unstable.

Under 300 words. No recommendations
yet — I'll ask separately.
Each version adds exactly one thing: first the audience and source, then the format, then the standard for what must be flagged. Three small edits, not three rewrites.

Change one thing at a time

When four things change at once and the output improves, you do not know which change did it — so you cannot drop the three that were useless, and you cannot reuse the one that mattered. Single changes are slower for one task and much faster across the fifty tasks like it, because they build a prompt you can explain to a colleague. They also protect you from the common trap of fixing a tone problem by adding three paragraphs of context, and then never noticing that the context was irrelevant.

There is a real exception. If the first attempt is wrong in every dimension — wrong audience, wrong source, wrong shape — you are not iterating, you are starting, and a clean rewrite using the brief structure from 1.1 beats five patches. The rule of thumb: patch when the output is recognisably the right thing done imperfectly; rewrite when it is the wrong thing done well.

Steer in the thread, or start again?

Once a draft exists, you have two ways to improve it, and they are not equivalent. You can steer in the same conversation — “shorten the second section, and use the client’s own words for the objection” — which keeps everything already established and is right for refinement. Or you can revise the prompt itself and run it fresh, which is right when the first attempt started from the wrong place, because a long thread carries the flawed draft along with it and later answers keep gravitating back to it.

Which move fits the problem?

What is wrong with the current draft?
  • Small, local fixes
    Steer in the threadname the section and the change
  • Brief was wrong
    Fix the prompt, run freshnew turn, corrected brief
  • Thread is long and tangled
    New chat with the best versioncarry forward what worked
Refining a draft and fixing a brief are different jobs. Doing the second inside a thread full of the first is the common cause of “it keeps going back to the old version”.

Long threads have a practical cost too. As a conversation approaches the context limit, Claude summarises earlier messages so it can continue, and longer conversations consume more of your usage limit. A thread that contains six abandoned drafts is paying for all of them on every turn. Starting a clean conversation with your best prompt and the material that matters is often both cheaper and better — when to restart, summarise or persist is covered in 3.4.

Scoring two drafts against one standard

  • Passes: Under 200 wordsv2: 186 · v6: 240
  • Fails: Leads with date and addressv6 opens with a paragraph about growth
  • Passes: One sentence on why
  • Missing: Names a contactdropped in v4 when it was shortened
  • Check: Warm, not jokeyv6 opens with a pun
  • Passes: No mention of cost savings
The same six criteria applied to both versions. This is what lets you say the earlier draft was better rather than merely preferring it.

One last point about where iteration stops. Improving a prompt makes the draft better; it does not make the draft true. A third round that finally produces the table you wanted still contains figures you have not checked. Judging the result against its sources is Domain 2 — the largest on this exam — and diagnosing persistently underperforming prompts as a troubleshooting discipline is 7.1. Iteration is the bridge between them: it is how a diagnosis becomes a better request.

Traps the wrong answers are built from

Tempting but wrongDo this instead
Regenerating an unchanged prompt and hoping for betterName the gap, then change the one thing that caused it.
Adding intensifiers — “be thorough”, “this is important”Add the missing requirement, source, format or example.
Changing five things at once because the output improvedOne edit per round, so you know what worked and can reuse it.
Iterating against the previous draft rather than a standardWrite down what a finished answer must contain before round one.
Patching inside a thread full of abandoned draftsStart fresh with the corrected brief and the best version so far.

You should now be able to

  • Write a definition of done before the first attempt, and score every draft against it.
  • Diagnose an output by naming the specific gap rather than calling it disappointing.
  • Map common symptoms — generic, wrong shape, wrong tone, missing section — to the prompt edit that fixes each.
  • Make one deliberate change per round so the improvement is attributable and reusable.
  • Choose between steering inside a thread, revising the prompt, and starting a clean conversation.
  • Recognise when to stop iterating and start verifying.

Practice questions

Original questions written for this lesson, in the exam’s style. Answer first, then open the reasoning — every option is explained, including why the wrong ones are tempting.

  1. Question 1

    A recruiter asks Claude for a job advert and gets something generic. She resends the identical prompt three times, then adds “please make this really excellent and detailed”. The fourth version is longer and still generic.

    What has gone wrong with her approach?

    1. AShe should have used a more capable model for creative writing tasks.
    2. BNone of her changes supplied information the original prompt was missing.
    3. CShe needed to break the advert into a chain of separate prompts.
    4. DFour attempts is too many and she should have accepted the second.
    Show answer and reasoning
    1. AIncorrect. A stronger model still has no access to the role, team or company details the prompt never supplied.
    2. BCorrect. Resending and adding intensifiers change no requirement; the advert is generic because the role, audience and must-have details were never given.
    3. CIncorrect. Decomposition helps with multi-part tasks; a single short advert is not failing for want of structure.
    4. DIncorrect. The number of attempts is not the problem; attempts that change nothing are.
  2. Question 2

    An analyst’s prompt produces the right analysis in the wrong shape — narrative paragraphs where he needs a comparison table. He is about to rewrite the entire prompt, adding more background about the project, a longer explanation of the audience and a request to be rigorous.

    What is the better next move?

    1. ARewrite the prompt completely, since a fresh start avoids carrying over old mistakes.
    2. BSpecify the table — its columns, their order and one sample row — and change nothing else.
    3. CAdd all three changes at once to save a round of iteration.
    4. DAsk Claude to reformat its own previous answer without changing the prompt.
    Show answer and reasoning
    1. AIncorrect. The analysis is already right; a full rewrite risks losing what worked and teaches nothing about the actual gap.
    2. BCorrect. One edit targeted at the one gap; the content was never the problem, so everything else should stay fixed.
    3. CIncorrect. If it improves, he cannot tell which change did it, and two of the three are unrelated to the fault.
    4. DIncorrect. This fixes today’s output but leaves the prompt unimproved for the next fifty runs of the same task.
  3. Question 3

    After eleven rounds of refinement on a client proposal, a consultant notices the latest version keeps reintroducing a positioning line she removed four rounds ago, and answers are getting slower and more hedged.

    Which TWO actions best address this? (Select 2.)

    1. AStart a new conversation seeded with the best version so far and the agreed requirements.
    2. BWrite down the requirements as a fixed standard and score versions against it.
    3. CTell Claude firmly never to mention the positioning line again.
    4. DTurn the effort setting up so the model reasons more carefully.
    5. EAsk Claude to summarise the eleven rounds and continue in the same thread.
    6. FSend the proposal to a colleague for comments instead.
    Show answer and reasoning
    1. ACorrect. A clean thread drops the abandoned drafts that keep pulling the output back, and long threads also consume more of the usage limit.
    2. BCorrect. Drift happens when each round is judged against the last one; a fixed standard makes “better” measurable.
    3. CIncorrect. A single negative instruction inside a long thread competes with several earlier drafts that contain the line.
    4. DIncorrect. Effort changes depth of reasoning, not which of eleven prior drafts the answer anchors on.
    5. EIncorrect. A summary helps, but continuing in the same tangled thread keeps the source of the drift in context.
    6. FIncorrect. Useful eventually, but it does not resolve the iteration problem she is describing.
  4. Question 4

    A finance manager has iterated a cash-flow commentary through four rounds. The fifth draft finally has the structure, tone and length she wanted, and reads convincingly.

    What should she do before circulating it?

    1. ARun one more round asking Claude to improve anything it can.
    2. BAsk Claude to confirm that the commentary is accurate.
    3. CCheck the figures and claims against the underlying data before it goes out.
    4. DSave the prompt to her Project so future commentaries start from it.
    Show answer and reasoning
    1. AIncorrect. Open-ended polishing with no named gap is the drift this lesson warns about, and adds nothing checkable.
    2. BIncorrect. A self-assessment is not evidence; the model can be confidently wrong about its own figures.
    3. CCorrect. Prompt iteration improves the draft, not its truth; verification against sources is a separate step and is the largest domain on this exam.
    4. DIncorrect. Worth doing, and recommended — but it is housekeeping for next month, not the check this document needs now.

Sources

Drafted with AI assistance and checked against the sources above; expert review is in progress. Spotted an error? Tell us and it gets fixed, dated and listed on how this is written.