this post was submitted on 10 Jun 2025
32 points (94.4% liked)

Programming

22083 readers
76 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] vane@lemmy.world 2 points 2 months ago (1 children)

In a 15 year old snippet from stackoverflow and gist. Somebody paid for this article.

[–] floofloof@lemmy.ca 5 points 2 months ago* (last edited 2 months ago) (1 children)

That's the point though: LLMs recycle junk information, including some potentially dangerous information, without any indication of the context. In a regular search of the web or of Stack Overflow, you'd probably see people commenting on how the code is vulnerable, but when you ask an LLM it doesn't necessarily communicate that while still delivering the code.

[–] vane@lemmy.world 1 points 2 months ago (1 children)

I'm fine with reading comments and not copy pasting code without reading but I see it's too much nowadays.

[–] floofloof@lemmy.ca 1 points 2 months ago (1 children)

Yeah, and this particular vulnerability is pretty obvious for even a moderately experienced developer. You'd really have to be pasting without thinking to let this one slip by.

[–] vane@lemmy.world 3 points 2 months ago

It is also that previously we have had a dialogue between people about code. Even some historic background if creator of library or some RFC standard was involved. There is also a big broader aspect of the topic if you look into mentioned starckoverflow. Now you have dialogue between entry level dev and 6years old ADHD AI. That doesn't teach human anything because it's a tool to solve particular problem, nothing more. That's not how learning works.