← Devika Naik

AI & Product

Developing Product Sense in the World of AI

Devika Naik · Feb 2026 · 8 min read

The product sense gap

Every product manager has been there: you're in a roadmap review, an engineer presents an ML model that improves some metric by 12%, and someone asks, "But should we ship it?" The room goes quiet.

This is the product sense gap in AI. Traditional product intuition was built on decades of software patterns - if a user clicks a button, something happens. Cause and effect are visible, testable, and explainable. But AI products break this mental model. Outputs are probabilistic. Edge cases are unpredictable. And the gap between a model that works in a notebook and a product that works in the real world is enormous.

After spending years shipping AI-powered products at Google and building ML-driven features at Deutsche Bank, I've developed a framework for how product managers can build genuine product sense for AI - not just the technical literacy to read a model card, but the intuition to know when an AI feature is ready for users and when it isn't.

1. Think in distributions, not determinism

The single biggest mindset shift for PMs working with AI is moving from deterministic to probabilistic thinking. In traditional software, you can test every path. In AI, you're shipping a system that will be wrong some percentage of the time, by design.

Product sense in AI means developing intuition for:

The best AI PMs I've worked with have a mental model for acceptable error rates in different contexts, before they ever see the model metrics. They know the threshold intuitively.

2. The evaluation trap

Here's something that surprises non-ML PMs: evaluating an AI product is harder than building it. Seriously. You can train a model in a weekend. Figuring out if it actually works for users in production is a months-long problem.

Traditional A/B testing works for "did users click more?" But AI products need a different evaluation lens:

3. Ship the interface, not just the model

One of the most common mistakes I see in AI product development is treating the model as the product. The model is not the product. The interface between the model and the user is the product.

This means:

Ask yourself: if you replaced the AI with a human expert, how would that expert communicate uncertainty? How would they explain their reasoning? Design your AI interface the same way.

4. Build for the loop, not the moment

AI products improve with data. This is the single biggest strategic advantage of AI - and the most underexploited one. Product sense in AI means designing feedback loops from day one.

Every interaction is training data. Every user correction is a label. The product should get smarter with every use, and users should be able to feel it getting smarter.

The best AI product loops I've built follow this pattern:

  1. Model generates an output (recommendation, prediction, analysis)
  2. User takes an action (clicks, ignores, corrects, overrides)
  3. Action becomes signal (positive/negative implicit feedback)
  4. Signal improves the model (retraining, fine-tuning, or rule adjustment)
  5. User notices improvement (the crucial step most teams skip)

That last step is the difference between an AI product that retains and one that churns. Users need to feel the system learning. This might be as simple as "We noticed you always skip jazz recommendations - we've updated your preferences" or as sophisticated as a visible accuracy score that improves over time.

5. Know when AI is the wrong answer

This might be the most counterintuitive point, but the best AI product sense includes knowing when not to use AI.

I've seen teams spend six months building an ML model for a problem that a SQL query could solve. I've seen recommendation engines built for products with 200 users and 50 items - where a hand-curated list would outperform any model. I've seen AI features added to products purely because investors wanted to hear the word "AI" in the pitch.

AI is the right tool when:

AI is the wrong tool when:


Building the muscle

Product sense isn't a skill you read about and suddenly have. It's a muscle you build through shipping, through watching users interact with your product, and through developing pattern recognition over hundreds of decisions.

For AI products specifically, the muscle comes from:

The world of AI products is still young enough that the playbooks are being written in real time. The PMs who develop genuine product sense for AI - not just technical literacy, but real intuition - will be the ones who define how the next generation of products work.

And that intuition doesn't come from reading papers or attending conferences. It comes from shipping, from failing, and from paying close enough attention to know why.

← Devika Naik