✦ Executive Guide · ROI Edition · 2026

Implementing AI
in the enterprise.
Without losing money.

95% of pilots never reach production. This guide is about the ones that do — and the numbers that separate them.

95%

of AI pilots don't scale to production

Gartner · S&P Global 2024

$13.8B

enterprise GenAI spend in 2024 · 6× vs 2023

Menlo Ventures · 2024

70–90%

savings on inference cost with prompt caching

Anthropic · OpenAI · Google

16%

of "agents" in production are real agents

LangChain State of AI 2024

Executive overview

9 decisions,
one ROI.

01
1

Chapter 01 · The harsh reality

95% of pilots
never reach production.

It's not model capability. It's operational fit with fragmented workflows, legacy systems, and data silos. The investment is real. So are the results — but only for those who treat AI as systems engineering.

95%

Pilots that don't scale

Model capability is almost never the blocker. Operations is: data, identity, observability, governance.

Gartner · 2024

9 months

Average burn before cancellation

Companies that cancel without scaling lose 6 to 12 months of team, infrastructure, and opportunity.

McKinsey · 2024

70%

Projects over budget

Average budget overrun on enterprise GenAI projects that do reach production: +50% or more.

BCG · 2024

Average ROI of the top 5%

Companies that do scale generate an average 5× return on investment within 18 months. The difference: stack maturity.

Menlo Ventures · 2024

The 5 causes (in order)

1. Fragmented data · 2. No observability · 3. No HITL · 4. Uncovered risk · 5. Poorly measured ROI

What it is NOT

Model capability. Today GPT-4, Claude, or Gemini are sufficient for 90% of enterprise use cases.

What it IS

Systems engineering: the convergence of 9 technical disciplines on top of a probabilistic layer.

02
2

Chapter 02 · The convergence

Enterprise AI
is not a model.

It's the convergence of 9 technical disciplines on top of a probabilistic layer. Thinking AI is "picking a model" is like thinking a bank is picking a server. 80% of the cost and risk sits outside the LLM.

🧠LLMOps
🔧MLOps
💾DataOps
🚀DevOps
🛡️Security
👁️Observability
🔐Identity / IAM
📋Governance
🎨UX / Design

80%

of cost is NOT the model

The real spend is in integration, observability, governance, and ongoing operations — not tokens.

9

teams that have to stay in sync

Each discipline has its own SLA, roadmap, and tooling. The convergence is organizational, not just technical.

3–5×

more time on integration than on the model

For every hour spent selecting or tuning a model, 3 to 5 are spent connecting it to the real system.

03
3

Chapter 03 · Composition

5 logics,
one system.

Blending the 5 logics with judgment is the art. Using an LLM for everything is bankruptcy. Every operation has its optimal mode — and cost varies up to 50,000× between them.

⚙️ Code60–70%

Cost / op

~$0.001

Deterministic. Same input → same output. Still the largest part of the system.

📊 Machine Learning10–15%

Cost / inference

~$0.01

Statistical but stable. Same model + input → same output. Prediction and scoring.

🧠 LLM10–15%

Cost / request

$0.05–0.50

Probabilistic even with the same input. No state between calls unless explicit memory is built.

🤖 Agentic5–10%

Cost / session

$1–10

LLM that plans, executes tools, and adapts. Only 16% of "agents" in production are real agents.

🧑‍💼 Human (HITL)1–5%

Cost / intervention

$10–50

Explicit approval or review checkpoint. Not a "last resort" — it's part of the design for every irreversible action.

Practical rule

Use the cheapest logic that solves it. LLM only where ambiguity justifies it.

Common antipattern

LLM-for-everything. Generates costs 10–100× higher than the correct hybrid architecture.

Correct design

LLM decides what to do. Rules decide if it's allowed. Code executes. HITL approves what's irreversible.

04
4

Chapter 04 · Non-negotiables

The minimum viable
production stack.

6 elements without which it isn't production — it's a demo in production. If it reaches users without these, the problems aren't if, they're when. The cost of not having them is 10–100× the cost of implementing them.

👁

Observability

