research note

Situational AI: Research the Need Before You Reach for the Model

Hugo H. Brito Β· August 2026 Β· ~12 min read

Abstract. Organizations are deploying AI at a pace their problem-discovery practices have not matched, and the outcome data reflects it: across independent studies, a majority of AI initiatives fail to reach production value. This note argues that AI adoption should be situational β€” a decision made after user research establishes the actual need and outcome, not before. It proposes three practical instruments: (1) a research-first sequence that defines the outcome before selecting the mechanism; (2) a distinction between customer-facing and operations-facing contexts, which carry different error economics; and (3) an escalation ladder β€” better workflow β†’ deterministic automation β†’ assistive AI β†’ agentic AI β€” on which teams should occupy the lowest rung that fully delivers the outcome. The framework is grounded in the published failure literature and in the author's field experience delivering both automation and agentic systems in government environments.

1 Β· The problem: capability-first adoption

The dominant failure mode in applied AI is not technical. RAND's interview study of AI practitioners found the leading root cause of project failure to be misunderstanding β€” or miscommunicating β€” what problem needs to be solved, before any question of model quality arises[1]. MIT's 2025 industry report reached a compatible conclusion from the buyer's side: roughly 95% of enterprise GenAI pilots produced no measurable P&L impact, not because models were weak but because deployments didn't attach to a workflow where they could compound[2]. Gartner projected that at least 30% of generative AI projects would be abandoned after proof of concept[3], and S&P Global found the share of companies scrapping most of their AI initiatives jumped from 17% to 42% in a single year[4].

Most AI initiatives don't survive contact with reality

Reported failure / abandonment rates across four independent studies, 2024–2025

data table
MeasureSourceValue
Enterprise GenAI pilots with no measurable P&L impactMIT, The GenAI Divide (2025)95%
AI projects that fail (practitioner interviews)RAND Corporation (2024)>80%
Companies scrapping the majority of AI initiativesS&P Global Market Intelligence (2025)42%
GenAI projects abandoned after proof of conceptGartner projection (2024)β‰₯30%
Fig. 1 β€” Each study measures failure differently (no ROI, cancellation, abandonment), so the bars are not directly comparable; read them as four independent estimates of the same underlying phenomenon, not one distribution.

These numbers describe capability-first adoption: the organization begins with the technology and searches for a place to apply it. The failure literature is remarkably consistent that the inversion β€” outcome first, mechanism last β€” is where value comes from. Davenport and Ronanki observed as early as 2018 that companies succeeding with AI took "incremental rather than transformative" steps aimed at specific, well-understood tasks[5]. Nothing in the generative era has invalidated that finding; the pilot data above suggests it has been forgotten.

2 Β· Research the need, then choose the mechanism

UX research already owns the tools this problem requires: user interviews, contextual inquiry, journey mapping, service blueprinting. What changes in an AI context is only what we ask the research to decide. Before any build decision, discovery should produce three artifacts:

Google's People + AI Guidebook encodes the same discipline as a design gate: find the intersection of user need and AI strength, and explicitly ask whether a rules-based solution would suffice before committing to a learned one[6]. Sculley et al. supply the engineering rationale: machine-learned components carry a distinctive, compounding maintenance debt β€” entanglement, hidden feedback loops, data dependencies β€” that deterministic code does not[7]. An AI you didn't need is not a neutral choice; it is a liability you volunteered for.

Working principle: the mechanism is the last decision in the chain, and the cheapest mechanism that fully delivers the validated outcome wins. AI must earn its place by being necessary, not by being available.

3 Β· Customer-facing vs. operations-facing: different error economics

A second discipline the failure data rewards is distinguishing who absorbs the system's mistakes. Operations-facing deployments (internal triage, drafting, summarization, routing) place errors in front of trained staff who can catch and correct them β€” the human remains in the loop by default, which is precisely the condition under which imperfect automation performs best[8]. Customer-facing deployments place errors in front of people with no context, no obligation to forgive, and β€” in government services especially β€” real consequences attached to wrong answers. MIT's pilot data shows the market has quietly priced this in: back-office deployments produced the strongest measured returns while high-visibility customer pilots stalled[2].

Where AI belongs depends on who absorbs the error

Deployment posture by audience and cost-of-error

cost of an error β†’
assist, human decides

Ops-facing Β· high stakes

Decision support: AI drafts, retrieves, and flags; an accountable human makes the call. Review is part of the workflow, not an afterthought.

deterministic first

Customer-facing Β· high stakes

Benefits, billing, eligibility, legal. Wrong answers are unacceptable β€” use verified workflows; admit AI only behind human review.

automate freely

Ops-facing Β· low stakes

Triage, routing, internal summaries, boilerplate. Errors are cheap and caught by staff β€” the strongest ROI quadrant in the pilot data.

ai with guardrails

Customer-facing Β· low stakes

FAQ deflection, status lookups, plain-language intake. Constrain to an approved knowledge base; make escape to a human one click away.

operations-facing ←→ customer-facing
Fig. 2 β€” The axes are audience (who sees the output) and error economics (what one mistake costs). Most failed pilots in the literature sit in the right column while the returns concentrate on the left[2].

4 Β· AI is not automation β€” and most problems are automation problems

The industry uses "AI" as a superset that quietly swallows its cheaper neighbors. The distinction matters operationally. Automation executes explicit rules over structured inputs: deterministic, testable, auditable, with marginal costs near zero. AI infers a response from patterns: it handles unstructured and variable input, and pays for that flexibility with probabilistic output, evaluation burden, and the maintenance debt profile described above[7]. Between them sits an older option the hype cycle skips entirely: a better workflow β€” eliminating steps rather than accelerating them. Parasuraman, Sheridan and Wickens formalized this as a spectrum of automation levels to be selected per task, not maximized per system[8]; Bainbridge's classic warning about the "ironies of automation" β€” that automating the easy parts makes the residual human role harder β€” applies to agentic systems with fresh force[9].

