Ali Süleyman Topuz

Chapter 5: Budget Planning & ROI Framework

“The organizations that underfund AI transformation do not save money. They spend the same amount more slowly, and end up with less to show for it.”


The Budget Conversation Nobody Wants to Have

At some point in every AI transformation, there is a moment when the strategy conversation has to become a money conversation. The use cases have been identified. The demand analysis is complete. The readiness assessment has been done. And now someone has to answer the question that board members, CFOs, and CEOs are trained to ask: how much is this going to cost, and what are we going to get back for it?

The honest answer to that question is one of the more nuanced things a technology leader has to communicate, because AI transformation budgets are genuinely different from traditional software project budgets in ways that make standard financial planning frameworks uncomfortable. Traditional software projects have relatively well-defined scopes, predictable development timelines, and costs that peak at launch and then stabilize. AI transformation investments are different on all three dimensions. The scope evolves as the team learns what AI can and cannot do in production. The timeline is shaped not just by engineering work but by data preparation and operational calibration that take time regardless of engineering velocity. And the costs do not stabilize after launch they include ongoing operational costs that scale with usage, ongoing evaluation work to maintain quality, and ongoing model updates as the underlying technology continues to evolve.

These characteristics make AI transformation budgets more like infrastructure investments than project investments they require sustained funding across multiple budget cycles, not a one-time capital outlay. Communicating this accurately to finance and executive stakeholders, while still providing the estimates and milestones they need to make funding decisions, is one of the more challenging aspects of leading AI transformation. This chapter provides the frameworks and vocabulary to do both.


The Four Cost Categories

AI transformation spending falls into four distinct categories, each with different characteristics in terms of timing, predictability, and scaling behavior. Understanding these categories is the foundation of a realistic budget.

Category 1: Team investment. This is the largest and most frequently underestimated cost in AI transformation budgets. It encompasses the engineering time required to design, build, and maintain AI systems, the product time required to specify and validate them, the data preparation work required to make existing data AI-ready, and the capability-building investment required to bring the team to the level of fluency the work requires. Team investment is primarily measured in opportunity cost the value of what the engineers and product managers involved could otherwise be doing rather than incremental salary expense. An organization that redirects two engineers from feature development to AI infrastructure for a quarter is not just spending two engineers’ quarterly salaries; it is deferring the features those engineers would otherwise have built. That opportunity cost belongs in the budget model.

Category 2: AI model and API costs. Every production AI system that uses a commercial language model incurs usage-based costs that scale directly with the volume and complexity of the work the system does. These costs are measured in tokens the unit of text that LLMs process and they vary by model (more capable models cost more per token), by request type (longer contexts cost more), and by vendor. A support automation system that processes 500 tickets per day at an average of 1,000 tokens per ticket, using a mid-tier model at $3 per million input tokens and $15 per million output tokens, might cost between $50 and $200 per month at current pricing depending on response length. That seems modest until the system is handling 5,000 tickets per day, at which point the cost is between $500 and $2,000 per month. Model costs need to be estimated at the anticipated production volume, not the development volume, and they need to be reviewed whenever usage grows significantly.

Category 3: Infrastructure costs. AI systems require infrastructure beyond the base application: vector databases for retrieval-augmented generation systems, embedding pipelines to process and index new content, additional caching layers to manage API latency, and expanded monitoring and observability tooling to track AI-specific metrics. These costs are generally more predictable than model costs, scaling more with the amount of data being processed than with the volume of queries. For most B2B SaaS companies beginning AI transformation, the infrastructure cost increment in the first year is moderate typically in the range of $1,000 to $5,000 per month for the additional cloud services required but it is real and should be planned for explicitly.

Category 4: Evaluation and operational overhead. This is the most commonly omitted category, and its omission is responsible for a significant fraction of AI projects that drift from their quality targets over time. Every production AI system requires ongoing evaluation work: measuring whether outputs are meeting quality standards, identifying failure modes, adjusting prompts and configurations when quality degrades, and managing the periodic model updates that vendors push. This work is not glamorous, but it is non-negotiable for a system that is trusted by customers or that drives consequential internal decisions. Budget for evaluation infrastructure (the tooling and processes needed to measure quality systematically) and for the ongoing human time required to review samples, adjudicate edge cases, and act on what the monitoring reveals.


Understanding Model and API Costs

