TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is AI going to replace most programming jobs in the next 10 years?

20 点作者 afaik超过 2 年前
I&#x27;m curious to hear what people think the next 10 years of the tech industry looks like given the recent rapid advancements in AI.<p>Will there be mass redundancies?<p>What would a programmer&#x27;s job look like, if there&#x27;s a need for programmers at all?<p>What skills do you think would be in high demand?

17 条评论

marssaxman超过 2 年前
Of course not! The point of programming is not to <i>do</i> work, but to <i>automate</i> it, and there is no sort of work we are better at automating than our own. Every few years some task which used to be important gets automated away, and we all start taking it for granted - but somehow we never run out of tasks.<p>When I began my career, it was important to understand machine language, because compilers were not smart enough (and computers did not have the horsepower to <i>run</i> compilers that would be smart enough) to generate maximally efficient code. Every performance-critical loop therefore featured a nugget of hand-written assembly code, because that was the only way to build usable production software.<p>But then... there were rapid advances in processor speed, and memory capacity, and compiler technology; suddenly, all those assembler skills became obsolete, because you couldn&#x27;t beat the compiler anymore. Automation ate the whole problem. What happened? Mass layoffs? Hell no! Programmers just moved on up to the next level of abstraction, and kept on solving problems: newer, more interesting problems.<p>Repeat, and repeat, and repeat: that&#x27;s how the industry works.
muzani超过 2 年前
I see them sort of like tractors. They&#x27;ll replace a lot of work, but not all of it. Farmers still have to be tough and strong. Farmers are getting paid a hell lot better than they used to in the past, but we still need millions of farmers.<p>The programmers of the future will look more like directors or managers today. Just like a director tries to bring out the best from a skilled actor, an AI-integrated dev needs to properly understand the nuances of the AI they&#x27;re working with. They don&#x27;t need to know ML, but they do need to understand the differences in personality between, say, GPT-3 and GPT-J.<p>The other skill would be communication. Newbies talk to AI like they&#x27;re talking to some kind of oracle. They assume the AI understands without context. A common mistake is something like assuming the AI understands sarcasm without knowing that it&#x27;s from a source that would be sarcastic. I&#x27;ve often said that you have to talk to it like you&#x27;d talk to a child. Teachers often put a lot of effort into explaining things better.<p>You can ask it to write generic &quot;email validation code&quot; easily. What&#x27;s harder is questions like &quot;build it to this architecture&quot; or &quot;this code is doing X, make it do Y instead&quot;. You tell it the steps to reproduce the bug, the conditions that make the bug happen, the expected results and the actual results. So it&#x27;s still the same skillset used today but you can&#x27;t get away with being a &quot;good dev who can&#x27;t work with others&quot; anymore.
solumunus超过 2 年前
Anyone who thinks it will is absolutely out to lunch, we&#x27;re nowhere near that. We&#x27;re at such a crude level with AI that even automated car driving is far out of reach. The amount of &quot;intelligence&quot; in our current AI is laughable and there&#x27;s no reason to believe there will be significant progress in the next 10 years.<p>My guess is this will literally NEVER be a thing.
mattbgates超过 2 年前
While there are many jobs that can be automated.... there&#x27;s far more programmer roles going unfulfilled... and there&#x27;s no one to actually create the AI to do any of their job. The job of programmer is quite safe, but it&#x27;s all about understanding which programming languages will be in demand for the next 10 to 30 years which is a long time for a career position.
smoldesu超过 2 年前
Probably not. Programming and AI are like two different sides of the problem-solving spectrum. With AI (specifically ML models) you&#x27;re basically plugging in a pair of high-precision smart-dice into a variety of parameters. If you use the right data and adjust the right settings you can get good results, but they&#x27;re not consistent or guaranteed to be correct. They&#x27;re best-guess estimates that need to be culled by a human or a discriminator model. In either case, there isn&#x27;t an effective way to sort through the &quot;noise&quot; since everything is noise.<p>IANAMLE (I Am Not A Machine Learning Expert) but the software we&#x27;re building today will still be relevant in 10 years. It&#x27;s hard to say where ML will be in 10 years, but I doubt it will replace most programming jobs.
danwee超过 2 年前
As with any other kind of automation, if AI takes over programming jobs, that will introduce a new kind of job in itself (I don&#x27;t know which kind of job... maybe one in which programmers have to review&#x2F;double check the code the AI has produced? They won&#x27;t be programmers anymore, but they&#x27;ll get a different name I guess). So, the programmers who don&#x27;t adapt and become, let&#x27;s say, &quot;AI-code checkers&quot;, they will be jobless. The programmers who can adapt, will still have a job.<p>I don&#x27;t see any difference here. Same has happened before:<p>- programmers who were punching cards<p>- programmers who were writting assembly<p>- programmers who were writting C code<p>- programmers who are wiring SAAS APIs together<p>- programmers who are reviewing AI code<p>- etc.
labarilem超过 2 年前
I don&#x27;t think so. Even some mildly complex CRUD app cannot be done decently with no-code or other smarter code-generation tools. &quot;Templated&quot; software has already been productized where it&#x27;s actually possibile (e.g. Shopify). Bue let&#x27;s even suppose such AI exists, then someone would need to instruct it, check and test its output (is it safe code? is it using a dismissed library? etc.). At least I don&#x27;t see it happening soon enough to be worried.
hnaccountme超过 2 年前
Not AI. Platforms like Microsoft&#x27;s PowerApps or Shopify will. If you think about it most needs of small and medium enterprises can be met with a combination of office 365 and dynamics 365 without the need for a programmer. Anyone with mild technical skills can figure out most of Microsoft&#x27;s Power Platform. Give it 10 years and there will be no market for programmers in such fields.
robbywashere_超过 2 年前
No. And this is what everyone gets wrong about advancements in technology “replacing peoples jobs” What will happen instead is AI will augment the job to be more productive&#x2F; efficient &#x2F; or give an ability to produce something not possible before. GitHub co-pilot is a good hint as to where programming jobs will be going.
yurtly超过 2 年前
Probably not. Computing power will end up being rationed at some point in the near future, and World War 3 is likely just around the corner too. It&#x27;ll be another AI winter, followed by a nuclear winter. I plan on being dead by then, hopefully.
marstall超过 2 年前
Not mine. I almost exclusively write glue code that forms a bridge between internal, closed data structures and a firmament of third party libraries. How&#x27;s an AI going to help with that?
GoldenMonkey超过 2 年前
And who will be programming the AI?
pryelluw超过 2 年前
The easier stuff to do will certainly be made redundant by something similar to stable diffusion.
joanfihu超过 2 年前
AI and LLM are a text interface to code.<p>Someone still needs to write the prompts.<p>It’s next level of abstraction.
codegeek超过 2 年前
They are Machines. Machines need to be operated by humans. So No.
kbelder超过 2 年前
How do you envision that working? A manager needs to have a feature added to their app that lets you customize product attributes. How do they communicate this to the AI? Sketches and flowcharts? Empty stub functions?<p>What happens with the 1500 lines of code the AI spits out? Is it merged in and rigorously tested? What happens if there&#x27;s an error? Start over?<p>I&#x27;m just not really seeing how it&#x27;ll work.<p>As an adjunct, a tool to make a programmer more efficient, I see a thousand ways it could help. But that doesn&#x27;t reduce the demand for programmers. It makes them more valuable.
评论 #33337919 未加载
joshxyz超过 2 年前
no comment but i hope for greater breakthroughs in that field.