Examples
What verification looks like in practice.
Illustrative scenarios, not live calls. Run a real document and evidence file through the Playground to see actual output.
Financial report verification
Input"Revenue reached $4.2M in Q3, up 18% year over year."Evidenceq3_financials.xlsxVerificationRevenue column for Q3 shows $4.17M. Year-over-year growth column shows 18%.ConfidenceHigh. Direct column match on both metrics.ResultRevenue off by 0.7%, within typical rounding but flagged for review.
Executive summary verification
Input"We closed the quarter with 15,230 active customers."Evidencecustomer_metrics.csvVerificationActive customer count column shows 15,230 for the matching period.ConfidenceHigh. Exact match on a count-type claim, zero tolerance.ResultMatches source exactly.
Research verification
Input"The study surveyed 2,400 participants across 6 regions."Evidencestudy_metadata.xlsxVerificationParticipant count column shows 2,150. Region count column shows 6.ConfidenceMedium. Participant count required mapping across two similarly named columns.ResultParticipant count off by 11.6%, exceeds tolerance for a count-type claim.
Business metrics verification
Input"Gross margin held steady at 41% this quarter."Evidencemargin_report.csvVerificationGross margin column shows 39% for the matching period.ConfidenceHigh.Result2 percentage points off, a meaningful gap for a margin claim.
AI-generated report verification
Input"Churn decreased to 3.1%, the lowest recorded this year."Evidencechurn_by_month.xlsxVerificationNo column matching "churn" or a synonym found in the evidence file.ConfidenceUnmapped.ResultClaim could not be checked. Evidence may be missing this metric, not necessarily wrong.