@GergelyOrosz: Situation 1: dev A thinks approach X is correct, dev B thinks Y is the right way. They argue and try to convince each o…

X AI KOLs Following News

Summary

A tweet discussing how developer debates over correct approaches provide learning that is lost when using LLMs to implement code directly.

Situation 1: dev A thinks approach X is correct, dev B thinks Y is the right way. They argue and try to convince each other. Situation 2: dev A thinks approach X is correct, tells the LLM to implement it. There is SO MUCH learning in Situation 1, lost when using LLMs....
Original Article
View Cached Full Text

Cached at: 05/19/26, 02:48 PM

Situation 1: dev A thinks approach X is correct, dev B thinks Y is the right way. They argue and try to convince each other.

Situation 2: dev A thinks approach X is correct, tells the LLM to implement it.

There is SO MUCH learning in Situation 1, lost when using LLMs….

Similar Articles

Quoting Bryan Cantrill

Simon Willison's Blog

Bryan Cantrill critiques LLMs for lacking the optimization constraint of human laziness, arguing that LLMs will unnecessarily complicate systems rather than improve them, and highlighting how human time limitations drive the development of efficient abstractions.

Expert Beginners and Lone Wolves will dominate this early LLM era

Jeff Geerling

The author reflects on how local LLMs (GPT-OSS 20B, Qwen3 Coder 30B) helped him migrate his blog from Drupal to a static site, comparing them to junior developers who deliver code quickly but need review. He argues that 'expert beginners' and 'lone wolves' will thrive in the early LLM era.