590
top 40 comments
sorted by: hot top controversial new old
[-] MudMan@fedia.io 172 points 1 month ago

I keep having to repeat this, but the conversation does keep going on a loop: LLMs aren't entirely useless and they're not search engines. You shouldn't ask it any questions you don't already know the answer to (or have the tools to verify, at least).

[-] chemical_cutthroat@lemmy.world 88 points 1 month ago

Yeah. Everyone forgot the second half of "Trust, but Verify". If I ask an LLM a question, I'm only doing it because I'm not 100% sure how to look up the info. Once it gives me the answer, I'm checking that answer with sources because it has given me a better ability to find what I was looking for. Trusting an LLM blindly is just as bad as going on Facebook for healthcare advice.

[-] MudMan@fedia.io 31 points 1 month ago

Yep. Or because you can recognize the answer but can't remember it off the top of my head. Or to check for errors on a piece of text or code or a translation, or...

It's not "trust but verify", which I hate as a concept. It's just what the tech can and cannot do. It's not a search engine finding matches to a query inside a large set of content. It's a stochastic text generator giving you the most likely follow up based on its training dataset. It's very good autocorrect, not mediocre search.

[-] eronth@lemmy.world 19 points 1 month ago

I find LLMs very useful for setting up tech stuff. "How do I xyz in docker?" It does a great job of boiling together several disjointed How Tos that don't quite get me there into one actually usable one. I use it when googling and following articles isn't getting me anywhere, and it's often saved so much time.

[-] jmcs@discuss.tchncs.de 17 points 1 month ago

They are also amazing at generating configuration that's subtly wrong.

For example, if the bad LLM generated configurations I caught during pull requests reviews are any example, there are plenty of people with less experienced teams running broken kubernetes deployments.

Now, to be fair, inexperienced people would make similar mistakes, but inexperienced people are capable of learning with their mistakes.

[-] danc4498@lemmy.world 4 points 1 month ago

I thought it was “butt verify” whoops

[-] bingbong@lemmy.dbzer0.com 6 points 1 month ago
[-] danc4498@lemmy.world 4 points 1 month ago

✅ Verified

[-] catloaf@lemm.ee 33 points 1 month ago

Or if you're fine with non-factual answers. I've used chatgpt various times for different kinds of writing, and it's great for that. It can give you ideas, it can rephrase, it can generate lists, it can help you find the word you're trying to think of (usually).

But it's not magic. It's a text generator on steroids.

[-] MudMan@fedia.io 11 points 1 month ago

Sure! Used as... you know, what it is, there's a lot of fun/useful stuff you can do. It's just both AIbro shills and people who have decided to make hating on this tech a core part of their personality have misrepresented that.

It's indeed very, very good text generation/text parsing. It is not a search engine, the signularity, Skynet or a replacement for human labor in the vast majority of use cases.

[-] seven_phone@lemmy.world 11 points 1 month ago

That is exactly the point, LLM aim to simulate the chaotic best guess flow of the human mind, to be conscious and at least present the appearance of thinking and from that to access and process facts but not be a repository of facts in themselves. The accusation here that the model constructed a fact and then built on it is missing the point, this is exactly the way organic minds work. Human memory is constantly reworked and altered based on fresh information and simple musings and the new memory taken as factual even while it is in large part fabricated, and to an increasing extent over time. Many of our memories of past events bear only cursory fidelity to the actual details of the events themselves to the point that they could be defined as imagined. We still take these imagined memories as real and act upon them exactly as has been done here by the AI model.

[-] MudMan@fedia.io 13 points 1 month ago

As below, stop with the analogies. No, that's not "the chaotic best guess flow of a human mind", that's a whole bunch of tensor math generating likely chains of tokens. Those two things aren't the same thing.

They aren't the same thing in the strict sense, but they're also not the same thing in practical terms at the end user level. If I ask a friend if they remember some half-forgotten factoid they can tell me not just if they do remember, but also how well they remember, how sure they are and why they know it. No LLM can do that, because LLMs know as little about themselves as about anything else. Which is nothing, because they're LLMs, not people.

[-] Railcar8095@lemm.ee 5 points 1 month ago

LLM is a random person in the internet, or the first link on a search.

If you wouldn't blandly trust them, don't trust it.

[-] MudMan@fedia.io 22 points 1 month ago

LLM is a LLM. LLM is a transformer model generating likely output from a dataset.

