this post was submitted on 20 Jul 2026
63 points (85.4% liked)
Anti-AI
127 readers
9 users here now
Fed up with seeing Generative AI trash everywhere? Us too. This is a community specifically for those who hate Generative etc AI and want to put a stop to it.
Rules:
- Absolutely No LLM, ML etc regurgitated trash. If you do so that will result in an immediate ban.
- No Doxing
- No transspeciesphobia
- No pluralphobia
- No Islamophobia
- No anti-Semitism (anti-zionism and anti-israel stuff is okay)
- No racism
- No queerphobia, transphobia
- No misogyny
- No ableism
- No fatphobia
- No eugenics
- No queer identity erasure (e.g. bisexuality or nobinary identities)
#NoBot #NoAI #NoBridge
founded 5 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes
Edit: Though the Kool-aid thing was a misidentification, it should be "drank the Flavour Aid"
ugh gross hes using it for code review and finding bugs? thats like asking their review process to be worse.
I mean, shouldn't a bug be patched regardless of who finds it? Some bugs are vulnerabilities, especially if a single AI code review can find dozens of them. If the kernel maintainers don't find them first, then security goes out the door in short order.
lets assume a bug exists, ignoring for the moment the ambiguity in what makes something a bug at all. you want to find the bug but you dont know if it exists or not. you use an ai tool to try and find it and theres a chance it finds it correctly, a chance it doesnt find it, and a chance it finds a bug that doesnt exist. you have no way of knowing it missed something without doing a proper review manually with tests against requirements and stuff, and you need to evaluate each bug it finds to see if its a real bug or not. then you need to decide what to do about it, which could potentially introduce new bugs.
the problem with using ai tools for this is not whether it can find bugs you would have missed. the issue is that people develop an intellectual laziness when they start to rely on these tools. they start to trust them and devote less effort to the activity the tool is replacing. in the case of code review and finding bugs, they might see that the ai says its fine and take the easy path of assuming its right. they might trust that a false bug is real without really thinking about it. worse still they might just apply the bug fixes that the tool recommends.
the insidious thing about software bugs is sometimes they are subtle and you dont figure out they exist until the software interacts with the larger system its embedded in. ai tools might correctly find easy local bugs, but it often struggles with context, which is required to find and fix subtler system level bugs, so some of the fixes for local bugs might create larger system level bugs that a person doing their due diligence and thinking about the software from a system level wouldnt.
i could go on but suffice to say the issues related to ai tools in software are subtle and insidious. its not obvious the ways they fail so developers will see them do what seems like really good work at a local level that ends up being hot garbage at a system level. theres a lot of nuance and the people defending ai for software seem to always be ignoring it, which is concerning.
The entire history of computer development is based on relying on tools to be lazy!
If people were perfect, the bug wouldn't have been there to begin with! Yet you expect the person to find an obvious bug that they didn't see but AI did find and also see the subtle bug that AI couldn't see.