Skip to content
JL/
Menu
← Insights

Feb 2024 · 2 min read

By Jonathan Lwowski

Design the Model Plan Around the Workflow

Connect model choices to the user workflow, constraints, and delivery responsibilities that determine real product value.

Machine Learning · Product Design · Engineering

The model is not the product. A useful ML plan accounts for the experience around the prediction, including how input arrives, how uncertainty is communicated, what action follows, and how the system learns from outcomes.

This is an original companion to Part 4 of the AI & PM Insights ML strategy series. It focuses on the design work that should happen before model development becomes the only conversation.

Start with the product constraints

The right technical approach is shaped by the decision it supports. A recommendation used once a week by an expert has different requirements from a safety-sensitive signal used in real time. Latency, availability, explainability, cost, privacy, and fallback behavior are product choices as much as engineering choices.

Capture those constraints in plain language. They give technical teams a realistic design space and give product partners a way to understand the tradeoffs.

Make uncertainty part of the experience

Every model has cases it does not understand well. Hiding that uncertainty creates false confidence. Instead, decide what the product should do when confidence is low. It might request more information, route work to a person, delay an automated action, or display a recommendation with appropriate context.

That behavior needs to be designed and tested alongside the model itself.

Plan the interfaces and ownership

A delivery plan should identify the systems, teams, and handoffs required for the model to create value. It should also name who owns monitoring, incident response, model updates, and user feedback.

Thinking through these interfaces early does not slow down experimentation. It prevents a successful prototype from becoming a stranded capability with no credible path into the product.