Skip to content
Xavi Creus

AI

AI in operations: where it really pays, with real numbers

AI in operations pays first in support, code and the back office. Realistic ranges for ticket deflection, time saved and cost per resolution, with sources.

By Xavi Creus7 min read

I get shown AI business cases every week, and most of them share the same defect: they multiply a vendor's headline number by the whole payroll. The result looks like a 40% cost reduction and lands, 12 months later, as a chatbot nobody trusts and an engineering team that is busier than before. The gap between the slide and the operation is what this post is about.

I run +10 SaaS and AI companies with 100+ people and customers in 20+ countries, and I still write code and read the papers. So here is the operator's view: where AI already pays in support, sales, finance and software, with realistic ranges backed by public sources, how we measure it in my companies, and the 5 ways it fails.

Key takeaways

  • According to McKinsey's State of AI 2026 survey, only 37% of organisations report any EBIT impact from AI, flat versus 2025, while 80% of people say it improved their own productivity: the value is real but it stays at the desk unless you redesign the process.
  • Customer support is the function with the clearest numbers: Klarna's assistant handled two thirds of chats and cut resolution time from 11 to under 2 minutes, and vendors such as Intercom now price at $0.99 per resolved conversation.
  • In software, controlled tests show both extremes: 55.8% faster on a greenfield task with GitHub Copilot, and 19% slower for experienced developers on mature codebases in METR's 2025 trial, so the gain depends on the task.
  • Measure cost per resolution, cycle time and quality together, never deflection alone, because the fastest way to make an AI project look good is to hide the tickets it bounced.

Where does AI already pay in operations?

In 2026 AI pays reliably in 3 places: high-volume customer support, software development and repetitive back-office work such as document processing and reconciliation, and it pays much less reliably in sales, where the bottleneck is trust rather than throughput.

The macro picture is sobering. According to McKinsey's State of AI 2026 survey of 1,719 respondents in 97 countries, 80% say AI has improved their individual productivity, but only 37% report that it contributed anything to their organisation's earnings before interest and taxes (EBIT), essentially unchanged from a year earlier, and only about 6% qualify as high performers with at least 5% of EBIT attributable to AI. Individuals are faster; companies mostly are not.

My reading of that gap is simple. Time saved by a person evaporates unless you change what the process expects of them: fewer people on the queue, a shorter service level, a smaller vendor bill. AI pays where the workflow is redesigned around it, not just assisted by it.

What does AI actually deliver in customer support?

A well-fed AI agent on a mature knowledge base resolves 30% to 60% of inbound conversations without a human, and the honest number for a company starting from scratch is the low end of that range.

The reference case is Klarna. According to its February 2024 announcement, the assistant handled 2.3 million conversations in its first month, two thirds of all support chats, cut average resolution time from 11 minutes to under 2, reduced repeat inquiries by 25% and did the work of about 700 full-time agents, with an estimated $40 million profit improvement for 2024. The second half of the story matters as much: in May 2025 Klarna's CEO told Bloomberg that cost had become "a too predominant evaluation factor" and that the result was lower quality, and the company started hiring humans back for complex cases.

Pricing has moved to outcomes, which helps the business case. Intercom's Fin charges $0.99 per resolution, where a resolution is counted when the customer confirms the answer helped or leaves without asking for more. In my companies we compare that against a fully loaded human cost per ticket of roughly €4 to €12 depending on the country and the product, so the arithmetic works if, and only if, the AI resolution is a real resolution. Track customer satisfaction and reopen rate on AI-handled tickets separately, or you will be paying for silence.

Does AI pay in sales and marketing?

AI pays in sales operations, not in selling: research, data entry, call summaries, proposal drafts and lead routing shrink by hours per rep per week, while conversion rates barely move when the AI talks to the buyer directly.

In my companies the measurable gains are in the boring layer. Account research that took 20 minutes before a call takes 2. Meeting notes and CRM updates that reps skipped now happen automatically, which improves forecast quality more than any dashboard did. Outbound copy gets drafted in the buyer's language for 20+ countries without a translation queue.

Where I stay careful is automated outreach and AI sales agents. Volume is cheap now, so buyers are flooded and reply rates fall for everyone. The advantage goes to whoever uses AI to be more relevant, not more frequent. I measure sales AI on hours returned to selling and on pipeline data completeness, not on revenue, for the first 2 quarters.

Does AI pay in finance and the back office?

Yes, and quietly: invoice matching, expense classification, contract review and month-end reconciliation are structured, repetitive and verifiable, which is exactly where language models are strongest and safest.

This is the function most boards underestimate because it has no demo appeal. In my companies the finance team uses AI to pre-classify transactions, extract fields from supplier invoices, draft management commentary and flag anomalies before the accountant looks. The human still signs. The gain is a shorter close and fewer errors rather than fewer people.

