The problems are mostly sociocultural, and I am reminded of "Agent Smith" commenting on humans rejecting a Matrix simulation that didn't suck for them.
Ask HN: Will AI put programmers our of work?
91–100 of 117 posts
Re: Ask HN: Will AI put programmers our of work?
#92However, most software being developed and maintained out there is not part of greenfield projects. It is new pieces being built upon the pieces that came before it. Years and decades of different styles, formats and convention.
Sure, in a few years these tools will speed up how quickly some parts of the UI or some internal logic will be created.
But I am not seeing these tools take over the biggest part of my job: connecting vastly different systems together.
Re: Ask HN: Will AI put programmers our of work?
#93My 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..
You’re not adressing how a comany would be 10x productive. You are just making things up.
Re: Ask HN: Will AI put programmers our of work?
#94My 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'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?
#95Re: Ask HN: Will AI put programmers our of work?
#96Re: Ask HN: Will AI put programmers our of work?
#97My immediate guess is that these kinds of tools will greatly enlarge the productivity gap between junior and senior developers. Senior 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 t…
Re: Ask HN: Will AI put programmers our of work?
#98I used to reply with a joke answer to questions like these along the lines of > wake me up when it starts to delete bad code instead of writing more of it I too don't follow AI space closely, but I have hard time imagining it doing anything of the sort. It probably can't even remove a bug in a trivial program. Correct me if I'm wrong of course, if there's a video that demonstrates something important/impressive relat…
Re: Ask HN: Will AI put programmers our of work?
#99>Do you think that some form of AI will be able to do the job of an average programmer any time soon? No. AI is not a greater threat than stack overflow. The skills of a programmer are not generating 20 lines of code to solve a well known problem. And even a 99% AI is next to useless, since finding errors is exceedingly hard.
I respectfully disagree with you, based on my personal use of Copilot. I find that having boilerplate code for making web service calls, database connections, etc. is an overall time saver. A factor of 10X? No. Obviously not a silver bullet, but a real time saver. For a while I only had Copilot configured for VSCode and PyCharm, but I mostly use Emacs. The day that I took a little time to configure Emacs to use Copil…
No developer is competing with stackoverflow. These tools are enabling developers to quickly generate code for certain problems, which works especially well for boilerplate. But this isn't actually the main skill of a programmer, it is just some mechanical neccesity to writing software.
Much of what developers do is modifying existing code, fixing bugs, designing architecture and solving novel problems. If an AI could reliably do any of these tasks jobs would be endangered, but certainly that is not the case yet and AI would have to come quite a far way before that.
Re: Ask HN: Will AI put programmers our of work?
#100AI is a dangerous and deceptive tool that requires wise and subtle nudging to make it work.
Results I have gotten from OpenAI are all terrible, for instance. I have to learn “prompt engineering” now. It just high level programming.