this post was submitted on 20 Oct 2024
67 points (95.9% liked)

Futurology

1738 readers
220 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hendrik@palaver.p3x.de 30 points 1 day ago* (last edited 1 day ago) (1 children)

We'll see about that. AI is currently approaching the trough of disillusionment on the gartner hype cycle. That's certainly not something one of the largest AI companies will admit to, but probably still true.

And btw, the article doesn't load for me. Not sure if it's my browser or if I'm getting geo blocked... But the page is just white. No text.

[–] BluesF@lemmy.world 3 points 21 hours ago (1 children)

This headline certainly seems sensational, but I've also started seeing some really nice uses of LLMs cropping up. Some of the newer API features make them a lot more practical for development of things other than simple chat bots. It remains to be seen if the value delivered is worth the energy/data costs long term, but LLMs in general seems to be finding their feet in some ways.

[–] hendrik@palaver.p3x.de 3 points 19 hours ago* (last edited 19 hours ago) (1 children)

Sure. I'm mainly basing my opinion on some more recent research (which I can't find right now) that had some disheartening numbers on AI use in programming. As far as I remember it said at the end of the day it saves some time, but not a lot, but on the flipside the code that has been produced by programmers with help of AI has significantly more bugs in it. Which makes me doubt it's a good fit to replace professionals (at this time).

And secondly, the stock prices of companies like Nvidia tell us, some of the hot air in the AI bubble is escaping. I'd say things are calming down a bit, not accellerating.

And regarding law, there is this funny story from a bit ago: https://www.forbes.com/sites/mollybohannon/2023/06/08/lawyer-used-chatgpt-in-court-and-cited-fake-cases-a-judge-is-considering-sanctions/
Well, maybe funny for everyone except that lawyer and his client. And science hasn't made fundamental progress on hallucinations since then. I'd say it's going to start replacing professionals once we get that solved. And that'll be when AI will become massively useful.

And of course it's already very useful within some more narrow use cases.

[–] BluesF@lemmy.world 2 points 17 hours ago (1 children)

Oh yeah, I'm talking about calling the LLM with code, not using the LLM to help write the code. They still suck at providing anything reliant on factual accuracy. What they are very good at is extracting meaning from text, e.g. taking a user's natural language request and deciding what to do with it from a set of options.

[–] hendrik@palaver.p3x.de 3 points 15 hours ago

Sure. I believe that's called "intent classification" and has been around in natural language processing for quite some time.