Two rules keep it safe. First, the AI proposes and a person approves anything that touches money, tax or a contract. Second, every AI-produced number must be traceable to its source document in 1 click, because an auditor will ask.

How much faster does AI make software teams?

Between much faster and slightly slower, depending on the task: greenfield, well-specified work speeds up dramatically, while changes to large, mature codebases by experienced engineers can take longer once you count review.

The 2 most cited controlled studies point in opposite directions and both are right. In the GitHub Copilot experiment published on arXiv in 2023, developers implementing an HTTP server in JavaScript finished 55.8% faster with the assistant. In METR's randomised trial published in July 2025, 16 experienced open-source developers working on 246 real issues in mature repositories took 19% longer when allowed to use AI tools, mostly Cursor with Claude 3.5 and 3.7 Sonnet. They had expected a 24% speedup, and even afterwards believed they had been 20% faster. Perception is not a metric.

In my companies the 2026 pattern with agentic tools such as Claude Code is clear: prototypes, tests, migrations, documentation and internal tools move several times faster; core product changes move maybe 20% to 30% faster once review is included; and review has become the bottleneck, so we invested in automated review, stricter continuous integration and smaller pull requests.

How do I measure whether AI pays?

Measure AI in operations with 1 unit-cost metric, 1 speed metric and 1 quality metric per process, compared against a baseline you froze before the rollout.

This is the scorecard we use across my companies. It fits on 1 page and it is reviewed monthly by the person who owns the process, not by the AI team.

  • Cost per resolution or per document processed, fully loaded, before and after, including the AI vendor bill.
  • Resolution or deflection rate paired with reopen rate and customer satisfaction on AI-handled cases only.
  • Cycle time: first response, time to close, days to month-end close, lead time from pull request to production.
  • Quality: error rate found downstream, escalations, defects per release, audit findings.
  • Human hours returned, and what those hours were actually reallocated to.
  • Adoption: share of the team using the tool weekly, because a licence nobody opens is pure cost.

What fails most often?

AI projects in operations fail for 5 reasons, and none of them is the model: bad knowledge bases, no process redesign, no owner, vanity metrics and skipping the human fallback.

I have made most of these mistakes myself. The pattern is always the same: the pilot works because the founder babysits it, and production fails because nobody owns the knowledge base 6 months later.

  • The knowledge base is stale or contradictory, so the agent answers confidently and wrongly; fix the content before the model.
  • The process is untouched, so the time saved is absorbed and nothing changes in cost or service level.
  • Nobody owns it after launch; every AI system needs a named operator who reviews failures weekly.
  • Deflection is celebrated while satisfaction and reopens are ignored, which is how Klarna ended up rehiring.
  • No clean path to a human, which turns a cost saving into churn.

AI in operations pays, but it pays where you can redesign the workflow and verify the output: support, code and back-office paperwork first, sales last. The public numbers support a realistic plan, not a miracle: two thirds of chats at Klarna, $0.99 per resolution at Intercom, 55.8% faster on a greenfield task and 19% slower on a mature codebase, 37% of companies seeing any earnings impact. Pick 1 process, freeze the baseline, redesign the work around the tool, and measure cost, speed and quality together. That is how it has paid in my companies, and it is the only way I have seen it pay anywhere.

Frequently asked questions

What is a realistic ticket deflection rate for an AI support agent?
Start by planning for 30% to 40% of conversations resolved without a human and grow from there as the knowledge base improves. Klarna reported two thirds of chats handled by its assistant, but with a mature help centre and 23 markets of volume, and it later rebalanced towards humans for complex cases.
Does AI make developers faster or slower?
Both, depending on the task. A 2023 controlled experiment with GitHub Copilot found a 55.8% speedup on a well-defined greenfield task, while METR's 2025 randomised trial found experienced developers were 19% slower on mature open-source codebases. In my companies the gains are largest on prototypes, tests, migrations and internal tools, and review becomes the bottleneck.
Why do so few companies see earnings impact from AI?
Because time saved by individuals does not become money unless the process changes. According to McKinsey's 2026 survey, 80% of respondents report personal productivity gains while only 37% of organisations report any EBIT impact. The difference is process redesign, ownership and measurement, not the model.

Sources

  1. 01McKinsey: The state of AI in 2026: on the road to ROI (August 2026)
  2. 02Klarna: AI assistant handles two-thirds of customer service chats in its first month
  3. 03CX Dive: Klarna changes its AI tune and again recruits humans for customer service
  4. 04Intercom Fin Help Center: Fin pricing: outcomes ($0.99 per resolution)
  5. 05arXiv: The Impact of AI on Developer Productivity: Evidence from GitHub Copilot
  6. 06METR: Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity

Want to apply this to your company?

Book an hour, a morning or a day with me and we will turn the article into decisions.

See the sessions