Earlier quoted context omitted.
If LLMs aren't already doing this, they certainly will soon. And it'll be even more insidious and "invisible" than sponsored search results.
This is the biggest argument in favor of subscription-based funding models for search I've heard. (Kagi et al.) Ad-sponsored models are going to be dead as soon as people realize they can't trust output. And because the entire benefit to LLM search is the convenience of removing a human-in-the-loop step (scanning the search results), there won't be a clear insertion/distinction point for ads without poisoning the ent…
Ask HN: Do you still use search engines?
221–230 of 609 posts
Re: Ask HN: Do you still use search engines?
#222Re: Ask HN: Do you still use search engines?
#223Yes. Why would I use AI to find information?
You don't want AIs reproducing information necessarily. But they are really great at interpreting your query, digging out the best links and references using a search engine and then coming up with an answer complete with links that back that up.
I'd suggest just giving perplexity a spin for a few days. Just go nuts with it; don't hold back. It's one of the better AI driven search tools I've seen.
Re: Ask HN: Do you still use search engines?
#224Earlier quoted context omitted.
It's just a different kind of data. Even without LLMs, sometimes I want a tutorial, sometimes I want the raw API specification. For some cases I absolutely prefer an LLM, like discoverability of certain language features or toolkits. But for the details, I'll just google the documentation site (for the new terms that the LLM just taught me about) and then read the actual docs.
Search is best viewed as a black box to transform {user intention} into {desired information}. I'm hard pressed to construction an argument where, with widely-accessible LLM/LAM technology, that still looks like: 1. User types in query 2. Search returns hits 3. User selects a hit 4. User looks for information in hit 5. User has information Summarization and deep-indexing are too powerful and remove the necessity of s…
Language Implementation Patterns (the book) |> Analyzing Languages (the part) |> Tracking and Identifying Program Symbols (the chapter) |> Resolving Symbols (the section)
or Unit Testing: Principles, Practices,and Patterns (the book) |> Making your tests work for you (the part) |> Mocks and test fragility (the chapter) |> The relationship between mocks and test fragility (the section) |> Intra-system vs. inter-system communications
or Python 3.13.3 Documentation (docs.python.org) |> The Python Standard Library |> Text Processing Services |> stringRe: Ask HN: Do you still use search engines?
#225Earlier quoted context omitted.
Yes, often unreliable. And, they will give different answers at different times. https://chatgpt.com/share/67f57459-2744-8009-a94e-3b67dce8fd... “[Jeeps] often score below average in reliability rankings from sources like Consumer Reports and J.D. Power.”
I tried the trick of asking Gemini to search the web. It respond by telling me Jeep was "average". When I checked the Consumer reports website it gave me, It scores Jeep 19th out of 22. I don't call that average.
https://g.co/gemini/share/b5e5ea80548b
Seems entirely reasonable to me. Didn't have to trick it into providing citations.
Re: Ask HN: Do you still use search engines?
#226Earlier today I was trying to remember the name of the lizard someone tweeted about seeing in a variety store. Google search yielded nothing. Gemini immediately gave me precise details of what I was talking about, it linked to web resources about it.
Re: Ask HN: Do you still use search engines?
#227Re: Ask HN: Do you still use search engines?
#228Earlier quoted context omitted.
We’re currently in the golden age of LLMs as search engines. Eventually they’ll subtly push products and recommendations in their output to steer you toward specific things.
by "eventually" they mean "at this rate, mid-next year, if not already"
Re: Ask HN: Do you still use search engines?
#229Search is primarily a portal - you know a particular resource exists, you just don't know its exact URL. You hear about this new programming language called "Frob", and you assume it must have a website. So you google "Frob language". You hear that there was a plane crash in DC, and assume (CNN/AP/your_favorite_news_site) has almost certainly written an article about it. You google "DC plane crash." LLMs aren't ever…
Sounds trivial to integrate an LLM front end with a search engine backend (probably already done), and be able to type "frob language" and it gives you a curated clickable list of the top resources (language website, official tutorial, reference guide, etc) discarding spam and irrelevant search engine results in the process.
Re: Ask HN: Do you still use search engines?
#230Earlier quoted context omitted.
We’re currently in the golden age of LLMs as search engines. Eventually they’ll subtly push products and recommendations in their output to steer you toward specific things.
You mean like the golden age of speech recognition a couple of years ago when they claimed 80% of computer interfacing will be voice only?