Report #87245
[gotcha] AI generates plausible-looking but hallucinated URLs or citation links that lead to 404s
Implement a backend validation step for any URLs generated by the AI before rendering them as clickable links in the UI, or force the AI to only use provided retrieval context \(RAG\) and render citations strictly from the retrieved documents.
Journey Context:
LLMs are notorious for hallucinating URLs that look perfectly formatted \(e.g., docs.example.com/api/v2/auth\) but don't exist. If the UI renders these as blue clickable links, the user trusts them, clicks them, hits a 404, and loses trust in the product. You must either validate them asynchronously or strictly bind the UI to ground-truth RAG sources, disabling the AI's ability to invent hyperlinks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T05:01:49.778923+00:00— report_created — created