💬 Customer Support Automation

Cutting Average Handle Time with Voice Agents

Average Handle Time (AHT) is a contact-center fixation that doesn't always serve customers. AI agents can crush AHT by being faster than humans on routine tasks — but optimizing for AHT alone can hurt the things that actually matter.

Rohan Pavuluri
Rohan Pavuluri
February 1, 2026 · 5 min read
Speechify

Average Handle Time (AHT) is a contact-center fixation that doesn't always serve customers. AI agents can crush AHT by being faster than humans on routine tasks — but optimizing for AHT alone can hurt the things that actually matter. The right way to think about AHT in an AI context is as one input to per-resolved-issue cost.

TL;DR

  • AI agents typically handle calls 30-60% faster than humans for tier-1 intents.
  • Don't optimize for AHT in isolation; optimize for cost per resolved issue.
  • The biggest AHT wins come from skipping caller identification, automating data lookups, and clean escalation.
  • AHT under 90 seconds is a red flag for some intents — too fast often means too shallow.

Why AHT matters

Three reasons it's a useful metric:

Cost. Shorter calls = lower per-call cost in any model where you pay per minute (telephony, hosted LLM, etc.).

Throughput. A team handling shorter calls can handle more volume with the same staffing.

Customer time. Customers value their time too. Shorter calls (when resolved) are a better experience.

Why AHT can mislead

Three reasons not to optimize for AHT alone:

It's gameable. A team rewarded for low AHT will rush calls, skip confirmations, escalate quickly. Resolution suffers.

Some calls should be longer. Complex issues benefit from time. Cutting AHT here hurts customers.

Per-resolved cost is what matters. A 60-second call that didn't resolve costs more than a 4-minute call that did, because the unresolved one comes back as a callback.

Where AI cuts AHT honestly

Specific, sustainable AHT savings:

Caller identification. AI looks up by phone number; doesn't ask for account number. Saves 30-60 seconds per call.

Data lookup speed. AI calls APIs in 100ms vs human navigating UIs in 30 seconds.

No interactive hold. AI doesn't put callers on hold to "ask my supervisor." It either does or doesn't.

Skipping pleasantries. AI doesn't make small talk (when appropriate). 10-30 seconds saved per call.

Cleaner intent detection. AI parses what the caller wants in one turn vs human asking 2-3 clarifying questions.

These are real. Together they can knock 1-2 minutes off a typical 4-minute support call.

Where AHT inflation is OK

Some places where AI calls should be longer than human equivalents:

Confirm-back on critical info. Adds 10-20 seconds per item but prevents wrong actions.

Explicit escalation language. "Let me get you to someone who can help" beats abrupt transfer.

Bridging during slow operations. "One moment while I check on that" beats silence.

Multi-intent capture. "Anything else while you have me?" extends call but reduces callbacks.

What AHT looks like for AI agents

Approximate ranges by intent:

IntentTypical AHT
Order status60-90 seconds
Password reset90-150 seconds
Appointment booking2-4 minutes
Returns initiation2-4 minutes
Complex troubleshooting4-8 minutes
Refund + resolution2-5 minutes

Compared to human equivalents, AI is typically 40-60% faster on the routine and similar on the complex.

Diagnosing high AHT

If a specific intent has unexpectedly high AHT:

Listen to long calls. What's happening in the extra time?

Common patterns:

  • Repeated clarifications (STT issues)
  • Slow function calls (CRM, third-party API)
  • Customer rambling (agent isn't redirecting)
  • Failed attempts (3 tries to capture an account number)

Each has a fix.

Diagnosing suspiciously low AHT

If AHT is lower than expected, investigate too:

Common patterns of "too fast":

  • Over-escalation (transfer at first complication)
  • Premature resolution (call ends before issue is solved)
  • Rushed confirmation (skipping verifications that matter)

A 45-second average for password resets is fine. A 45-second average for refund handling is suspicious.

AHT vs cost per resolved issue

The right calculus:

Cost per resolved issue =
  (AHT × per-minute cost + escalated_to_human × human_cost)
  / Resolution rate

A scenario:

  • AI: 90s AHT, $0.20/call, 80% resolution rate, $5 human handle for escalations.
  • Cost per resolved issue: ($0.20 + 0.20 × $5) / 0.80 = $1.50

Vs:

  • AI: 60s AHT (rushed), $0.15/call, 50% resolution rate, $5 human handle.
  • Cost per resolved issue: ($0.15 + 0.50 × $5) / 0.50 = $5.30

The "faster" AI with lower resolution costs 3.5x as much per resolved issue. AHT lied; cost per resolved told the truth.

For more on the cost math, see the real cost of a voice agent conversation.

How to actually cut AHT

In rough order of impact:

Tighten the prompt. Remove unnecessary verbal padding. "Sure, no problem, let me see what I can do" → "Let me check."

Pre-load context. Look up the caller in parallel with the greeting, not after.

Cache function results. Within a call, don't re-fetch.

Skip confirmations on low-stakes. Don't confirm trivia.

Better intent detection. Don't ask "what can I help with?" if the topic is obvious from context.

Each of these can shave 5-30 seconds.

FAQ

What's the right AHT target? Whatever lets you hit your resolution rate and CSAT goals. Don't pick a number; pick outcomes.

Should I report AHT to my CFO? Per-resolved-issue cost is more useful. AHT can support that conversation.

Will my human team still need AHT targets? Increasingly less so. Their work is shifting to harder cases where time is well-spent.

What's the floor for AHT? Hard floor is the call setup + greeting + resolution + closing — typically 30-60 seconds even for trivial calls.

Can I A/B test for AHT? Yes — A/B test prompt changes for AHT impact. Watch resolution rate alongside.

Rohan Pavuluri
Rohan Pavuluri
Building SIMBA Voice Agents

Rohan Pavuluri builds SIMBA Voice Agents at Speechify. Previously, he founded and led Upsolve, the largest nonprofit in the United States serving low-income Americans through technology. He writes about real-world voice-agent deployments — customer support, outbound sales, AI receptionists — and the practical product, design, and operational lessons that actually move the needle.

More from Rohan Pavuluri

View all →

Related reading

Voice AI, twice a month.

Get the best of the SIMBA resources hub — new articles, trend notes, and operator guides. No spam.