this post was submitted on 26 Feb 2026
316 points (93.9% liked)

Open Source

44931 readers
526 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

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

What is "AI vulnerable"? What is the problem here? Claude isn't reverse-Midas, it's not like everything they touch turns to shit.

[–] BlameTheAntifa@lemmy.world 16 points 1 day ago* (last edited 1 day ago) (1 children)

Studies continue to show that AI routinely generates unsafe code and even human code reviews often don’t catch major problems. AI generated code should not be trusted or accepted and projects that accept them should be treated as compromised.

[–] yucandu@lemmy.world -5 points 1 day ago (1 children)

Alright, well I use Claude in my code and it produced a better library than anything that was publicly available on Github from me just feeding a PDF of a datasheet for the module into an LLM.

I'm all for not blindly trusting AI, give it limits, review and test everything it makes, but flat out rejecting any AI generated code as "compromised" feels reactionary to me.

[–] BlameTheAntifa@lemmy.world 6 points 1 day ago* (last edited 1 day ago) (1 children)
[–] yucandu@lemmy.world 2 points 18 hours ago

I understand the problems, but I don't think they amount to something as simple and close-minded as "all LLM generated code bad and evil", unless thinking critically takes too much time and energy I guess? Some people just have to make blanket decisions because it's easier for them.

[–] HiddenLayer555@lemmy.ml 6 points 1 day ago* (last edited 1 day ago) (1 children)

Humans can barely write safe C code, so I definitely don't trust AI to. I'm not even blanket against AI assistance in programming, but there are way too many hidden landmines in C for an LLM to be reliable with.

[–] yucandu@lemmy.world -2 points 1 day ago (1 children)

I use it in C++ and it has been very helpful. The OP appears to be just blanket against AI assistance in programming? There's no indication of what degree Claude was involved here, or what amount of blind trust the human reviewers gave to it.

[–] SuspciousCarrot78@lemmy.world 2 points 20 hours ago* (last edited 20 hours ago) (1 children)

I agree with you. More to the point...why accept code from anyone (clanker or meatbag) without provenance?

If I don't know you, and you can't explain what it does? Straight into the garbage it goes.

The issue isn’t AI contamination. It’s accepting code from any source without provenance and accountable review.

[–] yucandu@lemmy.world 1 points 18 hours ago

I suspect the anti-AI push is coming from Russia or China, probably because the AI products that are in such high demand right now are of Western origin.