Skip to content
In this article
Browse the research library

Research report 01

Why Enterprise AI Adoption Is Failing

A measured failure, not a hype-cycle complaint

Published 1 August 202616 min read10 sources cited


TL;DR

  • Enterprise AI is failing at the deployment and organisational layer, not at the model layer. MIT's NANDA initiative found 95% of generative AI pilots delivered no measurable P&L impact. S&P Global found AI-initiative abandonment jumped from 17% to 42% in a single year. RAND found more than 80% of AI projects fail, twice the failure rate of IT projects that do not involve AI. The remarkable thing is not any single number. It is that six independent research houses, using six different methods, converged on the same conclusion.
  • The failure is concentrated in five places, and four of them are not technical: data debt, unit economics that break between the pilot and production, workflow re-engineering that never happens, governance bolted on after the fact, and a consulting delivery model structurally misaligned with software economics. Only the fifth, applying AI to problems beyond current capability, is a genuine capability limit, and RAND ranks it last.
  • The single most concrete failure mode is economic. A pilot that runs comfortably for ten users on pay-as-you-go pricing becomes a serious monthly line item at ten thousand, because inference cost scales super-proportionally with usage while pilots are priced on free-tier credits and clean, low-concurrency traffic. Inference compute is only 15–20% of total cost of ownership; the remaining 80–85% is data engineering, maintenance, evaluation, governance, integration and people, precisely the costs a pilot is designed not to reveal.
  • Data is the substrate problem, and everything downstream derives from it. More than 80% of enterprise data is unstructured, scattered across legacy ERPs, departmental databases, shared drives and email, with no unified access path, no semantic model, no lineage and no consistent access control. The same retrieval pipeline that reaches 85–92% accuracy on governed data drops to 45–60% on ungoverned sources. Around 73% of enterprise retrieval failures originate before the model is involved at all.
  • The causal chain is short and it is worth stating plainly: bespoke, billable-hours delivery plus data debt produces no compounding assets, so every project re-solves data, evaluation, governance and cost from scratch, so pilots succeed small, subsidised, clean data, low volume, and die at scale. Then they are abandoned, and the abandonment is recorded as an AI failure when it was a delivery failure.

Key Findings

1. The convergence is the finding. MIT reports ~95% with no P&L impact. BCG finds 60% reporting minimal-to-no value and only 5% achieving value at scale. McKinsey finds ~39% reporting any enterprise-level EBIT impact, and for most of them under 5%. IBM finds 25% of AI initiatives delivered the expected return and only 16% have scaled enterprise-wide. S&P finds 42% abandonment. RAND finds 80%+ failure. These studies share almost no methodology. That they agree is what makes the conclusion hard to argue with.

2. Leadership and problem framing outrank technology as causes. In RAND's interviews, 84% of industry respondents cited leadership-driven issues as the primary cause of failure, misunderstood or miscommunicated problems, inadequate data, infrastructure and integration gaps, and premature focus on advanced technique. Only the fifth cause, applying AI beyond current capability, is a technical limit.

3. Workflow redesign is the single attribute most correlated with financial impact. McKinsey's data is unambiguous on this point, and it is the one finding that most directly contradicts how AI is usually bought. An agent bolted onto an unchanged process inherits every inefficiency of that process and adds a verification burden on top.

4. The market has begun pricing AI spend without proof. By late 2025, only around a fifth of large listed companies could cite a measurable AI benefit, and credit analysts had begun distinguishing between companies that adopt AI and companies that enable it. The patience for unproven programmes is measurably shorter than it was.

5. Retrieval failures are information architecture failures. Roughly 80% of enterprise retrieval projects experience critical production failures, and about 73% of those failures happen at the retrieval stage rather than in the model. The dominant causes are foundational rather than algorithmic: stale or conflicting sources, parsers that destroy table and section structure, arbitrary chunking that severs meaning, embeddings that age as the underlying data changes, and, most seriously, retrieval-time access control failures that put restricted content into a model's context.

6. The exception distribution kills more deployments than the average case does. A randomised field experiment on a large customer-service operation found agentic AI improved speed but lowered customer ratings on eligible chats, and that human recovery worked only when a person intervened before sentiment deteriorated. A dashboard average masks a distribution in which the complex, emotionally-charged cases degrade badly. Klarna is the canonical public example: an assistant reported as doing the work of 700 agents, followed fifteen months later by the chief executive conceding "we went too far … we focused too much on cost. The result was lower quality," and a return to hiring.

