Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

How AI Coding Is Creating Jobs
Morgan Stanley ^ | 10/29/2025

Posted on 11/13/2025 8:36:57 PM PST by SeekAndFind

As AI transforms software development, the industry is likely to see job growth—not loss—while developers should become a more strategic and valuable asset.

Key Takeaways

As artificial intelligence reshapes the software industry, concerns about its impact on developer jobs are giving way to optimism. According to Morgan Stanley Research, the rise of AI-powered coding tools is not eliminating jobs—it’s creating new opportunities for developers and software companies alike.

“Contrary to current market concerns that AI will replace human developers, we believe it will enhance productivity and lead to more hiring,” says Sanjit Singh, who covers infrastructure software and analytics at Morgan Stanley Research. “As enterprises build more complex applications and tackle long-standing technology debt, the demand for skilled developers will grow.”

As AI coding assistants and agents become standard tools in development workflows, the role of traditional software engineers is likely to shift to more complex applications. Developers are increasingly acting as curators, reviewers, integrators and problem-solvers—making them more strategic and valuable. 

“The software developer workforce should expand significantly,” Singh says. “We expect headcount growth rates to range from the U.S. Bureau of Labor Statistics’ forecast of 1.6% annually through 2033 to the more aggressive estimate of 10% through 2029 by research firm IDC.”

However, the surge in AI-generated code is creating bottlenecks in other stages of the software-development lifecycle. Code review and testing are some examples: The volume of software increases significantly with AI coding, but higher volume could mean more bugs and more rework. Engineers have a lot more AI code to review and test.

This challenge presents a new growth avenue for software providers, which are creating AI agents to work side by side with human developers. Software companies will deploy AI not only in coding, but also in other areas like testing, security, verification and deployment. Humans will remain in the loop for oversight, design and decision-making.

As software gets cheaper and faster to build, organizations won’t just do the same work with fewer people: They likely will do more and have more products to sell, boosting the growth outlook for the industry. The software development market is likely to expand at an annual rate of 20%, rising from $24 billion in 2024 to $61 billion by 2029, according to Morgan Stanley Research’s estimates.

“For investors, this implies an attractive opportunity, with the potential of higher gains as business models evolve to account for the symbiotic role that developers and AI will play in the software development process,” Singh says.

Survey Suggests Software Is a Priority

A Morgan Stanley AlphaWise survey of chief information officers indicates that software-related spending is a top priority list for 2026.

CIOs expect to increase spending in software by 3.9% next year – a slight acceleration from the gain of 3.8% this year – in addition to a 3% increase in communications spending, 2.5% in IT services and 1.6% in hardware.

“The results highlight the resilience of software investment, even in uncertain times,” says Keith Weiss, who leads Morgan Stanley Research’s software coverage in the U.S. “The survey also indicates a broadening opportunity for software companies to capitalize on the rapid diffusion of AI.”

The survey was conducted from Aug. 5 to Sept. 9 with 70 CIOs in the U.S. and 30 in Europe.


TOPICS: Business/Economy; Computers/Internet; Society
KEYWORDS: ai; coding; jobs; software

Click here: to donate by Credit Card

Or here: to donate by PayPal

Or by mail to: Free Republic, LLC - PO Box 9771 - Fresno, CA 93794

Thank you very much and God bless you.


1 posted on 11/13/2025 8:36:57 PM PST by SeekAndFind
[ Post Reply | Private Reply | View Replies]

To: SeekAndFind

Somebody needs to check out the Safety for Humanity....


2 posted on 11/13/2025 8:52:22 PM PST by Paladin2 (YMMV)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind
AI-generated code is creating bottlenecks in other stages of the software-development lifecycle. Code review and testing are some examples...Engineers have a lot more AI code to review and test.

Hmmm...what could possibly take over code review and testing?

3 posted on 11/13/2025 8:54:40 PM PST by ProtectOurFreedom
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind

The job of out placement counselling and separation from employment officers were doing quite well but then were taken over by AI.


