logoalt Hacker News

idantoday at 10:23 PM0 repliesview on HN

This post misses the point about what has changed. It's not that coding is or was easy, it's that coding is _more than typing code_.

Typing is easy. Coding is hard. LLMs eliminate the typing and aid with all the other parts of writing code (where is the system that I want to mutate, how does it work today, debate the tradeoffs inherent in the potential plans of action).

What remains after factoring out the typing and the time spent assembling an understanding of code is opportunity cost. That's not an insult any more than memory managers are an insult to languages like C.