7. Prompt injection is the leading identified security risk, and it may never be fully fixed. The UK's National Cyber Security Centre has published the position directly: because a language model has no grammatical separation between instruction and data, prompt injection may never be mitigated the way SQL injection was. Meanwhile, IBM found that 97% of organisations breached through AI said they lacked proper AI access controls, and shadow AI added roughly $670,000 to average breach cost.


Part A, The Evidence

A.1 What the research houses found

SourceFinding
MIT NANDA, The GenAI Divide (2025)95% of enterprise GenAI pilots delivered no measurable P&L impact against $30–40bn of investment. Only ~5% of integrated systems created significant value. Failure attributed to a learning gap, tools that do not adapt to workflows, rather than to model quality.
S&P Global Market Intelligence (2025)Share of companies abandoning most AI initiatives before production rose from 17% to 42% year over year. The average organisation scrapped 46% of proofs-of-concept. Cost, data privacy and security led the cited obstacles.
Gartner (June 2025)Forecasts that over 40% of agentic AI projects will be cancelled by the end of 2027, citing escalating cost, unclear business value and inadequate risk controls. Estimates only ~130 of thousands of self-described agentic vendors are real. This is a forecast, not a measurement.
RAND Corporation, RR-A2680-1 (2024)Based on 65 practitioner interviews: more than 80% of AI projects fail, twice the rate of IT projects without AI. Five root causes; 84% of industry interviewees named leadership-driven issues as primary.
BCG (2025)Survey of 1,250 firms: only 5% achieving AI value at scale, 35% scaling, 60% reporting minimal-to-no value. 70% of the available value sits in core functions rather than the back office.
McKinsey QuantumBlack (2025)88% of organisations use AI in at least one function; only ~39% report any enterprise-level EBIT impact, and for most of them under 5%. Workflow redesign is the attribute most correlated with impact.
IBM Institute for Business Value (2025)Survey of 2,000 chief executives: 25% of AI initiatives delivered expected return; 16% have scaled enterprise-wide. 50% report that rapid investment produced disconnected technology.

Frontier model capability, over the same period, raced ahead. The binding constraint moved from what the models can do to whether an organisation can deploy them.

A.2 The pilot-to-production cost cliff

The most concrete technical failure is economic, and it has a shape.

Inference cost does not scale linearly. Frontier models are priced at roughly $3–15 per million input tokens and $15–75 per million output tokens. Pilots run on free-tier credits, clean data and low, predictable concurrency. Production runs on list prices, messy data, bursty concurrency and users who retry when an answer is wrong. Analysts describe the result as a token tsunami: follow-up questions that reload context, retries on malformed output, and sub-agent branching, each of which compounds rather than adds.

The maintenance iceberg is the larger half. Inference compute is only about 15–20% of total cost of ownership. The rest is data engineering, model maintenance, talent, governance, integration and compliance, every one of which is invisible in a pilot, because a pilot borrows a data extract someone cleaned by hand, has no governance requirement, and is maintained by the enthusiast who built it.

The other failure modes at scale are equally predictable: proofs-of-concept launched without defined success criteria; non-determinism breaking conventional quality assurance; hallucination creating a verification tax where staff spend longer checking output than they saved producing it; integration brittleness across simultaneous read and write to several systems; and context memory that grows faster than the conversation does.

Mitigation exists, small tuned models, routing, distillation, caching, and it is real. Distillation is the clearest published case: DistilBERT reduced model size by 40% while retaining approximately 97% of language understanding and running 60% faster. Route roughly 90% of routine traffic to a small tuned model and escalate only edge cases, and inference cost falls by five to thirty times. But every one of those techniques requires an evaluation harness, curated data, routing infrastructure and continuous retraining, capabilities most enterprises do not have. That is precisely why the cost cliff keeps killing projects: the fix is known and the prerequisites are missing.

A.3 Data readiness, the deepest cause

Every research house converges on data as the substrate problem. Informatica's chief data officer survey put data quality and readiness at the top of the obstacle list. IBM found 50% of chief executives reporting disconnected technology and 72% identifying proprietary data as the key to unlocking value.

