Back To All

Your AI adoption numbers are fine. Your AI measurement isn’t.

September 22nd, 2026
Topics
Agents
AI Agents
AI IMPACT
AI SDLC
Share Article

Atlassian just published The Agentic Pivot, a survey of more than 1,100 engineers and engineering leaders conducted by Prolific in Q2 2026. It is one of the clearest snapshots yet of where engineering organizations actually stand with AI, and it confirms something we hear from engineering leaders every week: getting teams to use AI was the easy part.

The widest gap in the report

Engineering leaders who say they need a governed system of record for AI-assisted work, versus those who have built one.

Say they need one88%
Have built one19%
69 ptsbetween intent and infrastructure. Every other finding in the report is a version of this gap.

The harder part is everything that comes after. Turning individual experimentation into an operating standard. Moving review, testing, and monitoring at the same speed as generation. Knowing, with evidence rather than intuition, whether the investment is paying off.

Below, we walk through the report’s findings section by section, with the data laid out so you can compare it against your own organization. Then we get to the part we care most about: what this means for how engineering leaders should measure AI over the next year.

The report at a glance

Atlassian’s headline: 88% of leaders say they need a governed system of record for AI-assisted work, and only 19% have built one. Around that gap, the report identifies five findings that define the pivot.

  1. 1Adoption is universal, but still experimental. Formalization is rare.6%run AI as a formal standard across most of the SDLC
  2. 2Context and governance are the biggest hurdles to formalizing AI.78%still review AI code through an unmodified PR process
  3. 3The engineering role is getting broader. Judgment is becoming the scarce skill.33%of leaders say engineers’ scope is now more generalist
  4. 4Leaders want AI time savings reinvested in quality, not headcount cuts.65%would spend doubled capacity on quality and testing; 27% on reducing headcount
  5. 5The biggest opportunities sit left and right of code: planning, testing, review, and shipping.74 to 80%say code generation is faster, while review has barely changed

Adoption is solved. Formalization isn’t.

94% of engineering leaders say their organization uses AI somewhere. That number is so high it has stopped being informative. It counts everything from IDE autocomplete to browser chatbots to production-integrated agents. The more useful question is how teams describe that use.

How engineering leaders describe their AI use
ModeShare of leaders
AI supports individual tasks like coding, debugging, and documentation88%
AI supports team collaboration and knowledge sharing54%
Agentic workflows that run with limited human intervention36%
Multiple selections allowed. Source: Atlassian, The Agentic Pivot (2026).

More than a third of organizations already run agentic workflows. That is a big number, and it is the one Atlassian calls the more meaningful marker of progress. But the next table is the one that should shape your planning.

How AI is integrated into engineering workflows
Integration levelShare of leaders
Experimental and limited (informal, few areas of the SDLC)27%
Experimental but extensive (informal, many or most areas)39%
Formal but limited (official standard, few areas)28%
Formal and extensive (official standard, many or most areas)6%
Only 6% of organizations run AI as an official standard across most of the SDLC.

Two thirds of organizations are still operating informally. The single largest group, 39%, uses AI extensively but without any official standard. That is the most exposed position of all: high usage, with no shared rules for what happens when a tool fails, a model changes, the team turns over, or an auditor asks how a decision was made.

Atlassian makes a point we think is exactly right. The difference between an experiment and a standard is not measured in usage. It is measured in what happens downstream when something goes wrong. It is also why license coverage is the widest and least informative number in most organizations, a point we unpack in our guide to the best AI adoption benchmarks for large engineering teams.

The bottleneck moved. It didn’t disappear.

The report’s central argument is that AI did not simply speed up the software development lifecycle. It reshaped it. Implementation, the phase engineering has spent most of its history optimizing, is compressing. Everything around it is expanding.

Adapted from Atlassian’s remapped SDLC in The Agentic Pivot. Ranges reflect leader and IC responses.

Code review is where the pressure shows first. Around three quarters of leaders say AI has accelerated code generation, yet nearly 8 in 10 teams still review AI-generated code through the same PR process they used a decade ago. That process was designed for a different volume, a different velocity, and a fundamentally different kind of author.

When generation speeds up and review doesn’t, the throughput gain doesn’t compound. It queues. If you rolled out AI coding tools and watched end-to-end cycle time stay stubbornly flat, this is the most likely explanation. The work got faster at one gate and piled up at the next.

Trust is the ceiling

The report frames the gap between AI output and AI trust as the defining constraint of this phase. Generation is up across every dimension measured. Willingness to let that code move through the SDLC without a human check has barely moved.

How much does your organization trust AI-generated code?
Trust levelLeadersICs
Zero trust (mandatory line-by-line review)25%32%
Guarded trust (non-critical code gets minimal review; core logic reviewed)62%60%
High trust (AI output trusted by default)12%8%
Full autonomy (AI ships to production, no manual gate)1%<1%

Guarded trust dominates: AI writes, humans check. That is a sensible posture today. It is also, as the report notes, unsustainable as volume grows. And there is early evidence it is already costing something. Atlassian’s DX research tracked two signals between Q1 and Q2 2026:

