this post was submitted on 16 Mar 2026
367 points (95.3% liked)

Fuck AI

6398 readers
1330 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

Related:

This is in a PR where Shougo, another long-time contributor, communicates entirely in walls of unparseable AI slop text: https://github.com/vim/vim/pull/19413

Thank you for the detailed feedback! I've addressed all the issues:

Thank you for the feedback! I agree that following the Vim 8+ naming convention makes sense.

Thank you for the feedback on naming!

Thanks for the suggestion! After thinking about this more, I believe repeat_set() / repeat_get() is the right choice:

Thank you for the feedback. A brief clarification.

https://hachyderm.io/@AndrewRadev/116176001750596207

@AndrewRadev@hachyderm.io

you are viewing a single comment's thread
view the rest of the comments
[–] AeonFelis@lemmy.world 9 points 15 hours ago

TBH I don't really mind when LLMs are used for code reviews. My main issue[^1] with coding assistants is that the people using them don't verify the code they emit thoroughly (that would be too much work. Remember - reading code is harder then writing it) and thus they often push junk into the codebase and blame the AI for the bad quality when it crashes. But with code reviews there is no such risk, because you still have to read and understand the comments and decide on your own how to resolve them.

[^1]: Quality issue - I'm not talking about the ethical issues here.

Some caveats;

  • It must be disclosed that the comment was generated by AI. Disagreeing with a human reviewer (who's usually maintainer) and disagreeing with an LLM are very different beasts.
  • If the submitter disagrees with an AI comment, and the reviewer agrees with the model's initial criticism - the reviewer[^2] need to defend it themselves, not delegate the argument back to the LLM.

[^2]: Regular Open Source etiquette applies, of course. The reviewer is always allowed to reject the PR and ask the submitted to kindly fuck off.