Agentbrisk

Measuring ROI on Internal AI Tools: Formulas That Actually Work

March 22, 2026 · Editorial Team · 7 min read · ai-strategyroienterprise-ai

At some point, someone will ask you to justify the AI tools your team is using. Maybe it's a budget review. Maybe it's a new CTO doing a spend audit. The question is usually some version of: "we're spending $X per month on AI, what are we getting for it?"

If you can't answer that question with numbers, the AI spending is vulnerable to cuts regardless of whether it's actually working. More importantly, if you can't measure the value, you can't tell which tools are genuinely helping and which ones your team uses out of habit.

Here's how to build an ROI case that holds up.


The basic formula and why it fails

The standard ROI formula is simple: (Value Generated - Cost) / Cost.

For AI tools, this usually gets simplified to: (Hours Saved per Month x Fully Loaded Hourly Cost) - Monthly Tool Cost.

If your team of 10 engineers each saves 5 hours per week using an AI coding tool, that's 50 hours/week, or about 200 hours/month. At a fully loaded hourly cost of $150 (salary + benefits + overhead), that's $30,000 of value per month. If the tool costs $3,000 per month, you have 900% ROI.

The formula works. The problem is the inputs. "Hours saved" is almost never measured directly. It's estimated by the people who want to justify the purchase, which means it's optimistic. Survey-based estimates of time saved reliably overstate actual productivity gains by 30-50% compared to measured outputs.

To get a number that's defensible in a budget review, you need a measurement method that doesn't rely on self-reporting.


Output-based measurement: count what you can count

The most credible productivity measurements are output-based: you measure something the team produces, not how long it took them to produce it.

For engineering teams:

Before the AI tool was deployed, what was your team's weekly output in terms of pull requests merged, story points completed, bugs closed, or another tracked metric? After deployment, what is that number?

A team at a payments startup tracked pull requests merged per engineer per week for 6 weeks before and 6 weeks after deploying GitHub Copilot. The pre-Copilot average was 4.2 PRs/engineer/week. Post-Copilot: 5.8 PRs/engineer/week. That's 38% more output, measurable and defensible. Copilot costs $19/user/month. The team of 12 paid $228/month and got the equivalent of about 4 extra engineer-weeks of output per month.

The limitation of output metrics is that they don't capture quality changes. If the PRs are larger but less reviewed, the apparent productivity gain doesn't tell the whole story. Combine output metrics with a quality indicator (test coverage, defect rate on merged PRs, code review round-trips) to get a fuller picture.

For customer-facing teams:

How many tickets does a support agent resolve per day? How many outbound sequences does a sales rep complete per week? How many cases does a legal analyst process per week? These are the right output metrics for those functions.

A customer success team at a B2B software company tracked cases closed per analyst per week before and after deploying an AI case summarization tool. Pre-AI: 22 cases/week average. Post-AI: 31 cases/week average. Same headcount, 41% more throughput. Tool cost: $800/month. Value at $75/hour fully loaded cost: roughly $18,000/month in labor equivalent. ROI is obvious.


The time-study alternative

When you can't measure outputs directly, a structured time study is more reliable than a survey.

Ask a representative sample of your team to log their time in 15-minute increments for 5 working days, before the AI tool is deployed. Log specific activities: writing code, reviewing code, writing documentation, debugging, context switching, meetings. This is the baseline.

Repeat the time study 4-6 weeks after the AI tool is deployed with the same people. Compare the time allocation to the same activities.

This is more labor-intensive than a survey, but it's also more honest. People filling out a time log in real time are less likely to overestimate AI savings than people answering "how much time do you think the AI saved you?" six weeks later.

One finding that comes up repeatedly in time studies: AI tools often don't reduce time on a task as much as they shift where the effort goes. An AI writing tool might reduce the time to produce a first draft by 70%, but total editing and review time increases by 40% because the team produces more drafts. Net time saved is 30%, not 70%. The survey would have said 60%.


The productivity vs replacement question

AI tool ROI conversations often conflate two different things: productivity increase (the same headcount does more) and replacement (fewer people are needed for the same output). The distinction matters for how you frame the ROI case.

Productivity framing: "Our 8-person team is now as productive as a 10-person team would have been." The ROI is the avoided cost of 2 additional hires. At a total cost of employment of $200,000 per engineer, that's $400,000 per year of avoided spend. This framing doesn't require layoffs; it means you grow headcount more slowly as the business scales.

Replacement framing: "We reduced headcount by 2 people because AI handles what they were doing." The ROI is actual cost reduction: $400,000 per year in savings. This framing is more politically complicated because it involves real employment decisions.

Most organizations should use the productivity framing, because it's more accurate to what actually happens. AI tools rarely replace people directly; they allow the same people to handle more. The business benefit is captured when growth happens without proportional headcount increases.

For ROI calculations, quantify both scenarios and present both. Let the decision-makers choose the framing that fits their situation.


Accounting for quality and error reduction

Time and throughput are only part of the value. AI tools often reduce errors, and error reduction has real dollar value that doesn't show up in productivity metrics.

A few ways error reduction shows up:

Code quality: Fewer bugs shipped means fewer engineering hours spent on hot fixes, lower customer support volume, and lower reputational cost. If your average post-release bug costs 4 hours of engineering time to fix plus 2 hours of customer support, and your AI tools reduce bug rate by 15%, calculate the dollar value of those avoided bug-hours.

Document accuracy: An AI-assisted contract review tool that catches a clause that would have cost $50,000 in legal fees is generating direct value. This is harder to measure systematically (you can't easily measure what didn't happen), but significant near-miss events can be documented and included in ROI analysis.

Customer satisfaction: If AI tools reduce error rates in customer-facing outputs, customer satisfaction metrics often improve. CSAT and NPS are proxy indicators, but if they improve after AI tool deployment and you can attribute the change to reduced errors, include them.

Quality improvement is usually secondary to the throughput argument in ROI cases, but it's real and worth documenting.


Case study: internal AI knowledge base at a 400-person company

A professional services firm deployed an internal AI tool that let employees ask questions and get answers drawn from the company's internal documentation, past project work, and process guides. Previously, these questions were answered by senior staff (taking their time) or went unanswered (slowing down the person asking).

Measurement approach: They counted the number of help desk tickets and "process question" Slack messages to senior staff per week before and after deployment. Pre-deployment: 85 such interactions per week. Post-deployment: 31 per week. A 64% reduction in interruptions to senior staff.

Dollar value: They estimated that each interruption cost 20 minutes of a senior employee's time on average. 54 fewer interruptions per week, 20 minutes each, 52 weeks per year. That's 936 hours of senior time saved per year. At an average fully loaded cost of $175/hour for senior staff, that's $163,800 in annual value.

Tool cost: $1,800/month, or $21,600/year.

ROI: ($163,800 - $21,600) / $21,600 = 658%.

This is a real case from a services firm (anonymized). The calculation is conservative; it doesn't include the value to the junior employees who got faster answers, or the improvement in decision quality when answers were readily available rather than delayed.


Building the business case document

When you're presenting an AI tool ROI case, the format that works best with finance teams:

  1. Problem statement: what is the specific inefficiency being addressed, in quantitative terms?
  2. Baseline measurement: how did you measure the current state? (Output metrics, time study, or other method)
  3. Post-deployment measurement: same method, applied after the tool has been in use for at least 4-6 weeks
  4. Value calculation: time saved x hourly cost, or throughput increase x output value, or error reduction x cost per error
  5. Tool cost: total cost including licenses, integration time, and ongoing maintenance
  6. ROI and payback period: calculated ROI and how long until cumulative savings exceed cumulative costs
  7. Risks and limitations: what the measurement method doesn't capture, what could go wrong

Keep it to 2 pages. Finance teams don't need detail; they need a defensible number with an honest statement of what assumptions it rests on.


The AI tools that survive budget reviews aren't necessarily the ones with the best technology. They're the ones that have been measured. If you can show a before-and-after with real numbers and a clear methodology, you'll find it easier to maintain and expand your AI budget in a year when every line item is getting scrutiny.

Search