Measuring feasibility and measuring value are two different pilots
Can we build it and should we build it are separate questions that need separate tests. Teams collapse them into one pilot and answer neither.
Measuring feasibility and measuring value are two different pilots
Two questions hide inside every AI pilot. Can we build this so it works in production. And if we can, is it worth anything to the business. Most teams run one pilot and expect it to answer both. It answers neither cleanly, because the design that tests feasibility looks nothing like the design that measures value. Sorting them out early is one of the best moves a team can make.
Feasibility asks whether the system holds
A director of engineering at a messaging startup drew the line for me. A feasibility pilot is a stress test. You are asking whether the data path exists, whether the failure modes are survivable, whether the thing stays up when the requests climb. Success looks like a system that does not fall over. It has almost nothing to do with whether anyone wants what the system produces.
She ran one of these and got a clean pass. The feature worked, held under load, handled the ugly inputs. Then she made the mistake of treating that pass as proof of value. It was not. The feature was feasible and nearly useless, because it automated a task that took her team four minutes a week. Feasibility told her the machine ran. It said nothing about whether the machine was worth running.
Value asks whether anyone is better off
A semiconductor engineering leader gave me the other side. In his world you can fabricate a part that meets every spec and still ships nothing, because meeting spec is not the same as being worth the die area. He measures value against a baseline. What did the old way cost, in time or money or errors, and does the new part beat it by enough to matter. Without that baseline number, “it works” is a fact with no consequence attached.
This is where so many AI pilots go soft. Set the baseline before deployment or the ROI claim is unfalsifiable. If you never measured how the manual process performed, you cannot prove the AI version improved it. The ROI curve is patient anyway. It sits near zero during the pilot, climbs to maybe 10 to 30% by month twelve, and reaches 50 to 150% by month eighteen. A pilot that expects to see value on day one is measuring the wrong window with the wrong instrument.
The two pilots differ at almost every level:
- Feasibility uses stress inputs, the malformed and the high-volume, to see if the system survives.
- Value uses a baseline, the current cost of the task, to see if the new way beats it.
- Feasibility passes on stability, a system that holds under real conditions.
- Value passes on a delta, a measurable improvement over what the team does today.
Run them in the wrong order and you waste money. Building a valuable feature that is not feasible strands you in a demo that cannot ship. Building a feasible feature with no value gets you a production system nobody misses when it is switched off.
How we approach it at Density Labs
In the AI Opportunity Assessment, a fixed two-week engagement at $2,500, we keep these questions apart on purpose. First we ask whether the feature can reach production, mapping the data, the failure behavior, and the integration seams. Separately we ask whether it is worth reaching, by pinning down the baseline it would have to beat. Sometimes a feature passes feasibility and fails value, and knowing that in two weeks saves a build that would have shipped and disappointed.
Can we build it and should we build it are different questions with different tests. Answer them together and you will be confident about the wrong thing.