Live data from Hacker News

Ask HN: How do I thrive in an AI dominated future?

news.ycombinator.com

11–20 of 60 posts

Re: Ask HN: How do I thrive in an AI dominated future?

#11
I got into software because it was a good way to solve a broad class of problems. Not because I have some obsession with actually writing code. You can fight the tools and risk becoming obsolete, or you can embrace the tools and adapt to continue to solve problems and deliver value. Just like business users cannot adequately convey requirements to off-shore development firms, they won't be able to get the most use out of ML generated code. They don't know the details of what problems they are trying to solve, nor do they know how to implement the coded suggestions in a production ready capacity. There is still a lot of technical work required to use these tools. The "real" value technical folk provide is being able to decipher and translate business speak to implementation. The only people who should be really worried are those who want to hide in their basement and just program against tickets implementing discrete tasks. The technical folk who actually understand business objectives and are effective at communicating with business folk should still have a long lucrative career ahead of them.

Re: Ask HN: How do I thrive in an AI dominated future?

#12
Taking software as an example, there will be some practical application for code that's generated, which means there needs to be some analysis of the result. Somewhere along the way there will be a human who reads some output, regardless of how complex the systems are which produce that output. Much of the time, this person is going to have a significant level of technical knowledge. Identify what positions those people will be in and try to fill them.

Re: Ask HN: How do I thrive in an AI dominated future?

#13
So this is the thing I've been thinking about the most in this AI wave ... people like you in your position.

Depending on how fast AI transforms the economy (which I'm in no position to begin to predict), but presuming some degree of speed that is unexpected by at least a good proportion of people, one of the things that will surely be disrupted the most is the idea of career planning for teenagers and high-schoolers.

Because surely, in line with the idea of the "singularity", one of the corollaries of AI disruption will be that the rate and predictability of disruption events increases. At some point, either there's no point on planning out a career, or the only plans that seem to make sense are either vague, snake-oil, or to focus on really basic fundamental things that entail a major shift in lifestyle and even philosophy like farming.

If anything like that pans out, with sufficient speed, I'd predict some hefty social disruption, like groups of people going hard on Ludditism. But also, I'd predict some general polarisation not unlike what appears to have transpired in the west politically, which I think can be attributable to a growing sense of uncertainty and misunderstanding of an increasingly complex and incomprehensible world.

I know I'm not answering your question. That's partly because, though I'm older than you, I've not settled well on a career in my life and am in a not too dissimilar, perhaps worse, scenario from you. But also, as someone who didn't see this year's wave of AI coming, my response is that I don't have an answer, and I think that that is, and that you're asking this question, the actual problem.

...

All that being said, AI pessimism can go too far, and the tone of my post above is certainly guilty of this. Recent AI developments are still very problematic and there's plenty of scope in tech jobs that aren't going to be touched by AI.

Nonetheless, in the spirit of this more optimistic position (for tech at least), I would predict that the blindspot many on here (and in tech in general) will be the experience of juniors with AI being involved more and more.

On one hand, I can see leveraging AI tools to be more productive and learn faster to become more common, especially amongst more adaptable younger people.

On the other hand, I can see AIs making the work of juniors harder, because the AI most easily supplants a junior's non-expert error prone work and so might raise the floor of the bare minimal expertise in the industry without providing accessible means of acquiring that expertise for newcomers. It may quickly become the case, for instance, that writing code in a language and having some vague and basic awareness of tools and concepts is no longer sufficient for a junior, but instead, you need to know the things that an AI doesn't but which are hard to learn without experience, like the pitfalls of combining two tools together, or what certain errors are likely to be caused by etc.

Re: Ask HN: How do I thrive in an AI dominated future?

#16
If you want to get into tech, get into the ML space. Teach yourself StableDiffusion. like, really dig into it and learn how it all works from start to finish. The model was released so it's open source(ish) but most importantly learning about that will let you look behind the curtain, and realize the pieces that go into, say ChatGPT. it may seem like a magic but OpenAI's published papers on the underlying technologies. I'm not trying to say it's not impressive, because it is, I'm trying to say that decomposing AI into understanding that it's really a series ML models that you can interact with and tweak and tune - that's a skill that's not going away and so will be useful while the machines take over. obviously this isn't for everyone but if I were in your shoes, that's the direction I would go to future proof my career.

Re: Ask HN: How do I thrive in an AI dominated future?

#17

ChatGPT expects to have $1B in revenue in 2024. This revenue is going to come from people building businesses around it (<-- possibly you? this would require programming knowledge obv.). Honestly, I think a person could make a living as a prompt-engineer right now. You can't fight it, you have to lean into it.

What's a prompt engineer? Can you share some reading material?

Re: Ask HN: How do I thrive in an AI dominated future?

#18
AI will create more engineer jobs then it will destroy. Learn math and computational complexity theory and then use AI to augment your productivity as a researcher or engineer. Math knowledge will be indispensable.

Don’t worry if you’re not a math major. You can and should get a degree in mathematics along side an software engineering degree.

AI is a major factor in applied computer science and engineering. However, there is more to compsci than just "AI". It will make you more productive provided you're above the threshold of engineers who will indeed by automated away.

Re: Ask HN: How do I thrive in an AI dominated future?

#20

AI will create more engineer jobs then it will destroy. Learn math and computational complexity theory and then use AI to augment your productivity as a researcher or engineer. Math knowledge will be indispensable. Don’t worry if you’re not a math major. You can and should get a degree in mathematics along side an software engineering degree. AI is a major factor in applied computer science and engineering. However,…

> AI will create more engineer jobs then it will destroy.

I second this, but humanity will soon (or already have) hit the wall, because there are simply not enough talented people to work on them.

Post reply on HN