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 3 points 20 hours ago* (last edited 20 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 18 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.