I do worry about Google AI overview's long-term impact, but man, it has been such a great experience of late. It surely does feel like the old google but better. There was a point, perhaps about five years ago, where using Google had become a genuinely frustrating hurdle I needed to overcome to do the actual work. Now the frustration is completely gone.
Just this morning I had a worrying result when I googled "UV index " and it confidently told me the current UV index was zero. It was not, and at least because it was obviously wrong I clicked through to a page with the real UV index. But had it said "The UV index is 1.7" I might have believed it, but it'd still have been wrong, potentially dangerously so. Now to be clear, live data is precisely the sort of thing I e…
What we lost when search stopped making us think
31–40 of 64 posts
Re: What we lost when search stopped making us think
#32I can't be the only one that scrolls past quickly the whatever Google-AI spurts out. If I wanted to ask an AI - I would. But I've learned that they hallucinate stuff with numbers or anything that's time sensitive/recent (even if that might not be the truth now). So I won't spend my time on verifying their output. I'm after a quick search, not a likely guess. What's worse, when reading the Google outputs, I have learn…
If I had tried to find an authoritative source I might have spent a minute on it. Would it have killed me? No. Would I do that for something more life-threatening? Of course. But flash results are... fine, for 90% of what I search for.
Re: What we lost when search stopped making us think
#33Has anyone tried making a p2p search engine? Naively it seems like one of the p2p networks from the late 90s or early 2000s should be able to handle it. Searches propagate between nodes, nodes specialize on specific sections of the index, which can be random + user preference (maximizing redundance and availability for the things people actually care about). Soulseek already gets like halfway there and it's not even…
There were essentially two main ways of doing P2P search: flooding and Distributed Hash Tables (DHT). Flooding is exactly how it sounds: you flood a query across the whole network. The most popular applications like Limewire, Kazaa etc were flooding based, and as you can imagine, didn’t scale well. I recall some stories of havoc on networks due to the amount of traffic they generated. However they were simple and allowed somewhat complex queries, because each node basically ran a brute force search on its local index.
On the other hand, DHTs organize nodes in a distributed index structure such that queries can be routed in a deterministic manner, typically in O(logN) hops. DHTs were basically the granddaddies of distributed NoSQL DBs like DynamoDB and Cassandra.
So you can already see the limitations of DHTs: they need keys to be indexed, typically keywords. You had to pick a small handful of keywords for it to be manageable. This inherently limits the complexity and scale of the queries.
Both had an existential problem with spam. There were essentially no defenses against bad actors poisoning the network with spam and malware. It was a huge unsolved problem until Bitcoin popularized proof of work (which had been suggested in various forms before, but Bitcoin was the first practical, robust application.)
And neither could approach the sophistication of Google, which could extract very high quality signals from their centralized troves of data to refine and rank results.
Personally though I think the time is ripe for a renaissance. Spam and bad actors are still existential problems, but with vectors / embeddings the discovery aspect could be addressed. It occurs to me that the most popular large scale vector search mechanism is HNSW networks, which seem pretty amenable to P2P networks…
Re: What we lost when search stopped making us think
#34Obviously not a silver bullet - for example, not much help if you're looking for modern tooling-related stuff - but I've found it really useful as a way of reading up on fundamentals.
Re: What we lost when search stopped making us think
#35I do worry about Google AI overview's long-term impact, but man, it has been such a great experience of late. It surely does feel like the old google but better. There was a point, perhaps about five years ago, where using Google had become a genuinely frustrating hurdle I needed to overcome to do the actual work. Now the frustration is completely gone.
Interesting given this is the polar opposite of my experience. I find Googles AI overview to give wrong answers constantly. Occasionally, even for questions I believe Google circa 2018 was able to answer confidently. Ironically, Googles AI overview often links to references that state the polar opposite of what the AI overview claims.
Re: What we lost when search stopped making us think
#36Has anyone tried making a p2p search engine? Naively it seems like one of the p2p networks from the late 90s or early 2000s should be able to handle it. Searches propagate between nodes, nodes specialize on specific sections of the index, which can be random + user preference (maximizing redundance and availability for the things people actually care about). Soulseek already gets like halfway there and it's not even…
Re: What we lost when search stopped making us think
#37I do worry about Google AI overview's long-term impact, but man, it has been such a great experience of late. It surely does feel like the old google but better. There was a point, perhaps about five years ago, where using Google had become a genuinely frustrating hurdle I needed to overcome to do the actual work. Now the frustration is completely gone.
Just this morning I had a worrying result when I googled "UV index " and it confidently told me the current UV index was zero. It was not, and at least because it was obviously wrong I clicked through to a page with the real UV index. But had it said "The UV index is 1.7" I might have believed it, but it'd still have been wrong, potentially dangerously so. Now to be clear, live data is precisely the sort of thing I e…
Re: What we lost when search stopped making us think
#38Earlier quoted context omitted.
I'm against them, vehemently, but I'm also not going to fight a tidal wave. I'm not going to be unemployed and unemployable by refusing to use them. Principles are expensive and I certainly cannot realistically afford to hold them tightly. Being forced to use them to continue to have an income is causing me a cognitive dissonance and a level of stress that is surely going to kill me though. I strongly resent the fact…
Pro AI: It’s inevitable and I love it Anti AI: It’s inevitable and I hate it Oh no. They’re converging. But I guess that just proves the point doesn’t it.
Re: What we lost when search stopped making us think
#39Earlier quoted context omitted.
Pro AI: It’s inevitable and I love it Anti AI: It’s inevitable and I hate it Oh no. They’re converging. But I guess that just proves the point doesn’t it.
Even if it's not inevitable, if your employer tells you "use AI or get fired", well, take your pick. A lot of the resentment I see is a result of those sorts of mandates.
Re: What we lost when search stopped making us think
#40Has anyone tried making a p2p search engine? Naively it seems like one of the p2p networks from the late 90s or early 2000s should be able to handle it. Searches propagate between nodes, nodes specialize on specific sections of the index, which can be random + user preference (maximizing redundance and availability for the things people actually care about). Soulseek already gets like halfway there and it's not even…
There's yacy. I didn't get useful results wheb I tested it though. https://yacy.net/