Generative AI Search

Generative AI transforms internal search from a list of links into a synthesized answer, drawn from and citing multiple sources at once. It supports genuinely conversational, multi-turn search, where follow-up questions build on what came before, and it can layer personalized recommendations directly into a generated response rather than presenting them as a separate feature.

This power comes with real, current limitations that any deployment needs to account for. Hallucination is the risk of the system confidently stating something plausible-sounding but incorrect or entirely unsupported by its sources. Source obscurity is the difficulty of knowing exactly which source backs which specific claim inside a synthesized answer. Bias reinforcement means whatever biases exist in the underlying training data can surface in the generated output. And there's a broader reliability trade-off between how fast and fluent a generated answer feels and how confident anyone can be that it's actually accurate.

A generative search answer reads with the same confident, fluent voice whether it's exactly right or completely wrong, which is precisely what makes its failures so much harder to notice than a broken link or an empty results page ever was.

Exercise

The scenario: A medical information website has implemented generative AI search that synthesizes responses to health queries from multiple sources on the site, presenting a single generated answer with citations. Three real interactions with the system are documented: it confidently answered a question about drug interactions with a plausible-sounding but factually unsupported response; it failed to indicate that a particular topic fell outside its reliably sourced knowledge, presenting a thin answer with the same confident tone as everything else; and its synthesized response on a treatment topic reflected a bias present in its training data, presenting one treatment approach as more established than the evidence actually supports.

Which limitation does the confident-but-unsupported drug interaction response represent?