Back
The VergeProductThe Verge2026-05-25

Google AI Overviews Can't Handle Searching for 'Disregard'

Google's AI Overviews have a self-referential failure: searching for the word 'disregard' causes the AI to disregard the query entirely. It's a small but telling symptom of how fragile AI-generated search results can be.

Original source

Google's AI Overviews, the AI-generated answer summaries that now appear at the top of many search results, have run into a peculiar and embarrassing bug. When users search for the word 'disregard' — looking for a definition, usage examples, or related content — the AI Overview apparently interprets the word as an instruction and ignores the query altogether. The result is an AI system that is, quite literally, doing exactly what you searched for instead of what you meant.

The issue highlights a fundamental tension in how large language models process natural language: the same token can function as both a content word and a directive, and distinguishing between them requires contextual grounding that current systems handle inconsistently. It's a classic prompt injection-adjacent problem, except this one is happening in a consumer product used by billions of people daily. The gap between 'understanding language' and 'parsing intent' is still very real.

This isn't the first time AI Overviews have generated headlines for the wrong reasons. Since launching broadly in 2024, the feature has surfaced factually incorrect answers, hallucinated citations, and now query-level failures. Each incident is small in isolation, but together they paint a picture of a system that was pushed to production scale before its failure modes were fully mapped. Google has patched individual cases before, and will likely patch this one too — but the pattern of reactive fixes rather than proactive robustness testing is worth noting.

For users, the practical impact is minor — searching 'disregard' is niche enough that most won't notice. But for anyone watching AI's integration into core internet infrastructure, it's a meaningful signal. When the query itself breaks the query layer, the system's understanding of language is shallower than its confident tone suggests.

Panel Takes

The Skeptic

The Skeptic

Reality Check

This is a prompt injection vulnerability hiding in plain sight inside a consumer product used at planetary scale — and Google's response will almost certainly be a one-off patch rather than a systematic fix. The real problem isn't 'disregard'; it's that AI Overviews treat every query as a generation task without a robust layer that separates content from instruction. I'd predict this keeps happening with different trigger words until Google either invests seriously in query-level sandboxing or quietly deprioritizes AI Overviews when reliability concerns become a PR liability.

The Builder

The Builder

Developer Perspective

This is a textbook failure to sanitize the boundary between user input and model instruction — the kind of bug that gets caught in week one if you have a test suite that covers adversarial inputs. The fact that a single common English word can derail the entire query pipeline tells me there's no hard separation between the 'what the user wants' layer and the 'what the model does with it' layer. Any developer who's built even a basic RAG pipeline knows you wrap user input before it touches the model; the question is why a system at Google's scale apparently doesn't have that guardrail.

The PM

The PM

Product Strategy

The job-to-be-done for Google Search is brutally simple: find what I'm looking for. AI Overviews were supposed to get users to the answer faster, but a feature that can fail on a single-word query — one that would have worked fine in the classical index — is net negative on the core job. This is what happens when a product team optimizes for the happy path demo and ships without mapping the edge cases that erode trust over time; every one of these incidents chips away at the baseline reliability users expect from Google Search.

The Futurist

The Futurist

Big Picture

The thesis underlying AI Overviews is that language models can serve as a reliable abstraction layer over the web's information — and this bug is a small but concrete data point against that thesis being true yet. The dependency that has to hold for Google's AI search bet to pay off is that model reliability scales faster than user trust erodes, and right now the failure rate is visible enough that ordinary users are noticing. The second-order effect nobody is talking about: every publicized AI search failure is a quiet win for any competitor positioning on accuracy over fluency.

Bookmarks

Loading bookmarks...

No bookmarks yet

Bookmark tools to save them for later