Forward-deployed / Learning zone
Product sensea standalone module
Lesson 07

Product sense for AI products

TL;DR

Everything in this module still applies when your product is powered by a model. But the material changes, and product sense has to adapt. A model is probabilistic, non-stationary, and confidently wrong sometimes. That reshapes five instincts. Quality becomes something you measure with evals rather than eyeball. Trust has to be engineered under non-determinism. Latency and cost become first-class UX, not back-end details. The capability frontier is jagged, so scoping is a product skill. And feedback becomes a flywheel you design on purpose. The AI PM's edge is knowing where a model genuinely adds value, and where a boring deterministic feature wins.

🎯 For the AI PM

Why it matters — This is the synthesis lesson. It takes motivation, empathy, creativity, communication, and domain expertise, and ports them into the one place they most often break: a product whose core component is a stochastic model.

What it changes in your decisions — You stop treating "the model" as the product. You start treating the system around it — evals, guardrails, fallbacks, UX for failure — as the product. That system is exactly where taste and judgment live.

Ask yourself — "For this job, does a probabilistic model actually beat a deterministic feature — and if it does, how will the product stay trustworthy when the model is wrong?"

Risk if ignored — Shipping the demo, not the product: a magical first impression that can't be trusted, measured, or afforded at scale.

Taste becomes evals

Product sense for AI products

Taste becomes evals · three instincts, reshaped by a probabilistic material

"Right" stops being visible and becomes a distribution — every downstream instinct adapts.

Deterministic product
Look at it — you can see "right"
Latency & cost: engineering's problem
Capability: smooth — hard things are hard
Model-powered product
"Right" is a distribution — taste becomes EVALS
Latency & cost are UX
Capability is JAGGED — scoping is the skill
Trust is engineered, and feedback is a designed flywheel

With a normal feature you can look at it and know if it's right. With a model, "right" is a distribution — the same prompt can produce a great answer today and a poor one tomorrow. So product taste has to become measurable. The AI PM defines what "good" means as an eval: a graded set of representative and adversarial cases the product must pass, run continuously so quality doesn't silently regress. Your product sense — knowing what a great output feels like for this user — is what makes the eval meaningful. Without it, you optimize a number that doesn't map to value. And you exercise it trace by trace: read real outputs and call pass or fail, rather than reviewing an aggregate score someone else defined. The dashboard tells you that quality moved. The traces tell you what good means here.

This is the same instinct as measuring satisfaction, just moved upstream into the model's outputs. (The engineering of this — golden sets, LLM-as-judge, regression gates — is the subject of the AI Engineering track's evals lesson.)

Trust under non-determinism

A confidently-wrong answer is worse than a visibly-broken feature, because the user can't tell. Product sense for AI is largely trust design:

The cognitive-empathy tools matter more here: simulate the user who trusts a wrong answer, and the one who's been burned once and now distrusts every answer.

Latency and cost are UX

For a deterministic feature, latency and cost are engineering concerns. For an AI feature they're product concerns, because they trade directly against quality:

Lever Buys you Costs you
Bigger / stronger model Quality Latency, $
Smaller / quantized model Speed, $ Some quality
Streaming the response Perceived speed —
Caching Speed, $ Staleness risk

The product-sense call is which axis this user's job actually cares about — a coding assistant lives or dies on latency. A legal-review tool can wait for accuracy. (The mechanics of these trade-offs are the AI Engineering track's stack-tradeoffs lesson.) This is motivation theory again: a slow or costly path is friction that squanders the model's value.

The jagged frontier — scoping as product sense

Model capability is jagged: a model can draft a legal argument yet miscount the words in a sentence. There's no smooth "it's good at hard things and better at easy things" line. So the highest-leverage product decision is scoping — pointing the model at jobs inside its reliable frontier and keeping it away from jobs where its failure is costly and invisible.

This is strategic thinking applied to capability: the differentiation isn't "we have AI," it's "we found the job where this model is genuinely reliable and valuable, for a user who cares." Often the best AI product uses the model for the 20% that delights and a deterministic system for the 80% that must be correct.

For enterprise products, plot the job on two axes: task complexity and the buyer's tolerance to task failure. Most visible AI wins live where failure is cheap — a blog outline that misses is just deleted. Enterprise value lives where failure is expensive — a diagnosis, a payment. The way in is not to wait for a perfect model. Instead, take jobs of modest complexity in low-tolerance domains and wrap service checks around them: verification steps, human gates, escalation paths. The frontier then shifts outward with the model, but the scoping discipline is what got you in the room.

AI-enabled vs. AI-native

A distinction sharpens scoping conversations: an AI-enabled product bolts a model onto an existing product — the photo editor that grows an "AI-enhance" button. An AI-native product is built around the model — the generative image platform where, without the model, there is no product. The test is one question: turn the model off — what's left? Both are legitimate. The product-sense failure is building one while pricing, roadmapping, or pitching the other. AI-enabled work is feature work: the existing product's quality bar, margins, and UX conventions still govern. AI-native work changes the question you start from. It's not "how can AI enhance this feature?" but "if intelligence were the core material, how would we solve this problem from scratch?" That reframing makes the eval, the failure UX, and the cost curve the product itself, not accessories to it.

The patterns users now expect

Product sense includes knowing the reference points users bring, and 2025 reset them. Four patterns became the standard candles every AI product gets compared against:

None of these obligates you to build all four. But every user who's touched a 2025-era assistant now carries them as priors, and your product is scored against those priors whether you like it or not.

Feedback is a flywheel you design

AI products get better with use — but only if you build the loop. Every correction, thumbs-down, and edit is signal. The Hook model's investment phase becomes literal: user effort improves the product's data, which improves outputs, which earns more use. Product sense here is deciding what feedback to capture, how to make giving it feel worthwhile, and how to close the loop without violating trust or privacy.

One caution from systems thinking: a flywheel is a reinforcing feedback loop. Reinforcing loops amplify whatever is in them — engagement, but also bias (a model that under-serves a group gets less engagement from that group, which further shrinks their share of the training signal) and filter bubbles. Design the balancing loops alongside the flywheel: monitoring for skew, ethical checks on what the loop optimizes, and a metric of success that rewards long-term user value rather than whatever spins fastest.

Keep a human in the loop where it counts

Domain sense (domain expertise) tells you where a wrong answer is merely annoying (a playlist suggestion) versus genuinely harmful (a medical dosage, a financial transaction). The former can be fully automated. The latter needs a human checkpoint, clear provenance, and an audit trail. Matching the level of autonomy to the cost of being wrong in this domain is one of the sharpest expressions of AI product sense.

Actionable steps

📦 Mini-case — Air Canada's chatbot. The airline's support bot confidently described a bereavement-refund policy that didn't exist. A tribunal made the company honor it. Every theme of this lesson in one incident: an ungrounded model given full authority in the UX (no citations, no "I don't know"), no eval that would have caught policy hallucination, and a failure whose cost was legal and reputational, not technical. The fix — answer only from real policy documents, with citations — was a product decision available the whole time.

Failure modes

Practitioner checklist