4 posted on 11/13/2025 9:20:29 PM PST by frank ballenger (There's a battle outside and it's raging. It'll soon shake your windows and rattle your walls. )
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind
I saw the following comment about AI coding on codeproject.com (source). I think it is very insightful.

(Begin quote)

You're making a fair point that many people are treating AI like a replacement for thinking rather than a tool for reasoning. And yes — a lot of sloppy “vibe-coded” output is already flooding the internet. But I think your framing misses the deeper shift:

AI isn't just search — it's interactive cognition

Search retrieves.

LLMs synthesize, evaluate, and transform information.

Sure, the most product use cases today resemble "smart search assistants":

But that's not "just search".

It is a general reasoning assistant.

The difference is subtle but huge.


On coding: the bottleneck isn’t typing — it’s understanding You’re right: blindly generating code is dangerous.

Bad developers using AI = more bad code faster Great developers using AI = faster design, better abstractions.

Typing isn't the job.

Thinking is.

The people “switching seats with AI” weren't engineers to begin with — they were people who never understood why software design matters.

AI didn’t create them. It just exposed them.


Review cost vs. productivity

You mentioned reviewing AI work sometimes erases the time saved. True — for now.

But historically, every automation wave has a phase where:

✅ Output becomes reliable
✅ Human insight becomes optional or lighter
✅ Experts move up-stack to architecture and intent shaping.

That is already happening in:

The work shifts from writing code to supervising intent execution.


"AI should only handle things I don't care about"

Respectfully — that sounds like using a sports car to deliver groceries.

Useful, but underestimating the machine.

AI today is an early form of software-shaping intelligence, not just a search upgrade.

If we trap it in the mindset of “autocomplete-plus,” we’ll miss the transition from code we write manually to systems we specify and validate.

The real danger isn't AI coding -- it's AI replacing understanding.

Tools don't remove thinking.

People choosing not to think do.

Good engineers will use AI to accelerate mastery, not avoid it.

5 posted on 11/13/2025 9:23:39 PM PST by Gideon7
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind
Much of my work over the past 30 years was remediation/modernization of old software to run on modern operating systems and software library frameworks. Converting C++ from 1993 on a Forte compiler with Rogue Wave 3rd party container libraries to run under 2010 g++ with all standard container libraries (no 3rd party libraries) is one example. 51,000 lines of code needed to be updated/modernized to achieve the original design on a new platform. It took me 3 weeks to deliver the transformed code.

In another application, the server side pages were coded using < script >, < style > and < iframe > tags to pull in tested blocks of code. Unfortunately, those tags are easily exploited and the exploits were unknown when the original code was written 20 years ago. There are thousands of these constructs in hundreds of files. Taken one at a time, none of them is difficult to remediate for safety, but it only takes the inclusion of a Content-Security header to make all of them a monumental security headache. An AI driven remediation to deal with the problem in bulk might be a solution, but it would require strict post update testing as AI "fixes" are sometimes more damaging than helpful.

6 posted on 11/13/2025 9:31:41 PM PST by Myrddin
[ Post Reply | Private Reply | To 1 | View Replies]

To: ProtectOurFreedom
Engineers have a lot more AI code to review and test.

AI systems appear to pump out a large amount of code which can grow exponentially as it is refactored and extended with new requirements.

I have been told by a Cyber-Security consultant that his client managers are insisting that 50% of new software codes must now be generated by AI programs. That sounds extremely ambitious to me.

I expect this to be a massive disaster when it comes time to test and debug those applications. That should be compounded when they demand that AI be used to do that testing and debugging.

It might be prudent to start with lesser aspirations.

7 posted on 11/13/2025 9:37:16 PM PST by flamberge (The difference between wild conspiracy theory and proven fact is about two months.)
[ Post Reply | Private Reply | To 3 | View Replies]

To: flamberge
I have been told by a Cyber-Security consultant that his client managers are insisting that 50% of new software codes must now be generated by AI programs.

That sounds like a recipe for disaster.

8 posted on 11/13/2025 9:39:20 PM PST by Gideon7
[ Post Reply | Private Reply | To 7 | View Replies]

To: SeekAndFind
As AI coding tools become mainstream, developers are shifting toward more strategic roles.

Game testers, contractors, etc.

9 posted on 11/13/2025 9:42:40 PM PST by Right Wing Vegan
[ Post Reply | Private Reply | To 1 | View Replies]

To: flamberge

I use Grok for quite a few simple but tedious and long calculations. I’m appalled at the number of mistakes it makes. I catch the errors in a quick check, point them out to Grok, and it stupidly apologizes. When I asked it why it made such a fundamental error, it has some lame excuse like “I went too fast.”

I had it develop a complicated Excel formula for me a couple months ago and it was buggy. I was forced to decompose the formula to find the bug. What was weird is some code was repeated in the formula and it got half right and half wrong! In the end, it would have been faster for me to write the formula from scratch.

Yikes! These things are going to do do our coding for us?


10 posted on 11/13/2025 10:23:00 PM PST by ProtectOurFreedom
[ Post Reply | Private Reply | To 7 | View Replies]

To: Gideon7

Thats on point


11 posted on 11/13/2025 11:42:19 PM PST by Callnote (Stacking sats, don’t have time to explain, study it for your self !)
[ Post Reply | Private Reply | To 5 | View Replies]

To: SeekAndFind

i’ve been a professional developer for 40+ years.

developers are not users. we dream up and create the software others use.

students that use AIs will miss out on the struggle that goes along with learning to develop software. this will result in developers with less skills not more.

sure, areas in which the dev has prior extensive knowledge, the AIs can be used for mundane or lengthy repetitive coding tasks. anything else would make the AIs more of a crutch.

don’t get me wrong, today’s AIs are ok but they quickly start ‘hallucinating’ and lose the narrative resulting in code that’s wildly off base. this will most likely get better as time goes on but for now, it’s still a bit of a mess.

as for large projects... the AIs are simply not up to the task... currently.


12 posted on 11/14/2025 12:11:42 AM PST by sten (fighting tyranny never goes out of style)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind

There will be downstream impact as companies and consumers have access to better software cheaper.


13 posted on 11/14/2025 12:58:35 AM PST by UnwashedPeasant (The pandemic we suffer from is not COVID. It is Marxist Democrat Leftism. )
[ Post Reply | Private Reply | To 1 | View Replies]

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson