Summary
Six months into 2026, most enterprise AI initiatives remain stuck in pilot purgatory. The problem isn’t the technology—it’s the strategy. Companies are running isolated proofs of concept that don’t build on each other, burning through token budgets while producing nothing that scales. The compounding AI approach flips this model. Instead of measuring individual pilot ROI, you design experiments where each iteration reduces marginal cost while increasing utility. Your infrastructure gets smarter. Your agents get cheaper. Your workflows compound. This newsletter breaks down the economics behind why most AI investments fail to scale, the framework for designing experiments that actually compound, and the data showing how token optimization can cut costs by 40-70% without sacrificing performance. We’ve pulled from enterprise AI economics research, workflow automation studies, and real deployment data to show what separates competent architectures from great ones. The key insight: the best AI systems don’t call the model at runtime. They call the model in advance, store results in indexes, and let agents query in milliseconds. This isn’t theoretical. It’s what separates the companies shipping production AI from the ones still running demos.
Research
The data on AI adoption reveals a clear pattern: companies treating AI as a series of isolated pilots face escalating costs with diminishing returns. Token consumption in agentic tasks runs 1000x higher than simple code reasoning, with variance up to 30x on identical tasks [17]. Meanwhile, businesses implementing systematic token optimization see 40-70% cost reductions while maintaining performance [16]. The workforce implications are equally stark. AI-related job cuts reached 200k-300k in 2025, but the quieter impact is weakened hiring for junior roles [14]. This isn’t replacement—it’s a shift in what work gets amplified. Companies building compounding AI infrastructure treat token costs as ongoing operational expenses, not one-time purchases. A customer service AI costing $50k monthly in inference needs to generate $100k monthly in measurable value to justify continued operation [4]. The companies winning aren’t running more pilots. They’re designing experiments where each iteration makes the next one cheaper and more valuable.
Books
From Deerfield Green’s library of long-form research — books written to give practitioners the economic models, case studies, and strategic depth that whitepapers and blog posts can’t. Here’s what’s relevant this week.
The ROI Problem: Why AI Doesn’t Fit Traditional Investment Models
Every organization that has invested in AI has a business case somewhere—a spreadsheet with projected savings, estimated productivity gains, and a payback period that made the investment look responsible. And in almost every case, that spreadsheet is wrong. Not because the people who built it were dishonest, but because they applied a framework designed for one-time software purchases to a system with continuous compute costs. Infrastructure costs are ongoing. Unlike traditional software, AI systems incur continuous compute expenses that scale with usage. A customer service AI costing $50,000 per month in inference, monitoring, and maintenance needs to generate at least $100,000 per month in measurable value to justify continued operation. Maintenance costs are real and often underestimated. AI systems require ongoing prompt tuning, model updates, data pipeline maintenance, and quality monitoring. Budget 15-25% of initial implementation cost annually for these activities. The compounding approach treats these not as bugs but as features—each maintenance cycle improves the system’s efficiency.
Source: books/enterprise-ai-economics/chapters/ch13-ab-testing-ai.md
Build Your Own Backend Indexing: Let Agents Query Products, Not Models
Here’s the insight that separates competent AI architectures from great ones: the best AI systems don’t call the model at runtime. They call the model in advance—overnight, in batch, on a schedule—and store the results in an index that agents and users can query in milliseconds. The model does the thinking when time is cheap. The agent does the retrieval when time is expensive. This is counterintuitive if you’re thinking about AI as a query-response system. But production workloads don’t operate on demo timelines. When a customer service agent needs to answer a question about product specifications, waiting 3-5 seconds for model inference destroys the conversation flow. Pre-computing answers and storing them in a queryable index reduces response time to milliseconds while cutting token costs by 90% or more. The compounding effect: each batch run improves the index quality, making future queries faster and more accurate. Your infrastructure gets smarter without additional inference costs.
Source: books/before-you-buy-the-robot/chapters/ch21-scaling-ai-workloads.md
Articles
Curated from recent reporting and analysis across the industry. These are the pieces we think cut through the noise.
AI Layoffs or Post-COVID Reset? The Real Workforce Shift
The narrative around AI job cuts misses the underlying pattern. Yes, AI is speeding up the push toward efficiency. And yes, some companies are using AI as a cleaner narrative than admitting they simply overhired during the pandemic. But the data reveals something more nuanced. AI-related job cuts are rising, but the technology’s broader impact on workers may be quieter: weaker hiring, especially for junior and entry-level positions. This isn’t mass replacement. It’s a shift in what work gets amplified and what work disappears. Companies implementing compounding AI strategies aren’t cutting headcount—they’re changing which roles exist. Invoice processing, revenue recognition, privacy compliance: these workflows are being automated not to eliminate workers but to amplify what remaining workers can accomplish. The 200k-300k jobs affected in 2025 represent a restructuring, not a elimination. The question for enterprise leaders isn’t whether AI will change your workforce. It’s whether you’re designing that change intentionally or reacting to it quarter by quarter.
Source: https://www.linkedin.com/pulse/ai-layoffs-post-covid-reset-real-workforce-shift-bigger-reeves-nxdac
AI Job Cuts Are Rising, But the Broader Impact Is Quieter
Companies across the U.S. and Europe have been cutting staff, citing the impact of artificial intelligence. But the headlines obscure a more significant trend: the technology’s broader impact on workers may be quieter than mass layoffs suggest. The real shift is weaker hiring, especially for junior and entry-level roles. Organizations are discovering that AI amplifies senior workers while reducing the need for traditional training pipelines. This creates a compounding problem—fewer junior hires today means fewer experienced workers tomorrow. The companies navigating this successfully aren’t using AI to cut costs reactively. They’re redesigning workflows to create new roles that didn’t exist before. Privacy officers managing AI compliance, prompt engineers optimizing agent outputs, workflow architects designing compounding automation chains. The workforce isn’t shrinking. It’s transforming. Leaders who treat this as a headcount problem will miss the opportunity to build capabilities that compound over time.
White Papers
Deerfield Green publishes original research on the forces reshaping labor markets, token economics, and enterprise adoption curves. These excerpts are drawn from that ongoing work.
Drop the Backpack: What $900/Day in AI Costs Taught Us About MCP
Real-world deployment data shows the cost implications of non-compounding strategies. One team tracked $900/day in AI costs running agentic workflows without optimization. The problem: compounding token usage across multiple inference passes. Every agent decision triggered new model calls, every tool use required fresh context, every error meant re-running the entire workflow. Costs drop dramatically when you stop compounding token usage across inference passes. The Model Context Protocol (MCP) provides a natural security boundary because code executes in isolated environments, but more importantly, it enables caching and reuse of intermediate results. Instead of re-computing the same analysis for every agent decision, you compute once and reference the result. This isn’t just cost optimization—it’s architectural discipline. Companies running pilots without this discipline see costs scale linearly with usage. Companies building compounding infrastructure see costs scale sublinearly as the system learns which computations can be cached, which can be pre-computed, and which actually need fresh inference.
Source: https://www.apiphani.io/whitepapers/drop-the-backpack-what-900-day-in-ai-costs-taught-us-about-mcp
Prototypes
We don’t just write about the future — we build it. Deerfield Green’s prototype lab produces interactive tools that let you stress-test ideas against real data. Here’s what applies to this week’s topic.
Agent-Led Transformations Scenario Library
Interactive calculators and scenario libraries enable enterprise AI adoption planning. The Agent-Led Transformations Scenario Library catalogs transformation scenarios across business domains, allowing leaders to simulate how small experimental wins compound over quarters. Users can model different workflow automation patterns—invoice processing, revenue recognition, privacy compliance—and see how marginal costs change as scale increases. The tool incorporates real token consumption data showing agentic tasks consume 1000x more tokens than simple code reasoning, with runs on identical tasks differing by up to 30x in cost. This variance isn’t a bug—it’s a design opportunity. By understanding which workflows have high variance, teams can prioritize optimization efforts where they matter most. The library integrates with the AI Value Measurement Framework, connecting workflow automation to broader enterprise metrics like operational throughput and compliance velocity. Leaders can test different infrastructure architectures—batch processing vs. real-time inference, cached indexes vs. fresh model calls—and see the cost implications before committing to implementation.
Source: frameworks/README.md
Frameworks
From Deerfield Green’s library of strategic frameworks — structured models for measuring AI value, planning workforce transitions, and sizing transformation initiatives. These are the lenses we use internally, published so you can use them too.
AI Transformation Framework: Workflow Intent Library
The AI Value Measurement Framework implementation layer catalogs 80 canonical workflows across 8 business domains. Each workflow is tagged with implementation tier, effort size, AI capability pattern, value vector alignment, and impact potential. Invoice Processing & Matching automates PO-to-invoice matching, discrepancy detection, and approval routing using Classification + Orchestration patterns aligned to Financial Ops value vectors. Revenue Recognition Automation handles contract analysis for ASC 606, automated journal entries, and disclosure drafting through Analysis + Generation patterns. Privacy & Data Compliance manages GDPR/CCPA obligation mapping, data processing inventory, and DSAR response automation. The framework distinguishes between workflows that compound and workflows that don’t. Compounding workflows build indexes, improve with usage, and reduce marginal cost over time. Non-compounding workflows require fresh inference for every execution with no learning carryover. The design principle: prioritize compounding workflows first. They’re harder to build initially but produce exponentially better economics at scale.
Source: frameworks/ai-workflow-intent-library/workflow-library-reference.docx
Studies
Deerfield Green’s Compass studies deliver primary research on AI economics, workforce transformation, and enterprise adoption — quantitative findings you can’t get from analyst reports. Here’s what the data says this week.
AI Technology Radar: Agent Protocols and Production Readiness
The practical advice on agent protocols is unambiguous: build your tool integrations as MCP servers. A2A (Google’s agent-to-agent protocol) and AG-UI (CopilotKit’s agent-user interface protocol) are promising complements but remain pre-standard. MCP provides the stability needed for production deployments while maintaining flexibility for future protocol evolution. The study also addresses vibe coding tools—Lovable ($200M ARR), Bolt.new (~$100M ARR), and Replit ($100M ARR) proved massive market demand for AI app generation. But 45% of AI-generated code contains security vulnerabilities, making these tools production risks without proper oversight. This isn’t an argument against AI-assisted development. It’s an argument for compounding infrastructure. Tools that generate code should integrate with indexing systems that validate, cache, and version the output. The compounding approach treats AI-generated code as input to a larger system, not as final deliverables. Each generation cycle improves the validation rules, making future generations safer and more reliable.
What’s Next
The agent revolution isn’t arriving through dramatic pilot demonstrations. It’s compounding through one optimized workflow at a time, in the gap between what’s too expensive to run at scale and what’s too valuable to leave manual. Your next experiment should answer one question: does this make the next experiment cheaper?
References
- [1] Chapter 8: How Can I Measure Investment ROI, books/before-you-buy-the-robot/chapters/ch08-measuring-roi.md
- [2] Chapter 21: Scaling AI Workloads, books/before-you-buy-the-robot/chapters/ch21-scaling-ai-workloads.md
- [3] Chapter 13: Evaluating AI, books/before-you-buy-the-robot/chapters/ch13-evaluating-ai.md
- [4] Chapter 13: AB Testing AI, books/enterprise-ai-economics/chapters/ch13-ab-testing-ai.md
- [5] Workflow Intent Library Reference, frameworks/ai-workflow-intent-library/workflow-library-reference.docx
- [6] Workflow Intent Library Reference, frameworks/ai-workflow-intent-library/workflow-library-reference.docx
- [7] AI Transformation Framework, frameworks/ai-workflow-intent-library/workflow-library-reference.docx
- [8] Frameworks README, frameworks/README.md
- [9] AI Technology Radar, studies/ai-technology-radar/compass_artifact_wf-f154c0fb-aeb6-4b92-bfc3-6a13a13160cf_text_markdown.md
- [10] Global Layoffs Analysis 2020-2026, Pardus AI
- [11] AI Layoffs or Post-COVID Reset?, LinkedIn
- [12] Corporate Job Cuts Headlines, Facebook
- [13] AI Job Cuts Rising, CBS News
- [14] AI Destroyed 200k to 300k Jobs in 2025, Dave Shapiro Substack
- [15] Drop the Backpack: $900/Day AI Costs, Apiphani
- [16] Mastering AI Token Optimization, 10Clouds
- [17] How Do AI Agents Spend Your Money?, Stanford Digital Economy Lab
- [18] AI Token Economics for CFOs, Deloitte US
- [19] Will AI Lead to Abundance?, ScienceDirect