Live data from Hacker News

Ask HN: Do you still use search engines?

news.ycombinator.com

361–370 of 609 posts

Re: Ask HN: Do you still use search engines?

#361

I use Kagi exclusively and refuse to offload my brain to a thing which has no accuracy guarantee ever. The emitted answers to the queries it has given can be completely bogus, and developers of these things low key expect me to believe what their black box say? Nah, never. Instead I use a search engine and do my own reading and filtering. This way I learn what I'm researching, too, so I don't fall into the vicious cy…

100% agree.

Google recently (unrequested) provided me with very detailed AI generated instructions for server config - instructions that would have completely blown away the server. There will be someone out there who just follows the bouncing ball, I hope they've got good friends, understanding colleagues, and good backups!

Re: Ask HN: Do you still use search engines?

#363
I find LLMs good for general knowledge, and clever rubber ducking, but if I have a very specific niche issue in some sort of language or framework, generally search is a better bet to find a stack overflow post of people going through the exact same thing I went through. And even if they don't have solutions, they'll usually link you to more valuable and specific references that you can use.

Though lately for more in-depth research I've been enjoying working with the LLM to have it do the searching for me and provide me links back to the sources.

Re: Ask HN: Do you still use search engines?

#366
I use search engines all the time (kagi specifically). AIs don't have up to date information. How would you find reviews for products via an AI? It'll just come up with one or two, and when you read you can pick out nuance and also tell if its a genuine review or made up garbage. Or find a place to buy something. Or a place to go, and to read other peoples comments on it. Summaries aren't very useful over comments imo.

I use an LLM a lot for coding. However, I was never as much into doing web searches for programming problems anyway, I used docs more and rarely needed sites like SO. I haven't therefore moved away from search engines for that side of things.

Re: Ask HN: Do you still use search engines?

#368
Search engines are still required for me. LLM's still get lots of very important things wrong.

Last night, I asked Claude 3.7 Sonnet to obtain historical gold prices in AUD and the ASX200 TR index values and plot the ratio of them, it got all of the tickers wrong - I had to google (it then got a bunch of other stuff wrong in the code).

Also yesterday, I was preparing a brief summary of forecasting metrics/measures for a stakeholder and it incorrectly described the properties of SMAPE (easily validated by checking Wikipedia).

I constantly have issues with my direct reports writing code using LLM's. They constantly hallucinate things for some of the SDK's we use.

Post reply on HN