I hate all this analogy stuff people keep resorting to. The thing does what it does, and trying to understand what it does by analogy is being used disingenuously to push all sort of misinformation-filled agendas.

It's not about "trust", it's about how the output you're being given is generated, and so what types of outputs are useful on what applications.

The answer is fairly narrow, particularly compared to how it's being marketed. It absolutely, 100% isn't a search engine, though. And even when plugged into a search engine and acting as a summarization engine it's actually pretty terrible and very likely to distort an output that anybody who has been near a computer in the past thirty years can parse faster at a glance.

[-] faythofdragons@slrpnk.net 3 points 1 month ago

I had to tell DDG to not give me an AI summary of my search, so its clearly intended to be used as a search engine.

[-] MudMan@fedia.io 17 points 1 month ago

"Intended" is a weird choice there. Certainly the people selling them are selling them as search engines, even though they aren't one.

On DDG's implementation, though, you're just wrong. The search engine is still the search engine. They are using an LLM as a summary of the results. Which is also a bad implementation, because it will do a bad job at something you can do by just... looking down. But, crucially, the LLM is neither doing the searching nor generating the results themselves.

[-] faythofdragons@slrpnk.net 1 points 1 month ago

What do you mean its not generating the results? If the summation isn't generated, wheres it come from?

[-] r4venw@sh.itjust.works 6 points 1 month ago

I dont want to speak for OP but I think they meant its not generating the search results using an LLM

[-] faythofdragons@slrpnk.net 1 points 1 month ago

Maybe I just don't know what "generating results" means. You query a search engine, and it generates results as a page of links. I don't understand how generating a page of links is fundamentally different from generating a summation of the results?

[-] r4venw@sh.itjust.works 7 points 1 month ago

Its a very different process. Having work on search engines before, I can tell you that the word generate means something different in this context. It means, in simple terms, to match your search query with a bunch of results, gather links to said results, and then send them to the user to be displayed

[-] faythofdragons@slrpnk.net 2 points 1 month ago

then send them to the user to be displayed

This is where my understanding breaks. Why would displaying it as a summary mean the backend process is no longer a search engine?

[-] MudMan@fedia.io 4 points 1 month ago

The LLM is going over the search results, taking them as a prompt and then generating a summary of the results as an output.

The search results are generated by the good old search engine, the "AI summary" option at the top is just doing the reading for you.

And of course if the answer isn't trivial, very likely generating an inaccurate or incorrect output from the inputs.

But none of that changes how the underlying search engine works. It's just doing additional work on the same results the same search engine generates.

EDIT: Just to clarify, DDG also has a "chat" service that, as far as I can tell, is just an UI overlay over whatever model you select. That just works the same way as all the AI chatbots you can use online or host locally and I presume it's not what we're talking about.

[-] faythofdragons@slrpnk.net 3 points 1 month ago

I see, you're splitting the UI from the backend as two different things, and Im seeing them as parts to a whole.

[-] MudMan@fedia.io 4 points 1 month ago

Well, yeah, there are multiple things feeding into the results page they generate for you. Not just two. There's the search results, there's an algorithmic widget that shows different things (so a calculator if you input some math, a translation box if you input a translation request, a summary of Wikipedia or IMDB if you search for a movie or a performer, that type of thing). And there is a pop-up window with an LLM-generated summary of the search results now.

Those are all different pieces. Your search resutls for "3 divided by 7" aren't different because they also pop up a calculator for you at the top of the page.

[-] faythofdragons@slrpnk.net 4 points 1 month ago

Yeah, for some reason I was thinking you were trying to say that bolting on widgets made it no longer a search engine.

[-] jdeath@lemm.ee 3 points 1 month ago

honestly LLMs are about a thousand times more useful than Google at this point. Every week i try googling and get nothing but spam results.

for example just yesterday i was searching for how to reclaim some wasted space on one of my devices. so i searched on Google and tried 8 different pages that were ad-riddled hell holes.

i gave up and spent 10 seconds with an LLM and got the answer i needed. i will admit that i had to tell it to quit bullshitting me at one point but i got what i needed. and no ads.

[-] MudMan@fedia.io 11 points 1 month ago

Well, you shouldn't be using Google Search, but that's a completely different conversation and the answer shouldn't (can't) be "let's just use LLMs, then".

[-] jdeath@lemm.ee 2 points 1 month ago

