Skip to content
Business functions

AI Agents for Customer Support: The Deflection Math

Orange ITS — AI engineering team 7 min read

Support costs are predictable. A ticket lands, someone reads it, looks something up, types a reply, and closes it. Repeat a few hundred times a day. The real question is whether that someone needs to be a person for every single ticket — and what the economics look like when they don’t.

That’s the frame this article operates in: not “AI is changing support,” but a concrete cost comparison. If you’re evaluating an AI agent for customer support against hiring one more agent or upgrading your help-desk platform, the numbers below are the ones you need to run.


What a Deflected Ticket Is Actually Worth

Deflection means a customer gets a complete, accurate answer without a human agent touching the ticket. The agent handles it end-to-end: reads the query, retrieves relevant information (from your knowledge base, order system, or CRM), generates a response, and optionally takes an action — like triggering a refund or updating an account field.

The per-ticket cost of human support varies significantly by market and role seniority, but for planning purposes a common benchmark is €8–€18 per ticket when you factor in salary, benefits, management overhead, tooling licences, and quality assurance (Gartner pegs the global median for assisted channels at around $13.50; IT service desk Tier-1 averages run closer to $22 per MetricNet). In higher-cost markets like Switzerland, the upper end of that range or beyond is realistic.

An AI agent’s marginal cost per ticket, once deployed, is driven by compute (LLM API calls, infrastructure). For a well-scoped support use case — not a sprawling multi-system orchestration — this typically lands in the €0.01–€0.30 range per interaction depending on query complexity, number of API calls, and the model tier used (simple single-turn queries on a lightweight model can cost under €0.01; agentic multi-step workflows with tool calls on a mid-tier model run €0.05–€0.30). The fixed costs (development, integration, ongoing maintenance) amortise across volume.

The spread between those two figures is the economic argument. Everything else is about how reliably you can capture it.


Running the Scenarios: Three Support Profiles

Rather than citing industry averages that may not reflect your situation, it’s more useful to model a few recognisable profiles.

Scenario A: E-Commerce Brand, 400 Tickets/Week

Roughly 60% of tickets are order status, return requests, or standard policy questions. The rest require human judgement — escalations, complaints, unusual edge cases.

  • Deflectable tickets per week: ~240
  • Human cost per ticket: €12 (mid-range estimate)
  • Weekly human cost for those tickets: ~€2,880
  • Weekly AI agent cost at €0.20/ticket: ~€48
  • Weekly saving: ~€2,832, before accounting for faster resolution and 24/7 availability

At this volume, a custom AI agent integration typically pays back development costs within a few months. The 40% of tickets that stay human actually get better service, because agents aren’t buried in repetitive queries.

Scenario B: SaaS Company, 150 Tickets/Week

Slightly more complex ticket mix — onboarding questions, billing issues, feature confusion. Deflection rate is lower: maybe 45%.

  • Deflectable tickets: ~68/week
  • Human cost: €15/ticket
  • Weekly saving: roughly €900–€1,000 after AI costs

At this volume, the economics are real but tighter. The right build scope matters more here. An AI agent that also handles proactive onboarding nudges — detecting users who haven’t completed setup and triggering a helpful message — starts to extend the value beyond pure deflection into churn reduction.

Scenario C: Internal IT Helpdesk, 80 Tickets/Week

Tier-1 issues: password resets, access requests, VPN troubleshooting, standard software installs. These are repetitive almost by definition. Deflection rates for well-documented environments consistently run above 50%. Related reading: AI Agents for IT Helpdesk: Close Tier-1 Before It Queues.

The economics here are often more about IT staff time — which maps to opportunity cost rather than direct savings. If your IT support person could spend three fewer hours a day on tier-1 tickets, what gets done instead?


Where Deflection Rates Actually Come From

Here’s what the vendor slides don’t say clearly: deflection rate is a function of your data, not the AI model’s capabilities.

A support AI is only as good as the knowledge it can access. If your help centre is incomplete, your product documentation is scattered, and your order system doesn’t expose an API, the agent will hallucinate or escalate constantly — no matter how sophisticated the underlying model.

Before any build, the questions that determine realistic deflection expectations are:

  • Coverage: What percentage of your tickets map to answerable queries you’ve documented somewhere?
  • Accessibility: Can an agent read/write your CRM, order management system, or ticketing platform via API?
  • Escalation design: Is there a clear handoff path to a human for out-of-scope queries, and does the agent know its own limits?

