What No One Tells You About Being a Product Manager in the Age of AI
- 1johndemeter1
- Jul 19
- 8 min read

What data does this actually run on? Not in theory, but in production, with real user inputs, at the volume and variety your actual user base will generate. AI models have a tendency to perform beautifully on the data they were built around and then degrade in ways that aren’t always obvious when the inputs drift from that distribution. Your users will find the edges you didn’t test for, trust me, and they’ll throw all that reliably right out the window.
Who owns the data pipeline? This question surfaces genuine tension in most organizations. The team that owns the data has priorities. The model needs data that may not be in those priorities. You will spend a meaningful portion of your time as an AI PM negotiating access to data infrastructure you don’t own, for purposes that weren’t anticipated when that infrastructure was built.
What does failure look like, and who sees it? A wrong recommendation, a hallucinated fact, a classification error, these are not equivalent to a 404 page. They can erode user trust faster than almost any other product failure, because they are often invisible until the wrong person sees them. Designing for failure is not pessimism. It’s part of the job and often not talked about enough.
Near-term (0–3 months): High specificity. This is where your squad-level planning lives, grounded in current capabilities, tested assumptions, and committed capacity. Hold this tier accountable in the way you would hold any engineering roadmap accountable.
Mid-term (3–9 months): Directional, not prescriptive. Define the problem you intend to solve and the outcome you’re targeting. Leave the solution space open, because the capability that makes most sense to solve it may shift drastically or could be substantially cheaper by then.
Long-term (9+ months): Honest bets, not commitments. Call them what they are, strategic hypotheses based on current features and market trends. The strategic hypotheses are contingent on how the technology develops, how user behavior evolves, and what the regulatory environment looks like by then.
Accuracy as a product metric, not just a model metric. Your ML team will track precision, recall, and whatever benchmark is appropriate to the model. You need a version of accuracy that maps to user experience, not just “what percentage of outputs were technically correct.” You need to know “what percentage of outputs were useful to the user in context.” These are not the same numbers, and the gap between them is instructive.
Error impact, not just error rate. A 5% error rate on a recipe recommendation and a 5% error rate on a medical information feature are categorically different product problems. Build in an assessment of what your error distribution looks like and who absorbs the cost of mistakes.
Trust indicators. This is harder to measure but worth attempting. Are users acting on the AI’s outputs, or are they even checking them? Are they coming back to the feature, or using it once and reverting to their previous behavior? Trust is the foundation on which AI product value is built. It’s considerably easier to destroy than to rebuild.
Speed-to-value for the user, not just for the team. One of AI’s genuine advantages is the potential to compress the time between a user’s intent and a useful outcome. You need to measure whether that’s actually happening. If your AI feature takes longer to get to a useful result than the manual alternative would. That’s key information you need to know so you address this quickly so you don’t lose user confidence.


Comments