A persuasive AI demo can hide the most important product question. The output looks intelligent, the interaction feels new, and the team starts planning features around it. Then the real workflow arrives with missing context, fixed policy rules, sensitive actions, and users who need predictable outcomes. The model was capable. The problem still did not need AI.
AI is justified when inputs or judgments vary enough to resist deterministic rules and the value survives model uncertainty. Both conditions matter. Variation without valuable judgment creates a clever parser in search of a business. Valuable work with no tolerance for uncertainty may need conventional software, a rules engine, or a human decision supported by better information.
Technology-first products inherit the wrong burden of proof
When a team begins with an AI capability, every workflow starts to resemble a use case. The discussion becomes a hunt for prompts, tools, and agent steps rather than a comparison of solution types. This reverses the burden of proof. Instead of asking why probabilistic behavior is necessary, the team asks whether anyone can prove it is unnecessary.
The enthusiasm is reasonable. Models make previously awkward interfaces possible and can handle language, images, and loosely structured documents with impressive flexibility. But novelty is not a free pass on reliability, latency, cost, privacy, or adoption. A founder earns the right to use AI by showing that simpler approaches fail on the part of the workflow that creates value.
Use AI because the valuable judgment varies, not because the interface can contain a prompt box.
Run the deterministic alternative test
Describe the desired outcome without mentioning AI. List the inputs, transformations, decisions, and actions. Then ask whether a stable rule, lookup table, template, search index, form, database query, or conventional classifier can produce the outcome. If the important cases can be enumerated and the same input should always produce the same answer, deterministic software deserves to be the default.
This is not an argument for old technology. It is an argument for matching the mechanism to the job. A fixed refund policy should usually be encoded as policy logic, not interpreted afresh by a language model. A dashboard that calculates known ratios needs formulas. A workflow that moves a record after a verified status change needs automation. Adding AI to those steps introduces uncertainty without adding useful judgment.
The test can also reveal a hybrid design. Stable rules may govern eligibility and permissions while AI handles the variable document or explanation that feeds them. Keeping deterministic boundaries intact makes the product easier to reason about and confines uncertainty to the part where flexibility actually helps.
Look for meaningful variation and judgment
AI becomes more defensible when inputs vary in form, language, completeness, or context and useful handling depends on interpretation. The key word is useful. Extracting a date from many document layouts may be valuable because the variation makes rigid templates expensive. Drafting a recommendation may be valuable when several imperfect signals must be weighed. Generating decorative variations simply because a model can do so may add little to the outcome.
Ask experts where two competent people might reasonably differ. Ask what context changes the answer and which clues are hard to encode. If the explanation consists of a short decision table, the problem probably needs rules. If it includes comparisons, exceptions, ambiguous evidence, and trade-offs that must be articulated, assistive AI may have a role. If nobody can explain what good judgment looks like, the team has a discovery problem before it has a model problem.
Decide whether value survives uncertainty
Model error cannot be treated as a surprising edge case. It is a property of the solution. The product question is whether errors are visible, bounded, reversible, and cheap enough relative to the value created. A draft that a qualified person reviews can tolerate more uncertainty than an irreversible payment, a safety-critical instruction, or a message sent under someone else’s authority.
Map the worst plausible output, not only the average output. Who notices it? How quickly? What can be undone? What information would make the reviewer trust or reject it? If the answer relies on a user carefully rereading everything, the product may save generation time while creating equal or greater review debt. A useful AI design changes the whole cost of the decision, including verification and recovery.
Check context availability and workflow integration
A model cannot reason from context the product cannot lawfully, reliably, or economically obtain. Identify the records, documents, policies, history, and permissions required for a good answer. Then examine their quality and freshness. If the decisive information lives only in an expert’s memory, the first product task may be capturing context rather than automating judgment.
Integration is equally important. A strong output stranded in a separate chat window may force the user to copy it, verify it elsewhere, and rebuild the audit trail. Trace how the result enters the system of record, who approves it, what happens on rejection, and where corrections are retained. AI belongs in a workflow only when the surrounding handoffs make its value usable.
The same task can call for different technology
Consider equipment-maintenance intake as an illustrative example. If operators select a machine, fault code, and severity from controlled fields, validation and routing are conventional software problems. If reports arrive as free text, photographs, and voice notes, and useful triage depends on comparing symptoms with manuals and service history, assistive AI may organize the evidence and suggest a category for a technician to review. Letting an agent schedule downtime, order parts, or change a work order crosses another threshold; permissions, spending limits, and safety rules must sit outside the model, while the final maintenance decision remains human-owned.
Consider support resolution. A fixed entitlement check should use account data and policy rules. Drafting a response from a long case history may suit assistive AI because the language and relevant context vary. Letting an agent issue credits, change accounts, and contact customers crosses another threshold. It is justified only when each action is permissioned, limits are enforced outside the model, and a failed plan can be observed and reversed.
These examples are not a maturity ladder in which agentic AI is the final destination. More autonomy is not automatically more valuable. The best architecture may keep most of the workflow deterministic and use a model at one narrow interpretation point. Restraint often produces a product users can understand sooner and trust for longer.
Make the next decision with a counterfactual prototype
Before committing to an AI architecture, prototype the simplest credible non-AI path and the narrowest AI-assisted path. Run both on the same representative, permissioned inputs. Compare where each fails, how much context it requires, what a reviewer must inspect, and how the result reaches the next step. Do not optimize the demo. Try to expose the conditions under which the product becomes unsafe, uneconomic, or unnecessary.
Write a decision statement before the test: use AI only if variable inputs or judgments materially improve the outcome, and only if review and recovery keep uncertainty inside an acceptable boundary. If the deterministic path works, choose it without embarrassment. If assistive AI creates clear value, validate that workflow with users. If autonomy is required, validate permissions and failure handling before celebrating task completion.
The right question is not whether AI can perform the task. It is whether variation makes learned judgment necessary and whether the workflow can absorb the uncertainty that follows. That standard may remove AI from half the design. Good. What remains has a much better chance of becoming a useful product rather than an impressive dependency.

