Pillar 13 min April 24, 2026

Why Hardware MVPs Fail (And What to Build Instead)

Most hardware MVPs fail because they are designed as demos, not products. A sharper definition of MVP for hardware, and what to actually validate first.

Hardware MVPProduct ValidationPrototype StrategyStartup Hardware

The hardware MVP is the single most misused idea in early-stage hardware. Founders borrow the acronym from software, apply it to atoms, and end up with a polished demo that proves nothing about the product they intend to ship. The program then spends the next eighteen months discovering that the thing they validated is not the thing they need to build.

The concept was designed for a medium where shipping a broken version to a hundred users costs nothing and iterating overnight is free. In hardware, neither is true. The costs that matter — tooling, certification, supply commitment, yield, field support — do not show up in the demo. They show up after commitment, when the cost of being wrong is measured in quarters, not sprints.

This page is the frame we apply on every 0→1 program we own. A POV about what “minimum” and “viable” should actually mean when the product has a BOM.

Most hardware MVPs fail because they are designed as demos, not products. A demo proves that something can work once, in a controlled setting, in front of the people who built it. A product has to be buildable, shippable, supportable, and commercially deployable — in the hands of customers who will not tolerate failure modes that are fine on a bench. These are different objects. Conflating them is how hardware programs burn eighteen months validating the wrong thing.

The MVP is a software concept. Applied to hardware, it usually misfires.

The MVP was coined for a context with specific properties: zero marginal cost of distribution, hours between code and deploy, telemetry on every user action, and a feedback loop where a hypothesis can be validated or killed in a week. In that world, “minimum” means the smallest shippable scope that returns signal, and “viable” means users will tolerate the gaps long enough for the team to learn.

Hardware has none of those properties. Distribution is expensive. Each unit costs real money in components, assembly, logistics, and support. The feedback loop is weeks long in the best case and quarters long when certification, tooling, or field deployment are involved. Telemetry, if it exists at all, has to be designed in from the architecture. And “tolerate the gaps” means something different when the gap is a thermal fault that bricks a three-thousand-euro unit on a factory floor.

Software MVPs reward speed at the cost of polish. Polish is cheap to add later and the market forgives ugliness in exchange for utility. The hardware reward function looks nothing like that. Polish in hardware is sometimes structural — if the enclosure is wrong, the tooling is wrong, and the tooling is the biggest capital commitment on the program. There is no CSS refresh on an injection-molded part. What you ship is what you tooled.

Borrow the software playbook into hardware without adapting it and you end up with a thing that looks like a product, behaves like a demo, and teaches you almost nothing that generalizes to production. You built a proof-of-concept and called it a minimum viable product. The difference matters.

What most “hardware MVPs” actually are — demos in a case

Walk into the lab of almost any seed-stage hardware startup and the “MVP” on the bench has a consistent shape. A dev board — Raspberry Pi, STM32 Nucleo, ESP32 module — soldered to a few breakouts, wrapped in a 3D-printed shell, powered from a bench supply through a connector that would fail the first vibration test. Firmware is a single monolithic script. Calibration is a magic number in code. Assembly takes three hours and one engineer. The unit runs for the length of a demo and then somebody resets it.

This is not a product. It is an experiment. There is a role for that experiment — early architecture exploration, when the question is “does this physical phenomenon behave the way we think it does?” — but that role is not MVP. It is proof-of-concept. Conflating the two is where the program loses a year.

The tell is how the artifact is used. A demo-shaped MVP is pitched to investors to show “it works,” shown to prospects to gauge enthusiasm, or taken on the road to win an LOI. All three feed the same illusion — that interest in the demo is signal about the product. A prospect who signs an LOI after seeing a prototype is telling you they believe the category is interesting. They are not telling you they will buy the unit that actually ships, at the price it will actually cost, with the support obligations it will actually require.

The deeper problem: a demo-shaped MVP is architecturally incompatible with the product it is supposed to validate. The dev board has to come out. The 3D-printed enclosure has to become tooled plastic or machined aluminum. The firmware has to be restructured for bootloader, signing, versioning, and calibration flows that do not exist on the demo. The BOM has to be rebuilt from drawer parts to parts that will exist in three years. The structural version of this gap is at From Prototype to Production.

Why demo-shaped MVPs teach you nothing you can’t learn cheaper