+3.8%Code maintainability: how easily developers can understand the code in front of them
−6.1%Change confidence: whether developers feel safe changing that code without breaking things

Developers understand the code better, and trust what they are shipping less. That divergence is worth watching closely in your own data. It is the kind of signal that never shows up in an adoption dashboard.

Hurdle one: the governance gap

The first reason trust isn’t scaling is that governance around AI-generated work has barely changed.

Governance approach towards AI-generated code
ApproachLeadersICs
Traditional peer review (unmodified PR process)78%79%
Automated guardrails (AI scanners, linters, sandboxes)35%20%
Shift-left governance (prompt libraries, spec-first, AI templates)18%13%
Decentralized or ad hoc (no formal guardrails)17%22%
Multiple selections allowed.

Notice the gap between leaders and ICs on automated guardrails: 35% versus 20%. Leaders believe more guardrails are in place than the engineers doing the work experience. That kind of perception gap is common, and it is exactly why self-reported data needs to be checked against what the delivery system actually records. We cover how to set that up in how to measure AI adoption across large engineering organizations.

About one in five teams has no formal guardrails at all. For those teams, the quality bar sits entirely with individual developers, and the burden of catching AI-specific failures shifts all the way to production.

Hurdle two: the context gap

The second reason is context. When AI writes a function, it has the local code. What it lacks is the organizational context a senior engineer carries automatically: what shipped last quarter, what broke in the last major incident, what the security team said never to do again. Acceptance criteria live in tickets. Standards live in wikis. Architectural decisions live in Slack threads and people’s heads. An AI reviewer without that context can check syntax and code quality, and not much more.

The consequence: the reasoning gap

Missing governance and missing context produce a specific downstream cost. The reasoning behind AI-assisted decisions gets lost. When you ask an AI to explain a past decision, it does not retrieve a record. It produces a plausible account of what its process might have been.

Confidence in reconstructing AI-assisted reasoning after six months
ConfidenceLeadersICs
Very confident25%15%
Somewhat confident56%63%
Not very confident17%20%
Not confident at all2%2%

The people closest to AI output are the least confident it can be explained later. Only 15% of ICs are very confident. The report reads this well: the problem isn’t fear, it’s uncertainty. Most engineers can probably reconstruct the reasoning. They just wouldn’t stake anything on it.

Review isn’t just gatekeeping anymore. It is the moment where reasoning is either captured or lost.

The engineering role is getting wider

For decades, software delivery ran as a sequence of roles owning phases. PMs wrote requirements, engineers implemented, DevOps deployed, QA verified. AI is dissolving those walls. Designers ship working prototypes. PMs write acceptance criteria that agents consume directly. Engineers do more product thinking.

When asked how AI has changed the scope of a typical engineer’s role, leaders split three ways: 44% say it is unchanged, 33% say it is broader and more generalist, and 23% say it is narrower and more specialized. Atlassian’s interpretation is that the role hasn’t changed titles, but it has changed weight. That matches what we argued in AI didn’t kill engineering jobs. It raised the bar.

What skills matter more because of AI?
SkillLeadersICs
Effective and secure use of AI and automation in the workflow69%45%
Deep technical excellence (core stack, system design, secure coding, testing)54%63%
Product thinking and customer-centric decision making52%52%
Ownership mindset and continuous improvement51%47%
Cross-team collaboration and clear technical communication50%42%

Leaders put AI fluency first. Engineers put deep technical excellence first. Leaders are saying get good at AI; engineers are saying make sure the AI is good. Both are right, and a mature measurement practice has to account for both: how well teams use AI, and how good the resulting work actually is.

The judgment premium

As implementation gets cheaper, the judgment around it gets more expensive. Leaders still rely more on humans than AI for security and compliance (80%), architecture and system design (68%), and product scope and requirements (62%). These aren’t areas where leaders refuse to use AI. They are areas where decision quality matters more than execution speed.

Juniors are ramping faster

70% of leaders and 67% of ICs believe AI has shortened the time it takes junior engineers to contribute meaningfully. Atlassian’s DX data supports this: median time to a new engineer’s 10th PR dropped to 30 days in Q2 2026, less than half of what it was in Q1 2024. A small minority, around 5%, say AI has slowed juniors down, likely where new engineers learn to generate code without learning to understand it. That is another case where speed alone would give you the wrong answer.

The AI dividend is being reinvested, not extracted

Much of the public conversation frames AI as a way to reduce engineering headcount. The leaders in this survey describe something very different.

If AI doubled your engineering capacity tomorrow, what would you do with it?
ChoiceLeadersICs
Invest more in quality and testing65%62%
Take on more projects50%38%
Prioritize reducing tech debt46%53%
Expand into new product areas46%33%
Reduce dependency on contractors or backfill hiring27%16%
Multiple selections allowed.

Quality and testing wins with both groups. Cutting capacity comes last with both groups. And this isn’t just a hypothetical. When leaders describe where AI-saved time actually goes today, the pattern holds:

Where engineers spend time saved by AI today
Use of saved timeLeaders
Additional research and discovery64%
Additional code quality and security checks53%
Up-leveling engineering skills52%
Improving work-life balance45%
Addressing tech debt38%
Contributing to the team knowledge base37%
Contributing to areas outside software development22%

Atlassian’s DX research adds one more data point: the innovation ratio, meaning the share of engineering effort spent on new features versus maintenance and toil, has stayed flat for 12 months. Meanwhile, 87% of leaders expect AI to increase output capacity over the next year.

Put those together and the picture is clear. AI gains are real. They are just flowing into research, quality, security, and skills rather than into more features shipped.

Why velocity-only measurement will misread all of this

This is the finding we would underline twice. Atlassian points out that internal engineering gains such as faster cycles, fewer defects, and deeper test coverage may not show up right away as more features or more revenue. Organizations that measure AI purely through output velocity or cost reduction, the report warns, may misread the signal entirely.

We agree, and we’d go further. If your AI dashboard is a seat count, a license utilization chart, or a lines-of-code-generated number, you are measuring adoption, not impact. And adoption, as this report makes very clear, is the part everyone has already figured out.

There is also a methodological point worth making. The report is candid that all of its data is self-reported and reflects perception rather than measured behavior. That is appropriate for a survey, and perception genuinely matters. But it is exactly the gap engineering leaders face inside their own organizations. Your board, your CFO, and your auditors will eventually ask what AI actually changed. “Our engineers feel faster” won’t be enough. If you are building that answer now, start with our playbook for measuring AI adoption, impact, and ROI in engineering, which includes a 90-day plan to a board-ready ROI story.

From what the survey says to what you should measure
SDLC stageWhat the survey foundWhat to measure in your own data
Planning82% of leaders say AI accelerates research; 64% spend saved time on discoveryTime from spec to first commit, share of work with clear acceptance criteria, rework traced back to unclear intent
ImplementationThe most compressed phase; about three quarters report faster code generationAI-assisted share of merged code, coding time per PR, AI tool usage by team and by tool
Testing and quality65% would invest extra capacity in quality first; 35% use AI-specific guardrailsTest coverage trends, defect escape rate, change failure rate for AI-assisted versus human-authored changes
ReviewNearly 8 in 10 teams use an unmodified PR process; only 15% of ICs are very confident they can reconstruct AI reasoningReview time, review depth, pickup time, PR size, and rework on AI-assisted PRs
Ship and monitorMore code reaching production, observed with the same tools as before AIDeployment frequency, time to restore, and incidents linked to AI-assisted changes
Survey column summarizes Atlassian’s stage-by-stage findings. Measurement column reflects Waydev’s recommendations.

What to do in the next 12 months

Atlassian proposes three moves: make intent and context explicit before code is generated, govern and orchestrate the planned and unplanned loops that agents now work inside, and make agent work traceable and observable from prompt through production. We think those are the right priorities. Here is how we’d make each one measurable.

  • Measure where the bottleneck moved

    If generation is up and review is flat, your PR queue is the constraint. Track review time, review depth, and rework on AI-assisted changes separately from human-authored ones. Averages that blend the two will hide the problem.

  • Measure quality, not just speed

    If leaders are reinvesting the AI dividend into quality, then quality is where ROI shows up first. Change failure rate, defect escape, and rework are the leading indicators. Deployment count is a lagging one. Our breakdown of how to measure AI ROI on your engineering team walks through the before-and-after comparison.

  • Build the record now

    Traceability from prompt to PR to production is what turns guarded trust into earned trust. It is also what lets you answer “why did we ship this?” six months from now, when the engineer who prompted it has moved teams.

  • Separate perception from measurement

    Surveys tell you how your teams feel. Engineering data tells you what happened. You need both, and you especially need to know when they disagree, as they do in this report on guardrails and on reasoning confidence.

  • Compare teams, not just totals

    Only 6% of organizations have formalized AI across most of the SDLC, which means most have pockets of mature practice next to pockets of pure experimentation. Find your best-performing teams, understand what they do differently, and use that as your internal standard.

The bottom line

The organizations that pull ahead over the next year won’t be the ones with the most AI usage. Everyone has usage. They’ll be the ones that can see, govern, and prove what AI is doing across the whole delivery system, from spec to production.

Experimental adoption was the simple part. The competitive advantage now comes from the system built around it, and you can’t build a system you can’t measure.

See what AI is actually changing in your engineering org

Waydev measures AI adoption, impact, and ROI across engineering organizations, so you can move from how your teams feel about AI to what the data shows.

Book a demo

Source: Atlassian, The Agentic Pivot (2026). Research conducted by Prolific on behalf of Atlassian in Q2 2026, drawing on two surveys: 364 engineering leaders (engineering managers, heads and directors of engineering, VPs, CTOs, and founders) and 750 individual contributors. Organizations ranged from under ten to over five thousand employees; 55% of leader respondents were in Europe and 41% in North America. All data is self-reported. Some questions allowed multiple selections, so totals for those items exceed 100%. Where the report gives slightly different figures for the same metric in different sections, this post uses the figure that appears most consistently.

Ready to unlock your SDLC productivity?

Request a Demo Call