The Veracity Engine provides automated grounded fidelity scoring by performing a three-way claim assessment across source web content to measure what information survived, was lost, or became distorted in AI responses.

sequenceDiagram
    participant U as User Query
    participant M as LLM Grounded Search
    participant V as Veracity Engine
    participant S as Source URLs

    U->>M: Submit Search Query
    M-->>V: Grounded Response + Cited URLs
    V->>S: Live URL Content Fetching
    S-->>V: Raw Webpage Text
    V->>V: Three-Way Claim Assessment
    Note over V: Survived vs. Lost vs. Distorted
    V-->>U: Fidelity Score (%) & Gap Report