The escalation ladder

Occupy the lowest rung that fully delivers the validated outcome

1 Β· Better workflow eliminate the step

Remove redundant approvals, merge forms, fix the information architecture. Zero marginal cost, zero new failure modes. In my onboarding research, clarifying role-based requirements removed more delay than any tool did.

2 Β· Deterministic automation encode the rule

Triggers, routing, checklists, pre-filled forms. Right when inputs are structured and branches are enumerable. Testable and auditable β€” the workhorse of most "AI transformation" wins.

3 Β· Assistive AI interpret, human decides

Classification, retrieval, drafting, plain-language intake. Right when inputs are unstructured or variable and a human remains accountable for the output.

4 Β· Agentic AI delegate the outcome

Multi-step execution against a goal. Right only when the task needs judgment across variable inputs and errors are tolerable, detectable, and reversible β€” with escalation to humans designed in from day one.

↓ increasing capability Β· increasing cost, variance & maintenance debt
Fig. 3 — Edge saturation encodes escalation (one hue, light→dark). Each rung adds capability and, with it, evaluation burden and failure modes[7]; teams should climb only when the rung below demonstrably cannot deliver the outcome.

5 Β· A decision sequence

The instruments above compose into a sequence a team can actually run. Its purpose is not to forbid AI but to make each escalation earned by evidence:

From need to mechanism

Every arrow crossed is a research finding, not an assumption

1 Β· Is the outcome validated by research β€” observed, measurable, technology-free?
NO β†’ do discovery; you have a solution looking for a problemYES ↓
β–Ό
2 Β· Can a workflow change deliver the outcome by removing steps?
YES β†’ ship the workflow fix; measure; stopNO ↓
β–Ό
3 Β· Are inputs structured and rules enumerable?
YES β†’ deterministic automation; testable and auditableNO ↓
β–Ό
4 Β· Can the context afford β€” and detect β€” probabilistic error? (see Fig. 2)
NO β†’ keep humans in the loop; AI assists, never answersYES ↓
β–Ό
5 Β· Deploy AI β€” scoped to an approved knowledge base, with escalation paths, measurement, and a human owner.
ALWAYS β†’ instrument the outcome from step 1; if it doesn't move, descend the ladder
Fig. 4 β€” The sequence encodes the situational thesis: AI is step five of five, reached only when four cheaper mechanisms have been examined and found insufficient.

6 Β· Two cases from the field

The automation that looked like an AI problem

A government onboarding process I researched took 2–3 weeks, 15 manual steps, and 3–4 hours of staff time per user. The instinctive 2020s answer is a chatbot. Discovery said otherwise: the dominant causes were unclear role-based requirements and untracked handoffs β€” rule-shaped problems. Role-based pathways, standardized digital forms, and automated routing (rungs 1–2) cut onboarding to roughly two days with no AI at all. Only after that deterministic floor existed did an agentic layer become worth building β€” to interpret free-form questions and guide arrivals through the now-reliable pipeline. The agent earned its rung; it did not start there.

The AI that earned its place

Service-desk intake is the opposite characterization: inputs are unstructured plain language, infinitely variable, and judgment-laden at the margins β€” a poor fit for enumerable rules. There, an AI-operated desk resolving requests from an approved knowledge base, with routing to a human whenever judgment is required, sits deliberately in Fig. 2's guarded quadrants: constrained sources, designed escalation, humans owning the consequential calls. The AI is doing a job automation genuinely cannot β€” which is the only reason it's there.

7 Β· Conclusion

The failure statistics in Fig. 1 are not an argument against AI; they are an argument against unconditional AI. The organizations on the right side of those numbers treat AI as one rung on a ladder of mechanisms, entered from the bottom, climbed on evidence, and audited against an outcome that was defined before any vendor demo. That is a research discipline before it is an engineering one β€” which is precisely why product teams that still invest in discovery are the ones whose AI ships and stays shipped.

References

  1. Ryseff, J., De Bruhl, B. F., & Newberry, S. J. (2024). The Root Causes of Failure for Artificial Intelligence Projects and How They Can Succeed. RAND Corporation.
  2. MIT NANDA (2025). The GenAI Divide: State of AI in Business 2025. Massachusetts Institute of Technology.
  3. Gartner (2024). Gartner Predicts 30% of Generative AI Projects Will Be Abandoned After Proof of Concept by End of 2025. Press release.
  4. S&P Global Market Intelligence (2025). AI adoption and implementation survey β€” share of companies abandoning most AI initiatives rose from 17% (2024) to 42% (2025).
  5. Davenport, T. H., & Ronanki, R. (2018). Artificial Intelligence for the Real World. Harvard Business Review, 96(1), 108–116.
  6. Google PAIR (2019–). People + AI Guidebook. Google Research.
  7. Sculley, D., Holt, G., Golovin, D., et al. (2015). Hidden Technical Debt in Machine Learning Systems. Advances in Neural Information Processing Systems 28 (NeurIPS).
  8. Parasuraman, R., Sheridan, T. B., & Wickens, C. D. (2000). A Model for Types and Levels of Human Interaction with Automation. IEEE Transactions on Systems, Man, and Cybernetics β€” Part A, 30(3), 286–297.
  9. Bainbridge, L. (1983). Ironies of Automation. Automatica, 19(6), 775–779.