From Features to Outcomes: How Product Management Changes in the AI Era
When build cost collapses, the feature roadmap stops being the product manager's main tool. What replaces it: outcome roadmaps, prototypes before specs, and ownership of evaluation.

Product management in the AI era starts with a cost change
For most of the history of software, the scarce input was engineering time. A product manager's job was, in large part, to ration it well: gather requests, estimate them, rank them, and defend the resulting feature roadmap against everyone who wanted their item moved up. Product management in the AI era begins from a different premise. When a senior engineer paired with a coding agent can ship in a fortnight what used to take a quarter, the roadmap stops being a rationing device, and the questions that used to get squeezed out — is this the right problem, and how will we know — become the whole job.
We see this on our own projects. Building the thing is no longer the risky part. Deciding what to build, and being able to tell whether it worked, is.
Feature roadmaps assume building is expensive
A feature roadmap is a list of outputs with dates. It exists because, when each item costs weeks, you need to commit early so that design, engineering, marketing and sales can line up behind it. That commitment has a hidden cost: once a feature is on the roadmap, it tends to ship whether or not the problem it addressed is still the most important one.
When build cost collapses, the trade-off flips. Committing months ahead to specific features throws away the main advantage of being able to build quickly, which is that you can afford to be wrong cheaply and correct course often. The output-heavy roadmap also invites a familiar failure: a team that ships twenty features a quarter, each used by a handful of customers, and cannot say which of them moved retention.
The alternative is an outcome roadmap: a short list of measurable changes in customer or business behaviour, each with a hypothesis about what might drive it and a time budget to test that hypothesis. Marty Cagan and the Silicon Valley Product Group have argued for outcome-focused, empowered teams for years. What has changed is that the cost of running the experiments has dropped enough that the argument no longer needs to be won on faith.
Prototype with agents before you write the spec
The most concrete change to our own process: we rarely write a detailed specification before we have a working prototype.
With a coding agent, a PM or an engineer can go from a one-paragraph idea to a clickable, data-backed prototype in an afternoon. That prototype is not the product. It is a far better artefact for the conversation a spec was supposed to start. Stakeholders react to something they can use more honestly than to a document. Edge cases surface because the thing actually runs. And a prototype that turns out to be a bad idea costs a few hours rather than a sprint of design plus a sprint of build.
Three rules keep this productive:
- Prototype the riskiest assumption, not the whole feature. If the question is "will recruiters trust an AI-generated interview summary", build only the summary and the screen that shows it.
- Throw the prototype away on purpose. Treat it as a research instrument. Code written in an afternoon to answer a question should not become the foundation of the production feature unless it is reviewed as such.
- Write the spec after, and make it shorter. What survives into the spec is the decisions the prototype forced: what we learned, what we are committing to, and the criteria that decide whether it worked.
Martin Fowler's ongoing notes on generative AI in software delivery describe similar shifts from the engineering side. The prototype-first loop is as much about the team's learning speed as it is about tooling.
The PM's new job
If agents write much of the code and the prototype answers the "what does it look like" questions, what is left for the product manager? More than before, in our experience, but of a different kind.
Problem framing
The quality of an agent's output is bounded by the quality of the question. A PM who can state precisely who has the problem, in what situation, what they do today, and what "better" would look like gives both engineers and agents something to aim at. Vague framing used to be absorbed by weeks of engineering discussion. Now it is turned into working code fast, and the wrongness is discovered in production.
Evaluation criteria
For AI-assisted features especially, the PM owns the definition of "good enough". What is an acceptable error rate for the resume parser? Which failure modes are embarrassing and which are tolerable? How will a regression be noticed? These questions used to be answered implicitly by the QA process. Now they need to be written down before the build, because they become the tests and evaluation sets the agents work against.
Data and guardrails
Outcome roadmaps only work if the outcome can be measured. Instrumentation, event definitions, and the dashboards that make results legible are product work, not an afterthought for the analytics team. Guardrails belong here too: the limits on what an AI feature may do without a human, what data it may see, and what happens when it is uncertain. Anthropic's guide to building effective agents makes the same point from the engineering side: the simplest system that meets the bar, with clear boundaries, beats a clever one that nobody can evaluate.
What to stop doing
Freeing time for the work above means dropping habits that made sense when engineering was the bottleneck.
- Stop writing long PRDs before anything exists. Write a one-page problem brief, prototype, then document the decisions.
- Stop estimating exploratory work in story points. Time-box it instead: "two days to learn whether X is viable".
- Stop running prioritisation as a negotiation over a backlog of features. Prioritise outcomes, and let the team choose the features.
- Stop treating a shipped feature as done. It is done when the metric it targeted has moved, or when you have decided it will not and removed it.
- Stop shielding the team from customers. Engineers who watch users and direct agents can close the loop in a way a ticket cannot.
Discovery and delivery blur
The classic dual-track model separated discovery (finding out what to build) from delivery (building it), often with different people and different tools. Fast build cycles collapse that separation. The prototype is the discovery artefact and, once reviewed and hardened, the delivery starting point. The same engineer who tests the hypothesis on Monday can be shipping the production version on Thursday.
This puts pressure on the PM to keep the two honest. Discovery code needs to be clearly labelled as such, and the criteria for promoting it to production — review, tests, observability, guardrails — need to be explicit, or the speed turns into a pile of unowned prototypes running in production. DORA's research on delivery performance is a useful frame here: speed and stability move together in high-performing teams, and the practices that give you both (small batches, fast feedback, automated verification) are exactly the ones that keep a prototype-first process from going wrong.
A sample outcome-based roadmap
Here is the shape we use with clients, with illustrative content for a hiring product like 99interview.
| Quarter outcome | Current signal | Hypotheses to test (time-boxed) | Evaluation criteria |
|---|---|---|---|
| Candidates complete the first interview round more often | Drop-off between invite and start | Shorter set-up flow; a practice question before the live round; WhatsApp reminders instead of email | Completion rate on a matched cohort; no rise in support tickets |
| Recruiters trust AI interview summaries enough to act without reopening the recording | Summary open rate vs. recording replay rate | Evidence quotes beside each claim; a confidence marker; a "flag as wrong" control | Replay rate falls; flagged-wrong rate stays below an agreed threshold |
| Time from job posted to shortlist shrinks | Median days per posting | Auto-drafted screening questions; ranked shortlist with reasons | Median days falls for new postings; recruiter-rated quality unchanged or better |
Note what is absent: dates for specific features, and a commitment to any one hypothesis. Each row gives the team a target and the freedom to find the cheapest route to it. Each hypothesis is small enough to prototype in days, and each criterion is something a dashboard, not a meeting, can answer.
What this looks like in practice
The teams we see adapting fastest treat product management in the AI era as a shift from specifying solutions to specifying success. The PM writes less and measures more, spends more time with customers and with the evaluation sets, and lets engineers and agents explore the solution space at a speed that would have been reckless two years ago. The roadmap gets shorter and more honest. And the question in every review changes from "did we ship it" to "did it work".
Further reading
- Silicon Valley Product Group on empowered, outcome-focused product teams
- Martin Fowler: Exploring Generative AI for the engineering side of the same shift
- Anthropic: Building effective agents
- DORA research on software delivery performance
- McKinsey: The state of AI for the wider adoption picture