Product Strategy
How Product Managers Are Working Alongside AI Coding Agents in 2026

TL;DR: AI coding agents have not made the PM role smaller. They have made it more consequential. When an engineer writes code, they fill gaps in the spec with experience and judgment. When an agent writes code, it fills those gaps with statistically probable guesses. The quality of what gets built is now more directly determined by the quality of what the PM writes than at any point in the history of software development. For CPOs and Heads of Product, the implications go further: team structure, headcount decisions, hiring criteria, and competitive positioning are all changing. Salesforce made zero net new engineering hires in FY2026 while growing engineering output by 151%. Your competitors are reading the same playbook.
What the data actually shows
The productivity numbers are real but commonly misread.
Teams at full AI coding adoption are merging roughly twice the pull request throughput of low adopters, with a 24% decrease in cycle times. Top-quartile adopters have achieved nearly double the PR throughput of the bottom tier. Pull request turnaround dropped from 9.6 days to 2.4 days on average across teams that have fully adopted AI coding tools.
In April 2026, Salesforce reported that work items completed per developer were up 50.8% compared with April 2025. PRs merged per developer were up 79%. And when measured by a machine learning-based Effective Output score that captures the true value of code delivered rather than just volume, output had grown 151.3% year over year. They did not double their headcount. They restructured how their teams operate around AI agents.
These numbers are striking. They are also incomplete.
The DORA 2025 report found that median PR review time rises approximately 91% with AI adoption. AI-generated code contains roughly 1.7 times more bugs than human-written code at merge time. Teams that measure velocity without measuring rework rate are often discovering months later that faster shipping has created a maintenance burden that slows them down again.
The correct read is not "development is now 10x faster." It is "the bottleneck has moved." Coding itself is faster. The constraints are now spec quality upstream and review quality downstream. Both of these are primarily product and engineering lead problems, not engineering problems. This is the shift that matters most for CPOs and Heads of Product.
The Salesforce number every CPO needs to sit with
Salesforce made zero net new engineering hires in FY2026. Not a reduction. Not a slowdown. Zero net new engineers added to a team of 15,000 while the company pushed toward a $46.2 billion revenue target. Marc Benioff was direct: "I'm not hiring more engineers in fiscal year 26 because I was using coding agents and I was allowing the productivity from the coding agent to give me the extra capacity that I needed for the year."
Salesforce expects to spend close to $300 million on Anthropic tokens in 2026. The bulk is tied to coding work, with AI agents completing development tasks that would previously have required additional headcount. They pointed to productivity gains of over 30% across engineering teams as the reason for the freeze.
The implication for CPOs is not that they should freeze PM hiring. The Salesforce case is about engineering capacity specifically. The implication is structural: the relationship between headcount and output is no longer what your existing planning models assume. Every incremental headcount decision now needs to be evaluated against what portion of that capacity gap could be addressed by agents, tooling, and restructured workflow.
The skills that kept people employed at Salesforce through this transition were not engineering skills alone. They were the ability to understand how agents work, what they can and cannot do, and how to direct them effectively. The same is true for product teams.
The organisational question most CPOs have not answered
The standard product team ratio is one PM for every five to nine engineers. That ratio developed in an era when engineering output was the primary constraint on what could be shipped.
If agents increase individual engineer output by 1.5 to 2 times, the implicit ratio changes. A PM who was previously effective managing a team of six engineers may now be managing the equivalent output of nine or ten, without the team growing. This changes where the bottleneck sits in your org.
The teams that are extracting the most from this shift are the ones that have explicitly redesigned workflow rather than just adding AI tools to an existing process. Microsoft's 2026 Work Trend Index found that only 19% of AI users are Frontier Professionals, those who have redesigned how work moves between themselves and AI agents. The remaining 81% are using AI as a productivity layer on top of unchanged workflows. They are getting some benefit. They are not getting the structural benefit.
For a CPO or Head of Product, the redesign question is: what is the right PM-to-engineer ratio in a team where agents are doing 40-60% of the initial coding? And what changes about how a PM spends their time when implementation cycles are measured in hours rather than weeks?
The honest answer most product organisations do not yet have: optimal ratios and workflows are still being figured out. But the teams that are experimenting now are accumulating the institutional knowledge that will matter when these tools mature further. The teams that are waiting will face a steeper catch-up curve.
What changes about hiring
In the 2026 CPO Insights Report from Products That Count and Mighty Capital, drawn from more than 1,500 product leaders, over half of chief product officers now carry direct profit-and-loss responsibility, and one in three controls an AI acquisition budget.
The hiring criteria for PMs is changing as a result. The skills that correlated with PM performance in 2022 are not the same skills that correlate with performance in 2026.
What is now table stakes, not a differentiator:
Writing PRDs. Running sprint ceremonies. Facilitating estimation sessions. These tasks are partially handled by AI tools and are not where a PM's value is concentrated in an AI-native team.
What is now the differentiator:
The ability to write a spec specific enough for an agent to implement without guessing. The judgment to review working prototypes quickly and distinguish between correct and good. The pattern recognition to know when an AI-generated output is technically right but productively wrong. The taste to look at a working feature and say "this will feel wrong to users" without being able to fully articulate why yet.
The key CPO hiring competencies in 2026 include AI and data fluency: working knowledge of AI-enabled product capabilities, usage of data in product decisions, and the implications of AI for product strategy. The same is true one level down. A PM who cannot work effectively with AI coding tools in 2026 is entering a structural disadvantage that will compound.
When hiring PMs in 2026, the useful evaluation questions are different from two years ago. Can they write a ticket that an agent could implement without clarification? Have they built anything using Claude Code, Cursor, or Lovable? Do they understand the difference between a correct implementation and a good one? Have they maintained a context layer like CLAUDE.md? These are not exotic skills. They are increasingly the core of the job.
The spec has always mattered. Now it matters immediately.
In the pre-agent era, a PM could write a reasonable but imprecise spec and an experienced engineer would fill the gaps. The engineer knew the codebase, understood the architectural constraints, had context from the last six sprints, and made dozens of small interpretive decisions between reading the ticket and opening the pull request. Most of that interpretation was invisible and worked fine most of the time.
AI coding agents do not have any of that context unless you give it to them explicitly. They read what is written, fill every gap with what is statistically probable given the prompt and the codebase they can see, and generate code accordingly. The agent is very good at implementing what you described. It is not good at inferring what you meant but failed to say.
The consequence is a direct coupling between spec quality and code quality that did not exist before. A PM who writes "improve the onboarding experience" gets code that implements whatever an AI thinks improving onboarding looks like based on pattern-matching against similar codebases. A PM who writes "reduce the time between account creation and first successful API call by removing the three-step verification modal for accounts with a verified business email domain" gets code that implements exactly that, correctly, in minutes.
The level of specificity required has increased by at least one order of magnitude. Tickets written for human engineers do not work for agents. The leaders extracting real productivity gains from AI coding agents in 2026 are changing how they scope, queue, and review work, not just where they paste code. Tickets that worked for humans assume context the agent does not have. The teams winning here are rewriting issue templates to include the relevant file paths, expected behaviour in specific scenarios, and adjacent systems the change might affect.
What shipping alongside an agent looks like day to day
Spec to prototype in hours, not weeks. A well-written spec submitted to Cursor or Claude Code can produce a working prototype in the same afternoon. This has collapsed the gap between "we decided to build this" and "we can see what it looks like." PMs at AI-native teams are reviewing working software multiple times a week instead of design mockups every two weeks.
The PM is now a continuous reviewer, not a periodic approver. When prototypes emerge in hours, the product review cadence changes. A PM who only engages with output at the end of a sprint is creating rework by reviewing too late. The highest-leverage point of review is when the agent has generated something that can be tested but has not yet been refined.
Vibe coding is real but scoped. Some PMs are building internal tools, dashboards, and automation directly using Lovable, Bolt, or Replit, without engineering involvement. Approximately 27% of AI agent work is "new work," tasks like building internal dashboards, fixing minor papercut bugs, or conducting deep security audits that were previously too expensive or time-consuming to address. PMs who have learned to use these tools are unblocking their own work rather than queuing it.
The context layer matters more than the tool. The PMs extracting the most value from AI coding tools are the ones who have invested in building persistent context: a CLAUDE.md or .cursorrules file that gives the agent standing product context across sessions. Architectural decisions, coding conventions, what not to build without asking, which files to check first. The context layer is what separates an agent that understands your product from one that guesses at it. For CPOs, this means the product knowledge base is now infrastructure, not documentation.
The new review question
In the pre-agent era, a PM reviewing a shipped feature asked: "Does this do what the spec said?"
In 2026, the correct review question is: "Does this do what the spec said, and does the spec say what we actually wanted?"
Because AI agents implement specs literally, they create a new category of correct-but-wrong outcome. The feature works exactly as described. It is also not quite right, because the description was subtly off in ways that an experienced engineer would have corrected through judgment and the agent did not.
This requires PMs to develop sharper product taste, not weaker. The ability to look at a working feature and say "this is technically correct but it will feel wrong to users" is a skill that becomes more valuable as agents become more capable of implementing whatever they are told. The agent can implement. Only a human with good product judgment can distinguish between a correct implementation and a good one.
The data supports this directionally. From the 2026 AI SDLC research: "Product sense, taste, and conviction are appreciating in value." AI code has 1.7x more bugs. Track defect density alongside velocity. Do not mistake "shipped faster" for "shipped better."
Governance: the part most product organisations are unprepared for
IBM's Think 2026 data found that 70% of enterprise executives say their AI governance cannot keep pace with AI agent speed. The organisations winning are those who have built structured workflows: defined checkpoints, clear ownership, audit trails.
For CPOs and Heads of Product, governance around AI-generated code is a new responsibility that has landed in product without a clear owner in most organisations. The questions that need answers:
Who reviews AI-generated code for business logic correctness? An engineer can review syntax and architecture. Whether the implemented logic actually does what the product intended requires someone who knows the product deeply. In many teams, this is the PM, which is a new review responsibility that is not in most PM job descriptions.
What is the standard for AI-generated code in security-sensitive areas? AI-generated code containing 1.7 times more bugs at merge requires a different review discipline than human-generated code. Teams that apply the same review process to both are accepting more risk than their metrics show.
Who owns the context layer? The CLAUDE.md and .cursorrules files that govern how agents behave in your codebase are effectively product policy documents. They determine what the agent will and will not build, what conventions it will follow, and what it will ask before acting. Most teams treat these as engineering config. They are also product documents, and a CPO who does not know what is in them does not fully control what is being built.
How do you attribute output for performance measurement? If an engineer is producing twice the PRs with agent assistance, how do you measure individual performance? The teams that have answered this are already adapting their engineering management frameworks. Most have not.
How sprint planning is changing
The two-week sprint with fixed story points is in structural decline at AI-native product teams.
The State of Agile 2026 data shows approximately 59% of teams still running two-week sprints, but the share has dropped every year since 2022. The teams leaving are moving to flow-based cycles in Linear or Shortcut, or to Shape Up's six-week appetites. Three things changed. First, AI-native engineering compressed the time from spec to first commit. When Cursor or Claude Code drafts the boilerplate in minutes, a two-week sprint feels like a long time to ship one feature. If you ship daily, a two-week sprint is mostly theatre.
For CPOs and Heads of Product, the sprint structure question is an organisational design question, not a process preference. The ceremony overhead of two-week Scrum sprints was designed for a world where implementation takes most of the sprint cycle. When implementation takes hours, the ceremony is disproportionate. Teams that keep the structure for coordination and predictability reasons are making a deliberate trade-off. Teams that keep it out of habit are wasting planning capacity that could go into better specs.
The tools and how to think about the investment
LinkedIn's January 2026 labour-market report found that Product Management is one of the top three job functions by share of AI-skilled members, tied with Engineering at 10%. Job postings requiring AI skills jumped 73% from 2023 to 2024, then another 109% from 2024 to 2025.
The practical tooling split that has emerged among AI-forward product teams:
Claude Code for workflow-shaped PM work: synthesising interview transcripts, drafting PRDs from rough notes, querying product data, automating ticket handoffs via MCP connections to Jira and Linear. Its deep MCP integration makes it strong for documentation and automation work. At approximately $20/month, the cost is negligible against the time saved.
Cursor for visual iteration: building and iterating on UI prototypes, reviewing diffs in an IDE-like interface, anything where seeing the change in context matters.
The common pattern at AI-forward teams: both tools at entry tiers (~$40/month per PM), with Claude Code for synthesis and automation, Cursor for prototype iteration. This is not a significant budget line. The ROI question is not whether to provide these tools but whether the team knows how to use them effectively.
Squad AI sits upstream of both. Before any ticket reaches Cursor or Claude Code, the PM using Squad AI has already connected customer signal to business goals, generated an opportunity-solution tree, and produced a one-page PRD with goals, success metrics, acceptance criteria, user stories, and technical tasks. Squad AI's Planning agent generates this output and pushes it directly to Cursor, Windsurf, or a Linear ticket in one step. For a CPO thinking about end-to-end product workflow, Squad AI is the strategy and documentation layer that feeds into the agent-assisted implementation layer.
What has not changed
It is worth being precise about what AI coding agents have not changed, because these are often overlooked in the enthusiasm about what has.
Strategic judgment. The agent can implement. It cannot decide what is worth building, which customer problem deserves engineering time, or whether the right solution is a feature or a business model change. These decisions require information the agent does not have and context it cannot hold.
Architectural thinking. AI agents are, as one 2026 benchmark study described them, very fast junior teammates who never get tired. They are not staff engineers. Decisions about system architecture, security implications, cross-system dependencies, and long-term maintainability still require experienced engineering judgment.
Customer understanding. An agent can read a PRD. It cannot replace the accumulated knowledge of what customers actually need, built through interviews, support conversations, and direct product intuition. The agent implements what is described. The PM is responsible for ensuring what is described reflects a real customer need accurately enough to be worth building.
Stakeholder alignment. AI coding agents have not changed the organisational dynamics of getting a cross-functional team aligned on a direction. The agent can implement faster once alignment is achieved. It cannot achieve the alignment.
The competitive window
Salesforce's competitors now face a structural cost and speed disadvantage in engineering. The same dynamic is playing out across industries. Companies that have not built AI-assisted workflows into their operations are facing competitors who have.
For CPOs and Heads of Product, the competitive implication is not hypothetical. If a direct competitor has restructured their product and engineering workflow around agents and you have not, they can ship at a higher cadence at a lower cost per feature. That advantage compounds over quarters, not years.
The window to get ahead is open but narrowing. The teams that have invested in this now have twelve to eighteen months of accumulated learning about what works in their specific product context: which types of specs agents implement well, which require more human judgment, how to structure the context layer, when to use agents for implementation and when to keep humans in the loop throughout.
That institutional knowledge is not easily transferred. A team starting from scratch in late 2026 will be learning what the early adopters already know.
The teams getting this right are not necessarily the ones who adopted earliest. They are the ones who have been intentional about it: defined checkpoints, clear ownership of the context layer, metrics that track quality alongside velocity, and a deliberate approach to which parts of the workflow to redesign rather than just adding tools to an existing process.
What to tell the board
The board conversations around AI in engineering tend to go one of two ways. Either the discussion is about AI risk (security, code quality, IP ownership) or it is about productivity (are we getting ROI on our tooling investment?). Both are the wrong frame for a CPO presenting to a board in 2026.
The right frame is competitive positioning. The question is not "are we getting more productive?" The question is "at what rate are we closing the gap with competitors who adopted this earlier, or opening the gap with competitors who have not?"
The data points worth presenting:
Salesforce grew engineering output 151% year over year without adding engineers. PR throughput doubles at full AI adoption. The teams who get this right are maintaining quality (code turnover ratios below 1.3 times human baseline) while shipping at significantly higher velocity.
The strategic question for the board: what proportion of your engineering and product capacity plan in the next three years assumes AI-assisted output levels, and what proportion assumes pre-AI productivity norms? If the answer is "we haven't modelled this," that is the gap worth surfacing, because your competitors may already have.
What this means for how you build the team
Hiring criteria is changing. The PM who can write a spec specific enough for an agent to implement correctly is a higher-leverage hire than the PM who cannot. AI fluency is moving from a nice-to-have to a screening question. When hiring in 2026, the useful signal is not "have you used ChatGPT to draft a PRD" but "have you built anything with Claude Code, Cursor, or Lovable" and "can you write a ticket that an agent could implement without clarification?"
Training is a faster return than new hires. The teams getting the most from AI tools are not the teams who hired AI-native PMs. They are the teams that invested in retraining existing PMs on how to write for an agent audience and how to review agent output effectively. The knowledge gap between a PM who has not adapted and one who has is bridgeable in weeks, not months.
The context layer is team infrastructure. The CLAUDE.md and .cursorrules files that govern agent behaviour in your codebase should be owned and maintained by product as well as engineering. They encode product decisions (what not to build without asking, which customer types to prioritise, what the product strategy implications of a change are) alongside technical decisions. If product is not involved in maintaining them, agents are operating without your product strategy as input.
Metrics need to catch up. The product team metrics most organisations use (features shipped, velocity, sprint completion rate) do not capture the quality dimension that matters when AI is doing a significant share of initial implementation. Code turnover rate, defect density in AI-touched code, and the percentage of AI-generated features that required significant rework are the metrics that tell you whether faster shipping is sustainable.
Frequently asked questions
Should CPOs be concerned about losing headcount to AI efficiency arguments?
The honest answer is yes, to a degree. Salesforce held engineering headcount flat while growing output 151%. The same logic can be applied to product. But the more accurate framing is that AI agents increase the leverage of each PM rather than replacing the PM role. The number of consequential decisions, customer conversations, strategic trade-offs, and stakeholder alignments required does not decrease as implementation gets faster. What decreases is the documentation and specification overhead that consumed PM time without creating unique PM value. A CPO who can reframe the conversation from "headcount" to "leverage" is more likely to retain and grow their team than one who accepts the flat-headcount logic uncritically.
How do I evaluate whether my team is genuinely adopting AI tools or just using them superficially?
The signal is in output quality, not tool usage. A team using Claude Code to generate PRD drafts that then get heavily revised is getting marginal value. A team using Squad AI to generate opportunity-solution trees from customer signal, and Claude Code to turn those specs into working prototypes for same-day review, has restructured the workflow. The metric to track is the proportion of shipped features that went through an agent-assisted implementation cycle without requiring significant rework. If that number is high, the adoption is working. If it is low, the issue is usually spec quality, not tool quality.
What governance should I put in place for AI-generated code in a regulated industry?
The minimum viable governance set in 2026 is: a human review checkpoint for all AI-generated code before merge, an explicit policy on which parts of the codebase cannot be agent-implemented without senior engineering sign-off (typically security-critical paths, payment processing, and data handling), and a tracking mechanism for AI-versus-human code attribution so you can measure code turnover rates separately. IBM's Think 2026 data found that 70% of enterprise executives say their AI governance cannot keep pace with AI agent speed. The organisations ahead of this have defined checkpoints and clear ownership before the volume makes governance retroactive.
How long until PM hiring criteria fully shifts to require AI fluency?
It already has at AI-native companies. At more traditional product organisations, the shift is happening over 18 to 36 months. LinkedIn's January 2026 labour-market report found that job postings requiring AI skills jumped 109% from 2024 to 2025. By late 2026 it is realistic that AI fluency will be a baseline expectation rather than a differentiator in most PM job descriptions, similar to how data analysis and SQL became baseline over the previous decade.
Sources: Salesforce Engineering Agentic Report (April 2026); Salesforce CEO Marc Benioff on All-In Podcast (May 2026); Jellyfish AI Adoption Benchmark (June 2026, 700+ companies, 200,000 engineers, 20 million PRs); DORA 2025 State of DevOps Report; Larridin Developer Productivity Benchmarks 2026; IBM Think 2026 AI Governance Data; Microsoft Work Trend Index 2026; Products That Count and Mighty Capital CPO Insights Report 2026, 1,500+ product leaders; LinkedIn January 2026 Labour-Market Report; State of Agile 2026; Product School Claude Code for PMs (June 2026). Last updated: August 2026 · meetsquad.ai
Squad’s building towards a world in which anyone can develop and manage software, properly.
Join us in building user-centric products that deliver on your bottom line.