End-to-end trace_id with OpenTelemetry GenAI conventions. Spans for tool calls, retrieval, generation, and guardrails.

p95 undiagnosable without this
🧑‍💼

Human-in-the-loop

Human approval for every irreversible action. Explicit design of the human↔AI handoff from day one.

Cuts legal risk 70%+
🔐

Identity & scopes

Every agent with its own identity. Least-privilege principle. Audit trail of every action executed.

SOC 2 / ISO 27001 ready
🛡

OWASP LLM security

All 10 risks in the OWASP Top 10 LLM (2025) covered and tested before launch — not after.

$4.88M average breach
🚧

Guardrails

Input and output validation outside the model. The LLM does not validate itself. A deterministic control layer.

Key production blocker
💾

Prompt caching

70–90% less cost and up to 80% less latency. Not optional in agents — it's the difference between profitable and expensive.

ROI in 4–8 weeks
05
5

Chapter 05 · ROI lever

The most
cost-effective optimization there is.

Prompt caching changed the unit economics of agents. Available on Anthropic, OpenAI, and Google. Implementation: days. Return: weeks. The difference between a profitable system and an expensive one.

90%

Cost reduction on cached reads

Static input (system prompt, instructions, fixed context) gets cached. Every new request pays ~10% of the original cost on those tokens.

80%

Time to First Token reduction

Significantly better UX. In conversational agents this is the difference between "feels slow" and "feels alive".

4–8 wks

Typical break-even

A support system with 100k requests/month recovers implementation investment in under 2 months.

Without caching

$0.18 / req

  • 12,000 context tokens paid in full
  • TTFT: 1.8s at p95
  • 100k req/month = $18,000/month
  • $216,000/year in tokens
With caching

$0.02 / req

  • Static context paid at 10%
  • TTFT: 0.4s at p95
  • 100k req/month = $2,000/month
  • Savings: $192,000/year

Design pattern

Static content at the start of the prompt. Dynamic content at the end. Order matters.

Available on

Anthropic Claude · OpenAI · Google Gemini · Vertex AI

Typical cache TTL

5 min (Anthropic) · 1 hour (extended) · enough for 99% of cases

Worked example

Support agent with 12k tokens of fixed context: $0.18 → $0.02 per request

06
6

Chapter 06 · Case study

The Klarna case.
30 days vs 12 months.

The most cited case in enterprise AI — and the most misread. The story wasn't "AI replaces humans". It was how you design the transition. Measure at 12 months, not 30 days.

February 2024 · day 30

The numbers soared

  • 700 FTEs equivalent in processed volume
  • 2/3 of service chats resolved by AI
  • 25% fewer repeat inquiries
  • $40M USD projected profit improvement
  • CSAT comparable to human agents (per Klarna)
  • Average resolution: 11 min → 2 min
May 2025 · month 15

Reality set in

  • Response quality dropped noticeably
  • CSAT declined in key segments
  • Rehired human agents
  • Messaging shift: "AI + human", not "AI replaces"
  • Public lesson: successful pilot ≠ sustainable deployment

Lesson 1 · Scale

AI absorbs routine volume (tier-1). Humans move up the value chain (tier-3). It's not replacement.

Lesson 2 · Measure

Speed and cost are measurable. So are trust and empathy — just at 12 months, not 30 days.

Lesson 3 · Design

The human↔AI transition is the most important piece of the system. It's not an emergency fallback.

Lesson 4 · Route

Edge cases require different routing. Not the same bot attempting everything.

07
7

Chapter 07 · Risk in dollars

OWASP Top 10 LLM.
Cost: $4.88M per breach.

Not covering OWASP LLM isn't a "technical task". It's financial and regulatory exposure. Average cost of an enterprise breach in 2024: $4.88M USD. Maximum GDPR fine: 4% of global annual revenue.

$4.88M

Average cost of a breach

Typical enterprise in 2024 — includes detection, containment, notification, remediation, and lost business.

IBM Cost of a Data Breach · 2024

4%

Maximum GDPR fine

On global annual revenue. Applies to prompt injection that exposes personal data. Mexico's LFPDPPP has comparable ranges.