Because model costs are usage-based and scale with production volume, estimating them accurately requires understanding the pricing mechanics well enough to project costs under realistic usage assumptions. Most technology leaders who have not previously worked with LLM APIs underestimate these costs at the initial estimate stage and overestimate them after the first invoice arrives or vice versa. Getting the estimate right upfront requires a structured approach.

The basic unit of LLM pricing is the token, which corresponds roughly to four characters of English text. A one-page document is approximately 500 tokens. A typical support ticket exchange the original question, retrieved context, and the generated response might be between 800 and 2,500 tokens total, depending on the length of the question and response and the size of the context window being used for retrieval.

The cost structure for most commercial LLMs is tiered by model capability: frontier models the most capable models from major providers carry the highest per-token cost. Mid-tier models offer meaningfully lower costs at somewhat reduced capability. The right question is not “which model is cheapest?” but “which model is good enough for this use case?” A support ticket classification task that simply needs to assign one of twenty category labels does not require a frontier model. An agentic workflow that needs to reason across multiple documents and produce a nuanced, multi-step recommendation likely does. Matching model capability to use case requirements is one of the most important cost optimization levers in an AI budget.

Beyond model selection, three cost optimization strategies are worth building into the budget model from the beginning. Prompt caching, offered by some providers, allows frequently repeated portions of the input context system prompts, shared instructions, retrieved documents that appear in many requests to be processed once and cached, reducing the token count for subsequent requests that share the same cached content. For systems with consistent system prompts and large retrieved contexts, caching can reduce effective input costs by 50% or more. Output length management designing prompts that produce appropriately concise outputs rather than verbose ones is often the single most impactful cost lever, because output tokens are typically priced two to five times higher than input tokens on most commercial APIs. Request batching, where multiple independent requests can be processed together during off-peak periods, is available from some providers at a meaningful discount and is appropriate for use cases that are not time-sensitive.

When presenting AI costs to non-technical stakeholders, it is useful to translate token costs into a more intuitive unit: cost per transaction, or cost per user per month. A support automation system that costs $0.02 per ticket processed, handling 500 tickets per month, costs $10 per month in model fees. Expressed as a fraction of the fully loaded cost of a CS rep handling those same 500 tickets manually at $40,000 per year, it costs approximately 0.3% of the manual alternative. This framing makes the ROI case more concrete than any abstract discussion of token pricing.


Team Investment: The Real Cost Driver

For most B2B SaaS companies in the early stages of AI transformation, model and infrastructure costs are a secondary concern. The primary cost driver often by a factor of ten or more is team time. Understanding this clearly changes how the budget is structured and communicated.

Consider a mid-sized engineering team building a production AI system for the first time. The work involves not just building the feature but learning the patterns, tools, and operational practices that make AI systems reliable in production. A senior engineer who is new to AI development will spend a meaningful portion of their first AI project on learning that will accelerate every subsequent project. That learning investment is real cost that belongs in the budget, not hidden overhead to be absorbed.

A realistic team investment estimate for a first production AI feature something like a support ticket classification system or an onboarding assistant typically runs between four and ten engineer-weeks of total effort from initial design through production deployment, including the data preparation work, evaluation framework setup, and operational instrumentation. At a loaded engineering cost of $150,000 to $250,000 per year, four to ten engineer-weeks represents $12,000 to $50,000 in direct team cost, plus the opportunity cost of features not built during that time.

For a full first-year AI transformation program covering three to five production AI systems, the shared infrastructure they require, and the foundational data preparation work a realistic team investment is in the range of one to two engineer-equivalents for the year. At a loaded cost of $200,000 per engineer-year, this represents a $200,000 to $400,000 team investment, before any incremental model or infrastructure costs.

This number often surprises executives who have been led to expect that AI is cheap. The model API cost is cheap. The engineering investment required to build systems that are reliable, safe, well-evaluated, and genuinely useful is not. Organizations that understaff their AI transformation assigning it to engineers already fully allocated to other work, without creating dedicated capacity reliably produce slow progress and poor quality. The investment required is not large in the context of a company’s total engineering spend, but it needs to be real and protected.


Infrastructure and Operational Costs

Beyond team time and model fees, AI transformation introduces several categories of infrastructure spending that deserve explicit budget treatment.

Vector database and embedding infrastructure. For AI systems that use retrieval-augmented generation which includes most production AI features that need to draw on organization-specific knowledge a vector database is required to store and query the embedded representations of your content. Managed vector database services are available from multiple providers at costs that scale with the amount of data stored and the query volume. For an initial deployment with a few hundred thousand documents and moderate query volume, costs typically range from $100 to $500 per month. As the system scales and the knowledge base grows, this cost scales proportionally.

