Direct answers to the twelve questions buyers, engineering leaders, and AI operators most often type into Perplexity, ChatGPT, and Google when researching the fragmentation problem. Each answer is sourced; every numerical claim links to a primary research source on our /sources page.

What is AI fragmentation?

AI fragmentation is the accumulation of overlapping, uncoordinated, and unmeasured AI tools, models, and agents across an organization. It appears at four layers: hardware (GPU memory and KV-cache waste), inference (model serving inefficiency), agent (context loss and memory failures), and enterprise (vendor sprawl, shadow AI, governance gaps). Tungsten Automation’s August 2025 essay named the term; Gartner estimates 60% of AI projects fail because of fragmented data, and McKinsey’s 2025 report found 94% of GenAI deployments produce no significant value — both downstream effects of fragmentation.

What is agent washing?

Agent washing is the marketing practice of rebranding chatbots, RPA scripts, decision trees, and workflow tools as “autonomous AI agents.” The term was coined in Gartner’s June 25, 2025 prediction that 40% of agentic AI projects will be canceled by 2027. In the same release, Gartner estimated that of the thousands of vendors marketing AI agents, only about 130 are genuinely autonomous. A real agent pursues goals across multiple steps without re-prompting, chooses between actions based on observed state, and writes to external systems with idempotency. Most fail the first test.

What does it cost to defragment an enterprise AI stack?

Defragmentation engagements split into four price bands. A boutique fragmentation audit (2-week scope, inventory + remediation plan) runs $4,500–$8,500. A memory-architecture design engagement runs $12,000–$25,000. An inference-defragmentation engagement (vLLM tuning, PagedAttention optimization, GPU profiling) runs $8,000–$20,000. A fractional AI defrag officer retainer runs $7,000–$15,000 per month with a six-month minimum. McKinsey and BCG run the same work at $500K–$5M; Slalom Build and AE Studio at $50K–$300K. The boutique tier exists to deliver the same diagnostic at one-tenth the price.

How do you tell a real AI agent from a chatbot?

A real agent passes three operational tests. First: it pursues a goal across multiple steps without human re-prompting at each step. Second: it chooses between actions based on observed state, not a predetermined decision tree. Third: it writes to external systems with idempotency and rollback. Most products marketed as agents fail the first test — they are chatbots with longer system prompts, RPA scripts with NLU bolted onto the front, or deterministic workflow tools with an LLM in the loop. Gartner estimates only about 130 of thousands of agent vendors are real.

What is PagedAttention?

PagedAttention is an attention algorithm introduced in the vLLM paper (Kwon et al., arXiv 2309.06180) that manages an LLM’s key-value cache the way an operating system manages virtual memory — in fixed-size blocks allocated on demand. Existing inference systems waste 60–80% of allocated KV-cache memory through internal and external fragmentation. PagedAttention reduces waste to under 4% and improves throughput 2–4× at the same latency. The 2025 PagedEviction paper extends the technique with block-wise eviction of low-importance memory pages.

What is context rot?

Context rot is the measurable degradation of LLM accuracy as input length grows, even below the model’s stated context window. Chroma’s 2025 research tested 18 frontier models including GPT-4.1, Claude Opus 4, and Gemini 2.5; every model exhibited the behavior at every tested length. Three compounding mechanisms drive it: lost-in-the-middle attention gaps (mid-context information drops 30%+ in accuracy), attention dilution as token counts grow, and distractor interference from semantically similar but irrelevant content. A larger context window delays the problem but does not fix it.

Why are 40% of AI projects being canceled by 2027?

Gartner’s June 25, 2025 prediction is based on a poll of more than 3,400 organizations actively investing in agentic AI. The three named causes: escalating costs, unclear business value, and inadequate risk controls. Underneath those: most projects skipped the substrate work (data, governance, integration) and went straight to deploying the agent. McKinsey’s March 2025 State of AI report found 94% of GenAI deployments produced no significant value, and Gartner separately reported that 60% of AI projects fail because the underlying data was not ready before the model was.

What is the difference between AI sprawl and shadow AI?

AI sprawl is the accumulation of overlapping AI tools, models, and agents — sanctioned or otherwise — across an organization. Shadow AI is the subset of sprawl that exists outside IT governance: personal ChatGPT accounts, unsanctioned vendor trials, free tools adopted by departments without procurement review. Vectra’s 2026 data shows 98% of organizations report unsanctioned AI use, and 49% expect a shadow-AI incident within twelve months. Sprawl is the inventory problem; shadow AI is the accountability problem. Both are fragmentation, but they require different remediation steps.

How much GPU memory does a typical LLM waste?

In vanilla LLM serving systems without paged attention, only 20–38% of the allocated KV-cache memory is actually used — meaning 60–80% is wasted through internal fragmentation (over-allocated blocks) and external fragmentation (unusable gaps between allocations). This is the measurement from the original vLLM paper (Kwon et al., arXiv 2309.06180). After PagedAttention, waste drops to under 4%. The waste compounds with model size: a self-hosted 70B model on commodity GPUs is typically the most expensive line item in the AI budget and the most overpaid for at default settings.

What is a fractional AI defrag officer?

A fractional AI defrag officer is a monthly retainer engagement that provides org-level AI architecture oversight without a full-time hire. Scope typically includes quarterly fragmentation re-scoring, monthly architecture review, weekly office hours for the engineering team, vendor-evaluation memos for any new AI procurement request, and quarterly board-style updates for executives. Pricing runs $7,000–$15,000 per month with a six-month minimum, scaled by company size. The model exists because Gartner projects the average Fortune 500 will operate over 150,000 agents by 2028 — most companies cannot justify a full-time CAIO yet but need the function.

How long does an AI fragmentation audit take?

A standard fragmentation audit runs two calendar weeks from kickoff to delivery. The engagement covers a full AI tool and agent inventory across all four layers (inference, agent memory, tool sprawl, governance), a cost-defragmentation analysis with named consolidation opportunities, a memory-architecture recommendation per agent class, a governance gap matrix, and a 90-day prioritized remediation plan delivered as a 25–40 page report. Deeper engagements — memory-architecture design or inference defragmentation — typically follow the audit and run 3–4 weeks each. The audit is the diagnostic; the others are treatment.

What is the ROI of consolidating AI tools?

Forrester’s 2025 analysis of well-governed AI implementations found 210% ROI over three years with payback periods under six months. CloudZero’s 2026 reporting shows AI-driven cloud costs are up 30% on average, and 72% of leaders describe their cloud spend as unmanageable — making cost defragmentation the most measurable ROI vector. Other returns are harder to dollarize but real: reduced shadow-AI risk, faster vendor decisions, lower context-rot rates in agent products, and the elimination of duplicate licenses. The audit names every consolidation opportunity; the implementation captures the savings.