Will AI target software dev jobs next? A new way to predict how close we are
aifuture.substack.com
Will AI target software dev jobs next? A new way to predict how close we are
1–10 of 17 posts
Re: Will AI target software dev jobs next? A new way to predict how close we are
#2After reading the article how close, or far, do you think we are from software development jobs getting automated?
Re: Will AI target software dev jobs next? A new way to predict how close we are
#3This is surprising to me but probably intuitive considering the market forces. Creative jobs are highly specialized and therefore expensive. (Low supply + high demand = high cost). On the flip side, labor-intensive jobs are not specialized and therefore cheap (overall, I know supply is an issue in the US right now at least).
If the market is trying to reduce costs it will start with the highest first, especially those with the highest barriers to entry as far as skill development. It probably doesn't help that it appears computer vision is advancing slower than other areas of AI.
Great post. Really enjoying your new writing.
Re: Will AI target software dev jobs next? A new way to predict how close we are
#4> In other words, and paradoxically, work in labor-intensive jobs will be the last to be automated. Many used to think those jobs would be the first in line for automation, and creative jobs will be automated last. This is surprising to me but probably intuitive considering the market forces. Creative jobs are highly specialized and therefore expensive. (Low supply + high demand = high cost). On the flip side, labor-…
Re: Will AI target software dev jobs next? A new way to predict how close we are
#5Re: Will AI target software dev jobs next? A new way to predict how close we are
#6Who tells - or, say, programs - the AI what to change every time stakeholders want a button moved or an endpoint to contain some new field on response? Is leadership going to do all that work too?
Re: Will AI target software dev jobs next? A new way to predict how close we are
#7Who tells - or, say, programs - the AI what to change every time stakeholders want a button moved or an endpoint to contain some new field on response? Is leadership going to do all that work too?
I see where you are going and may I suggest this thought experiment: let's say there is a team of 4 developers. AI automates 50% of their work, but there is still a lot of fine-tuning and certainly a lot of time in meetings with co-workers. But, this team has more free time so their company gives them more work. Great, so they are still working at capacity now. However, let's suppose AI gets to 80% automation, and th…
Re: Will AI target software dev jobs next? A new way to predict how close we are
#8OpenAI estimates that Codex (what powers Github’s Copilot) can already complete 37% of coding tasks. DeepMind’s non-commercial AlphaCode is estimated to be 59% better at coding competitions than Codex. But how close are we to automation? There is a huge demand for developer jobs currently. In light of OpenAI’s DALLE-2 commercialization announcement yesterday, here is a new cross-disciplinary approach to determine how…
This makes me a bit suspicious of the article.
Obviously this is just one developers experience now. I've been using Copilot for the last month, and it's an awesome bit of tech. But generally speaking, when I let it write a blob of code:
* There's a 50/50 chance it'll even compile * It's always, _always_ wrong in some way, usually in ways tricky to spot * And the tests it wrote _for it's own code_ are generally wrong too
As always, I think the bottleneck is in describing exactly what you want in a way an AI can successfully interpret it.
Re: Will AI target software dev jobs next? A new way to predict how close we are
#9OpenAI estimates that Codex (what powers Github’s Copilot) can already complete 37% of coding tasks. DeepMind’s non-commercial AlphaCode is estimated to be 59% better at coding competitions than Codex. But how close are we to automation? There is a huge demand for developer jobs currently. In light of OpenAI’s DALLE-2 commercialization announcement yesterday, here is a new cross-disciplinary approach to determine how…
Re: Will AI target software dev jobs next? A new way to predict how close we are
#10This I'm a little suspicious of, because of all tasks human did throughout history, labour-intensive stuff has _always_ been automated the most, and we didn't need AI to do it. Stuff like combine harvesters, sewing machines, more recently car-building robots, automated vast swathes of manual labor. Maybe AI won't be the deciding technology for automating what's left, but advances in robotics may well be.