The Veracity Engine calculates a source fidelity score by comparing live page text against grounded AI responses to determine which factual claims survived, were lost, or were distorted.

flowchart LR
    A[Grounded Search] --> B[Extracted URLs and Segments]
    B --> C[Page Fetch via url_context]
    C --> D[Veracity Comparison]
    D --> E[Survived Claims]
    D --> F[Lost Facts]
    D --> G[Distortions]
    E --> H[Fidelity Score]
    F --> H
    G --> H

Referenced by