302
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 May 2025
302 points (96.6% liked)
Programmer Humor
36119 readers
626 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
Telling an LLM what you want the program to do and blindly trusting whatever it outputs, basically.
Are serious people really pushing that?
It's mostly beginners thinking of it as a shortcut to making software without learning any of the underlying theory. Basically, why struggle your way through a Rust tutorial on fighting the borrow checker when you can just get AI to do it? Though the issue is as soon as there's something too complex for the AI to figure out, you're out of luck because you've been deliberately avoiding learning the necessary concepts to fix it yourself.
As for whether serious people are pushing it, most actual software engineers, not really, but company management would absolutely like nothing more than to replace all their developers with AI, so yes they're pushing it pretty hard.
So, lazier script kiddies?
As a former script kiddie myself I think it's not much different from how I used to blindly copy and paste code snippets from tutorials. Well, environmental impact aside. Those who have the drive and genuine interest will actually come to learn things properly. Those who don't should stay tf out of production code, it's already bad enough. Which is why we genuinely shouldn't let "vibe coding" be legitimized.
Not any lazier. Script kiddies didn’t write the code themselves, either.