The Veracity Engine tests the accuracy of grounded AI responses by analyzing retrieved URLs with the url_context tool to measure what information survived, was distorted, or was lost, generating aggregate fidelity scores for the target brand.

flowchart LR
    A[Grounded Search Query] --> B[AI Grounded Response]
    B --> C[Extract Source URLs]
    C --> D[url_context Content Ingestion]
    D --> E[Veracity Assessment]
    E --> F[Survived Facts]
    E --> G[Distortions]
    E --> H[Lost Information]
    F --> I[Fidelity Score Computation]
    G --> I
    H --> I