Courses

Course progress0%

Roadmaps, Releases, and the Cost of Being Wrong

The Roadmap Isn't a Calendar — It's a Bet

Every roadmap, whether you're managing a physical widget or a digital platform, is really a portfolio of bets. You're saying: "We believe this set of investments, in this order, will produce this outcome." The difference between physical and digital PM is not whether you make bets — it's *how much you can afford to lose on each one.*

Physical Roadmaps: Long Horizons, Locked Gates

Physical product roadmaps operate on long time horizons — often 12 to 36 months — because the production system demands it. Every major commitment triggers a cascade: design locks in → engineering specifications finalize → procurement starts sourcing → manufacturing schedules production runs → logistics plans distribution.

This is often called a stage-gate process. At each gate, the product must pass formal criteria before advancing. Miss a gate or discover a flaw after it, and you're backtracking through expensive, time-consuming work.

The implications for how you manage a physical roadmap:

  • Front-load your discovery work. Every hour spent on user research and prototype testing before gate 1 is worth ten hours trying to fix a design flaw after gate 3.
  • Plan for supply chain variability. Your roadmap isn't just about what you'll build — it's about when suppliers can deliver, what regulatory approvals you need, and what your manufacturing partner's capacity looks like.
  • Version your assumptions explicitly. Because you can't easily change course once production starts, document what you believed to be true when you made each decision. When something goes wrong (and it will), this is what allows you to learn and update future bets.
Key Insight: In physical PM, being wrong early is affordable. Being wrong late is catastrophic. Design your process to surface mistakes as early as possible.

Digital Roadmaps: Short Horizons, Continuous Steering

Digital roadmaps typically operate in shorter cycles — quarters, sprints, or rolling 6-week windows. The reason is simple: the cost of change is lower, so you can afford to update your bets more frequently based on what you're learning.

The *Escaping the Build Trap* principle applies directly here: the goal of a digital roadmap is not to produce a list of features to build. It's to define the outcomes you're trying to achieve, and then identify the smallest experiments that will tell you whether you're heading in the right direction.

A common mistake new digital PMs make is building roadmaps that look like project plans — a feature list with deadlines. This is called the build trap: you measure success by how much you shipped, not by whether it actually changed user behavior or business outcomes.

The right structure for a digital roadmap:

  • Outcome — What user or business problem are we solving?
  • Current state — Where are we on the key metric today?
  • Options — What experiments or features might move that metric?
  • Bets — Which options are we committing to this quarter, and why?
  • Success signals — How will we know if this worked?

The Cost of Being Wrong: A Comparison

Think about what happens when a critical assumption turns out to be false:

Physical scenario: You're managing a new telematics device for auto insurance. You assume customers want a plug-in OBD dongle. You've committed to a manufacturing run of 50,000 units. When you launch, 60% of customers say they'd prefer a purely app-based solution. You're now holding 30,000 unsellable units and your next version is 18 months away.

Digital scenario: You're managing the telematics mobile app. You assume customers want a detailed weekly driving report. You build and ship it to 10% of users. Engagement is flat. You pivot to a simpler monthly score view within the next sprint. Cost: 2 weeks of engineering time.

Same product, two layers — and radically different costs when you get it wrong. This is why the question "what kind of product is this?" matters so much before you build anything.

Releases: Different Definitions, Different Stakes

In physical PM, a "release" is a major event. You launch a product version, it goes to retail or gets shipped to customers, and that's what exists in the market until the next version — which might be a year away. Every launch is a public commitment.

In digital PM, a "release" can happen dozens of times per week in a mature organization. Continuous deployment means code can go from engineer's laptop to production in hours. The release process is managed through feature flags, staged rollouts, and A/B tests — meaning you can "release" something to 1% of users while the other 99% never know it exists.

Practical takeaway: If you're new to digital PM, stop treating every release as a launch event. Start treating releases as hypotheses entering the real world. Your job after a release is to measure, learn, and act — not to celebrate and move on.