The structural problem is that enterprise data lives in silos, legacy ERPs, departmental databases, and vast quantities of locally-held unstructured files. More than 80% of enterprise data is unstructured. There is typically no unified access layer, no consistent semantic model, no lineage and no consistent access control. Aggregating and securing that data is the single largest cost in any AI programme, and the one most often estimated at a fraction of its real size.

Retrieval failures make this concrete. The same pipeline achieving 85–92% accuracy on governed data drops to 45–60% on ungoverned, unstructured sources. As one practitioner put it: most enterprise retrieval failures are information architecture failures, not model failures. Which is why the data layer has to be built once, properly, as a reusable component, not re-solved by hand for every use case.

A.4 Agentic deployment is behaviour modelling, not prompting

The deepest conceptual error is treating an agent as a prompt rather than as a worker whose process and judgement must be replicated.

McKinsey's QuantumBlack team, drawing on more than fifty agentic builds, is blunt about it: onboarding an agent is more like hiring a new employee than deploying software. Agents should be given clear job descriptions, onboarded, and given continual feedback. Organisations that focus on the agent rather than the workflow produce impressive-looking agents that do not improve the workflow at all. The starting point has to be mapping the process and identifying where the pain actually is.

The core difficulty is tacit knowledge. Effective agents require codifying best practice at a level of granularity that mostly does not exist in writing, it lives in experienced people's heads. An agent that holds only the documented process will fail on exactly the exceptions an experienced human handles instinctively, which is the majority of what makes the human valuable.

Timing of human intervention determines the outcome. The Taobao field experiment is the most useful evidence here: recovery worked when a person stepped in before sentiment deteriorated, and narrowed sharply once substantial negative emotion had accumulated. The design implication is that human-in-the-loop is not a safety net at the end of the process; it is a trigger placed before the failure, and calibrating that trigger is design work.

The metric that matters is task success rate: the percentage of workflows completed correctly without escalation or human intervention. Almost nobody measures it.

A.5 Governance, security and jurisdiction

Regulatory constraint hardens as deployments scale, and the provisions that bind hardest are the ones with the longest retrofit time.

The EU AI Act entered into force in August 2024. Deadlines have moved, but the substantive obligations, continuous risk management, data governance, tamper-evident logging, transparency, human oversight and cybersecurity resilience, apply, and each takes quarters rather than weeks to implement. Penalties reach the higher of €35 million or 7% of global turnover.

Data residency is shifting toward technical sovereignty. Cloud regions operated by providers subject to foreign legal process remain within reach of that process regardless of where the data physically sits, a point a major provider's French subsidiary conceded publicly in 2025. National data protection statutes, sector-specific in-country storage mandates in banking and healthcare, and data localisation laws fragment the deployment landscape further.

On security, prompt injection is ranked first among risks to language-model applications, and both OWASP and the UK's National Cyber Security Centre indicate it may never be fully solved. Documented exploits have included zero-click data exfiltration from an enterprise assistant. Shadow AI compounds the exposure: research has found large majorities of employees pasting company data into generative AI tools, predominantly through personal accounts.

These are model-risk, auditability and explainability requirements that a bespoke pilot never designs for, and that block go-live at scale.

A.6 Is the delivery model itself the failure?

This is the uncomfortable part, and it is now acknowledged by the firms themselves.

When an AI system completes in minutes what a consultant billed hours for, the hourly model means billing less for a better outcome. It punishes exactly the behaviour the firms need to adopt. Reporting indicates the large firms are moving, a growing share of fees tied to outcomes rather than time, and internal projections of the classic hourly model shrinking substantially over the next decade.

The evidence of consulting-led underdelivery is embedded in the failure statistics themselves. The projects abandoned at 42% and the pilots stuck at 95% were, in large part, bespoke and consulting-delivered: each one hand-built rather than a repeatable product, so nothing compounds and every client pays again to re-solve the same data, evaluation, governance and cost problems.

The exception proves the rule. The firms that work in this space successfully lead with a product, a semantic model of the business, and embed engineers to configure rather than rebuild. Services drive product adoption rather than the reverse. It is telling that in 2026 both major foundation labs adopted the same forward-deployed-engineer motion, sending their own engineers inside client companies to build production workflows. Model capability was never the bottleneck. Deployment infrastructure is.


Part B, The Causal Chain

