What are devs displaced by AI going to do in the future? Is there an actual plan?
Let's assume that in 10 years, AI has advanced absurdly, insanely fast, and is now capable of doing everything a Senior SWE can do. It can program in 15 different languages, 95% accuracy with almost no mistakes, can create entire applications in minutes, and no more engineers or SWEs are needed....
What will all the devs do? Do they just become homeless? Transition to medical field, nursing? Become tradespeople like plumbers, HVAC?
You seem like someone who hasn't really worked in software development.
Software engineering does not simply mean coding. A production grade software application goes through analysis, design, implementation (where coding happens), testing (several phases), release and maintenance. Not to mention infrastructure concerns (storage, databases, microservices, service orchestration, middleware, etc). The whole process is too nuanced and complex to conclude that AI would make the whole career obsolete. It might shake up some areas of software engineering but only a small part of it.
You'll still need people to verify that the AI generated application actually behaves as per the business logic, runs optimally with the hardware you have and scales as your business grows. Which means engineers for testing and reviewing the generated code plus engineers to setup the infrastructure where the application will run.
engineers for testing and reviewing the generated code plus engineers to setup the infrastructure where the application will run.
That's still a lot of software engineers displaced in the hypothetical scenario. That means you only need the devops and qa engineers, and a solution architect or principal engineer or whatever your company calls that sort of role for the analysis and design part.
You have to understand what software can do, how to design it, and how it should interact with other systems in order to write software and not just code, and AI can’t do that. If you tell it to make you A, and what you really want is B, you’ll never get what you want.
Only about 10-20 percent of my job as a software engineer is writing code. AI can be really amazing at writing code, but unless it can do the other 80-90% of my job without me, I’ll be safe.
Now, whether middle and upper management will know this is an entirely different question. A lot of them think that lines of code written is a good measure of productivity, when in fact it’s often the opposite.
I foresee there being a big struggle for management to come to grips with the fact that AI is better suited at their job than ours.
They're probably gonna laugh at the absurdity of the situation because some new popular language will come along and the AI will be back to pushing out broken code. That, or laugh because the code in well used languages will include a shit ton of vulnerabilities that wouldn't be present if real devs had to double check code before pushing it out to the public.
Yeah it's being applied to software devs right now but it's already capable of replacing nearly every manager/supervisor in existence.
It can make schedules, direct tasks based on inventory, and balance a budget. Have a human backup available on call to fix hallucinations and you're golden.
They're just gonna sit around and wait a few months until they are begged to come back and can demand more compensation. The current generative AI, which is not general AI, will not be able to replace high functioning jobs. Eventually, a lot of those software engineers will be asked back and get much more for their services.
Coding is just a part of the overall "programming" problem. Most problematic areas are in translating what the customer wants into code (requirements analysis), modifying code to overcome specific constraints, integration, etc and etc
Same. If I can retire before my job is irrelevant, I'll work on my own projects on my own terms. If I don't, at least I have a nice pile of assets and can coast with another job.
That said, I don't think people like you and I will have problems, because we'll adapt. It's the "programming is just a job" crowd that would have a lot of issues.
I am a programmer, and I also wouldn't stand for that either. We also introduce bugs and are probably around that 95% rate, but at least we know the most important uses are correct and the person who introduced them can usually fix them quickly. With AI, there's no guarantee where the bugs will occur.
This thread is full of people comparing OPs hypothetical about 10 years from now with last year's capability.
Will AI progress that fast? ¯\_(ツ)_/¯ It probably won't get that good, but it doesn't matter. If it gets as good as your average junior that's going to mean something like 100% increase in productivity, which means 50% as many jobs and that's going to be a BIG FUCKING DEAL.
Especially when it's going to be replacing a lot of other types of office workers. What kind of job is your average software dev going to transition to? Tech support? Not anymore. UI Designer? LOL. Manager? And who are you going to be managing?
If the US doesn't hit 15-20% unemployment in the next 10 years I'll eat my hat. I'll be eating it either way because I'll be starving to death.
There is a hard limitation on LLM, it doesn't and by definition can not have a criteria for truth, and unless something completely new emerges, it will never replace a junior, really. Some managers can be convinced that it did, but that will be a lie and the company that believes it will suffer.
It can transform some junior jobs for sure, some people might need to relearn some practices, there will probably be some shift in some methods, but unless something fundamentally new will appear, there is no way LLM will meaningfully replace meaningful amount of people
Finally free from the Golden Handcuffs, I'd use my extra time to do something I've always wanted, like music production, which would also inevitably be taken over by AI.
Writing code is last thing you want to do as senior SWE because every line of code is potential debt and maintenence problem.
The just write code bro, figure out things later attitude is good for R&D, MVP and POC that is like 10% of job.
Just like with art, writing code like drawing is just a skill. AI is trying to replace the obvious part (that is actually the reward from thinking and describing problem in your head) because it can't replace thinking. Removing rewards bring us to depression, depression bring us to death.
Ergo AI will kill economy with no people left to replace it so we will end up to being monkas.
That's why I'd say SWE will go to farm and wait untill people in cities will start starving to death because AI stopped working and there is nobody left to fix it.
The plan is to rehire them back temporarily to babysit the AI and fix all the AI generated crap. Then realize it was cheaper to actually just have the devs make code. Then hire them back at a reduced rate on a more permanent basis with the understanding that they believe the code will still be partially generated by AI and cleaned up by the same people and they aren't paying top tier for third hand AI slop.
They'll either move up the food chain to higher-touch work where AI can't compete, or they'll do other things.
Keep in mind that most devs aren't really all that good at their jobs, so it will probably be economically beneficial for them to do something else. I say this as a long-time hiring manager with many decades of experience in the field.
It can program in 15 different languages, 95% accuracy with almost no mistakes, can create entire applications in minutes
Only if you believe the hype. It can do that in best-case scenarios when the requirements are written as rigorously as code, or where it's replicating a common pattern.
Do they just become homeless?
During previous layoffs, a lot of them left the field, and some of the rest founded startups. It wasn't always the case that firms were founded by teenaged sociopaths with strong family connections to VC funding. There was a time when they were founded by people who knew how to do things.
Last time I used it the code it gave me wouldn't actually run. After 6 iterations and fixing the rest it kind of worked. In theory that should only get better but I'm not sold yet.
I would never have expected it to run, be shocked if it did. You use AI to get over humps, get new ideas and approaches. It's excellent for time saving in those cases.
AI isn't ready to replace coders, but it's quickly going to make a dent on the numbers needed.
Even if we stipulate that, I’m not convinced it’s a big deal. The software field continues to grow like crazy and we can never find enough people to hire. If ai gets good enough to take the place of some of that hiring, fantastic!
Spend their days (and some nights) tweaking and refining AI prompts to get the stupid thing to generate the software that the dumbass product manager wants and the user does not.
Yeah. The whole job is figuring out just the right away to say "pretty please" to the computer. The ways it's done changes every decade or so. The fact that it's a huge pain in the ass has yet to change, in spite of decades of marketing promises.
Well if it can replace senior software engineers... Wouldn't it also be able to do almost all of the other jobs? Or are you referring to some specific future where AI advances massively, but robotics does not and handymen are still safe?
I'd say if all humans are unemployed, society would change massively. We can't really tell how that'd work. But if machines / AI do all jobs, get food on the table... I don't really know what other people would be doing. I think I'd relax and pursue a few hobbies and interests. Or it'd be some dystopia where humankind is oppressed by the machines and I'd fight for the resistance.
But regardless... In a world like that, money wouldn't work the way it does now. Neither would salaries for labor mean anything.
Or the people who own the robots and dictate their programming (/control them). That would be my concern. Unless they're sentient and make decisions completely on their own, they can be used to oppress people to other people's wishes. As it's the case with all (modern) technology. And currently AI isn't shaped by the people, but by a rich minority and big tech companies. And I see some issues with that, specifically, in the near future.
It's not actually about hating the progression of technology, it's realizing that your labor has been leveraged against you. You will not bear any of the true fruits, because your bosses will use the fruits of your labor to purchase the AI to replace you.
It's because the labor market is fucked and developers needed unions 20 years ago instead of thinking because they were "rockstars" and "made the big bucks" that they didn't need anybody else.
We wouldn't have to ask these kind of questions if the fruits of our labor were being equitably distributed.
Basically in the scenario described, this is what's happening to developers:
Unions in the us have ruined any interest in joining. Other countries have different imblementations. If I could start from scratch but laws favor the existing taking over.
Honestly people are getting distracted here. Now lets say A.I makes developers 50% more productive thats a huge boost for smaller companies with only handful of developers.
Many companies are only thinking about reducing costs for themselves but at the same time they're freeing up a lot of talent for new and old competitors.
Here's some food for thought:
Open source developers may use A.I to develop better software to close gap between paid alternatives. (Blender, Gimp, Krita, Linux distributions, mastodon, lemmy, pixelfed)
Many LLM's can already be ran freely and locally. These will only get better as technology progresses. This can make selling/profiting from A.I services a lot harder
A.I may be used to block ads or obfuscate (create bunch of fake data) user data that is sold to advertisers.
Some media sites are already using A.I to write articles. Whats the point when users may just use chatbot to get all the information without ever engaging with the source.
These are just few that come to mind. but the unkowns with this are quite terrifying.
Now lets say A.I makes developers 50% more productive
That's wildly optimistic. If I recall correctly, early studies are showing the 51% of participants who saw any improvement, reported an average of a 20% improvement.
Even granting that optimism, since 5% of all software projects are on time and within budget, we may look forward to a whopping leap to 7.5 out of every hundred software projects arriving on time and under budget, in a best case scenario.
The hard truth no one wants to talk about is that the average software development team is awful.
This glorified parrot tool of LLMs is one of the coolest we have seen in awhile, but it's not going to materially fix the awful state of the field of software development.
The average software development team doesn't understand how to deliver high quality maintainable solitions on a reasonable timeline.
AI may mildly improve the delivery timelines of the still very incorrect and over-budget solutions delivered by the average development team.
That’s wildly optimistic. If I recall correctly, early studies are showing the 51% of participants who saw any improvement, reported an average of a 20% improvement.
Yes the value is wildly optimistic to match the expectations driven by all the hype from these companies pushing their LLM services.
Even granting that optimism, since 5% of all software projects are on time and within budget, we may look forward to a whopping leap to 7.5 out of every hundred software projects arriving on time and under budget, in a best case scenario.
The hard truth no one wants to talk about is that the average software development team is awful.
The average software development team doesn’t understand how to deliver high quality maintainable solitions on a reasonable timeline.
You're oversimplifying things here there are a lot more variables that influence success in software projects. The company you work for might have oversold the project, the client might only have vague understanding of what they really want, project management may fail to keep the costs, developers or timeline in check, client or the company you work for might have high employee turnover causing delays as new employees need proper induction to the project, the initial tech stack may become deprecated or obsolete mid-way the project, etc
On a related note, what happens when the number of different CMS's exceeds the number of devs? And why is it that every intermediate-level dev seems to write another shitty CMS rather than learning to use a good one?
Well before that level of complexity is achieved, the jobs of CEOs and Managers will be gone. Question is, will the Ai CEO really want to risk the safety of a review, knowing that it IS the company. Pump and Dump won't do it any more. Then CEOs need to actually work for their money. (Or well... get replaced by an Ai)
But actually, I'll limit myself to fixing deployment pipelines, correcting business specification mistakes, helping business leaders understand how computers work at all, mitigating moderate security issues, and finding a new job when the unmitigated severe security issues drive my employer bankrupt.
So essentially, exactly how I spend my day today, but with less typing.
As a dev, there's still quite a bit ai can't do and will most likely not be able to do.
AI is good at solving old problems but it's not trained on anything new. Its good at boilerplate and templates, but not good at original material. If it gets tremendously better, and really does get to the point where it's better than we are at development, then the industry will shift into prompt engineering. But I can see a huge reduction of jobs.
Ultimately we need to prepare for a future where the majority of jobs have been automated and need a way to keep the economy going. Everyone being employed full time is just something that is not sustainable on the long term as technology progresses. We'll eventually need UBI because otherwise all the money will be transferred to nearly fully automated companies controlling basically everything. We just won't be able to keep everyone employed without creating a massive amount of bullshit jobs nobody really wants to do. The better way is UBI and people going into research or creative works, and aim higher like space travel.
We're not quite ready yet and people are way too invested in capitalism for this to work just yet. But it will become a necessity eventually. It's not just affecting IT, it's affecting all sectors: we can basically 3D print houses now, we're not far off automating farming either. We will reach a point where most of society has been automated, we can feed everyone effortlessly.
Then I'll train my own model to make others lose their jobs, too. I bet an AI will then be able to do all calculations a civil engineer can do. Or manage any project.
If we end up there, I'm going to charge so much money, and I'm going to have all kinds of pain-in-the-ass clauses in my contract.
If I have to clean up the stupid again, everyone else is going to be doing doing some stupid shit that I find funny, in exchange for my help cleaning up their mess.
Yep, you better charge these assholes up the wazoo, they more than earned it! Write that shit up so you're taken care of. Make them understand that their stupidity is costly and their greed is short-sighted.
I'll take what money I have stashed away and buy a nice secluded parcel of property with dummy low taxes away from people.
I'll grow my own food, hunt, forage, etc.
I'll do odd jobs to fill in the gaps when needed. anything from tech consulting to roof repairs.
I'll refuse to use any technology unless a job requires it.
and I'll wait for the inevitable collapse of technological society because a vulnerability was baked into the AI every company is using and nobody knows how to fix it.
I refuse to be a part of a system that denies me a seat at the table.
Combine harvesters are used to till, plow , sow seed , spray, water, reap and manage farms and most livestock have dedicated automated farming tools like cow milkers, feeders, shearers, etc.
How long before no humans needed to hunt or forage or farm?
When food is even cheaper to produce( of course the ai overlords and ai royalty ) but will hunger games everyone to get the artificially shortage and scarcity farm for vast amounts of resources to select groups.
That's something that we're probably going to have to figure out quickly. We won't though given the lack of accountability of those in power.
If SWEs are losing their jobs you can imagine a lot of other white collar workers will be as well. This would mean you will be competing with many other people in other fields. The large number of unemployed will reduce demand for goods produced by those companies that are also laying off workers due to automation.
This is a bit of a tragedy of the commons where companies adopt the technology to increase profits but actually disrupt the economy, potentially leading to their own collapse.
It's impossible to really prepare for this scenario because it requires you to simultaneously be ready for retirement in the next few years but also riots. I'm just hoping for the best for now.