@bcherny: LLMs still produce bugs, but those bugs are different than what they used to be. It’s less off-by-ones and more about s…

X AI KOLs Timeline News

Summary

A developer observes that LLM-generated bugs have shifted from off-by-one errors to higher-level design and context issues, and recommends using adversarial code review (e.g., Claude's /code-review) to catch them.

LLMs still produce bugs, but those bugs are different than what they used to be. It’s less off-by-ones and more about system design, ui usability, missing broader context. Some kinds of coding has been solved, but not all. While models continue to improve, adversarial code review has been an incredibly powerful tool to catch many of these kinds of bugs. It can be as simple as a one line prompt - “use a dynamic workflow to adversarial test every edge case in an iOS simulator”, or use Claude’s built in /code-review (or /code-review low, /code-review medium, etc.)
Original Article
View Cached Full Text

Cached at: 08/13/26, 03:31 PM

LLMs still produce bugs, but those bugs are different than what they used to be. It’s less off-by-ones and more about system design, ui usability, missing broader context. Some kinds of coding has been solved, but not all.

While models continue to improve, adversarial code review has been an incredibly powerful tool to catch many of these kinds of bugs.

It can be as simple as a one line prompt - “use a dynamic workflow to adversarial test every edge case in an iOS simulator”, or use Claude’s built in /code-review (or /code-review low, /code-review medium, etc.)

Jarred Sumner@jarredsumner·Aug 11: doesn’t happen anymore x.com/jarredsumner/s…

Similar Articles

LLMs are bad at vibing specifications

Hillel Wayne — Computer Things

Hillel Wayne discusses how LLMs, while popular for writing formal specifications like TLA+ and Alloy, often produce shallow, tautological properties that fail to capture subtle bugs, based on analysis of community projects.

2x, not 10x: coding with LLMs in 2026

Hacker News Top

The author argues that LLMs currently provide about a 2x productivity boost for coding due to their ability to handle easily verifiable tasks, but fundamental limitations prevent a 10x improvement; further gains will come from retooling around existing capabilities rather than model improvements.

The Patchwork Problem in LLM-Generated Code

arXiv cs.AI

This paper formalizes the 'patchwork problem' where LLM-generated code is locally correct but structurally incoherent across a codebase, proposes a taxonomy of eight failure categories and a hybrid verification framework, and demonstrates that many failures evade current tools.