The AI engineering maturity model is a five-stage framework for software organizations. It describes how teams progress from ad hoc AI-assisted coding to multi-agent orchestration with governance. Teams first need developer trust, then review bandwidth, then platform quality, and finally governance controls for delegated agents. General enterprise frameworks cover AI adoption across the business; this model focuses on engineering teams. Among the seven frameworks compared below, six focus on enterprise AI adoption, and only Gigacore AI-MM SET targets software engineering teams across the full development lifecycle.
TL;DR
84% of developers use or plan to use AI tools, yet only 1% of executives call their gen AI rollouts mature. The 10+ published maturity frameworks almost all target general enterprise adoption, not engineering teams. This five-stage model maps the engineering-specific path from individual adoption to agent orchestration, grounded in delivery research, developer survey data, market forecasts, and enterprise telemetry.
Engineering leaders trying to benchmark their team's AI maturity face a split set of seven frameworks. Some cover general enterprise adoption, while others describe individual-practitioner ladders. Major enterprise and consulting publishers each publish their own framework, and none of the major ones focuses on software engineering teams. Practitioner models like Steve Yegge's 8 levels of AI adoption fill the gap from below but track a single developer's trust in agents rather than a team's operating model. The result is a measurement gap. A VP of Engineering can score "Operational" on a general enterprise scale while their organization merges 98% more pull requests and sees zero improvement in delivery metrics.
This guide diagnoses the disconnect between individual speed and organizational throughput by defining the five stages, the data behind each transition, and the metrics that tell you where your team sits. Augment Cosmos, our unified cloud agents platform, appears in later stages as the reference implementation for shared context, risk-tiered governance, and multi-agent orchestration across the software development lifecycle.
Why Existing AI Maturity Frameworks Miss Engineering Teams
Most AI maturity frameworks measure general enterprise adoption rather than software-delivery mechanisms. Engineering leaders need a model that connects AI use to review throughput, platform quality, and governed agent workflows. Of the frameworks catalogued in current research, only the open-source Gigacore AI-MM SET targets software engineering teams across the full development lifecycle. The table below compares the seven most cited frameworks by publisher, stage count, and engineering focus.
| Framework | Publisher | Stages | Engineering-team specific? | Date |
|---|---|---|---|---|
| AI Maturity Model & Roadmap Toolkit | Gartner | 5 (Foundational → Transformational) | No | April 2025 |
| AI Adoption Framework | Google Cloud | 3 (Tactical, Strategic, Transformational) | No | Blog June 2025 |
| Agentic AI Adoption Maturity Model | Microsoft Learn | 5 | No | Not stated |
| Cloud Adoption Framework for AI | AWS | 4 (Envision, Plan, Build, Operate) | No | Continuously updated |
| AI Adoption Maturity Levels | Deloitte | 4 (Automators 1-2, Transformers 3-4) | No | 2025 |
| AI-MM SET | Gigacore (open source) | Three-axis matrix | Yes | Not stated |
| 8 Levels of AI Adoption | Steve Yegge | 8 | Individual developers only | 2026 |
The adoption data explains why an engineering-specific model matters. One survey found that only 1% of executives describe their gen AI rollouts as mature, while software engineering accounts for 25% of the total potential value from generative AI. Leaders responsible for that value pool need a model that ties AI adoption to software delivery.
Among the seven models in the table, Yegge's ladder is the closest practitioner attempt. As O'Reilly Radar summarizes, "The first four levels are about increasingly sophisticated IDE use; levels five through eight are about coding agents." That ladder tracks a single developer's trust on one axis. A team model also needs governance, shared tooling, and workflow integration, dimensions covered in our guide to agent collaboration models.
The Five Stages at a Glance
The five-stage AI engineering maturity model tracks a team's dominant AI mode, the organizational signal that marks the stage, and the constraint that gates progression to the next one. Engineering leaders can then locate the bottleneck that converts individual AI use into team-level delivery outcomes. The following table summarizes what each stage looks like in practice and the constraint that gates progression.
| Stage | Name | Dominant AI mode | Organizational signal | Gating constraint to advance |
|---|---|---|---|---|
| 1 | Ad Hoc Assistance | Autocomplete and chat, adopted individually | Individual use without shared policy | Developer trust in AI output |
| 2 | Supervised Agents | IDE agents steered interactively | Agent output enters human review queues | Review bandwidth for agent output |
| 3 | Standardized Team Practice | Sanctioned tools, shared standards, measured rollout | PR volume and review load become visible | Platform quality and the review pipeline |
| 4 | Autonomous Delegation | Background and CI-integrated agents opening PRs | Headless agents return pull requests | Risk-tiered governance architecture |
| 5 | Orchestration | Multi-agent systems with humans steering at checkpoints | Humans steer at defined checkpoints | Observability and model routing across many agent workflows |
Stage 1: Ad Hoc Assistance
Stage 1 ad hoc-assistance teams use autocomplete and chat tools adopted developer by developer. Individual experimentation reaches the 84%-use-or-planned-use scale reported by Stack Overflow, while trust, policy, and measurement remain the constraint to team-level practice. Stack Overflow's 2025 survey of 49,000+ respondents found that 84% of developers use or plan to use AI tools, up from 76% in 2024. The same survey found that 51% of professional developers use them daily, and JetBrains' 2025 State of Developer Ecosystem survey of 24,534 developers found 85% regularly use AI tools for coding and development. JetBrains' January 2026 AI Pulse follow-up reports that figure has climbed to 90%.
The organizational posture at this stage is permissive by default. A 2024 developer survey found that nearly 80% of companies allow third-party AI tools or have no formal restrictions.
Trust gates the move to Stage 2. Only 29% of developers trust AI outputs to be accurate, down from 40% in 2024, while 46% actively distrust them. DORA's research on trust in AI shows the procedural fix. Developers trust AI more when they believe code review and automated testing will catch AI-introduced errors before production, and trust rises with training and dedicated experimentation time.
That same trust problem makes onboarding a Stage 1 test case. Augment Code ties training and experimentation to repository pattern recognition, so developers learn codebase conventions before trust depends on individual judgment alone. Teams applying that approach see onboarding time drop from 6 weeks to 6 days.
Stage 2: Supervised Agents
Stage 2 supervised-agent teams run coding agents inside the IDE. The agents edit files and execute commands while a developer steers each step. This raises output volume and shifts the bottleneck to human review bandwidth. Across a 10-month window, tooling moved from individual IDE plugins to named coding-agent products, with Cline arriving in July 2024, Cursor and Windsurf agentic modes in November 2024, GitHub Copilot Coding Agent in May 2025, and Claude Code. Adoption lags the tools: 23% of developers regularly use AI agents per Stack Overflow's 2025 survey.
InfoQ's analysis of AI-era development finds "developers are shifting from being sole authors of code to acting more like managers, guiding agents, validating outputs, and ensuring requirements are truly met," and a new discipline emerges: context engineering, "designing the inputs, scaffolding, and guardrails an agent needs to generate production-ready code."
Five dimensions define the Stage 2 diagnostic pattern:
| Dimension | Evidence signal | Developer role | Bottleneck | Exit criterion |
|---|---|---|---|---|
| Supervised agents | 23% of developers regularly used AI agents | Managers guiding agents and validating outputs | Human review bandwidth | Agent-output review queues before reviewers become the only quality gate |
This pattern explains why agent adoption can increase local output before team delivery improves.
Review bandwidth gates the exit from this stage. An InfoQ presentation on multi-agent architecture describes the volume problem: "Cursor, you give it a prompt, in 5 minutes, you get 1,000 lines of code…" The presentation reports a trend toward roughly 80% of agent-generated code receiving no human review.
That review gap is the Stage 2 control point. Augment Code's code review addresses it with automated pull request analysis that reviews changes against repository context, architectural patterns, and team standards before human reviewers become the only quality gate. The tool achieved a 59% F-score in benchmark testing.
Stage 3: Standardized Team Practice
Stage 3 standardized-team-practice organizations convert individual AI use into sanctioned tools, shared configuration, governance gates, and measurement. At this stage, productivity gains depend on platform quality and review-pipeline capacity. Faros AI telemetry covering 10,000+ developers across 1,255 teams found that high-AI-adoption teams completed 21% more tasks and merged 98% more PRs. The same teams saw PR review time increase 91%, average PR size grow 154%, bug counts rise 9%, and organizational-level DORA metrics show no measurable improvement. The mechanism sits in the research finding itself: "When AI tools accelerate individual code generation without proportional acceleration of the review pipeline, the result is a growing queue of unreviewed pull requests that absorbs the productivity gains at the organizational level."
Stage 3 measurement separates output growth from throughput improvement:
| Measurement dimension | Evidence signal | Delivery interpretation | Bottleneck | Maturity implication |
|---|---|---|---|---|
| Output volume | 21% more tasks and 98% more PRs | Individual work accelerates | Review pipeline | Standardization is incomplete without proportional review capacity |
| Review load | 91% review-time increase and 154% larger PRs | Verification absorbs savings | Platform quality | Shared controls need to move earlier than the final PR |
The 2025 DORA report (n≈5,000) confirms the pattern at scale: AI adoption now shows a positive relationship with software delivery throughput and product performance, but continues to have a negative relationship with software delivery stability. The report also names a hidden verification tax: time saved writing code gets re-spent auditing it. Shadow AI compounds the risk when unauthorized AI use bypasses review, security, and compliance controls.
DORA's platform engineering data defines the exit path through platform quality. "When platform quality is high, the effect of AI adoption on organizational performance becomes strong and positive. Conversely, when platform quality is low, the effect is negligible." These Stage 3 symptoms map to four mechanisms in individual adoption without a unifying system: fragmented setups as every engineer builds a personal workflow, expertise trapped in personal configs, no cross-team quality signal, and a review bottleneck that concentrates human involvement at the final PR.
Stage 3 teams need shared context before the final PR. Augment Cosmos, our unified cloud agents platform, keeps agent workflow context in shared Sessions so teams can reuse working patterns. Augment Code delivers 5–10x faster task completion for multi-file refactoring and migration workflows. The Context Engine processes entire codebases across 400,000+ files through semantic dependency graph analysis, giving agents architectural-level understanding. Default sharing for Sessions and an expert registry also let the whole team find and reuse one engineer's working pattern.
The Agentic SDLC
How teams like Stripe, Ramp, and Uber move from solo coding agents to a coordinated, team-level system.

