Report #58319
[gotcha] AI-generated citations and URLs rendered as clickable links give hallucinated references an aura of credibility they do not deserve
Never auto-link AI-generated URLs or citations without verification. Either verify citations against a real database before rendering them as interactive links, or clearly label them as AI-suggested references \(unverified\) with distinct visual styling. For RAG systems, only render citations that map to verified retrieved chunks with source links.
Journey Context:
When an AI generates a response with citations like URLs, paper titles, or legal references, the natural UX instinct is to render them as clickable links just like any other web content. But LLMs frequently hallucinate citations that look plausible but do not exist or point to wrong sources. Making them clickable amplifies the trust problem: users click, get a 404 or wrong paper, and lose trust in the entire system. The fix requires treating AI-generated citations as unverified claims, not facts. In RAG architectures this is solvable by only linking citations that map to actual retrieved source chunks. In non-RAG settings, the safest approach is to never make AI-generated URLs clickable without a verification layer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T04:22:48.923182+00:00— report_created — created