- Every claim is cited. Each statement in a prose answer (and each value in a structured one) links to the exact URLs it came from, with verbatim excerpts from the page.
- Every claim is graded.
high,medium, orlowconfidence, with the reasoning included. - Every source is classified. Sources are typed (
official,news,social,academic) and rankedprimaryorsecondaryfor the claim they support.
Example
A prose answer comes back with numbered callouts:[n] resolves to a claim in the trust report:
[2] grades medium — it is supported by a single news source — so the report tells you exactly which claims to double-check before acting. Use it to verify the agent’s work, or pipe the citations into your own review UI.

Click any citation in Ask Nimble to see its confidence, reasoning, and the quoted source behind it.
Confidence rules
Grades follow fixed rules, applied the same way to every claim in every run:- Primary source →
high. Any citation from anofficialsource — or anews/social/academicsource when that is the kind of evidence the task calls for — grades the claimhigh. - Independent corroboration →
high. With no primary source, secondary citations from two or more different domains also gradehigh. Two articles from the same outlet do not corroborate each other — independence means different domains. - Single secondary source →
medium. Supported, but by one source only. - No usable citation →
low. A value with no citation, or one that failed schema validation, is gradedlow.
reasoning field states which rule applied: “Backed by a primary source (official)”, “Supported by 3 independent sources”, “Backed by a secondary source (news)”.
Trust for structured outputs
With an output schema, claims are keyed by JSON path instead of callout number. Every value in a generated dataset carries its own evidence:- Verified absence. A
nullvalue backed by citations gradeshigh— the sources show the data does not exist (a company with no funding history, a product with no public price). - Schema validation. A value that does not match the output schema is graded
low, so structural errors are always flagged.
Overall confidence for datasets
A structured run’s overall confidence is computed from two measurements, and takes the lower of the two:
The
reasoning states which measurement set the grade: “High confidence - cells fill rate is 96% and trust per claim ratio is 91%”. Values supplied in input_data (pre_existing, in enrichment runs) are excluded — only researched values are graded.
Confidence grades
The run also carries an overall confidence and reasoning for the answer as a whole.
Next Steps
Quickstart
See a trust report on your own task
Enrichment
How
pre_existing works in enrichment runsRun result schema
The full trust object, field by field