(added: also try swearing at Google to turn off AI Overviews)
-AI
Lets start with the easy one, by simply adding “-ai” to your query to have the AI slop stopped.
Second, this one has been around since SGE/AIO was turned on at Google. Simply add udm=14 to any query string, and it strips out the ai overviews.
Without udm=14

With udm=14
Most modern browsers will allow you to change search engine definitions.
https://www.google.com/search?q=%s
https://www.google.com/search?q=%s&udm=14
Then there is also a website dedicated to this feature call (you guessed it) UDM14.org where you can just fill out a search box and go:

If you wish to put this on a webpage:
The Code
<form action=”https://www.google.com/search” method=”get”>
<input type=”hidden” name=”udm” value=”14″>
<input name=”q” >
<input type=”search”>
</form>
If you can’t set a browser string, there are plenty of extensions to do it for you. See also, this post on how to set SearchGPT as your default search on ChatGPT.



