HACKER Q&A
📣 iliashad

Is software engineering still a good career choice for new students?


I asked 4 working engineers this exact question on my podcast: a Google Developer Advocate (Stockholm), a Senior Software Engineer/consultant (Paris), an NVIDIA Deep Learning Institute Instructor (Morocco), and an Infrastructure Engineer at IBM (Dublin).

Here's what they actually said:

- The Senior Software Engineer said: "LLMs are babies. If you don't understand the architecture behind everything, you won't be able to follow."

- The Google advocate pushed back slightly: "Writing code has become a commodity, like car manufacturing after automation. The question isn't whether to learn to code, it's why you want to."

- The IBM infrastructure engineer had the most actionable take: "Don't treat AI as a ghostwriter. Never commit code you can't explain. Use it as a tutor, not a replacement for your own thinking."

And many more

We also reacted to a clip of a Silicon Valley exec telling university graduates that "AI is the next industrial revolution" and getting booed by the crowd.

One of the more sobering parts: at current usage levels, Anthropic is likely losing money on heavy Claude subscribers. No inference company is profitable today. The Google advocate, who works on LLM inference at scale, put it directly: if we don't get significant inference efficiency improvements in the next five years, this entire ecosystem becomes unaffordable. And the NIVIDA have more details to talk about AI cost effectiveness


  👤 iliashad Accepted Answer ✓

👤 kentich
I am afraid the software engineering industry is increasingly becoming like the music industry, which was killed by being able to get any song for free. Open source, free, fremium apps, lower threshold of entry due to AI, all of that is killing the market. Soon, you will not be able to make any money out of it unless you're a big player.

👤 jsxyzb
According to the development trend of AI, the demand for software engineering may decrease, but it will not disappear. In any case, top engineers are always in demand. The demand for software engineers in ordinary positions will not be as great as it is now

👤 zionsati
I think that's all correct what they're saying. It's not contradictory - writing code has become a commodity to a certain extent. But someone's still responsible for the production systems when it fails. AWS had a couple of big outages last year because of AI. Even with humans reviewing it, review is review. If you're not writing the code, you'll not have spent enough time thinking about edge cases. That's where the most expensive part of software engineering, not coding. Coding being a commodity is indeed analogous to robots in the production line, but those robots have huge teams of mechanical engineers to keep them running. The calibration, the servicing etc.

What's most interesting is now that vibe coding is expensive, will the AI slop go away, gradually?


👤 sermakarevich
Main question is: what do you like? Do you like research, maybe automation, solving puzzles, constant learning requirement, fast changing domain? Check the attributes of software engineering and ask yourself if this is what you deeply love and can spend on it 10-14 hours a day.

I joined SE/DS/AI because I loved automation and research. And I have plenty of it on a daily basis no matter on what stage of its development compilers/llms are.

The rest are details and might be subjective. You don't need to understand LLM architecture to be able to use it - however this might be an interesting puzzle to solve. Many SE engineers don't write code and they did not write code even before LLM popped up - but they do research and solve design puzzles instead.

Good luck.