Stage 4: Autonomous Delegation
Stage 4 autonomous-delegation teams run headless agents in isolated remote environments that return pull requests. Delegation capacity increases only when risk-tiered governance controls review scope. A Gartner coding agent forecast projects that over 65% of engineering teams using agentic coding will treat IDEs as optional by 2027.
Two disciplines matter:
- Evaluation infrastructure. Evaluation infrastructure reframes autonomous-agent CI around behavioral quality as well as functional correctness. Academic research on merge-ready agent output finds agent output can fail to be truly "merge-ready" under autonomous-agent conditions and can contain subtle regressions or superficial fixes.
- Risk-tiered governance. Risk-tiered governance requires shared AGENTS.md files, prompt libraries, SSO/SCIM, secret scanning, PR gates on agent output, audit logs, and an approved model gateway. Gartner's governance forecast on agent failure warns that by 2027, 40% of enterprises will demote or decommission autonomous AI agents due to agent governance gaps that enterprises identify only after production incidents. The warning ties the risk to a binary posture: "Enterprises are treating AI agent governance as binary — either locked down or fully trusted." In calibrated tiers, policies auto-approve routine changes, approve refactoring with logging, require human review for business logic, and require mandatory human review for security changes.
Together, evaluation infrastructure and risk-tiered governance determine whether autonomous delegation increases throughput without hiding production risk.
In a Stage 4 lifecycle, Augment Cosmos maps those tiers to workflows with audit records. Environments, Experts, and Sessions enforce platform policies and record what agents did and why. Every run gets captured for audit and reuse, giving SOC 2 reviewers run-level evidence across routine changes, refactoring, business logic, and security changes.
Stage 5: Orchestration
Stage 5 orchestration organizations run coordinated workflow orchestration platforms where humans steer at defined checkpoints and no longer supervise individual tasks. Shared context gives agents the same repository view, guardrails set workflow boundaries, and model routing assigns work to the model suited to each task. At this stage, orchestration breaks a goal into sub-tasks, delegates them to specialized agents, manages shared context, enforces guardrails, and merges the final result. Anthropic's 2026 agentic coding trends report frames the human role at this stage: "The primary human role in building software is orchestrating AI agents that write code, evaluating their output, providing strategic direction, and ensuring the system solves the right problems for the right stakeholders."
Stage 5 orchestration separates agent work from human steering through five operating dimensions:
| Orchestration dimension | Agent responsibility | Human checkpoint | Control mechanism | Scale constraint |
|---|---|---|---|---|
| Goal decomposition | Break a goal into sub-tasks | Prioritization | Shared context | Observability |
| Agent specialization | Delegate sub-tasks to specialized agents | Spec review | Guardrails | Model routing |
| Shared context | Manage repository and workflow context | Code evolution review | Sessions | Governance architecture |
| Guardrails | Enforce workflow boundaries | Review exceptions | PR gates | Stability |
| Final merge | Merge coordinated output | Approval before integration | Audit logs | Review throughput |
The Model Context Protocol reached its 2025-11-25 specification with 97M+ monthly MCP SDK downloads and was donated to the Agentic AI Foundation under the Linux Foundation.
Yegge's Level 8 is "building your own orchestrator," and at the organizational level that becomes a build-versus-buy decision. Augment Code's Context Engine cuts hallucinations by 40% compared with limited-context tools, and Augment Cosmos supports Stage 5-style multi-agent orchestration with shared context, memory, and governance controls. Model routing operates across Anthropic, OpenAI, Bedrock, Vertex, and open-source models, so each orchestration step can use the model best suited to the task. Augment Code achieves 70.6% SWE-bench Verified accuracy for its Context Engine and codebase-wide context; the figure does not specifically measure agent workflows or orchestrated PR authorship. Agents plan multi-step tasks, execute approved commands, and create pull requests against repository context.
With Augment Cosmos's Cloud Agents Platform, the software delivery loop routes human involvement to prioritization, spec review, and code evolution review. These become explicit handoff points for agent workflows.
Our guide to AI coding automation draws the same distinction at the governance layer. AI-assisted organizations use prompt-response tools, while agent-governed organizations coordinate agentic systems through checkpoints, audit logs, model routing, and PR gates.
How to Measure Which Stage Your Team Is In
Use delivery telemetry to place the team's stage. PR cycle time, review load, rework, and stability data reveal which maturity constraint limits team-level AI outcomes. The metrics that matter shift as teams progress, as the table below shows.
| Stages | Key metrics | What to watch | Constraint signal | Maturity question |
|---|---|---|---|---|
| 1-2 (Pilot) | Suggestion acceptance rate (~30–33% is the enterprise baseline), active usage days per week, developer satisfaction | Adoption trajectory month over month | Developer trust and supervised-agent usage | Are developers using AI outputs with enough confidence to standardize practice? |
| 3 (Scale) | PR cycle time, PR review time delta, task completion rate | Review queue growth offsetting individual gains | Review pipeline and platform quality | Are individual gains becoming team-level throughput? |
| 4-5 (Agent scale) | Deployment frequency, rework rate, bug rate delta, cost per shipped feature | Stability metrics, given AI's persistent negative correlation with delivery stability | Governance architecture and observability | Can autonomous or orchestrated agents ship without hiding production risk? |
Two findings from the DORA AI Capabilities Model anchor the measurement program. First, the amplifier principle: "AI's primary role is that of an amplifier, magnifying the strengths of high-performing organizations and the dysfunctions of struggling ones." Second, the model identifies seven practices that amplify AI's benefits, including a clear and communicated AI stance ("Ambiguity around AI stifles adoption and creates risk"), healthy data environments, AI-accessible internal data, and strong version control.
For a pre-assessment covering codebase, data, and governance readiness, see our guide to scaling AI adoption in engineering teams.
Stage placement is most reliable when each blocker maps to an observable delivery metric:
| Blocker | Primary stage | Observable metric | Evidence pattern | Next control to inspect |
|---|---|---|---|---|
| Low trust in AI output | 1 | Developer satisfaction and active usage days | 29% trust AI outputs while 46% actively distrust them | Training, testing, and code review confidence |
| Agent output overload | 2 | PR review queue growth | Roughly 80% of agent-generated code receiving no human review | Agent-output review queues |
| Verification tax | 3 | PR review time delta and PR size | 91% review-time increase and 154% larger PRs | Platform quality and earlier controls |
| Governance gaps | 4 | Rework rate and audit evidence | Gartner expects 40% of enterprises to demote or decommission autonomous agents by 2027 | Risk-tiered approvals and audit logs |
| Orchestration scale | 5 | Cost per shipped feature and stability metrics | Humans steer at defined checkpoints and stop supervising every agent step | Observability and model routing |
Locate Your Stage Before You Add More Agents
Before adding agents, locate your stage with delivery data. Agent capability can outpace organizational review and governance, and individual speed can create more work than the operating system can absorb.
For the next two weeks, instrument PR review time, PR size, and rework rate alongside agent usage. Then place your team on the five-stage table above using delivery data. Teams gated at Stages 3-4 need shared repository context, enforced human checkpoints, and auditable autonomous agents for end-to-end feature automation before scaling agent count.
FAQ
Related
Written by

Ani Galstian
Ani writes about enterprise-scale AI coding tool evaluation, agentic development security, and the operational patterns that make AI agents reliable in production. His guides cover topics like AGENTS.md context files, spec-as-source-of-truth workflows, and how engineering teams should assess AI coding tools across dimensions like auditability and security compliance