Live data from Hacker News

Is coding dead because AI has taken over it?

jehuamanna.com

1–10 of 20 posts

Re: Is coding dead because AI has taken over it?

#2
No. I am having more fun coding than ever before. I am learning new things, building things I never had time to even consider exploring and building throw away prototypes just because. I still think learning to code is crucial and necessary to get production grade systems as of now.

Re: Is coding dead because AI has taken over it?

#5
Claude Code does empower developers to do deep higher level work. It's easier to generate advanced changes now.

E.g. database optimisations a Senior Engineer might do, such as designing a database partition or creating a complex composite index. The problem? When Claude recommends more advanced solutions without a deep understanding it is easy to miss where the foot guns lie or if Claude got it outright wrong.

It's like being handed a chainsaw when you had an axe. Without good judgement, it's easy to cut down the wrong trees.

Re: Is coding dead because AI has taken over it?

#6
No. Maybe it is a problem for the author and many others who fit this profile:

> I love to solve problems using Web Technologies. JavaScript/TypeScript (along with the foundation, that is, HTML and CSS)

"coding" is "dead" for Web Technologies and frontend roles (for those looking for inflated starting salaries at $200K+) because AI can do at least 98% of the work and can at best one shot this sort of work.

Re: Is coding dead because AI has taken over it?

#8
post #6

No. Maybe it is a problem for the author and many others who fit this profile: > I love to solve problems using Web Technologies. JavaScript/TypeScript (along with the foundation, that is, HTML and CSS) "coding" is "dead" for Web Technologies and frontend roles (for those looking for inflated starting salaries at $200K+) because AI can do at least 98% of the work and can at best one shot this sort of work.

I am on the same page as yours on "Web Technologies". But fundamentally they are not obsolete.

Re: Is coding dead because AI has taken over it?

#10
Ask 10 people & you'll get 10 different answers :D. Here's mine: I don't think software development jobs are going to disappear, even though the amount of hand-written code will in all likelihood decline. Those employing s/w devs are just going to expect more output. Until recently most smaller teams wouldn't even attempt more ambitious projects due to worry they'd blow it (yes, the uncomfortable reality is that most s/w projects fail). Now, they're getting braver since LLMs are essentially a RAD tool, and I'd argue that's a good thing.

I've been a professional dev for 20 years, and done plenty of solo projects, but also worked on teams at small & large firms. Even when we were able to build good products, the amount of man-hours sunk into those products often meant they weren't profitable. One of my former bosses made the whole s/w dev dept. gather int the cafeteria one day & ranted at us that he's spent 6 million Euros paying software developers but our products aren't selling, and he doesn't understand why we take so long to build basic products. That boss left shortly thereafter & the company was restructured, but in a way, he wasn't wrong. I can imagine that had we had LLMs things might've turned out differently, but who knows.

Post reply on HN