The Budget Justification Problem
Your CFO wants numbers. Your board wants proof. After a year of AI tool investment, the question lands on your desk: what did we actually get for our money? The vendor promised 55% faster development. Your developers say they feel more productive. But the release calendar looks suspiciously similar to last year, and the maintenance backlog keeps growing.
This article examines AI development ROI in two parts. Part 1 presents the current state: what research actually shows about productivity, quality, and maintenance costs when organisations adopt AI coding tools today. Part 2 presents the path forward: how mature organisations can realise genuine value through new ways of working, role expansion, and next-generation model capabilities.
The goal is not to discourage AI adoption—it is to provide enterprise leaders with the complete picture needed for honest budget justification and realistic planning.
AI coding tools can deliver positive ROI, but only when measured holistically and implemented with appropriate maturity. Individual productivity gains of 20-40% often translate to zero or negative organisational improvement without quality controls, governance frameworks, and new ways of working.
Part 1: The Current State
This section presents factual findings from industry research conducted in 2024-2025. The data comes from sources including Faros AI (10,000+ developers across 1,255 teams), METR randomised controlled trials, GitClear (211 million lines of code analysed), Google’s DORA report, and multiple developer surveys.
The Productivity Paradox
Research from Faros AI, analysing telemetry from over 10,000 developers across 1,255 teams, confirms what many suspected: developers using AI write more code and complete more tasks, but organisations are not seeing measurable improvement in delivery velocity or business outcomes.
Stack Overflow’s 2025 survey quantifies the perception gap: 84% of developers use or plan to use AI tools, with 51% using them daily. Yet only 16.3% reported that AI made them significantly more productive, while 41.4% said it had little to no effect on their actual output.
Perceived Gains
20-40% productivity improvement in vendor reports
Time Saved
1-8 hours per week (JetBrains 2025)
Delivery Velocity
No measurable improvement in most organisations
Stability
7.2% decrease with 25% AI increase (DORA 2024)
Cause
Review bottlenecks, debugging overhead, quality degradation
Result
60% of teams show lower speed or stability
A METR randomised controlled trial with experienced open-source developers found something counterintuitive: when developers used AI tools, they took 19% longer to complete tasks than without. Developers had forecast AI would reduce completion time by 24%, and even after completing the study estimated AI had saved 20% of their time. The actual measurement showed the opposite.
Quality Metrics: What Research Shows
If velocity alone does not capture value, quality metrics reveal the hidden costs. These numbers predict downstream maintenance burden and security exposure.
Code Churn Rate
A 2024 GitClear analysis found AI-generated code has a 41% higher churn rate compared to human-written code. Code that survives less than two weeks before revision indicates lower initial quality and more rework cycles.
Security Vulnerability Density
Veracode’s 2025 GenAI Code Security Report, testing over 100 large language models, found 45% of code samples failed security tests and introduced OWASP Top 10 vulnerabilities. Java was particularly problematic with a 72% security failure rate. Earlier research on GitHub Copilot found 40% of generated programs were flagged for insecure code. The report notes that security performance has remained largely unchanged even as models have improved in generating syntactically correct code.
48%
of AI-generated code contains security vulnerabilities (multiple 2024-2025 studies)
89%
of AI-generated APIs use insecure authentication methods
4x
increase in code cloning with AI-assisted development (GitClear)
75%
more code checked in per developer in 2025 vs 2022
Code Duplication
GitClear’s analysis of 211 million changed lines of code tracked an 8-fold increase in the frequency of code blocks with five or more lines that duplicate adjacent code. For the first time, copy-pasted lines exceeded moved lines in 2024, suggesting modular, maintainable code is taking a backseat to expedient generation.
A Concerning Trend
SonarSource research in August 2025 found that newer models do not necessarily produce more secure code. Claude Sonnet 4 achieved 77.04% on functional benchmarks (up from 72.46% on Claude 3.7), but the proportion of BLOCKER-level bugs nearly doubled to 13.71%, and BLOCKER-level vulnerabilities rose from 56.03% to 59.57%. Improved functional performance does not automatically translate to improved security.
The Maintenance Burden
The average developer checked in 75% more code in 2025 than they did in 2022. This productivity increase applies as much to metrics that quantify “how much code will the team need to maintain” as it does “how much output will each developer gain.”
Faros AI research shows AI-augmented code is bigger and more verbose, shifting the bottleneck from writing to reviewing. Senior engineers spend more time reviewing than coding.
The State of Software Delivery 2025 report found most developers now spend more time debugging AI-generated code and resolving security vulnerabilities than before.
Code that developers did not write is code they do not fully understand. Future modifications require additional time to comprehend before changing.
Bugs in duplicated code must be fixed in multiple places. Academic research links co-changed code clones to higher defect rates.
Total Cost of Ownership Framework
A complete ROI calculation must account for both direct costs and downstream implications.
$ Direct Costs
GitHub Copilot Business: $19/user/month. Enterprise: $39/user/month. For 50 developers: $11,400-$23,400 annually.
11 weeks to full productivity (Microsoft research). Budget for formal training, documentation, and reduced output during ramp-up.
Enhanced security scanning, automated review tools, quality gates. On-premise deployments for compliance add costs.
↓ Downstream Costs
Budget for 40-48% of AI-generated code requiring security review. Include incident costs if vulnerable code reaches production.
Higher code churn means more rework. Duplicated code means multiplied maintenance. Allocate hours proportional to AI-generated volume.
More code generated means more code to review. Senior engineer time shifted from development to review has opportunity cost.
At conservative estimates of 2 hours weekly savings per developer, tool costs are offset when fully-loaded developer compensation exceeds approximately $80,000 annually. Most enterprise organisations clear this threshold—but only if downstream costs are controlled through mature practices.
Part 2: The Path Forward
The research in Part 1 describes the current state for organisations adopting AI tools without fundamental changes to their ways of working. Part 2 presents how mature organisations can realise genuine value through three strategic shifts: automation of quality controls, expansion of who can build, and leveraging next-generation model capabilities.
Shift 1: Automate Testing and Review
The maintenance burden described in Part 1 assumes human-centric review and testing workflows. At higher levels of the AI Development Maturity Model, these processes become automated, fundamentally changing the ROI equation.
A growing ecosystem of tools enables this automation. AI-powered code review platforms like CodeRabbit and Codacy analyse pull requests automatically, identifying bugs, security vulnerabilities, and code quality issues before human reviewers see the code. Static analysis tools like SonarQube and Snyk integrate into CI/CD pipelines to enforce quality gates. GitHub’s Copilot Autofix can automatically remediate vulnerabilities it detects. The key is layering these tools so that human review focuses on architecture and business logic rather than catching issues that machines identify more reliably.
3 Level 3: Iterative Collaboration
Human code review for all AI-generated code. Manual testing. Review bottleneck absorbs productivity gains.
Introduce automated security scanning in CI/CD. AI-assisted test generation. Human review for logic and architecture.
Partial automation reduces review burden by 30-50%. Quality gates catch issues before human review.
4 Level 4: Specification-Driven Development
Detailed specifications drive AI implementation. AI agents execute autonomously within scope.
Risk-tiered review: automated gates for low/medium risk, human review only for high/critical. AI-generated tests validated against specifications.
Human review shifts to exception handling. 70-80% of code flows through automated validation only.
5 Level 5: Autonomous Pipeline
Multiple AI agents collaborate on implementation, testing, and code review. Humans supervise pipeline.
AI-assisted review with human oversight for critical systems only. Continuous compliance monitoring. Full audit automation.
Governance scales with output volume. Review bottleneck eliminated for non-critical systems.
The key insight: the negative ROI findings in Part 1 reflect Level 1-2 practices applied to Level 3-4 output volumes. Productivity gains require corresponding maturity in quality automation. See the Enterprise Architect’s Guide to AI Governance for implementation details.
Shift 2: Enable Business-Native Builders
Most ROI calculations focus exclusively on developer productivity. This misses one of the most significant value drivers available to mature organisations: enabling business-native builders.
In organisations with sufficient governance maturity, roles like Technical Business Analysts can transition from requirements gatherers to application builders. These individuals possess something developers typically lack—deep, intuitive understanding of the business domain. When equipped with AI coding tools and appropriate guardrails, they can produce high-quality, well-fitted applications in remarkably short timeframes.
Eliminated Translation Loss
Traditional development requires business knowledge to pass through multiple handoffs: analyst to requirements to developer to code. Each translation loses fidelity. When the domain expert builds the solution, translation loss approaches zero.
Higher Business Fit
Developers optimise for technical elegance. Business analysts optimise for business value. AI-enabled TBAs build what the business actually needs, not what a requirements document imperfectly specified.
Faster Iteration Cycles
When the builder is also the domain expert, feedback loops collapse. There is no waiting for a developer, no explaining context, no back-and-forth clarification. Changes happen in hours, not sprints.
Reduced Backlog Pressure
Development teams are perpetually capacity-constrained. Enabling business-side builders to handle departmental tools frees professional developers for complex, high-stakes work.
The Governance Requirement
Business-native builders do not operate in a vacuum. The value proposition depends entirely on appropriate guardrails. Enterprise Architecture and Solution Architecture governance must provide:
Define which languages, frameworks, and platforms are sanctioned for vibe-coded applications. A TBA should not be choosing between React and Vue—that decision is made once, at the architecture level.
Provide starter templates, authentication patterns, data access layers, and integration connectors. Business builders focus on business logic, not infrastructure plumbing.
Security scanning, code quality checks, and deployment pipelines apply regardless of who wrote the code. The governance framework ensures business-built applications meet the same standards.
Define what types of applications are appropriate for business-native builders versus professional development teams. Departmental tools: yes. Core transaction systems: probably not.
Consider a Technical Business Analyst building a departmental workflow application. Traditional approach: 2-4 weeks of requirements gathering, 4-8 weeks of development, 2-4 weeks of UAT—a 2-4 month cycle with substantial coordination overhead. With an AI-enabled TBA operating within governance guardrails: 1-2 weeks from concept to deployed solution, with continuous refinement possible.
Shift 3: Leverage Next-Generation Model Capabilities
The quality concerns documented in Part 1 reflect models available in 2024 and early 2025. The latest generation of models shows significant improvements in code quality and reliability, changing the ROI calculation.
Benchmark Improvements
Claude Opus 4.5, released in late 2025, achieves 77.2% on SWE-bench Verified—a benchmark for real-world software engineering tasks. This represents substantial improvement over earlier models (Claude 3.7 Sonnet achieved 62.3%, GPT-4.1 achieved 54.6%). More importantly, enterprise users report qualitative improvements in code quality and reliability:
Error Rate
Replit reports 0% error rate on code editing benchmarks (down from 9% on Sonnet 4)
Token Efficiency
65% fewer tokens to achieve same results, reducing review burden
Long-Horizon Tasks
15% improvement over Sonnet 4.5 on Terminal Bench for sustained autonomous operation
First-Try Success
Notion reports “shareable content on the first try” for enterprise tasks
Complex Reasoning
State-of-the-art on multi-step reasoning combining retrieval, tool use, and analysis
Agentic Capability
30+ hour autonomous operation without degradation
Important Caveats
Improved benchmarks do not eliminate the need for quality controls. As noted in Part 1, research shows functional improvements do not automatically translate to security improvements. Newer models may produce fewer bugs while still generating code with security vulnerabilities. The answer is not to trust better models more—it is to implement automated gates that validate all code regardless of source.
The strategic value of better models is not that they require less oversight. It is that they produce code that passes automated quality gates more consistently, reducing rework and enabling higher throughput through automated pipelines.
Implementing for Positive ROI
Realising value requires deliberate investment in each of the three shifts. The following phases provide a practical roadmap.
Phase 1: Foundation Week 1–8
- Establish Baseline Metrics: Capture current PR throughput, cycle time, defect density, and security vulnerability rates. You cannot demonstrate improvement without a starting point.
- Implement Automated Quality Gates: Deploy SAST, dependency scanning, and secrets detection in CI/CD. Start blocking critical issues immediately.
- Define Risk Tiers: Classify code by risk level. Establish which tiers require human review versus automated validation only.
- Select Latest Models: Evaluate current-generation models (Claude Opus 4.5, GPT-5.x, Gemini 3) for your use cases. Benchmark against your quality gates.
Phase 2: Maturation Week 9–24
- Expand Automation: Implement AI-assisted test generation, automated code review for low-risk changes, and continuous compliance monitoring.
- Define Business Builder Scope: Identify application types suitable for business-native development. Create approved technology stack and starter templates.
- Pilot Role Expansion: Select 2-3 Technical Business Analysts with strong domain knowledge. Provide training on AI tools and governance requirements. Start with departmental applications.
- Measure and Adjust: Compare metrics against baseline. Identify where human review remains necessary versus where automated gates suffice.
Phase 3: Scale Week 25+
- Scale Business Builder Programme: Expand to additional TBAs based on pilot learnings. Document patterns and success stories.
- Shift Developer Focus: As business builders handle departmental applications, redirect professional developers to complex, high-value work.
- Continuous Model Evaluation: As new models release, benchmark against your quality gates. Upgrade when improvements justify transition costs.
- Refine Governance: Adjust risk tiers and review requirements based on accumulated data. Governance should enable speed, not impede it.
The ROI Threshold
Positive ROI requires alignment across all three shifts: automated quality controls that scale with output volume, role expansion that captures value beyond developer productivity, and models capable enough to pass automated gates consistently. Organisations implementing only one or two shifts will continue experiencing the paradox documented in Part 1—individual gains that fail to translate to organisational improvement.
Measuring What Matters
The enterprise leaders who succeed with AI-assisted development will be those who resist the temptation to measure what is easy and instead measure what matters. Vendor dashboards showing adoption rates and suggestion acceptance are useful for monitoring engagement, but they are not ROI metrics.
True ROI measurement requires tracking quality alongside velocity, accounting for downstream costs alongside direct costs, and recognising value creation beyond the development team. The highest returns may come not from making developers marginally faster, but from enabling entirely new categories of builders—domain experts who can now translate their business knowledge directly into working solutions.
This expanded view of ROI demands expanded governance. Organisations that invest in architectural guardrails, approved technology stacks, and automated quality gates create the conditions where both professional developers and business-native builders can deliver value safely. Without that governance infrastructure, the risks of AI-assisted development—security vulnerabilities, technical debt, maintenance burden—multiply across a larger population of builders.
The data is clear: AI coding tools can deliver positive ROI. But that ROI is not automatic, not uniform, and not captured by vendor metrics. It requires intentional measurement, quality controls, process adaptation, and governance maturity. The organisations that treat AI tool adoption as a strategic capability initiative—not just a developer productivity play—will be the ones who realise sustainable, compounding value.
Comments
Share your thoughts, experiences, or questions about measuring AI development ROI.