8/1/2026 at 5:05:50 PM
Heh, from the kernel patch: https://lore.kernel.org/all/CALCETrXbj__SFQMzPZhES5y6-sh4np-...> I saw a fun bug report in ripgrep and a studious but pretty bad AI-generated analysis
Referring to https://github.com/dfoxfranke/ripgrep-3494-analysis which I indeed thought "that's an awful lot written to have been written by a human."
Looks like that thread is from...today!
by ndesaulniers
8/2/2026 at 4:52:33 AM
Looking at the function the addr value should always equal end but also it looks like on x86 this value is discarded in pte_free_tlb so maybe this is not the problem or I’m looking at a different version.https://github.com/torvalds/linux/blob/master/mm/memory.c#L1...
Assuming addr is a virtual address it probably makes sense that pte_free_tlb does not need it.
https://github.com/torvalds/linux/blob/master/arch/x86/mm/pg...
by benmmurphy
8/1/2026 at 9:37:41 PM
That was a tough read, but in all the verbiage I do not see it identifying the same code or area as the real genuine human on lore.kernel.For those who can understand Claude better than me: did it anywhere actually identify the issue?
by vintagedave
8/1/2026 at 10:02:05 PM
Assuming Andy (the mailing list post) is right, no it didn't.I know this because he said so here in this comment section: https://news.ycombinator.com/item?id=49134550
That said the AI was sort of directionality right... it identified roughly the right code.
by gpm
8/1/2026 at 8:24:04 PM
Thanks for the fun read.by vaughands
8/1/2026 at 10:33:32 PM
Until ~2000, "cellphone user in public" equated with "smug asshole." We're at that icky rejection stage with AI.Two years ago, that writeup would have been viewed as a generous gift of time to the community. Now we can't be bothered to read through it because we know where it came from, and that it's just worth $0.06 in tokens. Another reason (I think) is because we know what it portends.
In a few years, digging manually through bugs will probably be a last resort. We'll go from sneering to yawning at the reports, as another AI agent reads them and verifies the fix. Just like we ignore compiler-generated assembly code and people on their cellphones.
by gruntled-worker
8/2/2026 at 2:02:56 AM
If we know ‘where it came from’ in the sense that the author couldn’t even bother writing anything themselves, why should other people bother reading this deluge of nonsensical strung together words?by doubletwoyou
8/2/2026 at 2:18:19 AM
That's my point, we won't bother reading it. We'll let agents read it. People will eventually stop getting ticked off at this stuff.One exception: if the model is poor or on 'low' and that leads to a crappy report. That's the equivalent of shipping performance-critical code built with -O0 in the compiler analogy.
by gruntled-worker
8/2/2026 at 6:57:57 AM
This is a crappy report, that's what is being discussedby krageon
8/2/2026 at 7:32:24 AM
Is there any indication that it was a mini/fast/older model, or on a low effort level? My read of the reactions above is "ugh AI", not "ugh AI on the cheap". Not a single poster mentioned model or effort choice. It seems more like the usual irritation at "AI slop".If you just mean that the result was technically incorrect or off, that's probably true, but it doesn't affect my argument.
by gruntled-worker
8/2/2026 at 6:51:14 PM
At work I am sitting on a small pile of incomplete/wrong/missing-the-point bug reports right now, all generated by Opus 5 on High effort. Even under good conditions, LLMs are still wrong quite a lot, and confidently so. I can see why you think instant dismissal of LLM generated work is shallow, but I think it's at least as shortsighted to assume that when it creates poor quality work it must be an old/cheap model, bad settings, bad prompting, etc.by monitron
8/2/2026 at 8:13:47 PM
I'm not arguing that it's great. I'm arguing that the future of human work in this area will be limited to dealing with the cases when it isn't great, i.e. the pile on your desk. Choosing the best model and highest effort is the due diligence required to minimize the size of that pile.by gruntled-worker
8/2/2026 at 3:00:40 AM
It's less "can't be bothered to read through it because we know where it came from" and more "can't be bothered to read through it because of how word-salad it is"Unless heavily prompted the written output is always so dense that you can barely understand it.
by RideOnTime22