One good thing about the (current iteration of) AI era is it’s getting people used to paying directly for data. Yeah, of course i’d prefer information to be totally free. But if that isn’t possible, paying directly is far superior to paying for it via ad exposure.
Google changes its search box
121–130 of 961 posts
Re: Google changes its search box
#122Basically people who want to search, will now not be able to, they'll be forced into a UI they might have consciously avoided, otherwise they'd be using their chatbot in the first place. Seems like a strange UX decision, rather than recommending "Hey maybe you want to try our chatbot", they just force the user into a chat straight up.
I read some of the article and skimmed the rest, and didn't see anything about old-fashioned search no longer being an option. Is the idea that by making the new AI chat UX the default, that's how they're forcing people into it and making them not able to search? Or is there something I'm missing?
> Instead of returning a simple list of links, Google Search will drop users into AI-powered interactive experiences at times.
So basically you'd get redirect into a chatbot interface, rather than letting you browse search results as normal, "AI-powered interactive experience" tends to be euphemism for chatbot UIs, is my experience at least.
Re: Google changes its search box
#123Even Yandex from Russia is a better search engine. But I am yet to come across a truly powerful, fair and accurate search engine.
Re: Google changes its search box
#124Earlier quoted context omitted.
The fact that you can express "Only show me websites run by Italian companies incorporated by Greece owners born in Turkey" for example, and it'll be able to filter through a bunch of stuff, just makes searching so much easier. Fuzzy-search is also on another level with language models.
Interestingly enough, precise search is on the way out.
Re: Google changes its search box
#125Re: Google changes its search box
#126Nilay Patel has been talking about "Google Zero" - the moment when Google effectively stops sending any traffic to other sites - for a few years now: https://www.theverge.com/24167865/google-zero-search-crash-h...
Which as some running a website raises a fascinating question. If Google is just going to crawl my sites and present information as an AI summary on their site, then what exactly do I gain by allowing Googlebot to crawl my sites?
Mention
Re: Google changes its search box
#127Objecting to this from the user end seems a bit like complaining the original Google was trying to be too magic when what you wanted was AltaVista. This has been the inevitable direction the whole time. The real problem here is assuming this takes off what incentives will anyone have to provide the information to feed the beast?
An llm rephrashing / regurgitating other websites is imo different, because you loose the direct connection to the original source. Even if llms give sources they also directly give you a plausible (but unreliable) answer to your question. They are right often enough that you get lulled in to the false sense of security of not needing to read the original sites. I'd much prefer them to just give a clean list of sources like early google, but then why would you need an llm.
It's a pity that probably the main reason you'll need an llm to find anything on the web is to weed out all the llm-generated low quality garbage.
Re: Google changes its search box
#128That's why Kagi is the only subscription I don't actively think about cancelling. For the love of god, keep me away from Google and all of THAT. If Kagi goes down the same path, I'll selfhost something or just return to monkey and use link indexes and the favorites list + the native search of websites.
Self hosting a web search engine is probably quite a feat
Even after the recent AI run-up, disk prices are about $20/TB for a 20TB, so you can store this index on 3-5 hard disks that will cost you about $1200-2000. For self-hosted use you don't need to serve them in 50ms, so you don't need to put the whole thing in RAM like Google did, you can serve off of disk.
ElasticSearch uses basically the same data structures and gives you the same infrastructure that Google's ~late-00s search stack did, and is actually more advanced in some respects (like ad-hoc queries, debuggability, and updateability), so software isn't much of an issue.
The big part missing that can't really be replicated today is the huge web of authentic hyperlinks. The reason Google was so good at search was because many humans effectively "tagged" a given webpage with a series of short, descriptive words and phrases. When they went to search for a page, Google could mine this huge treasure trove of backlinks to identify exactly what the page was good for, even if those search terms never appeared on the page. SEO and link farms kinda killed this, as did the rise of social media walled gardens, and so the Google of 2009 basically wouldn't work today anyway. Maybe if you pulled old versions of Common Crawl or archive.org you could reconstruct it, but the relevant pages are often offline anyway today.
Re: Google changes its search box
#129Earlier quoted context omitted.
> I never want to have a conversation with a website that is geared towards advertising me products. yeah man good thing LLMs are structurally incapable of being incentivized to sell you a product or render referral links, this is surely future-proof
Or subtly misrepresent politically inconvenient facts, or gently steer you into opinions based on a synthesis of broker data and demographic info, or quietly flag you in some database column due to exhibiting dissident-adjacent ideas or behaviors, or... Yeah, they probably aren't doing (most of) these now, but it doesn't take much mental energy to extrapolate once you factor nearly every other tech company's ethical…