Observability and monitoring. Standard application monitoring tools are not sufficient for AI systems, which can fail in ways that are invisible to latency and error-rate monitoring. AI-specific observability includes tracking output quality distributions over time, measuring semantic similarity between expected and actual outputs, logging input-output pairs for evaluation sampling, and alerting when quality metrics drift outside acceptable ranges. Building this observability layer requires both tooling investment and the ongoing cost of the evaluation workflow it enables. Budget for both.

Compute for embedding and processing pipelines. When documents, support tickets, or other content are added to the system, they need to be processed through an embedding model and stored in the vector database. This processing pipeline requires compute that is separate from the main application and that scales with the volume of new content being ingested. For most organizations, this is a modest but non-zero cost.

Taken together, the infrastructure cost increment for a moderately mature AI transformation program covering vector storage, observability tooling, embedding pipelines, and associated compute typically runs between $1,500 and $6,000 per month in additional cloud and tooling spend. This is not a large number relative to most B2B SaaS cloud budgets, but it is real and should be planned for rather than discovered mid-year.


The ROI Framework

With costs understood, the second half of the budget conversation is returns: what does the organization expect to get back for the investment it is making? The ROI framework for AI transformation organizes returns into three categories, each with a different time horizon and a different level of certainty.

Cost reduction returns are the most immediate and the most quantifiable. They arise when AI replaces or significantly reduces the time required for work that was previously done manually. The support ticket automation system that handles 60% of inbound tickets without human intervention is producing a cost reduction return the same ticket volume is handled with less CS headcount, or the same CS headcount handles a higher volume without additional hiring. Cost reduction returns can be estimated with reasonable precision using the quantitative signals from the internal demand analysis: frequency of the work, time per occurrence, and loaded cost per hour.

Revenue protection returns are the second category. They arise when AI prevents customer churn, accelerates onboarding completion rates, or reduces the friction that causes customers to downgrade or not renew. These returns are harder to attribute to AI precisely, because they interact with many other factors, but they are real and can be estimated from churn data. If 40% of churned customers cited slow support as a contributing factor and the average customer revenue is $500 per month, then reducing support response time from three days to same-day through AI assistance could protect significant annual revenue. The precision of this estimate is limited, but the order of magnitude is defensible.

Revenue growth returns are the most speculative and the most strategically significant. They arise when AI creates new capabilities that attract customers who would not otherwise have considered the product, or that justify price premiums that accelerate revenue per customer. An AI-powered analytics capability that enables customers to derive insights they previously could not access is a revenue growth feature it can be highlighted in sales conversations, justifies a higher tier price point, and creates competitive differentiation that supports win rates. These returns are the hardest to estimate with confidence in advance, but they are often the reason that AI transformation is worth the investment at a strategic level even when the direct cost reduction returns alone would not justify it.

A realistic AI ROI model will include all three categories, with different confidence levels and different time horizons assigned to each. Cost reduction returns materialize within six to twelve months of a successful deployment. Revenue protection returns materialize over twelve to twenty-four months as the effects of improved customer experience accumulate in retention data. Revenue growth returns materialize over twenty-four to thirty-six months as the differentiated capability matures and the sales team learns to leverage it effectively.


The Hidden Costs

Beyond the four primary cost categories, AI transformation carries several hidden costs that consistently surprise organizations encountering them for the first time. Naming them upfront before they surface as unpleasant surprises is a mark of a credible budget.

Security and compliance review. Every production AI system that handles customer data requires a security review that addresses questions standard software reviews were not designed to ask: What data is being sent to third-party AI providers? Is that data covered by your customer data processing agreements? What are the data retention policies of the AI providers you are using, and are they compatible with your obligations? For organizations in regulated industries financial services, healthcare, legal the compliance work associated with AI deployments can be substantial. Even for organizations in less regulated industries, the customer contracts that were signed before AI was a consideration may contain clauses about data processing that limit which AI approaches are permissible. Discovering these constraints during development is significantly more expensive than discovering them during planning.

Customer communication. Customers have a right to know when AI is being used in their interactions with your product, and many will want to know how. Writing and delivering clear, accurate customer communication about AI features in release notes, in in-product tooltips, in help documentation, in proactive CS outreach for customers who might be affected takes real time and should be planned for. The cost is modest in dollars but non-trivial in attention, particularly for the first several AI features when the communication approach is being established from scratch.