A well-prepared knowledge base with clean API integrations is the ceiling-setter. The AI layer is the mechanism.


The Zendesk AI Add-On Comparison

Many support teams already use Zendesk, Freshdesk, or a similar platform and are evaluating the native AI add-ons these vendors offer. It’s worth being direct about what those buy you and where they stop.

Platform-native AI add-ons typically work well for:

  • Ticket classification and routing
  • Suggested replies (human still clicks send)
  • Summarisation of long threads
  • Basic FAQ deflection within the platform’s knowledge base

Where they tend to fall short:

  • Deep integration with systems outside the platform (your custom CRM, ERP, internal APIs)
  • Complex multi-step actions (look up order → check warehouse → trigger partial refund → update record)
  • Customisation of tone, escalation logic, or domain-specific reasoning
  • Workflows that span channels (email + WhatsApp + web chat in a single agent thread)

The SaaS add-on model also means you’re paying per-seat fees plus per-resolution charges (AI automated resolutions are billed separately on top of base agent seats) that compound at scale. For operations with high ticket volumes or complex back-end integrations, a custom-built AI agent for customer support often reaches a lower total cost of ownership within 12–18 months — though this depends heavily on specific platform pricing and volume and should be treated as illustrative. See also: The Real Cost of AI Agents: Custom vs Platform TCO.

This isn’t an argument against SaaS tooling in every case. For a 10-person team with simple, low-volume queries, the add-on may be the right call. But for ops leaders with meaningful ticket volume and back-end complexity, the comparison deserves a real model — not a vendor’s ROI calculator.


What a Realistic Deployment Looks Like

The honest sequence, without the hype:

Weeks 1–3: Scoping and data audit. Map ticket categories by volume and complexity. Assess knowledge base completeness. Identify which back-end systems need to be connected and what their integration surface looks like.

Weeks 4–8: Build and integration. The agent is developed against a defined scope — typically starting with the highest-volume, most formulaic ticket categories. API integrations to CRM and order systems are built and tested. Escalation paths are wired.

Weeks 8–12: Controlled rollout. Start with a subset of incoming volume. Track deflection rate, escalation rate, and customer satisfaction signals. Tune the knowledge base and agent behaviour based on what you observe.

Ongoing: Scope expansion. Once the first scope is stable, add ticket categories, new channels, or more complex actions. This is where the economics compound — marginal cost of adding a new capability is much lower than the initial build.

The build timeline is not three days and it’s not six months. An ops-focused scope with clean data and a well-documented product typically lands in the 6–12 week range for a production-ready deployment.

For teams evaluating where to start, AI Agents for Business: Where the ROI Actually Is and Measuring the ROI of AI Agents: A Framework for SMBs offer broader framing beyond the support use case.


Who This Makes Sense For — and Who It Doesn’t

Good fit:

  • Support operations handling 50+ tickets per week with significant repetition
  • Businesses where support queries require looking up data in a system (order status, account details, booking records)
  • Teams where support staff are clearly overloaded during peak periods
  • Companies wanting 24/7 coverage without 24/7 headcount

Harder cases:

  • Businesses where most queries require nuanced human judgement or emotional handling (complex complaints, sensitive situations)
  • Teams with poor documentation and no appetite to fix it before deployment
  • Operations where the ticket volume is low enough that a single additional hire would be simpler

High-volume e-commerce is one of the clearest use cases — related reading: AI Agents for E-Commerce: Recover Revenue, Cut Tickets.


The Decision You’re Actually Making

The deflection math is useful, but the real decision is simpler: do you solve the support cost problem by adding headcount, by adding a SaaS add-on, or by building a purpose-fit AI agent that integrates deeply with your systems?

Each path has different economics, different ceilings, and different risks. The right answer depends on your ticket volume, your data quality, your existing tooling, and how much operational leverage you want from the investment.

Our AI Agent Development service is built around exactly this kind of scoped, outcome-focused deployment — not a generic chatbot dropped onto your site, but an agent that knows your product, connects to your systems, and handles the queries your customers actually send.

If you want to run the deflection math against your own numbers — ticket volume, current cost per ticket, back-end integrations — a 30-minute call is enough to get a realistic estimate. No pitch deck, just the model. Book a call with the Orange ITS team.

Insights

Put these ideas to work

A 30-minute call is enough to find out whether an AI agent fits your workflow — and what it would return.