Rubric
Contents — domains, guide and mocks

Fact-checking and validating Claude’s work

CCAO-F 2.311 min read · checked 21 September 2026

Task statementApply fact-checking and validation techniques

The fact-checking loop

  1. List the claimsevery figure, date, name, quote, reference
  2. Rank by stakeswhich errors would actually hurt?
  3. Go to the sourceprimary document or system of record
  4. Compare exactlysame number, date, scope, wording?
  5. Correct and logfix it, note what you checked
Claude can help with the first two steps — listing claims and their sources. The third and fourth steps are where independence comes in, and they are yours.

Step one: make the claims visible

You cannot check what you have not isolated. Before verifying anything, turn the prose into a list of claims. Claude is good at this part — it is a reorganisation task, not a truth judgment — and asking for the source of each claim at the same time shows you at a glance which ones have nothing behind them.

A claims table to check againsttext
List every factual claim in the draft above as a table
with these columns:

1. Claim (as stated)
2. Type: figure, date, name, quote, legal or policy
   reference, or other
3. Where it came from: document name and page, web
   citation, calculation, or "general knowledge"
4. Exact supporting text, quoted, if it came from a
   document

Do not add new claims or correct anything yet.

Then rank. A slide of brainstormed ideas needs little checking; a figure going into a board paper needs its own source. The stakes question — which of these would cause real harm if wrong? — decides where your time goes. Deciding when a person must formally review the output is covered in 2.4.

Choose the right check for each claim

Different claims need different checks. The mistake is using one technique for everything — usually re-asking Claude — when each kind of claim has a natural source of truth.

Claim typeWhere the truth livesHow to check
Figure from your documentThe document itselfFind the quoted passage; confirm number, unit and period
CalculationThe raw dataRecompute a sample; reconcile totals to the source
Internal business factSystem of record (CRM, HR, finance)Look it up there, not in a slide or an email
Web-cited statisticThe original publisherOpen the citation; follow it back to the primary study
Law, regulation, policyThe official textRegulator or official publication; check it is current
QuoteOriginal transcript or recordingMatch the words and the context

How much a check is worth

Stronger evidence at the top

  1. Primary sourceofficial text, audited report, system of record
  2. Reputable secondarycites the primary; dated and attributable
  3. Claude’s citationshows where it looked; open and compare
  4. Claude re-checking itselfcatches slips; not independent
  5. Claude sounding confidentnot evidence at all
Checks near the top are independent of Claude’s output. The bottom two stay inside it — useful for catching slips, never enough on their own for a claim that matters.

Web citations deserve a specific habit. With web search on, Claude’s answers include citations and links, and Research runs many searches and returns a report with citations designed to be easy to check. The help centre advises cross-referencing cited sources and using authoritative ones for critical decisions. In practice that means opening the page, finding the sentence, and checking its date and scope — and if the page is itself a summary of someone else’s work, following it back to the original.

Validating numbers and analysis

When Claude works with data, much of the checking is reconciliation. With the code execution and file creation capability turned on, Claude runs real code in a sandbox to analyse uploaded data and build spreadsheets with working formulas. That makes arithmetic slips less likely, but it does not make the analysis right: the code can faithfully calculate the wrong thing — the wrong date range, gross instead of net, duplicates left in. Validation asks whether the inputs, definitions and totals match reality.

Validating Lena’s analysis

  • Passes: All rows and stores read48 of 48
  • Fails: Totals tie to the finance system3% high on first run
  • Fails: Definitions match the business’sgross used; finance reports net
  • Passes: Hand-checked sample matcheslargest, smallest, newest store
  • Missing: Definitions stated in the outputadded before sending
Most data errors are caught by reconciling to something you already trust, not by re-reading the analysis.

Prompting techniques that make checking faster

Anthropic’s guidance on reducing hallucinations includes several techniques that double as validation aids, because they make the output easier to check. They reduce errors; they do not remove the need to check.

  • Quotes first. For long documents, ask Claude to extract the word-for-word passages relevant to the question before it answers. Anthropic’s long-context guidance says this helps Claude focus on the relevant parts — and it gives you the exact text to verify.
  • Verify with citations. Ask Claude to find a supporting quote for each claim in its draft, and to remove any claim it cannot support.
  • Restrict the sources. Tell Claude to use only the documents provided, not general knowledge, so every claim has somewhere to trace to.
  • Permission to say “I don’t know”. An explicit instruction to flag missing information turns a guess into a visible gap.
  • Compare runs. Asking the same question more than once and comparing can expose claims that change between runs — a warning sign.

Asking for a self-audit that you can check

Asks for reassurancetext

Is everything in your summary accurate?

Asks for evidencetext

