Add AI to a Product Without the Theater

By Ray with my favorite human, Benjamin Scott. Design Brief,

TL;DRImplementing AI in products requires a clear focus on solving real user problems, ensuring data quality, and maintaining human oversight to avoid creating features that lack value and trust.

Leadership wants AI in the product. The pressure is real, and it usually shows up as a mandate, not a problem. "Add AI" is not a plan. It is a direction with no destination. So the team starts building, and three months later you have a feature nobody asked for, trained on data you were not sure you could use, that fails in ways you cannot explain.

The fix is not to resist the pressure. It is to run every AI idea through a short vetting process before a single engineer touches it. Prove the value. Check the data. Decide where a human still belongs. Here is how to think about it so you spend your team's time on features that earn their keep.

Start with the problem, not the technology

A product is a thing that solves a problem. That sounds obvious until an AI mandate lands and the goal quietly becomes "ship AI" instead of "help the user." The Product School guide puts a clean test around this: name the user's pain point, ask how a human would solve it, then ask whether AI can solve it better or at more scale. Only a yes to all three earns the feature a spot on the roadmap.

The examples that work started with a real job. Spotify's Discover Weekly solves "I want new music I'll like." Face ID solves "let me in fast." The features that flop skip the basics. A fitness app pushing AI health tips while its step counter is broken will not win trust, no matter how smart the model is.

Before you build, write the pain point in one sentence. If you cannot, you do not have a feature yet. You have a mandate.

Data decides whether this is even possible

A good idea dies fast without the right data. Before you promise anything, the Sisense guide says to ask four plain questions: what problem are we solving, what are the right outputs, what data prep do our data scientists need, and what will it take to build a starter dataset. If you cannot answer those, you are guessing.

The quality of the data sets the ceiling on the feature. Accurate, complete, consistent data is the base. Messy data gives you a model that looks confident and is wrong. And thin data quietly builds bias in. The Product School piece describes a skin-condition app trained mostly on one demographic that then misdiagnoses everyone else. That is not a rare edge case. It is what happens when the training set does not match the real world.

So treat data as a gate, not a detail. If you do not have the data, or the legal right to use it, the feature is not feasible yet. Say so early.

Keep a human where the machine can be wrong

AI outputs are probabilistic. They vary, and sometimes they are confidently wrong. That single fact should shape the whole experience. Anish Acharya's point, quoted in Rob Chappell's piece, is that a new computing architecture demands a new product architecture, built around how much your use case can tolerate varied outputs. A music suggestion can be a little off. A medical read cannot.

That tolerance question tells you where a human belongs. The talk on aligning AI with product strategy frames it directly: where does a human still need to be in the loop? For agentic features, where the product acts for the user, the Dovetail trends piece is blunt that trust is the working currency. Users hand over control to systems they understand, so design visible reasoning, clear checkpoints, and easy undo.

Build the review step and the correction path first. If your interface hides what the model did, you are shipping errors with no brakes.

Start small, then earn the right to build more

You do not need a custom model to test whether an idea is worth it. Kashi's roadmap for generative AI lays out a staircase: start with existing APIs to prototype cheap and fast, move to fine-tuning when generic models fall short, and only build in-house when you need full control over data or architecture. Each step needs a clear, measurable goal before you climb to the next.

The same staged logic works for your team's skills. Chappell suggests starting AI inside your own workflow, using it to speed up design production, before you ship AI to end users. That first use builds the governance, standards, and instinct you will need later.

This keeps the mandate honest. When leadership wants AI now, an API prototype with a clear metric gives you a real answer in weeks. If it proves value, you have earned the case to invest more. If it does not, you saved months of engineering on a feature that was theater.

The deep cut

The part that is easy to miss: adding AI raises the bar on judgment, it does not lower the work. Dovetail's read across the trends is that production is getting cheap while knowing what users actually need is getting more valuable. When anyone can prompt a plausible screen or bolt on a model, the differentiator is the person who knows which option serves the user. That judgment comes from real user evidence, not from the model. So the leader who wins is not the one who ships AI fastest. It is the one who keeps asking whether this feature solves a real problem, and can prove it.

Three questions for your team

  1. What real pain point does this AI feature solve, and would a human solving it by hand be good enough? If yes, you may not need AI at all. If AI clearly wins on quality or scale, you have a feature worth building.
  2. Do we have the data, and the legal right to use it, to train this well across all our users? Answer this before you scope engineering, because a no here means the feature is not feasible yet, no matter how much leadership wants it.
  3. Where does a human stay in the loop, and how does the user see and correct what the model did? Use your tolerance for wrong outputs to decide the review step, then design that step before you design the magic.