← Writing

Exploration vs Validation Prototypes: Stop Using the Same Tool for Different Jobs

Exploration vs Validation Prototypes: Stop Using the Same Tool for Different Jobs

Teams often say “let’s prototype” as if prototyping is one thing. It isn’t. Prototypes are tools, and like any tool, they’re only effective when you match them to the job.

There are two primary prototype modes:

Exploration prototypes (choose a direction)

Exploration prototypes exist to answer: what should we build? You’re expanding the solution space and comparing approaches.

Signals you need exploration:

  • the problem is clear, but the solution isn’t
  • you have multiple plausible workflows
  • you’re unsure about the user’s mental model
  • the team keeps arguing in circles

Exploration prototypes should be cheap:

  • sketches, lo-fi wireframes, storyboards
  • rough clickable flows
  • concept cards with key steps

Success looks like: you can pick a direction and explain why.

Validation prototypes (make sure it works)

Validation prototypes answer: does the chosen direction actually work for real users? Now you’re testing task flow, comprehension, and edge cases.

Signals you need validation:

  • you’ve chosen a concept, but adoption feels risky
  • the flow has multiple steps or dependencies
  • it involves trust (data, automation, permissions)
  • you suspect usability issues will create drop-off

Validation prototypes can be higher fidelity:

  • clickable prototypes with realistic copy and data
  • wizard-of-oz experiences (simulate backend)
  • limited pilots

Success looks like measurable outcomes:

  • users complete the task
  • they understand the value
  • they don’t hesitate at key decision points

The common failure mode

Teams build a single mid-fidelity prototype and try to use it for both jobs. It’s too detailed to explore broadly and too incomplete to validate confidently.

The fix is simple:

“First we explore, then we validate.”

And you keep the feedback different:

  • Exploration feedback is about direction and tradeoffs.
  • Validation feedback is about usability, clarity, trust, and friction.

Interview line:

“I’m explicit about prototype objective. Exploration prototypes help us choose the right direction; validation prototypes help us pressure-test the chosen flow. That’s how we reduce guesswork without slowing down.”