Listen to the Article
Software teams across industries face familiar pressure: deliver faster, reduce costs, maintain quality. What’s changed are the tools available to address it. Generative AI has moved from a productivity curiosity to a structural force in software delivery, raising questions about how deeply it can be embedded for maximum impact. This article breaks down what that shift looks like, from individual developer assistance to full application delivery, and what separates organizations that gain lasting advantage from those that don’t.
The New Unit of Software Delivery
AI-first software delivery refers to the end-to-end integration of generative and agentic AI systems across the full software lifecycle: requirements, design, development, testing, deployment, and maintenance. When implemented well, AI goes beyond accelerating individual tasks and changes the underlying model of how software gets built.McKinsey’s analysis of nearly 300 publicly traded companies found that top performers are achieving 16–30% improvements in productivity, time to market, and customer experience thanks to AI. Perhaps even more significantly, they recorded 31–45% gains in software quality. These are not companies that simply issued AI licenses to their developers, because incremental AI use has a limited productivity ceiling. The top performers rearchitected how software is built and embedded AI across the entire development lifecycle, from how requirements are written to how production incidents are handled.Nevertheless, the AI shift in software development also carries structural risks. DORA’s research shows that a 25% increase in AI adoption is associated with a 1.5% decrease in delivery throughput and a 7.2% decrease in delivery stability. AI enables faster code generation, but speed without governance leads to greater fragility, often in the shape of larger, harder-to-review batch sizes.Recognizing that tension is central to building an AI delivery model that compounds over time rather than creating new forms of technical debt.
Four Levels of AI Capability in Software Development
With AI agents running increasingly complex tasks and workflows, the role of human devs revolves around declaring high-level intent and boundaries and evaluating agentic outputs and suggestions.McKinsey’s framework outlines how different levels of AI adoption translate into four levels of developer support.Level 1 is traditional development: a developer writes all the code unaided. Quality is reliable, but throughput is constrained by individual capacity.Level 2 introduces AI as a coding assistant. Tools suggest completions, generate functions, and accelerate individual tasks. It provides a meaningful productivity boost but doesn’t change how teams are structured or how work flows. A developer still owns every decision, with AI essentially speeding things up. Level 3 automates entire workflow steps, enabling developers to describe a feature in plain language for AI to generate code, tests, and documentation. At this stage, large language models have evolved from inline completion tools to systems capable of executing long-running, multi-file tasks autonomously. A product team building a new payments integration, for example, could describe the feature requirements in plain English and have the AI produce a working first draft of the implementation, test suite, and API documentation. Engineers need only review, validate, and adjust rather than build from scratch. Level 4 is end-to-end application delivery. A small team steers a coordinated system of AI agents from design through deployment, intervening only where human judgment is genuinely required. McKinsey cites that a large G-SIB bank has reached this level, running nearly 100 AI agents through the night to refine a cross-border payment system, with the reported result being ten times the speed at half the cost. This level remains largely experimental, but the trajectory is clear.Moving from Level 2 to Level 3, where most organizations are currently at, is an operating model decision, not a tooling one. While the technical capability exists, the absence of workflows, roles, and governance structures required to use it responsibly at scale creates holdups.
What Organizations Need to Prioritize
The gap between AI adoption and AI value creation comes down to how organizations manage three interdependent areas.Governance and oversight. AI-generated code can introduce security vulnerabilities, architectural debt, and subtle errors that compound over time. Governance enables adoption, as shown in DORA’s report: organizations with clear AI acceptable-use policies see a 451% increase in AI adoption compared to those without. AI systems must operate under rigorous engineering oversight, with human-in-the-loop stewardship built into the process from the outset. Automated testing, continuous integration, and fast code review cycles are the operational safeguards that prevent AI-generated speed from becoming a reliability liability. In practice, this means treating AI outputs the same way you would treat code from a new team member: reviewed, tested, and traceable before it reaches production.Workforce readiness. Developer trust in AI will directly affect outcomes. The aforementioned research by DORA shows that 39% of developers still trust AI outputs “a little” or “not at all,” creating a significant drag on realized value.That skepticism often reflects real experience with AI-generated errors or hallucinated logic, which is why addressing it requires more than communication. According to DORA, organizations providing dedicated learning time during work hours see a 131% increase in team adoption, while addressing job displacement concerns openly yields 125% more adoption.This means investing in hands-on workshops, sprint simulations, and practical coaching to build genuine AI fluency among developers, ensuring that they can evaluate output critically, not just accept or reject suggestions at face value.Outcome measurement. Tracking AI adoption rates is not the same as tracking AI value. That’s why McKinsey’s top performers institutionalize measurement of release frequency, defect rates, and customer experience. That alignment creates accountability and sustains momentum despite organizational friction that comes with any major transformation. Keep in mind that standard DORA metrics also need recalibration, as the speed at which AI generates code already exceeds typical deployment benchmarks. Instead, KPIs should reflect where human effort is now concentrated, namely architecture decisions, quality validation, and system-level judgment.
A Foundation, Not a Shortcut
Organizations generating real returns from AI in software delivery share one characteristic: they treat it as a strategic transformation, not a tooling upgrade.That means redesigning workflows and roles, not just granting access to new tools. It also involves measuring outcomes rather than activity, and building governance into the very foundation. This way, AI accelerates delivery without compounding the architectural and security risks that slow teams down long-term.In summary, the productivity potential is real, but organizations need to be willing to rethink how software gets built and see it through with the same discipline they would apply to any consequential business change.