Earlier quoted context omitted.
It's laughable only if you think that the only reasonable metric is "consistent and reliable". The parent says "it typically doesn't matter that the product is worse if it's cheap enough". And that seems valid to me: the average quality of software today seems to be worse than 10 years ago. We do worse but cheaper.
> And that seems valid to me: the average quality of software today seems to be worse than 10 years ago. You don't remember Windows Vista? Windows ME? I think you have that view because of survivor's bias. Only the good old software is still around today. There was plenty of garbage that barely worked being shipped 10 years ago.
Ask HN: SWEs how do you future-proof your career in light of LLMs?
911–920 of 1001 posts
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#912Earlier quoted context omitted.
I think the concern is that they might become good enough for a senior to not need a novice. At that point where to the seniors come from?
If developers become more productive (both juniors and seniors), there will be more demand for all of them.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#913Earlier quoted context omitted.
They most insightful thing here would have been to learn how those traders survived, adapted, or moved on. It's possible everyone just stops hiring new folks and lets the incumbents automate it. Or it's possible they all washed cars the rest of their careers.
I knew a bunch of them. Most of them moved on: retired or started over in new careers. It hit them hard. Maybe not so hard because trading was a lucrative career, but most of us don't have that kind of dough to fall back on.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#914The last fairly technical career to get surprisingly and fully automated in the way this post displays concern about - trading. I spent a lot of time with traders in early '00's and then '10's when the automation was going full tilt. Common feedback I heard from these highly paid, highly technical, highly professional traders in a niche indusry running the world in its way was: - How complex the job was - How high a…
They most insightful thing here would have been to learn how those traders survived, adapted, or moved on. It's possible everyone just stops hiring new folks and lets the incumbents automate it. Or it's possible they all washed cars the rest of their careers.
- post-9/11 stress and ‘08 was a big jolt, and pushed a lot of folks out.
- Managed their money fine (or not) for when the job slowed down and also when ‘08 hit
- “traders” became “salespeople” or otherwise managing relationships
- Saw the trend, leaned into it hard, you now have Citadel, Virtu, JS, and so on.
- Saw the trend, specialized or were already in assets hard to automate.
- Senior enough to either steer the algo farms + jr traders, or become an algo steerer themselves
- Not senior enough, not rich enough, not flexible enough or not interested anymore and now drive Uber, mobile dog washers, joined law enforcement (3x example I know of).
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#915The last fairly technical career to get surprisingly and fully automated in the way this post displays concern about - trading. I spent a lot of time with traders in early '00's and then '10's when the automation was going full tilt. Common feedback I heard from these highly paid, highly technical, highly professional traders in a niche indusry running the world in its way was: - How complex the job was - How high a…
Okay, but one thing you kinda miss is that trading (e.g. investing) is still one of the largest ways for people to make money. Even passively investing in ETFs is extremely lucrative. If LLMs become so good that everyone can just let an LLM go into the world and make them money, the way we do with our investments, won't that be good?
And, certainly, prob a good thing for some, bad thing for the money conveyor belt of the last 20 yrs of tech careers.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#916The last fairly technical career to get surprisingly and fully automated in the way this post displays concern about - trading. I spent a lot of time with traders in early '00's and then '10's when the automation was going full tilt. Common feedback I heard from these highly paid, highly technical, highly professional traders in a niche indusry running the world in its way was: - How complex the job was - How high a…
> LLMs don't have to be "great," they just have to be "good enough." NO NO NO NO NO NO NO!!!! It may be that some random script you run on your PC can be "good enough", but the software the my business sells can't be produced by "good enough" LLMs. I'm tired of my junior dev turning in garbage code that the latest and greatest "good enough" LLM created. I'm about to tell him he can't use AI tools anymore. I'm so than…
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#917Earlier quoted context omitted.
Comments like these make me wonder whether we live in the same worlds. I'm a cursor user e.g. and Tab completion is by far the most powerful auto complete I've ever used. There's scenarios where you can do some major refactors by simply asking (extract this table to its own component while using best react practices to avoid double renders) and it does so istantly. Refactor the tests for it? Again. Semi instant. Mean…
Sounds like you’re working in react. The models are orders of magnitude worse at less common frameworks and/or languages. React is so boilerplate-heavy that it’s almost a perfect match for LLMs. That said, every large react codebase I’ve worked in inevitably became really complex and had a ton of little quirks and tweaks to deal with unexpected re-renders and such. I avoid the FE when I can these days, but I’d be fai…
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#918Earlier quoted context omitted.
This is denial. LLMs already write code at a senior level. Couple that with solid tests and a human code reviewer and we’re already at 5x the story points per sprint at the startup I work at.
I'm sure that startup is a great indication of things to come. Bound for long term growth.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#919Earlier quoted context omitted.
This is denial. LLMs already write code at a senior level. Couple that with solid tests and a human code reviewer and we’re already at 5x the story points per sprint at the startup I work at.
I'm sure that startup is a great indication of things to come. Bound for long term growth.
Re: Ask HN: SWEs how do you future-proof your career in light of LLMs?
#920Earlier quoted context omitted.
> most of the actual systems we work on will simply start disappearing. What systems do you think are going to start disappearing? I'm unclear how LLMs are contributing to systems becoming redundant.
Recovering enterprise SaaS PM here. I don't necessarily know that a lot of enterprise SaaS will disappear, but I do think that a lot of the companies that build it will go out of business as their customers start to build more of their internal systems with LLMs vs. buy from an existing vendor. This is probably more true at the SMB level for now than actual enterprise, both for technical and internal politics reasons…