Ask HN: SWEs how do you future-proof your career in light of LLMs?
741–750 of 1001 posts
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#742Earlier quoted context omitted.
For those less confident: U.S. (and German) automakers were absolutely sure that the Japanese would never be able to touch them. Then Koreans. Now Chinese. Now there are tariffs and more coming to save jobs. Betting against AI (or increasing automation, really) is a bet against not against robots, but against human ingenuity. Humans are the ones making progress, and we can work with toothpicks as levers. LLM's are ou…
In other words, you have built exactly zero commercial-grade applications that us the working programmers work on building every day. LLMs are good for playing with stuff, yes, and that has been implied by your parent commenter as well I think. But when you have to scale the work, then the code has to be easy to read, easy to extend, easy to test, have extensive test coverage, have proper dependency injection / be ea…
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#743Nothing because I’m a senior and LLM’s never provide code that pass my sniff test, and it remains a waste of time. I have a job at a place I love and get more people in my direct network and extended contacting me about work than ever before in my 20 year career. And finally I keep myself sharp by always making sure I challenge myself creatively. I’m not afraid to delve into areas to understand them that might look “…
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#744Earlier quoted context omitted.
"Other people were wrong about something else so that invalidates your argument" Why are half the replies like this?
The cognitive dissonance of seemingly educated people defending the LLMs when it comes to writing code is my top mystery for the entirety of 2024. Call me if you find a good reason. I still have not.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#745Earlier quoted context omitted.
They shouldn’t be expected to improve in accuracy because of what they are and how they work. Contrary to what the average HackerNews seems to believe, LLMs don’t “think,” they just predict. And there’s nothing in them that will constrain their token prediction in a way that improves accuracy.
> Contrary to what the average HackerNews seems to believe, LLMs don’t “think,” they just predict. Anecdotally, I can't recall ever seeing someone on HackerNews accuse LLM's of thinking. This site is probably one of the most educated corners of the internet on the topic. > They shouldn’t be expected to improve in accuracy because of what they are and how they work. > And there’s nothing in them that will constrain th…
There are definitely people here who think LLMs are conscious.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#746Earlier quoted context omitted.
I mean human generations because to do system architecture, design and development well you need something that can at least match an average human brain in reasoning, logic and learning plasticity. I don’t think that’s impossible but I think we’re quite a few human generations away from that. And scaling LLM’s is not the solution to that problem; an LLM is just a small but important part of it.
I'd be cautious as describing anything in tech as human generations away because we're only about a single human generation into a lot of this industry existing.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#747Earlier quoted context omitted.
"For the price of a cab you can take so many ubers it's not even funny". Yeah, until the price dumping stops and workers demand better conditions and you start comparing apples to apples. Why do you have bad programmers on staff? Let them go, LLMs existing or not.
Bad programmers aren't black and white situation, there's so many range of programmers quality out there, with different sector too (analysis, programming, db design, debugging, etc). And as the standard, companies need to adjust cost and requirement, while those are affected by supply and demand too. Moreover, common people cannot measure programmers quality as easy, and bad programmers have delayed effect too. So i…
So you can't fire the bad apples because you don't know who they are, but you feel confident that you can pick out whom to replace by an LLM and then fire?
It's hopefully obvious to everybody that this is a hopelessly naïve take on things and is never going to play out that way.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#748Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#749Earlier quoted context omitted.
"For the price of a cab you can take so many ubers it's not even funny". Yeah, until the price dumping stops and workers demand better conditions and you start comparing apples to apples. Why do you have bad programmers on staff? Let them go, LLMs existing or not.
People hire teams from some countries because they are cheap and they are terrible. LLMs are not good but better than many of these and cheaper. It's not really changing much in code quality or process, just a lot cheaper.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#750Earlier quoted context omitted.
At my job I review a lot of code, and I write code as well. The only type of developer an LLM’s output comes close to is a fresh junior usually straight out of university in their first real development job, with little practical experience in a professional code-shipping landscape. And the majority of those juniors improve drastically within a few weeks or months, with handholding only at the very start and then les…
That's a good observation. How would you teach an LLM the processes and conduct in your company? I suppose you'd need to replace code reviews and tutoring with prompt engineering. And hope that the next software update to the LLM won't invalidate your prompts.