this post was submitted on 07 Jun 2026
85 points (96.7% liked)

Technology

85330 readers
4054 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MangoCats@feddit.it 1 points 4 days ago (2 children)

The value of any given contribution is the same, regardless of whether the code was written by a seasoned developer, a neophyte as a first project, an LLM, a team of high school students learning the language, or space aliens - the code is the code, it helps or hurts exactly the same when merged with zero connection to who or what wrote it.

Caring about who or what wrote the code is applying prejudice. Prejudice works well in a lot of cases, but it's no guarantee.

If you are accepting submissions from anonymous, or insecurely identified (same thing, really), contributors, they should all be treated with zero prejudice. You might think you know who or what wrote the code based on the name in the linked e-mail address, the way comments are (or aren't) written, or a million other "tells" in the code that aren't about the function of the code - that's really irrlelevant. What's relevant is: what does the code actually do after it's merged.

If you're trusting code because you think its "tells" track with seasoned developers, be prepared - very very soon - for maliciously crafted code full of "seasoned developer" tells to slip in backdoors and other malware, because bad actors are already using AI to mimic the things you want to see in a submission in order to gain your trust and lower your guard against them slipping in the things they want in your code base.

[–] Azzu@leminal.space 1 points 4 days ago

You're right. It's not about the code though, it's about the interaction with the individual submitting the code. It is natural for humans to want to use language that is meant for communication between humans to actually reach humans.

[–] WhyJiffie@sh.itjust.works 0 points 4 days ago (1 children)

The value of any given contribution is the same, regardless of whether the code was written by a seasoned developer, a neophyte as a first project, an LLM, a team of high school students learning the language, or space aliens - the code is the code, it helps or hurts exactly the same when merged with zero connection to who or what wrote it.

Caring about who or what wrote the code is applying prejudice. Prejudice works well in a lot of cases, but it's no guarantee.

the blog post is not about who actually wrote the code, but whether it's worth the effort to do a thorough review. if an actual person made it, then yes because they can learn from it and the world becomes a slightly better place. if it was a vibecoder just using an LLM, then explaining what needs to be done and why does not add much to.the world, but it possibly helps to make the LLM company richer

[–] MangoCats@feddit.it 1 points 3 days ago (1 children)

whether it’s worth the effort to do a thorough review.

If the vibe coder learns how to vibe better....

I've been using LLMs for a lot of things since last October, the models have improved pretty dramatically since then, but so have my skills in using them - so it's hard to tell (and probably unimportant) which factor is more important in the increased quality and efficiency of my code production and reviews over the last year.

Using LLMs to review code (regardless of who/what wrote it) is a more efficient way to improving code quality, security, maintainability, etc. than just reading it all yourself. Certainly don't go blindly trusting the LLM reviews, but if you haven't tried them for pull request review, you should...

[–] WhyJiffie@sh.itjust.works 1 points 19 hours ago

If the vibe coder learns how to vibe better....

they will not. for that, they would need to understand the review comments, and also the thing the LLM produced. but very often neither is understood by the vibecoder, because it's a newbie and thinks they don't need to learn it anymore, or because it's a burnt out developer who doesn't really care anymore (see: latest rsync incident)