Prompt and configuration management. In traditional software, the application logic lives in code that is version-controlled, reviewed, and deployed through established processes. In AI systems, a significant portion of the application logic lives in prompts, system instructions, and retrieval configurations content that is easy to change informally and that can have significant effects on system behavior when changed. Organizations that do not establish a disciplined approach to prompt management early find themselves unable to reproduce system behavior, unable to understand why outputs changed, and unable to roll back when a change degrades quality. Establishing this discipline the processes, tooling, and governance for prompt management is an investment that belongs in the budget.

Vendor management overhead. Organizations that use multiple AI providers for different models, for different capabilities, for redundancy incur ongoing vendor management overhead: contract renewals, pricing reviews, capability evaluations as new model generations arrive, and the engineering work of evaluating and potentially migrating when a competitor’s model offers better price-performance on a specific use case. This is not a large cost, but it is a real one, and it scales with the number of AI vendors in the portfolio.


Building a Realistic Estimate

The most important principle in AI ROI estimation is the distinction between potential return and expected return. Most organizations, when they first quantify an AI opportunity, calculate the potential return what the system would deliver if it worked at the performance level described in vendor demos, if customer adoption was immediate and complete, and if no operational complications arose during the implementation. These estimates are not dishonest, but they are unrealistic.

Expected return is the potential return adjusted for the actual performance characteristics of production AI systems, the realistic adoption curves of new features, and the operational friction that invariably accompanies new infrastructure. A support automation system that achieves 85% containment in a vendor demo will typically achieve 60% to 75% containment in its first production deployment, rising toward the demo figure over six to twelve months of operational calibration. A self-serve analytics feature that the product team projects will be used by 70% of customers in the first quarter will typically be adopted by 20% to 35% in the first quarter, growing from there as onboarding and in-product education improve. Applying realistic adoption and performance discounts to potential return estimates produces expected returns that are credible to finance and executive audiences, and that protect the team’s credibility when actuals land.

A useful heuristic: for the first AI system a team deploys, apply a 40% discount to the potential return estimate to produce the expected return estimate. This accounts for the learning curve, the performance gap between demo and production, and the operational friction of a first deployment. For subsequent systems, as the team’s operational capability matures, this discount can be reduced to 20% for the second or third system, and to 10% or less for a mature team that has calibrated its estimation approach against actual results.


The Phased Budget Model

The most effective approach to structuring an AI transformation budget is a phased model that aligns investment milestones with value delivery milestones. Rather than requesting a large multi-year budget upfront which invites the scrutiny that large capital requests attract a phased model requests smaller investments at regular intervals, with each phase funded based on evidence from the previous one.

Phase 1: Foundation and first production system (months 1–6). Investment in this phase covers the readiness gap work identified in Chapter 2, the data preparation for the first use case, the engineering work to build and deploy the first production AI system, and the foundational observability infrastructure. A typical Phase 1 budget for a mid-sized B2B SaaS company is in the range of $80,000 to $180,000, primarily in team time, with modest model and infrastructure costs. The milestone at the end of Phase 1 is a live production system with documented performance metrics.

Phase 2: Expansion and compounding (months 7–18). Investment in this phase covers the second and third production AI systems, the shared infrastructure improvements that reduce the marginal cost of subsequent systems, and the data infrastructure investments that enable the more ambitious capability demand use cases identified in the demand analysis. A typical Phase 2 budget is in the range of $200,000 to $400,000, with model and infrastructure costs beginning to be a more significant fraction of the total as systems scale. The milestone at the end of Phase 2 is three to five live production systems with measurable business impact across multiple use case categories.

Phase 3: Scale and operational maturity (months 19–36). Investment in this phase covers scaling the highest-performing systems to their full potential, building the proprietary data assets and feedback loops that compound AI value over time, and developing the organizational capability to sustain and advance AI development independently. By this phase, AI development has become a core capability of the engineering team rather than a special initiative. Budgets at this stage are typically integrated into the regular engineering and infrastructure budget rather than tracked separately as a transformation investment.


Tracking and Reporting AI Investment Returns

A budget model is only as useful as the tracking and reporting system that holds it accountable. One of the more uncomfortable truths about AI transformation budgets is that organizations often invest, launch, and then do not measure whether the return they projected actually materialized. This omission is partly accidental tracking AI returns requires instrumentation that the team is often too busy to build and partly deliberate, because tracking returns creates accountability that some teams prefer to avoid.

Building return tracking into the implementation plan from the beginning is the solution. For each production AI system, define the specific metrics that will be used to measure its return, the baseline value of those metrics before the system launched, and the target value that justifies the investment. Support automation return is measured by CS rep time per ticket, tickets handled without human escalation, and customer response time. Internal knowledge assistant return is measured by engineer-reported time spent on internal questions and by Slack thread volume in internal channels used for product questions. Self-serve analytics return is measured by CS time spent on manual report requests, by sales win rates on opportunities where analytics was a factor, and by customer usage of the analytics feature.

These metrics should be reviewed quarterly. When a system is performing above expectations, the review surfaces evidence that justifies continued or expanded investment. When a system is underperforming, the review surfaces the question of whether the gap is a calibration problem (the system needs tuning), an adoption problem (customers or internal users are not using it as intended), or a scoping problem (the use case was less valuable than the demand analysis suggested). Each of these implies a different response, and identifying which is the case requires having the measurement infrastructure in place.


Common Budget Mistakes

Several budget mistakes appear consistently across AI transformation programs and are worth naming explicitly so they can be avoided.

Underestimating evaluation costs. Many budgets plan for building AI systems but do not plan for measuring and maintaining the quality of those systems in production. The team discovers, after launch, that maintaining quality requires ongoing evaluation work that was not allocated human review of output samples, systematic testing against edge cases, prompt updates when quality drifts. This work, unbudgeted and unallocated, either gets done poorly or does not get done, and the system’s quality degrades over time. Budget for evaluation from the beginning, at a level of approximately 15% to 20% of the ongoing operational cost of each production AI system.

Treating AI as a one-time project. AI systems are not projects with defined end states. They are operational systems that require ongoing investment to maintain quality, adapt to changing data distributions, incorporate model updates, and expand their coverage over time. Budgets that treat AI as a one-time capital investment fund it once, launch it, move on produce systems that age poorly. Plan for ongoing AI operational investment as a recurring line item from the first budget cycle.

Ignoring the cost of failed experiments. Not every AI use case that looks promising in the demand analysis will succeed in production. Some will fail for technical reasons; others will fail because the anticipated customer adoption does not materialize; others will fail because the data required was not actually as ready as the assessment suggested. Budget for this failure rate explicitly roughly one in five AI investments will not deliver the expected return rather than assuming all investments will succeed and then scrambling to explain actuals to finance.

Underpricing internal use cases. Internal AI tools are often funded more loosely than customer-facing features, because they do not directly touch the product. This leads to situations where internal AI tools are built quickly, poorly, and without proper evaluation infrastructure and then used by internal teams in ways that affect customer outcomes. The discipline of treating internal AI investments with the same rigor as customer-facing ones proper scoping, proper evaluation, proper operational investment produces better outcomes than treating them as low-priority experiments.


Presenting the Business Case

When presenting an AI transformation budget to an executive team or board, the most effective framing is not a feature list or a cost breakdown. It is a risk-adjusted return narrative that answers the three questions executives actually care about: what does the business get, what is the cost, and what is the risk of not doing it?

The return narrative should lead with the two or three highest-confidence return estimates typically the cost reduction returns, because they are the most quantifiable and the most immediate. Present these as ranges (a cost reduction of $80,000 to $150,000 in the first year from support automation) rather than point estimates, and explain the methodology behind the range. Quantified ranges are more credible than single-number projections because they acknowledge the uncertainty that every informed executive knows is present.

The risk narrative should be direct about the cost of inaction. Refer to the competitive analysis from Chapter 1 if applicable specific competitors who have shipped AI features, specific deals where AI capability was a deciding factor, specific churn themes that AI investment could address. The cost of not investing is not theoretical; it is the accumulated competitive disadvantage that the demand analysis has already documented.

End the business case with a clear ask: specific investment, specific timeline, specific milestones at which progress will be assessed. A board or executive team that approves a well-structured AI budget wants confidence that the investment will be managed thoughtfully. The milestone structure provides that confidence without requiring a level of planning precision that is genuinely not achievable at the beginning of a transformation.


Multi-Year Budget Thinking

The phased model described above addresses the immediate planning horizon what do we invest in Phase 1 and Phase 2, and what do we expect to get? But AI transformation is a multi-year commitment, and the budget model should reflect that even if the detailed numbers are only reliable in the near term.

A useful exercise is to sketch the three-year budget trajectory in broad strokes, even before the detailed planning for Phase 1 is complete. The sketch should address three questions: What does the annual AI investment look like in year one, year two, and year three? How does the composition of that investment change over time? And what does the accumulated return look like at the end of year three?

The typical trajectory for a B2B SaaS company executing a well-run AI transformation looks something like this. Year one is heavily weighted toward team investment capability building, data preparation, and first production systems with modest model and infrastructure costs. The return in year one is primarily the organizational capability built and the evidence base created, with some direct financial return from the first production systems. Year two sees the team investment plateau as the capability has been built, while model and infrastructure costs begin to grow with usage scale. The return in year two begins to be meaningful in aggregate, with three to five production systems generating returns that are measurable in the financial model. Year three sees model and infrastructure costs continuing to grow as usage scales, team investment shifting from building new systems to maintaining and improving existing ones, and total return significantly exceeding total investment on an annualized basis.

The specific numbers vary widely by organization size and ambition. But the shape of the curve investment-heavy early, return-heavy later, with the inflection point typically in the second half of year two is consistent enough to serve as a template for framing multi-year budget conversations with finance and executive stakeholders.

This trajectory also has implications for how the AI budget is classified financially. In year one, much of the investment represents capability building and infrastructure that will generate returns over multiple years a stronger argument for capital treatment than for full current-period expense. Organizations that have worked through this classification question with their finance teams tend to find that a mixed treatment capitalizing the infrastructure and data preparation components while expensing the operational and team development components produces a financial presentation that is both technically defensible and more digestible for stakeholders who are sensitive to current-period expense impact.


Nexus in Focus: Building the Budget

When Marcus brought the AI transformation budget proposal to James, he had two objectives: to get the investment approved, and to set expectations that would hold up when actuals came in. Both objectives required the same thing an honest estimate, not an optimistic one.

Marcus structured the budget around three phases. Phase 1 requested six months of dedicated time from Thomas plus 25% of one additional engineer, covering the support ticket classification system and the internal knowledge assistant. The team time cost, at loaded rates, was approximately $95,000. Infrastructure and model costs for the first six months were estimated at $8,000, based on projected ticket volumes and knowledge base size. Total Phase 1 request: $103,000.

The return estimate for Phase 1 was deliberately conservative. The support automation system, at a realistic 65% containment rate, was projected to save approximately 8 to 12 hours of CS rep time per week roughly $20,000 to $30,000 in annualized cost reduction. The internal knowledge assistant was expected to recapture approximately 6 engineer-hours per week that were currently spent on internal product questions approximately $35,000 to $50,000 in annualized engineering capacity. Together, Phase 1 was projected to produce $55,000 to $80,000 in annualized returns, against a $103,000 investment. That is not a spectacular ROI. Marcus said so explicitly. “Phase 1 is where we learn how to do this well. The return in Phase 1 is a working production system and a team that knows how to build the next one.”

The Phase 2 estimate covering the onboarding assistant and the self-serve analytics capability carried larger projected returns: $180,000 to $280,000 in annualized cost reduction and revenue protection, against an estimated investment of $220,000 to $320,000. Phase 2 was also where Marcus estimated the competitive positioning return would begin to appear in win rate data, though he did not include a number for it in the financial model. “I don’t want to promise a number I can’t measure cleanly,” he told James. “But I believe Phase 2 is where we start winning deals we’re currently losing.”

James approved both phases. The framing that worked was not the ROI math it was the risk framing. Marcus had documented fourteen lost deals citing AI capability as the deciding factor. He had documented churn patterns that pointed to support quality as a contributing factor. He had not needed to make AI transformation sound exciting. He had made the cost of not doing it concrete enough that doing it was the obviously rational choice.

One aspect of the conversation that Marcus prepared for but did not ultimately need was the “why not just buy a vendor solution?” question. He had an answer ready: for the support classification and internal knowledge use cases, he had evaluated two off-the-shelf tools and concluded that neither offered the depth of integration with Nexus’s specific data model and ticket taxonomy that the custom approach would. For the analytics capability planned for Phase 2 the answer was different: he had identified a vendor solution worth evaluating as a starting point before committing to a fully custom build. Having thought through the build vs. enable question for each use case, with explicit reasoning, meant the budget conversation stayed on strategy rather than getting sidetracked into a general discussion about buying versus building.


If You’re Buying, Not Building

For organizations procuring AI tools rather than building them, the budget structure is different but the planning discipline is the same.

The primary cost categories for buyer organizations are: subscription or usage-based fees for AI-enabled tools, the internal change management investment required to drive adoption, the data preparation work required to make your existing data available to the AI tools you are deploying, and the integration work required to connect AI tools to your existing systems and workflows. The last two categories are consistently underestimated in vendor-led budget conversations, because vendors have an incentive to minimize the cost of getting started.

When evaluating the ROI of an AI tool, apply the same discounting discipline as builders. A vendor claiming “90% reduction in processing time” based on their customer success stories is presenting a potential return under ideal conditions. Apply a realistic performance and adoption discount typically 30% to 50% for first deployments to produce an expected return that reflects your actual operating environment.

The phased approach works equally well for buyers: pilot with one team or one use case before committing to an enterprise-wide deployment. The pilot phase validates both the vendor’s performance claims and your organization’s change management capacity, at a fraction of the cost of a failed enterprise rollout.


Key Takeaways

  • AI transformation budgets differ from traditional software project budgets in three fundamental ways: scope evolves with learning, costs include significant ongoing operational components, and the return is distributed across multiple time horizons with different certainty levels. Treating AI budgets like traditional project budgets produces underfunded programs that cannot sustain the operational work needed to maintain quality.
  • The four primary cost categories are team investment, model and API costs, infrastructure, and evaluation and operational overhead. Team investment is typically the largest cost driver, and evaluation overhead is the most commonly omitted. Hidden costs security and compliance review, customer communication, prompt management infrastructure, vendor management are small individually but meaningful in aggregate and should be planned for explicitly.
  • Model costs are predictable if approached systematically: estimate at production volume rather than development volume, select the least capable model that meets quality requirements for each use case, and build in cost optimization strategies prompt caching, output length management, batching from the beginning.
  • Returns fall into three categories: cost reduction (most immediate and quantifiable), revenue protection (medium-term, moderately quantifiable), and revenue growth (long-term, most strategic). All three belong in a complete ROI model, and all three should be presented with time horizons that reflect how long each type of return takes to materialize.
  • Always present expected returns rather than potential returns. Apply a realistic performance and adoption discount 40% for first deployments, declining with experience to produce estimates that will hold up when actuals arrive. Credibility established in the first budget cycle compounds; credibility lost in the first budget cycle is hard to recover.
  • A phased budget model small initial investment, milestone-gated expansion is more likely to be approved and more likely to produce good outcomes than a large upfront commitment. Phase 1 is as much about building organizational confidence as it is about building AI systems.
  • Return tracking is not optional. Define the measurement approach for each production system before it launches, establish baselines, and review actuals quarterly. The measurement infrastructure should be included in the budget from the beginning.

Action Items

  1. Build a cost model for your top three AI use cases from Chapters 3 and 4. For each, estimate: engineering weeks required, model cost at projected production volume, incremental infrastructure cost, and ongoing evaluation overhead. Produce a range, not a point estimate.
  2. For each use case, calculate an expected return estimate across all three return categories cost reduction, revenue protection, revenue growth. Apply a 40% discount to produce expected returns from potential returns.
  3. Structure your investment request as a phased model. Define what Phase 1 delivers in six months, what it costs, and what the milestone is at the end of Phase 1 that would justify Phase 2 funding.
  4. Prepare the risk-of-inaction section of your business case. Document the specific competitive losses, churn patterns, or customer feedback that quantifies the cost of not investing. This section often does more work in executive conversations than the ROI math.
  5. Identify the evaluation infrastructure required to measure the quality of each proposed AI system, and include it in the budget. If you cannot measure whether the system is working, you cannot justify the ongoing investment to maintain it.
  6. Sketch a three-year budget trajectory in broad strokes even before Phase 1 planning is complete. Document how the composition of investment shifts from year one (capability building, heavy team investment) to year three (operational scale, return-dominant). This sketch gives executive stakeholders a longitudinal picture that single-year budget requests cannot provide, and it sets accurate expectations about when the cumulative return exceeds the cumulative investment.
  7. Work with your finance team to determine the appropriate accounting treatment for AI investment components. The infrastructure and data preparation components may qualify for capital treatment; the operational and team development components typically do not. Establishing this classification upfront prevents complications in later budget cycles and ensures your financial reporting accurately reflects the nature of what you are building.