this post was submitted on 02 Jul 2025
104 points (98.1% liked)

chapotraphouse

13924 readers
702 users here now

Banned? DM Wmill to appeal.

No anti-nautilism posts. See: Eco-fascism Primer

Slop posts go in c/slop. Don't post low-hanging fruit here.

founded 4 years ago
MODERATORS
 

On a deeper level than small talk, of course.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 5 days ago (10 children)

I try to tell them that the machine is just calculating what the next word is to follow the previous word. It doesnt understand the context of what it's saying, only that these words fit together right.

[–] [email protected] 4 points 4 days ago (8 children)

At risk of sounding ignorant...

There has to be more to it than that, right? I mean these tools can write working code in whatever language I need, using the libraries I specify, and it just spits out this code in seconds. The code is 90% of the way there.

LLMs can also read charts and correctly assess what's going on, can create stock trading strategies using recent data, can create recipes that work implying some level of understanding of how to cook, etc. It's kinda scary how much these things can do. Now that my job is training these models I see how far they've come in just coding, and they will 100% replace a LOT of developers.

[–] [email protected] 6 points 4 days ago (1 children)

Because the llms have been trained on however many cured data sets with mostly correct info. It sees how many times a phrase has been used in relation to other phrases, calculates the probability of if this is the correct output, then gambles on a certain preprogrammed risk tolerance, and spits out the output. Of course the software engineers will polish it up with barriers to keep it within certain boundaries,

But the key thing is that the llm doesnt understand the fundamental concepts of what you're asking it.

I'm not a programmer, so I could be misunderstanding the overall process, but from what I've seen on how llms work and are trained, AI makes a very good attempt of what you almost wanted. I don't how quickly AI will progress, but for now I I just see it as an extremely expensive party trick

[–] [email protected] 3 points 4 days ago

That party trick is shipping code and is good enough to replace thousands of developers at Microsoft and other companies. Maybe that says something about how common production programming problems are. A lot of business code boils down to putting things in and pulling things out of databases or moving data around via API calls and other communication methods. This tool handles that kind of work with ease.

load more comments (6 replies)
load more comments (7 replies)