277 days

Average time to detect and contain

Without GenAI-specific observability, this number grows. Every additional day costs between $11k and $25k USD.

LLM01 · Prompt Injection
LLM02 · Sensitive Info Disclosure
LLM03 · Supply Chain
LLM04 · Data & Model Poisoning
LLM05 · Improper Output Handling
LLM06 · Excessive Agency
LLM07 · System Prompt Leakage
LLM08 · Vector / Embedding Weaknesses
LLM09 · Misinformation
LLM10 · Unbounded Consumption

Source

OWASP Top 10 for LLM Applications · 2025

Operational equivalent

OWASP Top 10 web (2003) — today nobody ships an app without covering it. LLM is heading the same way.

Cost to cover it

Weeks of work. 100–1000× lower than the expected cost of not doing it.

08
8

Chapter 08 · Integration

MCP. The USB-C
of AI.

Model Context Protocol — launched by Anthropic in November 2024, adopted within months by OpenAI and most platforms. It turns the integration problem from N×M into N+M. That means 70–90% less code to maintain.

Before MCP · N×M

500 integrations

  • 10 agents × 50 tools = 500 integrations
  • Every connector is proprietary code
  • Maintenance grows quadratically
  • A team dedicated solely to integrations
With MCP · N+M

60 connections

  • 10 agents + 50 MCP servers = 60 connections
  • Standard, open protocol
  • Maintenance grows linearly
  • Team freed up for product work

70–85%

Reduction in integration time

Connecting a new tool to every agent goes from weeks to hours.

Nov 2024

Standard launch

Anthropic published MCP as an open protocol. Within 6 months it became the de facto standard.

Open

Open, multi-vendor protocol

No vendor lock-in. The MCP servers you write today work with any LLM tomorrow.

09
9

Chapter 09 · Maturity

13 layers
of maturity.

Where 95% get stuck: layers 3–4. Where the real ROI is: layer 5 and beyond. This is the value frontier — and where DashOne typically plugs in.

01

Demo

The notebook works. One person saw that it responds.

Pre-pilot
02

Closed pilot

One use case, one team, synthetic data.

Pre-pilot
03

POC with real data

A real slice of the problem, no SLA. This is where 95% get stuck.

Bottleneck
04

Pre-production

Basic guardrails, minimal observability. One internal user.

Bottleneck
05

Real production

HITL, GenAI observability, OWASP covered, SLA. The value frontier.

ROI unlocked
06

Multi-channel

The same agent serves WhatsApp, web, voice, email with shared context.

Production
07

Multi-agent / orchestration

Multiple agents collaborate. Explicit handoff protocol.

Production
08

Multi-model / routing

Dynamic routing by cost, quality, latency. Cheap model for easy cases.

Optimization
09

Continuously trained

System data feeds back into models. Active drift detection.

Optimization
10

Self-optimized

The system adjusts cost vs quality automatically based on metrics.

Optimization
11

Multi-tenant

Data and model segregation per client. Auditable isolation.

Scale
12

Audited / compliance

SOC 2, GDPR, ISO, industry-specific. Full traceability of every decision.

Scale
13

Self-evolving

The system improves prompts, models, and routing without manual redeploy.

Frontier

ROI framework

How to measure
an AI project.

📊

12m

Measure at 12 months

Not 30 days. What looks like magic in month 1 can break by month 12. The Klarna case proves it.

💰

70–90%

Caching = easy ROI

The most cost-effective savings in enterprise AI today. If it's not active, you're leaving money on the table.

4–8s

Typical break-even

A well-executed implementation recovers investment in 4 to 8 weeks — not quarters.

🛡

6

Non-negotiables

Guardrails, HITL, observability, identity, OWASP, caching. Before production, no exceptions.

🎯

5

Logics, not one

Code + ML + LLM + Agentic + HITL. Each operation in its optimal mode. No "LLM for everything".

✦ DashOne · Forward Deployed Engineering

Don't get stuck
at layer 3.

DashOne takes this to production with your team. 4–12 weeks. Same repo. Same Slack. Output: a system in production, not a deck full of recommendations.