The pitch is that a demo-shaped MVP teaches you about customer demand, product-market fit, or technical feasibility. Unpack each and the learning evaporates.

Customer demand. A demo teaches you a potential customer will look at a prototype and say “interesting.” It does not teach you whether they will pay, at what price, on what terms, with what volume commitment, against what alternative. The distance between “that looks promising” and “I will write a PO for fifty units at the listed price” is enormous. You can close most of it with a spec sheet, a rendered CAD model, a clear description of failure modes, and a conversation with procurement — none of which require building hardware.

Product-market fit. A demo does not tell you the price the market will bear once support costs are real. It does not tell you the SLA the customer will demand. It does not tell you whether the unit will survive the actual environment — thermal, vibrational, chemical, electrical — where it has to run. It does not tell you how the product will be integrated, serviced, returned, or warrantied. Those answers come from deployment, not from an hour in a conference room.

Technical feasibility. The one area where a physical artifact genuinely helps — but even here, the demo-shaped MVP answers the wrong question. It answers “can we make the core mechanism work at all?” when the harder question is “can we make it work reliably, at cost, at yield, in the environment, across unit-to-unit variance, for the operating life the customer expects?” Those are production questions. They are not solvable on a bench with a single unit assembled by the inventor.

What a demo-shaped MVP does teach — that a phenomenon can be induced, a sensor can read a quantity, a control loop can converge — you can almost always learn more cheaply through a narrow POC built explicitly for that question. A POC takes days or weeks at a fraction of the cost. It answers one technical question and stops. What remains of the demo-shaped MVP, once you subtract the learning you could have had cheaper, is fundraising theater. A real use. It should be called by its name. Do not confuse it with validation.

Redefining “viable” for hardware

The word that misfires hardest in “MVP” is “viable.” In software, viable means the product survives contact with enough users to produce learning. In hardware, viable has to mean something structural. If the unit cannot be built at cost, shipped to customers, supported in the field, and iterated based on real deployment, it is not viable. It is a prop.

Viable, for a hardware MVP, means a unit that satisfies four conditions:

  1. Buildable. Assembled by someone other than the engineer who designed it, using components procurable at the volume the first real pilot requires, from suppliers willing to commit to lead times the program can work with.
  2. Shippable. Survives transport, arrives functional, and can be installed by the customer without an engineer present. Meets the basic regulatory obligations for the pilot markets.
  3. Supportable. When the unit fails — and it will — the team can diagnose remotely or via a defined return path, issue a firmware update, replace a part, or triage an issue without pulling the design team onto every ticket. Telemetry, serialization, and traceability are in the architecture.
  4. Signal-producing. In the hands of a real customer, in a real deployment, the unit generates data the team cannot get on a bench: utilization, failure rates, environmental stress, edge cases, workflow fit.

None of those require final-production-quality. They require the unit to be far enough along the production path that deployment does not collapse. A demo-shaped MVP fails every one.

“Minimum” gets sharper too. Not “the smallest thing we can build.” The smallest commitment that still produces the signal we need — the smallest cross-section of all four conditions, not the smallest version of one. If the team cannot clear that bar, they are not building an MVP. They are building something earlier and should call it what it is.

What a hardware MVP is NOT
What a hardware MVP IS
a dev board in a 3D-printed shell
a unit buildable on production-intent parts
hand-assembled by the inventor
assemblable by someone who did not design it
used to close rounds and impress buyers
deployed to customers to produce real signal
firmware that runs once, on a laptop tether
firmware that boots, updates, and reports from the field
BOM of whatever was in the drawer
BOM of parts that will still exist at pilot volume
validated by nods in a demo room
validated by purchase orders, utilization, and failure data
a proof the mechanism can work
a staged commitment to a commercial product

The three things a hardware MVP should actually validate

If the demo-shaped MVP validates the wrong things, what should a hardware MVP validate? The list is shorter than founders expect. Three questions. A good hardware MVP is designed explicitly around them. Everything else is a distraction.

01 — Commercial deployability. Will a real customer, in a real environment, actually use the unit to do real work, for real money, at a price that clears margin? Not “are they excited” — “do they deploy it, keep it running, pay the invoice, reorder.” The MVP is the smallest artifact that lets you answer that in the field. If it cannot be deployed commercially, it cannot answer the question.

