The Number That Made the CFO Sit Up
GitHub published research in late 2024 showing AI assistants now write 46 percent of code in teams that have adopted Copilot at scale (GitHub, "Research: Quantifying GitHub Copilot's impact," 2024). The same study showed task completion rates 55 percent higher for AI-assisted developers on common engineering tasks.
That is one number. Here is the next one. Stanford and DORA's 2024 joint study found that AI-assisted code reviews now take 91 percent longer than non-AI-assisted reviews, because reviewers are catching subtler bugs that the generation introduced (DORA, State of DevOps 2024).
If your CFO read the first number and not the second one, you have a budget conversation coming.
Agent-to-Agent Future Report
Understand how autonomous AI agents are reshaping engineering and DevOps workflows.
The SDLC has reshaped. Not because everyone said it would. Because the production data caught up.
Coined Frame: The Shifted Shape
The classic SDLC was a sequence: requirements, design, code, test, deploy, operate. Each stage was roughly proportional. Code was the biggest single bucket of effort.
The new shape is not a sequence. It is a barbell.
Left side of the barbell - design and specification - got heavier. Because AI writes the code, the constraint moved upstream. The team that can write a clear specification ships faster than the team that cannot. McKinsey's 2024 survey of engineering productivity found design quality was the single strongest predictor of AI-assisted velocity (McKinsey, "The next era of software engineering," 2024).
Middle of the barbell - implementation - got lighter. Half the code is written by AI. The remaining engineering work is integration, glue code, and edge cases that the AI cannot reason about.
Right side of the barbell - review, evals, and operate - got much heavier. AI-generated code passes tests at a higher rate than human-written code for trivial tasks but introduces more subtle correctness bugs and security issues. NYU's 2024 study found 29 percent of Copilot-generated Python had security vulnerabilities versus 17 percent for human-written equivalents (NYU/Stanford, "Asleep at the Keyboard," updated 2024). Review takes longer. Eval rigs take real engineering effort. Production observability for AI-touched systems is a discipline of its own.
The barbell shape is the SDLC now. Teams operating against the old shape are losing time on both ends.
The 11-Week Ramp
There is a learning curve that nobody warned engineering leaders about. GitHub's productivity research, when broken down by experience, showed that developers new to AI tools went through an 11-week period where productivity dropped before it rose. The shape is the same shape as any major tool transition. The amplitude is larger because AI assistants change how you think about tasks, not just how you execute them.
Most teams that abandoned Copilot in 2023 and 2024 abandoned it inside that 11-week window. They saw the dip, did not see the recovery, made a budget decision, and walked away.
The teams that stuck through it are the ones GitHub's 46 percent number is built on.
If your team is at week 4 and concluding it is not working, you are concluding too early. If your team is at week 16 and not seeing acceleration, the problem is not the tool.
What the Senior Engineers Actually Do Now
The role of a senior engineer has reshaped more than any other role in the SDLC.
Senior engineers used to spend roughly 60 percent of their time writing code. Now that number is closer to 30 percent. The freed time goes to four places:
First, specification writing. Turning ambiguous product requirements into prompts and architecture that AI can execute against.
Second, review at depth. Looking at AI-generated code with the question "what is the failure mode I cannot see in the tests" rather than "does this compile."
Third, evals. Designing the test rigs that catch the model-specific regressions, the prompt drift, the hallucinations in production.
Fourth, mentoring. Junior engineers using AI assistants get to a baseline level of output very fast and then plateau. The senior engineer's job is to keep them from plateauing.
A team without enough senior engineers cannot operate the new SDLC. Or rather, it can operate it, but the output is a pile of unreviewed AI code with a deferred quality crisis. ManpowerGroup's 2024 talent shortage data showed 75 percent of global employers reporting difficulty filling senior engineering roles (ManpowerGroup, 2024 Global Talent Shortage).
The Failure Mode Nobody Wants to Talk About
A pattern is showing up in late 2025 engineering reviews. Codebases that have been heavily AI-assisted for 18+ months are starting to show what researchers are calling "specification drift." The code does what it does. Nobody on the team can fully explain why a specific decision was made because the decision was made by an AI two product cycles ago and the team that wrote the prompt has moved on.
This is not unique to AI. Teams have always had institutional memory loss. The shape of it is different. The volume is higher. The recovery path is also different, because the code does not necessarily reflect human reasoning.
The teams that are getting ahead of this are doing two things. They are treating prompts and AI-generated code reviews as durable artifacts in the repo, not as throwaway scaffolding. And they are running periodic spec-extraction passes on their own code, the same technique used for legacy modernization, to keep the human-readable contract current.
Otherwise the codebase becomes legacy at the speed of AI generation, which is much faster than the speed at which it became legacy when humans wrote every line.
RAG & Vector Database Guide
Build the quiet infrastructure behind smarter, self-learning systems. A CTO’s guide to modern data engineering.
Call to Action
What Logiciel Does Here
Logiciel works with CTOs adopting AI-assisted development at scale on the right side of the barbell - the review, evals, observability, and senior engineer leverage. That is where most of the value gets created or destroyed in the new SDLC.
If you want a structured way to assess where your engineering organization sits in the transition, the Engineering Culture Audit covers the people and process changes the new SDLC requires. The AI Velocity Blueprint covers benchmarks for AI-assisted velocity across the SDLC including the eval and review bottlenecks.
A 30-minute working session is usually enough to surface where your team is hitting the new barbell shape and which side is breaking first.
Frequently Asked Questions
How do I measure AI productivity in my engineering org?
Not by counting AI suggestions accepted. By measuring delivery against four metrics: feature lead time, change failure rate, mean time to recovery, and senior engineer time-to-review. The DORA four still apply. AI adoption that improves the first three but blows up the fourth is unsustainable.
Should I require AI assistant use across my team?
Require evaluation, not adoption. Require every engineer to spend the 11-week ramp time. Then let them choose. Forced use produces resentful users who do not extract value. Optional use after fair evaluation produces a team that knows which tasks AI helps with and which it does not.
What is the right ratio of senior to junior engineers in the new SDLC?
The classic 1:3 senior-to-junior ratio breaks. The new ratio depends on workload type but typically lands closer to 1:1.5 for product engineering and 1:2 for platform engineering. The constraint is review and mentoring capacity, not implementation capacity.
How do I handle the security regression risk on AI-generated code?
Three layers. SAST and SCA tooling tuned for AI-generated patterns. Mandatory human review for security-sensitive paths. Periodic third-party security testing of AI-heavy modules. The 29 percent security regression rate from the NYU study is the floor, not the ceiling.
Is the 11-week ramp data still accurate in 2026?
The shape is. The duration is shortening as developers come into the workforce already AI-fluent. For teams hiring engineers under 30 in 2026, the ramp is closer to 4-6 weeks. For teams with senior engineers transitioning, it remains roughly 11 weeks. Sources: - GitHub Copilot productivity research, 2024 - DORA State of DevOps 2024 - McKinsey, "The next era of software engineering," 2024 - NYU/Stanford, "Asleep at the Keyboard," updated 2024 - ManpowerGroup 2024 Global Talent Shortage