TLDR
Accuracy and completeness are two independent checks, not one: an output can be fully correct on every claim it includes and still fail by silently dropping items, or it can cover everything asked and still get a fact wrong. Anthropic: Reduce hallucinations Fluent, confident, well-formatted text is not evidence of either, look for explicit grounding instead.
What it is
Evaluating a Claude output means checking, before you act on it, whether the response is factually correct and whether it fully answers what was actually asked, not just whether it reads fluently. For a business user working in Claude.ai or Claude Projects, this is a review step done every time output feeds a decision, not a one-off audit reserved for high-stakes work. Anthropic frames this as a core habit for anyone deploying Claude in production workflows: start small, evaluate thoroughly, and scale gradually, rather than trusting first-pass output at scale.
The two checks are independent, which is the part this objective actually tests. Accuracy asks whether each individual claim in the output is factually correct. Completeness asks whether the output covers everything the request or source material contains. A response can pass one axis and fail the other in either direction, so checking only one is not a substitute for checking both.
How it works
Hallucination is an expected failure mode, not a rare bug. Even advanced models "can sometimes generate text that is factually incorrect or inconsistent with the given context." Evaluating for accuracy means checking for this by default on any output feeding a decision, not treating a fluent response as innocent until proven otherwise.
Look for grounding, not confidence. Anthropic's documented hallucination-reduction techniques include allowing Claude to express uncertainty instead of forcing a confident answer, grounding responses in direct quotes from source documents, and asking Claude to cite or verify its own claims against the material it was given. A reviewer can apply the mirror-image check: ask "what source is this claim grounded in?" and treat unsourced, over-confident claims as higher risk, regardless of how polished the language is.
Completeness is a separate count, not a byproduct of accuracy. Checking completeness means comparing what the source or the request contains against what the output actually includes, item by item, not just spot-checking the items that made it in. A summary can be accurate on every line it includes and still silently drop a third of what was asked for.
Stakes should set the depth of review, at two different levels. At the workflow level, Anthropic's enterprise guidance stresses evaluating output against real business outcomes, correct customer responses, accurate content, before scaling a workflow, and recommends staged deployment: start small, evaluate thoroughly, and scale gradually, rather than trusting a single successful run as proof a workflow is production-ready. At the level of a single output, the same stakes-scaling logic applies to how much of it you check: a low-stakes, informal summary can reasonably be spot-checked on a sample of claims, but a high-stakes output, a contract, a compliance filing, a figure that drives a financial or legal decision, needs every claim verified against the source, not a sample, because the cost of one missed error is disproportionate to the cost of checking it.

Where you'll see it
Vendor contract review
Because the summary will set the actual payment schedule, every milestone date and amount is verified against the source PDF, not a sample, for accuracy; the milestone count is separately checked against the contract for completeness.
Scaling a customer-response workflow
Evaluates early Claude-drafted responses against real business outcomes and starts small before scaling to full customer traffic, rather than trusting one strong test run.
Side-by-side
| Check | What it asks | How to verify it | Failure that slips through the OTHER check |
|---|---|---|---|
| Accuracy | Is each individual claim in the output factually correct? | Scale the depth to the stakes: sample-check claims for low-stakes, informal output; verify every claim against the source for high-stakes output (contracts, compliance, financial figures) | A summary can be 100% complete, every milestone listed, yet still get one date or amount wrong |
| Completeness | Does the output cover everything the request or source contains? | Count items in the source versus items in the output (e.g. all N milestones present) | A summary can be accurate on every included item, yet silently drop 3 of 12 milestones |
Question patterns

A PM asks Claude to summarize a 40-page vendor contract and list all payment milestones, and this summary will be used to set up the actual payment schedule. How should accuracy be checked?
"spot-check 2-3 milestones, since that's the standard accuracy check" applies a low-stakes validation depth to a high-stakes document; a fixed sample size that ignores what the output is used for is exactly the failure mode this objective tests.The same summary lists 9 milestones, and all 9 check out against the contract. Is the summary complete?
"since every listed milestone was correct, the summary must be complete" conflates accuracy of included items with coverage of all items.Claude's response includes the line "I'm not fully certain about this specific figure." How should a reviewer treat this?
"hedged language signals a lower-quality answer that should be regenerated until Claude sounds confident" would push toward exactly the overconfident, ungrounded output this technique is designed to avoid.Claude states a specific dollar figure with no hedge and no cited source, in the same confident tone as the rest of the response. What's the correct read?
"the confident tone is evidence it was pulled directly from the source document" is the core misconception this objective tests, fluency and accuracy are independent.A team's first Claude-drafted customer-response workflow performs well in one test run, and the team wants to roll it out to all live customer traffic immediately. What does Anthropic's guidance suggest instead?
"a single successful test run is sufficient evidence to scale to production immediately" skips the staged-evaluation posture Anthropic's enterprise guidance recommends.Frequently asked
If an output is accurate, is it automatically complete?
Can hallucination risk be fully eliminated by good prompting?
Is spot-checking 2-3 claims always an acceptable way to verify accuracy?
Work this with your AI
Work this concept hands-on with Claude Code, Codex, or claude.ai. Copy a prompt, paste it into your assistant, and practise in tandem. Each one keeps you active (explain it back, get drilled, or build) rather than just reading.
- Drill it like the exam (scenario MCQs)Practice in the exam's scenario-MCQ format with trap awareness.
- Explain it back (Feynman)Build durable, transferable understanding of a concept you can half-state.
- Test me, adapting the difficultyActive recall practice on a concept you think you know.
- Check my prerequisites firstBefore studying a concept that keeps not sticking.
- Find the high-leverage 20%When a domain feels too big and you are short on time.