02 — Structural cost. Can the unit be built, at the volumes the first real pilot requires, at a landed cost consistent with the price point the business depends on? Not a final BOM — a credible BOM with real quotes from real suppliers at real volumes, the kind a CM would quote against without twenty questions attached. If the cost curve does not close, the commercial model does not close.

03 — Operational sustainability. Can the team support a fleet in the field without every failure pulling the design team onto a ticket? Firmware update paths, diagnostic telemetry, calibration persistence, serial number management, warranty and return logistics, the human process for triaging an issue. If the MVP produces signal but destroys the team’s ability to ship the next version while servicing the last, the program stalls.

Each of these is a production question. That is the point. A well-designed hardware MVP is the earliest, smallest version of the product that can answer production questions — not the smallest thing that can be demonstrated in a lab. It is therefore more expensive and more committed than the demo-shaped MVP it replaces. The payoff is that the learning is actually transferable.

Question
Signal
How to get it
Commercial deployability
Paid deployment, utilization, reorder, reference behavior from a real customer in the real environment.
Ship a small number of production-intent units to design-partner customers under commercial agreement. Measure usage, not enthusiasm.
Structural cost
A BOM quote from a CM at pilot volume that lands inside the target gross margin envelope.
Build the pilot on production-intent parts. Quote with a real CM. Close the second-source list on critical components.
Operational sustainability
Time-to-diagnose and time-to-resolve on field issues. Engineering hours per deployed unit per month.
Instrument telemetry, bootloader, and calibration from day one. Run the support process on the pilot fleet and measure it.

When a hardware MVP is the right move — and when it’s not

Not every program should build an MVP. It is a tool for answering specific questions at a specific stage. Used at the wrong stage, it actively destroys value.

When it is the right move. The team has a clear hypothesis about who the customer is, what they will pay, and what the unit economics have to look like. Core technical risks have been retired through prior work — POC, bench testing, or direct experience. The architecture is credible enough that the MVP can be built on parts that could plausibly ship in the real product. There is a path to a small number of design-partner customers willing to deploy commercially. And there is organizational capacity to service the fleet without starving the next iteration.

When it is not. If core technical risks are open — if the team does not yet know whether the core mechanism can work reliably, at cost, in the form factor — the right instrument is a POC, not an MVP. An MVP attempting to also retire technical risk collapses under the weight.

If there is no credible commercial hypothesis — no customer profile, no price discovery, no agreed deployment environment — the MVP does not produce interpretable signal. Field results will be noise. Invest in market discovery first.

If the team has no operational capacity to support a deployed fleet, the MVP will stall the program. Every field issue will consume design-team time the next iteration needs. This is the failure mode behind “we shipped ten units and everything stopped.”

If the architecture of the MVP cannot become the architecture of the shipping product — the classic case being a prototype built on a consumer SBC that will not survive certification — then what is being validated is a different product from what will be shipped. The architectural version of this trap is at When Raspberry Pi Strands Production (And When It Doesn’t). Wrong-architecture MVPs are also a leading reason programs slip: see Why Hardware Projects Overrun by 12+ Months.

The rule: if you cannot articulate, in one sentence, which of the three validation questions your MVP answers and what counts as yes or no, do not build it yet. The artifact will cost more than the learning it produces.

The alternative: staged commitment

The better frame, in place of MVP, is staged commitment. Every decision in a hardware program is a commitment — to an architecture, a BOM, a supplier, a certification body, a form factor, a firmware stack. Each commitment is more expensive than the last. The discipline is to sequence them so that cheap commitments retire the most uncertainty, and expensive commitments are only made when the remaining uncertainty is the kind that tooling, deployment, and scale can resolve.

Stage 0 — Architecture exploration. Bench experiments, simulations, narrow POCs, paper architecture. Retire the largest technical uncertainties. Cost: low. Commitment: none.

Stage 1 — Proof-of-concept build. One to three hand-built units, explicitly not the product. Validate that the architecture, reduced to hardware, behaves as the paper analysis predicted. Cost: moderate. Commitment: architectural direction.

Stage 2 — Pilot MVP. Ten to fifty production-intent units, built on components that will survive to real production, assembled using processes that resemble production, deployed to design-partner customers under commercial agreement. The MVP in the sense we have defined. Purpose: answer the three validation questions. Commitment: architecture, BOM, CM relationship, support model.

