Ask HN: Is software engineering still a good career choice for new students?
12 points
3 days ago
| 7 comments
| HN
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

kentich
3 days ago
[-]
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.
reply
iliashad
3 days ago
[-]
Unfortunately, yes. Also, talking about open source. With the AI, I saw a couple of posts about people trying to rebuild an open-source project in a different programming language and change the license. Which kind hurts the original open source project
reply
jsxyzb
3 days ago
[-]
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
reply
iliashad
3 days ago
[-]
Yes, I agree, but for a new grad student. May it be hard for him to find a job in this market to learn and become a top engineer?
reply
mikert89
2 days ago
[-]
demand for software will increase, but it will become a lower skill job
reply
iliashad
3 days ago
[-]
reply
iliashad
3 days ago
[-]
reply
zionsati
3 days ago
[-]
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?

reply
iliashad
3 days ago
[-]
Yes, I agreed with your points. we can cover these two points.

"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.". This is true and we cover software quality in the age of AI (https://youtu.be/oOt_0N1yQEw?t=2915).

"What's most interesting is now that vibe coding is expensive, will the AI slop go away, gradually?" As we said in this episode, "sometimes, AI is getting more expensive than paying a salary to a software engineer". We cover it here as well (https://youtu.be/oOt_0N1yQEw?si=r5tSHicWpJGWLQDL&t=3890) about AI real cost and AI cost effectiveness

reply
zionsati
3 days ago
[-]
Love it! Well done on the podcast!
reply
iliashad
21 hours ago
[-]
Thank you, man!
reply
het2572006
3 days ago
[-]
yes it is but u have to be the top 5% developer, u have to learn and update everyday, u should have the problem solving ability along with product-business mindset. yes AI will affect to software engineering but the right one will always survives.
reply
iliashad
3 days ago
[-]
Yes, but could you give us more details on how to become a top 5% developer?
reply
sermakarevich
3 days ago
[-]
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.

reply