Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
Let Claude Do the Work, Not Just Answer
claudecowork-me.com
LATEST
When a Scheduled Task Fails, How Would You Even Know? Designing Automation That Fails Loud, Not Silent  ·  Stop Asking Claude for Answers, Ask It to Try Disproving Your Assumptions: Hypothesis Testing Over Direct Problem-Solving  ·  Cross-Language Content Review Workflow: The Question Isn't Whether the Translation Is Correct, It's Whether Every Version Says the Same Thing  ·  Copy-Paste Dependency: The Beginner Mistake Isn't Distrusting Claude, It's Trusting It Too Fast  ·  Should You Upgrade to a Pricier Claude Plan? Run These Three Numbers Before Looking at the Feature List  ·  New Hire Onboarding Materials Workflow: Turning Scattered Information Into an Onboarding Packet a New Hire Can Actually Follow on Their Own
Glossary · Auditing & Validation

Golden Set

Auditing & Validation intermediate

30-Second Version · For the impatient
A fixed set of real tasks whose correct outputs have already been approved by a human, re-run after every prompt edit or model change so the difference between the old and new output shows whether the change actually helped instead of just feeling better.
Full Explanation +
01 · What is this?

A golden set is a small, fixed collection of real tasks — usually twenty to fifty — where someone has already reviewed the output and confirmed it is good enough to send. The set does not change between runs, and that fixity is the entire point. When you edit a prompt, switch Claude models, or add documents to a Claude Projects knowledge base, you re-run the same tasks and place the new outputs next to the approved ones. This is easy to confuse with spot-checking, but the two answer different questions. Spot-checking asks whether today's output is acceptable. A golden set asks whether today's system is better or worse than last week's. It is also not a test suite in the engineering sense, because the correct answer is a judgment rather than an exact string match — two differently worded meeting summaries can both be right.

02 · Why does it exist?

When you edit a prompt, you watch the one problem you were trying to fix. You do not notice that two of the ten cases that used to work quietly broke. Model versions get updated, a task gets moved from one model to another, someone adds files to the knowledge base, a scheduled task's trigger condition gets nudged — all of these change output behaviour, and almost no office keeps a record of what the previous version looked like. Quality discussions then collapse into competing impressions: one person says it has clearly improved, another says it has been strange lately, and neither can produce anything to compare. A golden set exists for exactly one reason: to turn 'what the previous version looked like' from memory into a file you can pull up, so the effect of a change becomes a visible difference rather than an argument.

03 · How does it affect your decisions?

Start with selection. The bulk of the set should be the ordinary tasks you run every week — the boring ones nobody wants to discuss — plus a handful of edge cases you already know cause trouble: a scanned attachment, an email mixing two languages, source data with numbers that contradict each other. Store each input paired with its approved output, in a spreadsheet or a Claude Projects knowledge base; what matters is that anyone can retrieve it. To run a check, use batch processing to push the whole set through at once, then compare each item on three things: are the facts wrong, are the required fields present, does the tone meet your external standard. The passing bar is not perfection — it is that the new version must not be worse than the last. Two forms exist in practice. Strict comparison suits tasks with fixed output shapes such as fields, figures and dates. Rubric scoring suits open-ended writing, where a person grades each item one to five and you watch the total move. For upkeep, retire a few items each quarter once they always pass, and add whatever new failure you just hit.

04 · What should you do?

Building a golden set costs roughly half a day: assemble twenty to thirty inputs, paste in the approved outputs, write down the comparison criteria. After that, each re-run takes maybe fifteen minutes. Whether it is worth it comes down to two conditions: you run this same kind of task more than a few times a week, and the output goes straight into a client inbox, an executive deck, or an external document. If both hold, half a day buys you the ability to find out immediately when a change breaks something, rather than three weeks later when a client points it out. A one-off task does not need this — there is no next run to compare against. The real risk to watch is set rot. Over time the set fills up with problems you fixed long ago, every run passes at one hundred percent, and it feels reassuring while measuring nothing. The test is simple: if two consecutive re-runs produce zero failures, that is not a stable system, it is a set that needs refreshing.

Real-World Example +

Every time Anthropic releases a new model, the model card reports scores on the same public benchmark suites — MMLU, GPQA, SWE-bench and others. Because the questions stay fixed, outside readers can put the new and old scores side by side; if each release swapped in a different set of questions, a higher score would prove nothing about the model improving. That is exactly what a golden set does inside a company, only at a smaller scale.

Common Misconceptions +
✕ Misconception 1
× Myth: a golden set is just saving AI outputs as reference samples. Reality: what you save are outputs a human has already reviewed and cleared for delivery; unapproved outputs are merely old records, and differences measured against them tell you nothing about better or worse.
✕ Misconception 2
× Myth: a one hundred percent pass rate means the workflow is stable. Reality: repeated perfect runs usually mean the set has aged into problems you fixed long ago, and the response is to add fresh failure cases, not to celebrate.
The Missing Link +
Direct Impact

Pros: turns quality from an impression into a comparable difference, so a broken change surfaces immediately and switching models or editing prompts stops being a gamble. Cons: half a day of setup, quarterly upkeep to refresh items, the set itself decays into uselessness if neglected, and for highly open-ended output such as creative copy or strategy ideation the comparison criteria are hard to define, which can turn the whole thing into subjective scoring in a different wrapper.

Ask a Question
Please enter at least 10 characters
More Related Topics