this post was submitted on 20 May 2025
84 points (100.0% liked)

TechTakes

1869 readers
165 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 12 hours ago (1 children)

I've tried a few code review tools at work and while a few suggestions are useful, most have been useless.

[–] [email protected] 9 points 9 hours ago (1 children)

I made a contribution to a project that is using AI generated reviews and the AI bot gave me something like five or six suggestions, every one of which was wrong in some way or another. Only one of the suggestions was worth considering and the code that it generated to implement that suggestion was bad to the point of being baffling.

[–] [email protected] 4 points 3 hours ago

Is that Windsurf? My lot have just added that. Keeps suggesting making the path to every target in the build pipeline the same so that they'd overwrite each other, or perhaps implement the worst null-checking code I've ever seen.

The problem with suggesting 99% stupid shit is that I'm going to ignore the 1% that it identified correctly. If it limited itself to trivial syntax errors then it might have quite a useful hit rate, but we already have tools that do that.