Separating fundamental causes from derivative symptoms matters, because most remediation programmes attack the symptoms.

Fundamental cause 1, Data debt. Decades of siloed, ungoverned, unstructured data with no unified access layer and no semantic model. Everything downstream, retrieval failure, hallucination, integration brittleness, derives from this. It is fundamental because no amount of model capability compensates for it.

Fundamental cause 2, Misaligned delivery economics. AI delivered as bespoke, billable-hours projects, so nothing is reusable, incentives reward effort rather than outcomes, and unit economics are never designed for scale. It is fundamental because it determines whether learning accumulates across deployments or evaporates at the end of each one.

Fundamental cause 3, No workflow re-engineering and no tacit-knowledge capture. Agents bolted onto existing processes rather than the process being redesigned and the expertise codified. McKinsey's data puts workflow redesign first among correlates of financial impact.

Derivative symptoms, each caused by the above: cost explosion at scale (derivative of having no routing or small-model architecture, itself a product-investment failure); evaluation and trust gaps (derivative of having no harness); governance and security failures (derivative of bolt-on rather than built-in design); talent gaps (derivative of every project being bespoke); procurement mismatch (derivative of the billable-hours model).

The chain, stated once:

Bespoke, billable-hours delivery + data debt → no compounding assets → every project re-solves data, evaluation, governance and cost from scratch → pilots succeed small, on subsidised pricing, clean data and low volume → they die at scale on cost, dirty data, absent governance and absent trust → abandonment.

Part C, What Follows From This

We built our delivery model in response to this diagnosis, and the response is structural rather than clever.

Gate on economics before anyone builds. A standardised assessment of data estate maturity, candidate use cases scored on domain specificity and workflow integration, and a hard unit-economics model projecting the cost curve from ten users to ten thousand before the build. The gate exists specifically to kill the projects that were never going to work, and killing them early is the cheapest intervention available, because the projects it stops cost nothing further.

Build the data foundation once, as a product. Certified connectors, an automated normalisation pipeline, a semantic layer, access control enforced at question time, lineage and freshness monitoring. Because retrieval accuracy on governed data is 85–92% against 45–60% on ungoverned data, this is the single highest-leverage investment available, and productising it means the maintenance iceberg is amortised rather than repaid by every client in turn.

Build the evaluation harness before the model work. Real prompts and real workflows, re-run continuously, measuring task success rate, hallucination rate and guardrail activation. Without this, non-determinism and hallucination are unmanageable at scale, and no routing decision can be made responsibly.

Design the cost architecture once, in the platform. Routing to small tuned models for routine traffic with escalation for genuine edge cases, distillation for well-defined high-volume tasks, response and semantic caching, and deterministic code wherever judgement is not actually required. This is the standardised answer to the cost cliff.

Map the process before the agent. Then codify the tacit knowledge and the exception paths, and treat the agent as an onboarded worker with a job description, continual feedback and defined escalation. Design for the tail, not the average, that is the Klarna lesson, and it is expensive to learn twice.

Build governance in, not on. Access control at retrieval time, tamper-evident logging, model documentation and impact assessments, parameterised by the jurisdiction rather than rebuilt for each one.

Instrument from the first day. Token consumption, cost per transaction, latency at percentiles, drift and guardrail hits. The specific question the instrumentation must always be able to answer: at what user count do we begin losing money per transaction? An organisation that cannot answer that is not managing its AI cost. It is discovering it.


Limits and Open Problems

Standardisation has a tail. The argument that failure modes are common across enterprises is strongly supported by the evidence, but some organisations have genuinely idiosyncratic estates or regulatory postures where a configuration becomes a de-facto rebuild. The model degrades gracefully toward consulting at that extreme; the discipline is to resist the drift rather than pretend it does not exist.

Outcome-based pricing is unsolved industry-wide. No firm has standardised what an outcome is worth, who adjudicates whether a target was hit, or how to attribute financial impact to AI. "Roles avoided" is frequently a modelled counterfactual rather than a realised saving. Baselines and attribution remain the hardest commercial problem in this market, and anyone who tells you otherwise has not tried to arbitrate one.

Prompt injection may never be fully fixed. Governance reduces blast radius; it does not eliminate it. Any honest design assumes compromise and contains it.

