@msimoni: So far, I haven't been able to make LLMs significantly help me with the hard parts of programming - designing code that…

X AI KOLs Timeline News

Summary

The author finds that LLMs are not significantly helpful for the hard parts of programming (designing simple, general, clear code) but are so helpful for other parts that they rate them as a 10x productivity improvement.

So far, I haven't been able to make LLMs significantly help me with the hard parts of programming - designing code that is simple, general, and clear. They're still so helpful for the other parts, that I rate them as a 10x productivity improvement at least, which is awesome.
Original Article

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.

Effective use-cases for LLMs

Lobsters Hottest

This article shares practical, real-world use cases for LLMs in software engineering, including searching through customer conversations via RAG, triaging API failures from logs, and shortening content. It emphasizes efficiency gains and reducing manual sifting.