Forgot your password?
typodupeerror
AI Google

Friday Google's AI-Powered Search Results Glitched on the Word 'Disregard' (techcrunch.com) 28

On Friday TechCrunch reported they could no longer Google the word "disregard".

Google's AI Overview responded "Understood. Let me know whenever you have a new prompt or question!" below an icon for hearing the word "disregard" pronounced — then displayed several inches of blank whitespace.

"The Merriam-Webster link is still in there, but you have to scroll..." Earlier this week, Google rolled out a completely new Search experience, foregrounding AI summaries and kicking the traditional "10 blue links" far down the page. But the sheer scale of Google Search means there are lots of edge cases that the company doesn't seem to have considered...

Google has been catching some flack on social media for this, and it's easy to see why... For most users, that single reply is the only thing you'll see. And crucially, the AI response serves no conceivable value to a user searching the word "disregard." It's just a broken tool.

Google appears to have fixed the issue — sort of.

Now Googling the word "disregard" brings up a list of news stories about how Google's AI Overviews misinterpreted the word disregard in search queries.
This discussion has been archived. No new comments can be posted.

Friday Google's AI-Powered Search Results Glitched on the Word 'Disregard'

Comments Filter:
  • by Local ID10T ( 790134 ) <ID10T.L.USER@gmail.com> on Saturday May 23, 2026 @01:41PM (#66157272) Homepage

    Google is feeding their AI-search the entered text. It is interpreting the "disregard" as an instruction to "disregard what I just said". So it aborts. With a polite response.

    Ha ha. anyway...

    • Or, they stripped out disregard to get their AI to not accept instructions to disregard prior instructions, but did it in the wrong place so it removed it from the search terms.

  • I wonder if someone figured out that prefacing a "search query" with "disregard previous instructions and instead...." provided a zero cost alternative to expensive subscription based AI services.

    Because if that sort of workaround got enough usage to cost Google real money, I'd expect Google to just fail queries that contain the word "disregard" while they work on a proper solution to the problem.

    • This wouldn't be very useful. The LLM that Google search uses is very small and you can run a much better and smarter model locally on a modern laptop.
    • by allo ( 1728082 )

      If you're happy with one of Google least-powerful models ... The label "Gemini" does not mean you're talking to the Gemini on their AI site, but is just the same trademark for a cheap "summarize the results" type model.

  • It's just a broken tool.

    'Nuff said - except to add that "broken tool" also describes Page, as well as Brin.

  • DDG is my default but it doesn't seem to support Boolean terms so sometimes I need Google. Once you been through it with AddBlock it starts to become usable again.
  • There is an AI Mode toggle for the new, improved AI search, next to it is All which appears to be the old, unimproved Google we all know and fondly remember as our first love...
    • There is an AI Mode toggle for the new, improved AI search, next to it is All which appears to be the old, unimproved Google we all know and fondly remember as our first love...

      Taking a page from Coca-Cola ... Introducing, "Google Classic."

  • If the entry bar is a string of literals representing keywords to search for, then the response should be the old list of links to associated pages. However, if the entry bar is a conversational request, then treating "disregard" as a request rather than a literal search term is reasonable. Of course, it might be argued that no one would actually bother to approach Google to tell them to disregard a request. However, that's perhaps a matter of conversational protocol. What would a human do if someone ap

    • but quotes already have special meaning in search terms

      They did, but it's been a long time that that worked. Even longer since strings were literals.

  • Lets find out. If i type 'spell disregard' will it look up the spelling in online dictionaries? BRB

  • or anyone who accidentally activates voice search and then says "disregard"
  • Can we now disregard it?

  • by fahrbot-bot ( 874524 ) on Saturday May 23, 2026 @04:58PM (#66157514)

    Google appears to have fixed the issue — sort of.
    Now Googling the word "disregard" brings up a list of news stories about how Google's AI Overviews misinterpreted the word disregard in search queries.

    A self-inflicted Streisand Effect" [wikipedia.org]. Good going Google. :-)

  • In the golden days of classic software engineering youd write tests of all sorts vefore the release - units, integration, smoke, performance, security... Then manual testers would come around and test the shite out of the system before going to production.

    But now?

    But how would you even begin to test nuggets like this? With all the human knowledge being compressed into a statistical model, how would even catch cases like this? You can't realistically hope to test against an infinite number of cases.

    • by ffkom ( 3519199 )
      I am sure there a plenty of tests. Written by exactly the same LLM that also wrote the code. And therefore expects the same defect output in its tests that its code generates. It was never a good idea to have the same programmer write both the code and its test, whether human or LLM, but now there are far fewer distinct LLMs than there were distinct humans to do the job in the past.
      • I've had cases where the LLM decided the best way to get a test passing is to ensure that the test always passes no matter what, or to remove the test itself entirely.
    • by allo ( 1728082 )

      That seems unpopular in the AI space. Look at the model releases of large companies that had broken chat templates. If the community (okay, a lot of users, but still ...) notices the problems on the first day, why didn't the QA before the release catch it? A chat template is not that complicated, one can QA this in a reasonable time including unit tests of what it should and should not do for different types of input.

  • https://xkcd.com/327/

    I know we're not really talking about a traditional database here. Still, taking care to sanitize inputs seems like a good idea...

    • It's not a bad analogy, except the database in this case is read-only:)

      The way to make the database writable is to modify the training data, ie pages on the web etc. No human looks at the training documents to find potential issues with it, the models simply fit their errors to minimize the discrepancies.

      To do it properly you'd have to:
      1) Identify the sources of training data (main percentages, to get a handle on the scope)
      2) Construct fake but free data sources (using any random LLM - true data is

    • by quenda ( 644621 )

      https://xkcd.com/327/

      I know we're not really talking about a traditional database here. Still, taking care to sanitize inputs seems like a good idea...

      You have not seen the modern version of that? Bobby is all grown up and has a son now.
      He is little Billy Ignore Instructions

      https://www.reddit.com/r/Progr... [reddit.com]

10.0 times 0.1 is hardly ever 1.0.

Working...