Tacit knowledge resists codification. Some expert judgement genuinely cannot be captured. Human-in-the-loop is a mitigation, not a solution, and over-automation reintroduces exactly the failure it was meant to avoid.

The economics are a moving target. Inference prices have fallen sharply while agentic consumption has risen faster. Today's routing calculus may invert. The cost architecture has to be treated as a living system with an owner, not a project with an end date.


Caveats

  • Several striking data points come from surveyed firms' own characterisations at media events rather than audited disclosures. Treat them as reported, not settled.
  • Vendor and practitioner sources have a commercial interest in emphasising failure and their own remedies. The underlying statistics are corroborated by independent research houses, which is why we weight the convergence rather than any single figure.
  • Forward-looking figures, Gartner's 2027 cancellation forecast among them, are explicitly predictions rather than realised outcomes, and are labelled as such wherever they appear.
  • We have a commercial interest in this diagnosis, since our services follow from it. The counter is that the primary evidence is public, independent and cited throughout, and that our companion cost report publishes the finding least favourable to our own offering.
  • Some items, internal projections reported second-hand, specific vulnerability details, and the terms of recent deployment ventures, come from secondary reporting and should be verified against primary sources before high-stakes use.

This report is published as research and is not a commercial proposal. If it is useful, we run a fixed-fee, two-week diagnostic that applies the economics gate in Part C to your own use cases. The output is a written assessment, and it frequently concludes that a use case should not be built.

Sources cited in this report

Every link goes to the publisher. If our reading of a source differs from yours, we would rather hear about it than not.

  • The Root Causes of Failure for Artificial Intelligence Projects (RR-A2680-1) (opens in a new tab)

    RAND Corporation, Ryseff, De Bruhl & Newberry · Independent research · 2024

    65 practitioner interviews. More than 80% of AI projects fail, twice the rate of IT projects without AI. Four of the five root causes are organisational, not technical.

  • The GenAI Divide: State of AI in Business 2025

    MIT NANDA · Independent research · 2025 · no stable public copy

    300 public deployments reviewed, 52 structured interviews, 153 survey responses. 95% of enterprise GenAI pilots produced no measurable P&L impact against $30–40bn of investment. No stable public URL; cited from the published report.

  • Voice of the Enterprise: AI & Machine Learning

    S&P Global Market Intelligence · Industry analysis · 2025 · no stable public copy

    The share of companies abandoning most AI initiatives before production rose from 17% to 42% year over year. Cost, data privacy and security lead the cited obstacles. Subscription research; no public URL.

  • Gartner Predicts Over 40% of Agentic AI Projects Will Be Canceled by End of 2027 (opens in a new tab)

    Gartner · Industry analysis · 2025

    A forecast, not a measurement, we label it as such wherever it appears. Cites escalating cost, unclear value and inadequate risk controls. Also estimates only ~130 of thousands of self-described agentic vendors are real.

  • The State of AI (opens in a new tab)

    McKinsey & Company (QuantumBlack) · Industry analysis · 2025

    88% of organisations use AI somewhere; only ~39% report enterprise-level EBIT impact. Workflow redesign is the single attribute most correlated with that impact.

  • Cost of a Data Breach Report 2025 (opens in a new tab)

    IBM Security / Ponemon Institute · Industry analysis · 2025

    600 breached organisations across 17 industries. 97% of organisations with an AI-related breach lacked proper AI access controls; shadow AI added roughly $670,000 to average breach cost.

  • Prompt injection is not SQL injection (it may be worse) (opens in a new tab)

    UK National Cyber Security Centre · Regulator or statute · 2025

    The national technical authority's position: because a language model cannot separate instruction from data, prompt injection may never be fully mitigated. Design for blast radius, not prevention.

  • Top 10 for Large Language Model Applications (opens in a new tab)

    OWASP · Industry analysis · 2025

    Prompt injection is LLM01, the first-ranked risk for language-model applications.

  • DistilBERT, a distilled version of BERT (opens in a new tab)

    Sanh, Debut, Chaumond & Wolf, Hugging Face · Peer-reviewed · 2019

    40% smaller, 60% faster, ~97% of language understanding retained. Still the clearest published statement of what distillation actually costs you.

  • Regulation (EU) 2024/1689, the AI Act (opens in a new tab)

    European Union · Regulator or statute · 2024

    The consolidated text as amended in July 2026. The Commission's own explainer page is the easier starting point.