Why write code in 2026
softwaredoug.com
Why write code in 2026
1–10 of 321 posts
Re: Why write code in 2026
#2Re: Why write code in 2026
#3Re: Why write code in 2026
#4Re: Why write code in 2026
#5Re: Why write code in 2026
#6Re: Why write code in 2026
#7Then there's the mass. I don't need that anymore. The mountains of boilerplate, etc.
I write little islands which need high judgement that are then connected by the obvious goo.
Re: Why write code in 2026
#8I still exclusively write my code. The quality is higher. I know exactly how it works. It’s more extensible. You don’t have to generate it.
Re: Why write code in 2026
#9I still exclusively write my code. The quality is higher. I know exactly how it works. It’s more extensible. You don’t have to generate it.
Re: Why write code in 2026
#10I still exclusively write my code. The quality is higher. I know exactly how it works. It’s more extensible. You don’t have to generate it.
In fact, it's better not to generate it imo. Like you said the quality is higher, and by the time I get done reviewing the LLM's output I haven't really saved time over just doing it myself. LLMs are only useful for things you can verify extremely quickly (like a short script), or for things where you don't care about the quality.