For each claim in your summary, find a
direct quote from the attached documents
that supports it, and give the document
name and page.

If you cannot find a supporting quote,
remove the claim and mark where it was
with [ ].

Finally, list every claim you removed.
The left prompt asks for reassurance. The right one produces evidence you can check in minutes, and a list of what was removed.

Traps the wrong answers are built from

Tempting but wrongDo this instead
Asking Claude to confirm its own answerCheck against a source outside the output.
Treating a citation link that opens as verifiedFind the sentence, check its date and scope, and follow it back to the original.
Finding a second article that agreesTrace both to the primary source; they may repeat the same error.
Trusting analysis because code ran itReconcile totals and definitions to the system of record and spot-check by hand.
Checking every claim with the same effortList the claims, rank them by stakes, and verify the high-stakes ones first.

You should now be able to

  • Turn a response into a list of checkable claims with their stated sources.
  • Match each claim type to its source of truth and the right check.
  • Rank evidence by independence, from primary source down to Claude’s confidence.
  • Validate data analysis by reconciling totals, confirming definitions and spot-checking.
  • Use grounding prompts — quotes first, verify with citations, restricted sources — to make checking faster.

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 Research report prepared for a compliance team states a new rule’s compliance date and cites a consultancy’s newsletter. The team will use the date to plan system changes.

    Which check is most appropriate before relying on the date?

    1. AConfirm the newsletter link opens and mentions the date.
    2. BRun Research again and see whether it reports the same date.
    3. CFind a second news article that gives the same date.
    4. DCheck the date in the regulator’s own published final rule.
    Show answer and reasoning
    1. AIncorrect. That confirms what the newsletter says, not what the rule says; secondary sources can describe drafts or be out of date.
    2. BIncorrect. A repeat run may draw on the same secondary sources; agreement between runs is not independent evidence.
    3. CIncorrect. Two secondary sources can repeat one error; neither is the rule itself.
    4. DCorrect. The official text is the primary source, and checking that it is the final version guards against the draft-versus-final trap.
  2. Question 2

    An analyst has Claude, with code execution on, calculate customer churn by segment from an uploaded CRM export. The results will go into a quarterly business review.

    Which TWO checks best validate the analysis? (Select 2.)

    1. AAsk Claude to confirm the churn figures are correct.
    2. BReconcile the customer counts and totals with the CRM’s own reports.
    3. CAccept the figures, since code execution did the calculations.
    4. DRecompute churn by hand for a small sample of segments.
    5. ERun the same prompt again and check the figures match.
    6. FAsk for more charts so patterns are easier to see.
    Show answer and reasoning
    1. AIncorrect. Self-confirmation is not independent and would not catch a wrong definition or input.
    2. BCorrect. Tying totals to the system of record catches missing rows, duplicates and wrong filters.
    3. CIncorrect. Code calculates exactly what it was told; a wrong period or definition produces precise, wrong numbers.
    4. DCorrect. A hand-checked sample confirms that the method and definitions produce the right answer.
    5. EIncorrect. Consistent output can be consistently wrong; matching runs do not test the definition or the data.
    6. FIncorrect. Presentation does not validate the numbers underneath.
  3. Question 3

    A sales director wants to quote the company’s prior-year revenue in a press briefing. Which source gives the strongest verification?

    1. AClaude’s answer, after it says it has double-checked.
    2. BThe figure in the company’s audited annual report.
    3. CA news article that Claude cited via web search.
    4. DTwo different AI assistants giving the same figure.
    Show answer and reasoning
    1. AIncorrect. A self-check is inside the same output and adds no independent evidence.
    2. BCorrect. The audited report is the primary, authoritative source for published revenue.
    3. CIncorrect. A citation is a pointer to a secondary source, which may round, misquote or use a different period.
    4. DIncorrect. Agreement between models is not a source; both can repeat the same outdated or wrong number.
  4. Question 4

    A team adds this to its prompt: “For each claim, find a supporting quote from the attached documents; remove any claim you cannot support.”

    Which statement best describes what this achieves?

    1. AIt guarantees the response will contain no hallucinations at all.
    2. BIt makes claims traceable and drops unsupported ones; spot-check the quotes.
    3. CIt means the output no longer needs any human review before use.
    4. DIt only has an effect when web search is turned on in the chat.
    Show answer and reasoning
    1. AIncorrect. Anthropic describes such techniques as reducing hallucinations, not eliminating them.
    2. BCorrect. The technique makes checking fast and visible; for important claims you still confirm the quotes are real and read in context.
    3. CIncorrect. Grounding helps, but high-stakes outputs still need checking, and sometimes formal review.
    4. DIncorrect. It works with the documents you provide; web search is not required.

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.