this post was submitted on 29 Sep 2025
376 points (98.0% liked)

Fuck AI

4206 readers
1125 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.

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

Coderabbit for PR reviews at work has both impressed me and made me aggregated by how incorrect some of the comments are. It's like, it's caught bugs that i would have missed even when looking very closely but also makes the same suggestions to over complicate chunks or suggestions that literally don't work. Such as assuming the db schema when looking at a query and saying "that's not what the column is called".

So, that's best I've experienced really, basically a PR check that's able to find some really out there bugs but a lot of comments need to be ignored.

[–] Evotech@lemmy.world 3 points 3 days ago (1 children)

Yeah you need to review the PR review instead lol

[–] lapping6596@lemmy.world 1 points 2 days ago

I do, but it catches really weird bugs. And dismissing comments is definitely less work than figuring out the bug later when it shows up.