Phase 03
Scaling adoption
With baseline data in hand, the focus shifts from individual developers learning to use AI to team-level rituals, enforcement, and raising the performance floor across the whole team.
Enforce AI usage
Once your team has licenses, a baseline, and working metrics in place, there is no longer a legitimate reason for a developer to avoid using the tools. At that point, adoption becomes an expectation.
Three concrete ceremony changes
- Standups. Ask each developer one direct question about AI tool usage on yesterday’s work. Ask the question in front of peers, not in a 1:1.
- Sprint reviews. Demo how something was built, not only what was built.
- Retrospectives. Replace ‘what should we keep doing’ with ‘which AI workflow saved time this sprint, and which one cost time.’ Both answers go into the team’s prompt library.
Sharing statistics directly with developers often produces self-correction without intervention. When a developer can see that their PR contribution is measurably lower than teammates, most will respond on their own, no managerial pressure required.
The pair programming technique: pair your top AI adopter with the developer who is lagging the most. Give them a real feature to build together. This breaks psychological resistance faster than any workshop. One developer shows another how AI is helping in real code, on a real problem, and the resistance is gone within a session.
Audit your metrics every week without exception. A developer showing zero AI adoption for two consecutive weeks needs a direct conversation.
“AI writes bad code”
Most ‘bad code’ objections come from developers whose last experience was GPT-3.5 or early Copilot. Since then, a new generation of tooling has been released, and the ‘bad code’ objection no longer holds.
Claude Code shipped over 176 documented updates between its beta launch in February 2025 and the end of the year, evolving from a basic terminal tool into a full agentic development platform. Context windows expanded from tens of thousands of tokens to one million, meaning a model can now reason across an entire codebase at once rather than a single file. Planning Mode arrived, allowing structured architectural thinking before a single line of code is written. Copilot’s code retrieval accuracy improved by over 110% for C# and Java in a single quarterly update.
The objection still has a kernel of truth: AI output needs verification. What has changed is the cost of verification. Repository-level context, planning mode, and better retrieval all reduce that cost materially compared to a year ago.
Embed AI in every Scrum ceremony
Sprint cycle
-
Daily Scrum
One question per standup
Did you use Claude Code on this task? What worked?
-
Sprint Review
Share the four metrics dashboard
Discuss delta from last sprint. Name highest and lowest curiosity.
-
Retrospective
One AI practice agenda item
What did we try? What worked? What should move into the team prompt library?
-
Planning
Flag AI-first stories
Identify stories suited to AI-first development. Assign AI-heavy tasks to top adopters.
-
Demos
Show the AI interaction tool
When AI built the feature, show the conversation alongside it. Normalize the method.
13% → 91%
adoption rate
Hold collaborative workshops to channel your team’s creativity. Workshops are the most effective way to drive AI adoption. Working with a team of 150 engineers, a two-day workshop took usage from 45% to 92%. Shared, structured experimentation reduces the team’s reservations about the tool and creates visible early wins that change the conversation around adoption.
45% → 92%
adoption rate*
Find senior developers willing to champion AI adoption. Senior developer allies are the second strongest mechanism. When as few as three senior engineers champion AI adoption, their influence can double the adoption rate across the entire team. When peers see respected colleagues using a tool well, the others start trying it.
*Aggregated results from customer engagements between October and December 2025. Adoption rate is defined as the share of contracted developers showing at least daily AI activity on the contracted codebase.
The security review bottleneck
73% of enterprises cite data privacy/security as their top AI risk². Engineering cannot leave the security function to absorb the volume of AI-augmented development on its own. The tooling and processes that make security review sustainable have to scale alongside the code volume.
62%
of security teams admit being challenged by growing code volume
1. Review volume
60% of security teams say it’s getting harder to keep up with 1.5-3x incoming code, and 2% admit they cannot meet the demand¹¹. That 2% sounds small until you read it correctly: enterprise organizations openly state their security review is failing.
2. Review rigor
AI code often appears clean but contains logic-layer vulnerabilities: edge cases, boundary conditions, authorization logic that handles the primary flow but mishandles the exception. 61% of developers agree that AI often produces code that looks correct but isn’t secure⁴. Additionally, developers overrelying on suggestions are found to lose skepticism and push more insecure code¹². The risk is plausible-looking code with logic-level defects passing casual review.
A typical enterprise development organization runs a developer-to-security-engineer ratio somewhere between 100:1 and 200:1. That ratio was already under pressure before AI coding tools entered the picture. Overrelying on code generation weakens alertness to vulnerabilities.
The global cybersecurity talent gap is 4.8M, and demand is growing at 18% YoY, while supply is growing at 9%¹³. Cybersecurity cannot hire its way through this shift. The talent market cannot produce AppSec engineers fast enough to match code production rates driven by AI. The problem compounds because higher-level security reasoning is a machine weakness, and is not as easily automated away. SAST tools are strong at recognizing obvious surface-level patterns, but not logic-level vulnerabilities.
Gartner¹⁴ identifies the most common mistake: adding AI-specific review checklists, separate triage queues, and new tooling stacks on top of already-understaffed AppSec functions. The parallel structure makes the problem worse.
Shift security left of the commit
The reason generated code is often less secure than human-written is the model doesn’t know it is supposed to write code that is secure. Integrate security policy into the coding agent itself, so the tool refuses to violate security rules at the time of generation, before the commit occurs. Deploy enterprise-wide instruction files that dictate how coding agents must respond to every prompt. Checkmarx, Snyk, Apiiro, and Cycode all offer IDE-level and agent-level integrations that work this way.
Balance accountability
Engineering and product teams that sponsor AI-assisted development should be required to:
- Participate in risk assessments before deployment
- Acknowledge the specific exposures their tooling introduces
- Take documented ownership of those risks
The security team moves from absorbing risk to overseeing it. That is a meaningful change in workload that does not require new headcount to implement.
Cut the reviewable surface
Filter queues for actual reachability rather than theoretical presence. Most SAST-generated findings are real vulnerabilities in the abstract but not exploitable in context, because the vulnerable code path isn’t reachable from user-controlled input in the specific application. Combine that with PR metadata identifying AI authorship combined with automated risk scoring based on what the code touches. Reducing alert volume will free up your AppSec team for the decisions that require human judgement.
Grow AI security fluency from within
Promote at least one internal GRC specialist to oversee AI risk assessments. Without a designated internal anchor for AI security governance, AI-related risks either stall in generalist review queues or move forward unexamined. Given the talent shortage in the market, promoting internally is the best path. GRC professionals are already well-positioned to extend their remit to AI threats: they understand risk frameworks, control assessment, and compliance workflows.
The security function was never designed to absorb infinite volume. It was designed to catch what slipped through. What is slipping through now is not down to negligence. It is a failure of structure: the way code is produced has moved faster than the way it is governed.
Exit the grey zone: Raise the bar
Once your metrics show that some team members are measurably faster with AI, do not treat that as an outlier. Treat it as your new baseline.
- 1
Data shows the gains
Some developers are consistently delivering more throughput and shorter cycle times.
- 2
Confidence follows
Point to specific numbers when raising expectations.
- 3
Pressure is applied
Increase throughput expectations for the whole team.
Why raising the bar solves the side-project problem
The developers using AI for side projects or second jobs are rational actors. The bar on the primary project is not high enough to demand their full capacity. Raise the bar, and running two parallel workloads gets harder. You do not police side projects. You make the main project demanding.
Case study: Housing management technology
A leader in housing management technology, serving thousands of clients worldwide through its own property management system, had over 150 engineers working across five work streams and 300 repositories. The team carried overtime, sustained product pressure, and an incident load, taking resources off feature work. Engineers had no time to adopt AI tools.
A twelve-week engagement restructured the team’s software practice across three layers: workflow integration, quality gates, and custom agentic tools.
- New quality gates added to the STLC gave the team the confidence to release daily.
- AI workflows integrated into sprint practices, with adoption tracked from Git. Adoption climbed without managerial pressure once the data became directly visible to engineers.
- Custom agentic tools, developed during the engagement and now part of the GenAI Value Lab library, handle the engineering tasks that run most frequently.
These three changes lifted both delivery speed and engineering reliability. Use-case-driven AI adoption produces effects beyond the workflows it directly touches.
Outcomes of GVL-guided AI-augmented development adoption
1.8 → 3.5
PRs per developer per week
55% → 89%
Test coverage across 300 repos
47,493 → 31,060
Total annual incidents (-34%)
4 hours → 30 minutes
Incident investigation time (-87%)
More N-iX case studies: Enterprise software leader makes knowledge base search 120x faster with AI · Housing management leader cuts bugs reaching production 60%.
Phase 3 self-diagnostic
By Phase 3, a developer opens their IDE, drops context into their AI tool, and starts building (no scaffolding and no browsing Stack Overflow). The team has a shared prompt library, weekly-reviewed metrics, and a performance bar that keeps moving. The data shows what is working, the ceremonies reinforce it, and new joiners reach full productivity in a fraction of the time.
You are ready to move to Phase 4 when:
- ✓Metrics are shared directly with developers, not only with management. Standups include a direct question about AI tool usage for every developer. Sprint reviews include a demo of how something was built, not just what was built.
- ✓At least three senior engineers have been formally identified as AI champions and are actively influencing the team. At least one collaborative workshop has been run with the full team.
- ✓Any developer with zero AI adoption for two consecutive sprints has had a direct conversation.
- ✓A shared prompt library is live in the repo and actively maintained.
- ✓The performance bar has been raised based on data. Throughput expectations have been formally increased.
- ✓AI-code security policy is live; AppSec capacity scales with code volume; the AI assistant is on the supply-chain risk register.
- ✓Quality gates are green (change failure rate is not trending upward).
- ✓PR cycle time is down 15-25% versus the captured baseline.
- 4 State of Code Developer Survey 2026, Sonar
- 11 The AI Code Deluge: Are Security Teams Ready? Project Discovery, 2026
- 12 Security and Privacy Challenges of AI-Powered Coding Assistants. WJAETS, 2026
- 13 The State of the Cybersecurity Workforce. ISC2, 2025
- 14 Cyber GRC Practices Must Evolve to Manage AI Risk. Gartner, 2026