Ask HN: Will AI put programmers our of work?
21–30 of 117 posts
Re: Ask HN: Will AI put programmers our of work?
#22One, it gives small blocks of code, that too, for the most common use cases. Two, the code often contains a few errors (doesn't compile) or has a few security vulnerabilities.
Re: Ask HN: Will AI put programmers our of work?
#23Funnily enough I was just asking chatGPT what it thought about it, so here it goes: >It is unlikely that AI will completely replace programmers. While AI and machine learning technology has advanced significantly in recent years, there are still many tasks that require human creativity and intuition, such as coming up with new ideas, solving complex problems, and making decisions that involve subjective judgement. Ad…
Re: Ask HN: Will AI put programmers our of work?
#24My take is that it will decrease the "value" of developers by reducing the demand for them. If a company can be 10x more productive it will probably need less developers. if you can do your job 10x faster it will mean your team would less team members. There's no shortage that is not followed by a glut..
There is a shortage of smart humans and has been for a long time. I've never heard of a glut of smart humans in history.
Re: Ask HN: Will AI put programmers our of work?
#25Re: Ask HN: Will AI put programmers our of work?
#26But regarding your last question:
> how would you try to AI-proof your career?
Learn to program from first principles.
Re: Ask HN: Will AI put programmers our of work?
#27Senior devs will be able (they already are) to generate code, at first boilerplate and gradually more complex code, and effectively work as planners and passive reviewers, in a similar way to how some companies just hire legions of juniors with some architects/seniors guiding and reviewing their work.
The problem with that flow, I think, is that it completely disrupts the junior to senior pipeline. Senior roles might be valued even more than today, but reaching that stage or simply entering the market might become much more difficult.
I feel my career is pretty safe, but I’m not sure about someone joining the industry 5 years from now.
Re: Ask HN: Will AI put programmers our of work?
#28Re: Ask HN: Will AI put programmers our of work?
#29I don't know how the latest stuff from OpenAI will impract the career of average programmers. But regarding your last question: > how would you try to AI-proof your career? Learn to program from first principles.
Re: Ask HN: Will AI put programmers our of work?
#30A very large part of what remains is the bit which cannot be automated: modelling real world (business) process in terms of the systems of automation which are available.
Programming is a modelling activity which is about phrasing sequences of available actions to represent a process. If AI systems generate code, then programming becomes the sequencing of AI prompts -- which are here then just a more natural language like version of programming.
Even in that world a significant amount of technical skill is required to ensure commands are sequenced correctly, the code is correct, etc.
For "AI" to replace this process it would not only have to be AGI, but also AGI fully embeded in the human social world of the processes were are modelling.