bing or duck duck go, too. i just say googling because it sounds stupid as shit to say anything else. DDG is my default search engine. kagi isn't much better, and comes with its own issues

[-] MudMan@fedia.io 5 points 1 month ago

So we're talking about SEO and the content being generated in the first place? Yeah, it's worse than it used to be when the main application online was websites, but I still want/need a reliable way to parse results across... you know, Wikipedia and Reddit, mostly. IMDB sometimes. It may have looped around to the old days of Altavista directory search, but it's still a valuable tool. And crucially not replaced by an LLM, especially for the kind of non-obvious queries where you don´t just go to the site you know will have the answer directly.

[-] MutilationWave@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

Altavista was the shit when it came out. My classmates and friends were surprised at how quick I was getting answers or general information. Altavista, that's it. If you're using Ask Jeeves or Yahoo you're going to have a hard time.

I can't remember how I found out about it, but it's what I used until Google came out. Anyone know if they were the first to use web crawlers like that or did they just popularize the concept?

[-] MudMan@fedia.io 2 points 4 weeks ago

I'm fuzzy on the timeline, but it was definitely THE search engine for a while. And I'd say the one that's most memory-holed. I feel like Yahoo's unlikely survival as some vestigial online service made people remember it and I guess Americans in particular had an Ask Jeeves moment at some point? For me it was Altavista until Google, for sure, and they were trading blows for a good while. I almost remember Gmail being the thing that tipped the scales more than the search quality.

[-] TriflingToad@sh.itjust.works 2 points 1 month ago

LLMs are good for some searches or clarification that the original website doesn't say. Ex the "BY" attribute in creative commons being acronymed to "BY" (by John Doe) and not "AT" (attributed to John Doe)

[-] cyrano@lemmy.dbzer0.com 43 points 1 month ago

The weirdness came partway through, when the ad actually showed Google Gemini in action. It told the cheese vendor that Gouda accounts for "50 to 60 percent of the world's cheese consumption." Now, Gouda's hardly a hardcore real head pick like Roquefort or BellaVitano, but there's also no way it's pulling in cheddar or mozzarella numbers. Travel blogger Nate Hake and Google-focused Twitter account Goog Enough documented the erroneous initial version of the ad, but Google responded by quietly swapping in a more accurate Gemini-suggested blurb in all live versions of the ad, including the one that aired during the Super Bowl.

[-] SmackemWittadic@lemmy.world 12 points 1 month ago

They should have kept quiet and let Google show how shit they are on live TV

[-] CosmoNova@lemmy.world 38 points 1 month ago

This is like the dozenth time Google put hallucinations in their AI presentation/AD. They just don‘t care.

[-] Gormadt 16 points 1 month ago

Especially considering that the "pointing out of said hallucinations" comes much later than when they're shared. And NEVER made it as far and wide as the initial bullshit.

[-] JesusTheCarpenter@feddit.uk 17 points 4 weeks ago

I totally get all the concerns related to AI. However, the bandwagon of: "look it made a mistake, it's useless!" is a bit silly.

First of all, AI is constantly improving. Remember everyone laughing at AI's mangled fingers? Well, that has been fixed some time ago. Now pictures of people are pretty much indistinguishable from real ones.

Second, people also make critical mistakes, plenty at that. The question is not whether AI can be absolutely accurate. The question is whether AI can make on average fewer mistakes than human.

I hate the idea of AI replacing everything and everyone. However, pretending that AI will not be eventually faster, better, cheeper and more accurate that most humans is wishful thinking. I honestly think that our only hope is legislation, not the desperate wish that AI will always need human supervision and input to be correct.

[-] shneancy@lemmy.world 4 points 4 weeks ago

there's also the problem of techbros and companies everywhere thinking that AI is omniscient and can replace every other profession. who needs a human journalist when you can train an AI on their work (because they work for you and their work is your property ofc) and then just fire them all because you have a perfect AI that you can just set to run forever without checkig its work and make infinite money :)

[-] CitizenKong@lemmy.world 2 points 4 weeks ago

And then the articles will only be clicked and commented by bots after a while. Dead internet here we come!

[-] Hackworth@lemmy.world 9 points 1 month ago* (last edited 1 month ago)

Flames burn and smoke asphyxiates, perfectly highlighting why relying on fire is a bad idea.

this post was submitted on 11 Feb 2025
590 points (100.0% liked)

Technology

66231 readers
5326 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS