Fieldtested
GUIDE

AI agent ROI: a B2B operator's cost-modeling framework

Published May 30, 2026

How to model the real ROI of an AI agent deployment — what to count, what to ignore, where the hidden costs live, and how to spot the payback math that doesn't survive contact with production.

Most AI agent ROI models I’ve reviewed for B2B procurement decisions are wrong in the same predictable ways. The headline number looks great because the model counts every benefit and misses two-thirds of the costs. This guide is the framework I use when teams ask me to stress-test their business case before signing the contract.

The standard wrong model

The pitch deck math usually looks like this:

  • “Agent handles 1,000 tasks/month at $0.05 each = $50/month platform cost”
  • “Each task replaces 10 minutes of analyst time at $40/hour = $66/hour saved × 1,000 tasks = $6,667/month value”
  • “Net ROI: 13,200% annualized, payback in 0.4 weeks”

Every number in that model is technically defensible. The result is still misleading because it ignores the costs that actually dominate the first year. Production teams that buy on this math end up confused six months in about why the savings aren’t showing up in the budget.

What the model needs to include

Real ROI math has three cost categories that the demo-day version omits.

Build cost (one-time, but real)

Designing an agent that works in production takes engineering time. Even on no-code platforms like Lindy or Relevance, the design and prompt-tuning work is multiple person-weeks for any non-trivial use case.

  • Use case design: 1-3 weeks
  • Initial prompt engineering: 1-2 weeks
  • Integration setup (CRM, email, etc.): 1-2 weeks
  • Edge-case handling and prompt iteration: 2-4 weeks
  • First production rollout with monitoring: 1-2 weeks

A realistic first-agent build is 6-12 weeks of meaningful effort across operators, engineers, and stakeholders. At loaded cost (~$10-15k/week for the team time), that’s $60-180k of build cost on the first agent. Subsequent agents on the same platform are 3-5x faster — which is why the platform choice matters less for agent #1 than for agents 2-10.

Run cost (recurring, often understated)

Platform fees are the visible cost. The invisible run costs:

  • LLM tokens beyond what’s bundled. Most platforms bundle some token allowance; most production deployments exceed it.
  • Tool call costs. API calls to CRM, enrichment providers, etc. — usage scales with agent volume.
  • Human-in-the-loop time. Production agents need supervision, especially in the first 3 months. Plan for 5-15% of operator time on review and exception handling.
  • Failure-mode cleanup. When an agent does something wrong, someone fixes it. This cost is real and discontinuous.

A platform billing $200/month often produces a $400-800/month all-in cost when you count tokens, tools, and human time honestly.

Quality cost (rarely modeled, often pivotal)

The standard model assumes the agent does the work as well as the human it replaces. This is almost never true at first.

Stanford’s AI Index 2026 reports a 37% gap between agent benchmark performance and real-world task completion. Take that seriously. In practice, expect the first version of your agent to do roughly 60-70% of the work at human-equivalent quality, with the remaining 30-40% needing rework, escalation, or replacement.

This compounds. If an agent handles 1,000 tasks/month but 30% need human follow-up, the “labor saved” math should count 700 saved tasks, not 1,000. And the 300 needing follow-up often cost more than the original task would have, because the human now starts from a half-finished output.

The honest first-year model

Replace the standard model with this structure:

Year 1 cost = Build + Run + Quality offset

  • Build: $60-180k for the first production agent (lower for subsequent agents on the same stack)
  • Run: $5-15k/year for moderate-volume deployments at typical platform pricing
  • Quality offset: 30-40% of expected labor savings doesn’t materialize in months 1-3

Year 1 value = Labor saved × Quality realization × Confidence factor

  • Labor saved: hours displaced × loaded cost
  • Quality realization: 60-80% in months 1-6, 80-95% in months 7-12
  • Confidence factor: 0.7-0.9 — discount the model by 10-30% to account for the things you didn’t think of

For a typical B2B agent (inbound qualification, meeting prep, CRM enrichment) replacing 30-50 hours/month of operator time at $50/hour loaded, the honest year-1 net is:

  • Value: 35 hr × $50 × 12 mo × 0.75 quality × 0.8 confidence ≈ $12,600
  • Cost: $80k build + $8k run ≈ $88,000
  • Net Year 1: -$75k

That looks bad until you run year 2-3.

Why year 2-3 changes the picture

The build cost amortizes. Once you have one agent shipping and a platform you know how to operate, subsequent agents cost 20-40% of the first one. The quality realization gets to 85-95% by month 12 because you’ve debugged the edge cases. The team’s velocity on agent-shaped problems increases.

A reasonable year 2-3 model for the same team adding 2-3 agents per year:

  • Year 2 value: $40-60k (3 agents at 80% quality)

  • Year 2 cost: $50-80k (incremental build + scaled run)

  • Year 2 net: -$20k to +$10k

  • Year 3 value: $80-120k (5-6 agents at 90% quality)

  • Year 3 cost: $40-70k

  • Year 3 net: +$40-70k

Three-year cumulative net is typically +$50-150k for B2B teams that successfully build internal capability. The teams that don’t — who quit after year 1 because the math looked bad — never see that compounding.

The costs the model usually misses

Three costs I’ve seen sink otherwise-solid business cases:

Vendor lock-in tax. Multi-year contracts at fixed seat or task pricing look cheap until your usage either drops (you’re stuck paying) or grows (you need to renegotiate from a weak position). Budget for 10-20% of platform spend as renegotiation cost.

Integration debt. Each integration you build into the agent ties you to that vendor’s API stability. When the CRM changes its API, you pay engineering time to keep up. Long-running agents accumulate integration debt that’s invisible until something breaks.

Opportunity cost on engineering time. Six engineering weeks spent on an agent could have built a different feature. Whether the agent investment was worth the alternative use of that engineering time is the real comparison — not agent cost vs human labor cost.

Cost benchmarks by platform

Rough run-cost ranges I’ve seen in production, for moderate-volume B2B agent deployments (1,000-5,000 tasks/month):

  • No-code SaaS (Lindy, Relevance): platform $200-500/month, tokens included or capped, all-in $250-700/month. See the Lindy review and Relevance AI review for unit economics.
  • iPaaS with AI nodes (n8n): platform $20-100/month self-hosted, tokens $50-300/month, all-in $100-400/month. See the n8n review.
  • Code-first frameworks (CrewAI, LangChain): platform $0-300/month, tokens $100-1,500/month (multi-agent setups burn tokens), observability $40-300/month, all-in $200-2,000/month. See CrewAI vs LangChain.
  • Voice platforms (Retell, Vapi, Bland): per-minute pricing, all-in $0.10-0.50/voice minute. See the Retell vs Vapi comparison for stack-level cost trade-offs.

The platform cost rarely dominates the total. Build time and quality realization dominate. Pick the platform that minimizes your build time and maximizes your quality realization — not the one with the lowest sticker price.

How to defend the business case

When you take an AI agent business case to a CFO or budget committee, three structural moves help:

  1. Lead with the year-3 cumulative number, not year 1. The pattern of investment-then-return is real and predictable; don’t hide it.
  2. Show the quality realization curve. “We expect 70% quality at month 3 and 90% by month 12, based on industry data” is more credible than “the agent will work.”
  3. Separate the platform decision from the program decision. Approve the program (build internal AI agent capability) on a 2-3 year horizon. Treat the platform choice as a sub-decision that can change as the program matures.

The CFOs who fund AI agent programs successfully are the ones who got an honest model up front. The ones who didn’t — who got demo-day math — kill the program in month 9 when the savings haven’t appeared yet.

What to do this quarter

If you’re evaluating an AI agent platform right now:

  • Run the honest year-1 model before you sign. Expect a loss; commit anyway if the year-3 number is convincing.
  • Pick the smallest first use case that meaningfully exercises the platform. See the Choosing your first AI agent platform framework.
  • Budget for human-in-the-loop time at 10-15% of operator capacity in months 1-3. Plan for it; don’t apologize for it later.
  • Track quality realization explicitly. Set a metric, measure monthly, share it with the budget owner. The compounding case depends on showing the curve.

The honest model is the one that survives. The optimistic model is the one that gets you the budget approval — and then sinks the program when reality arrives.

Stéphane Viaud-Murat

Stéphane Viaud-Murat

CEO, mi4.fr