Stage 3 — First real production. EVT, DVT, PVT gates in the sense described at From Prototype to Production. First factory run, scale yield, BOM locked at volume, certification closed. Commitment: tooling, line capacity, production firmware.

Stage 4 — Scale and iterate. Deployed fleet, field telemetry, next-generation architecture. Commitment: roadmap, support infrastructure, second product in the line.

Each stage is a real decision point. The program does not advance until the prior stage’s questions are answered well enough to justify the next commitment. Most failures we see are programs that skipped Stage 1 and tried to get MVP-stage learning from a demo-shaped artifact built on Stage 0 components. The economics do not work. The full sequence map is at The Hardware Product Development Process, Reframed.

What AimRobotics did differently

The clearest counter-example to the demo-shaped MVP is AimRobotics. The company builds precision robotic dispensing tools for collaborative robots. Products deployed at Lockheed Martin, Aston Martin, BMW, and tier-1 electronics manufacturers — serious customers on real factory floors, where a unit that fails mid-shift costs real money and eats real reputation.

The temptation at the start was obvious. Build a cobot-mounted prototype on an off-the-shelf dev board, wrap it in a 3D-printed shell, strap a commodity motor to a commodity dosing mechanism, take it to customers to gauge interest. The pitch would have been fine. The demo would have “worked.” The resulting LOIs would have been meaningless — because none of those off-the-shelf components could have survived to the product that actually had to ship.

Off-the-shelf motors could not meet the torque-to-size ratio the cobot-mountable form factor required. Off-the-shelf coils could not hit the inductance profile needed for the control loop bandwidth. Off-the-shelf PCBAs did not exist for the combination of motor commutation, sensor feedback, fluid pressure regulation, RS485 communications with the robot, and safety monitoring — on a board small enough to fit inside the tool housing. A demo-shaped MVP would have validated a product that physically could not be built.

What was built instead was the opposite. The first real unit was production-intent: custom motors, purpose-wound coils, custom PCBA with the real motor drive architecture, real thermal path, real communications stack, real safety interlock design. Not a final product — no EMC certification yet, no patent-pending linear motion system yet, no formal PVT — but every decision in it could scale. The motor was a custom design from day one. The PCB was laid out assuming the same board, revised, would end up in the shipping product. The firmware was structured for bootloader, signing, and provisioning — not for a single demo.

The validation was real. Units deployed at customer sites. They dispensed real fluid in real production environments. They generated failure data that fed the next revision. They produced cost signal because the BOM was a production-intent BOM. And because support was in the architecture from the first board — telemetry, firmware updates, calibration persistence — the support load did not swamp the engineering team.

From that MVP-stage artifact the program moved into staged commitment. Patents filed. EMC certification pursued with a design built for it from the start. Custom motor supply chain qualified. Production test protocols defined before the first hundred units shipped. Distributor network of fifty partners across thirty countries established in parallel with engineering, not after. From no product to a shipping line deployed at Lockheed, Aston Martin, and BMW in under five years — because every unit from the MVP forward was part of the same commitment sequence.

The deeper lesson: the right hardware MVP is not cheaper than a demo. Per unit, the AimRobotics approach was more expensive. It was vastly cheaper across the program, because it did not waste a year validating the wrong product. The premium paid up front is bought back many times over in time not lost later. That is the economic core of staged commitment.

The MVP frame, borrowed naively from software, is one of the more expensive mistakes in early-stage hardware. The fix is not to abandon validation — it is to redefine what “viable” means for a physical product. A hardware MVP is the smallest production-intent artifact that can produce signal on commercial deployability, structural cost, and operational sustainability. Anything less is a demo. Anything more is premature production. Get the definition right and the program becomes a staged commitment. Get it wrong and the program becomes a series of increasingly expensive rebuilds of the wrong thing. The full program framework — where MVP fits, what comes before, what comes after — is at /framework.

Scoping a hardware MVP right now — and not sure whether what you are about to build is a demo or a product?

We work as ad-hoc CTO and senior product team on exactly this kind of decision. Every engagement starts with a fixed-scope definition phase — no open-ended billing, no ambiguous timelines.

Start a Conversation