An AI voice agent for customer service is software that answers or places phone calls, understands what the caller says, looks up or changes information in your systems, and replies out loud in a natural voice. In 2026 they work well for narrow, high-volume calls like appointment booking, order status and after-hours triage. They still struggle with emotional, complex or high-stakes calls, and customers are clear that they want a fast route to a person. This guide covers how AI voice agents work, the latency they need to feel natural, where they fit, what the surveys say, and the legal rules you need to plan for.
How AI voice agents work: two architectures
There are two main ways to build a voice agent today, and the choice shapes cost, control and how natural the call feels.
The cascaded pipeline: speech-to-text, LLM, text-to-speech
The caller's audio streams into a speech recognition (ASR) model that produces text in real time. A language model reads the text, calls tools (your booking system, CRM or order database) and writes a reply. A text-to-speech (TTS) engine turns that reply into audio, starting as soon as the first words arrive. Every stage must stream. As Twilio's guide to voice agent latency puts it, if an LLM API does not support streaming, it is an immediate disqualifier.
The big advantage is control. OpenAI's voice agents documentation describes the chained approach as the right fit when each stage needs to be visible or replaceable, for example storing the transcript and running policy checks before the agent answers. You can swap any component, log the exact text, and apply guardrails on words rather than audio.
Speech-to-speech realtime models
Newer realtime models take audio in and produce audio out in one session, handling listening, reasoning, tool use and speaking together. OpenAI's Realtime API guide positions this as the best starting point for agents that need barge-in (the caller interrupting), low first-audio latency and natural turn-taking. Google's Gemini Live API offers a similar streaming session with barge-in support and conversation in 70 languages.
| Cascaded (ASR, LLM, TTS) | Speech-to-speech realtime | |
|---|---|---|
| Latency | Sum of three stages; needs careful tuning | Usually lower first-audio latency |
| Control and auditing | Full text transcript at every step; easy to insert checks | Fewer places to intervene mid-turn |
| Voice and component choice | Pick best-in-class ASR, LLM and TTS separately | Limited to the vendor's voices and model |
| Tone and interruptions | Tone is partly lost in transcription | Hears tone and handles barge-in natively |
| Best fit | Regulated flows, strict scripts, multi-vendor stacks | Conversational calls where feel matters most |
Latency budgets and what natural turn-taking requires
People are remarkably fast at taking turns. A cross-language study in PNAS, Universals and cultural variation in turn-taking in conversation (Stivers et al., 2009), looked at 10 languages and found that average gaps between turns differed only within about 250 milliseconds of the cross-language mean, with responses in every language peaking within about 200 ms of the end of a question. A voice agent does not need to hit 200 ms, but every extra half second makes the call feel robotic and invites the caller to talk over it.
Twilio's November 2025 benchmark for a straightforward cascaded agent gives a useful budget. Measured as the gap from when the caller stops speaking to when the reply reaches their ear:
| Stage | Target | Upper limit |
|---|---|---|
| Speech-to-text | 350 ms | 500 ms |
| LLM time to first token | 375 ms | 750 ms |
| Text-to-speech time to first byte | 100 ms | 250 ms |
| Total mouth-to-ear turn gap | 1,115 ms | 1,400 ms |
Twilio frames these as starting benchmarks, not the best possible, and recommends asking vendors for 95th-percentile numbers under real conditions, since network jitter and tool calls add delay. In practice, natural turn-taking needs four things:
- Good end-of-turn detection. Pure silence detection cuts people off mid-thought or waits too long. OpenAI's voice activity detection docs describe a semantic option that judges whether the caller has finished based on what they said, with an adjustable eagerness setting.
- Barge-in. When the caller interrupts, the agent must stop speaking immediately and listen.
- Fillers during slow lookups. A short spoken acknowledgment while a tool call runs keeps the line from going dead.
- Short replies. Voice is not chat. Two sentences and a question beats a paragraph read aloud.
Where AI voice agents work well
- Appointment booking and rescheduling. Clear intent, a structured outcome and a calendar API. Clinics, salons, service businesses and property showings fit this well.
- Order status and delivery questions. Where is my order is the classic high-volume, low-risk call. The agent verifies the caller, looks up the order and reads back tracking.
- After-hours triage. Answer every call, capture the reason, resolve simple requests, and route urgent issues to an on-call person with a summary.
- Front-door routing. Replace a phone tree with a caller simply saying what they need, then hand off to the right team with context attached.
- Structured intake. Collecting a claim number, address or symptoms before a human takes over, so the human starts with the facts.
The common thread: narrow scope, a clear definition of done, and backend systems the agent can actually query. Voice is simply another front end on the same support logic we describe in AI customer support automation.
Where AI voice agents still struggle
- Emotional or angry callers. Complaints, bereavement, billing disputes. People want to be heard by a person.
- Open-ended problem solving. Multi-step troubleshooting across several systems, where the agent has to improvise.
- High-stakes decisions. Refunds above a threshold, medical advice, legal commitments, account closures. These need a human approval step.
- Messy audio and names. Speakerphones, noisy environments, accents the ASR handles poorly, and spelling out email addresses or unusual names.
- Identity verification for sensitive accounts. Voice alone is not proof of identity, especially with voice cloning around.
What customers think about AI voice and chat agents
Customer sentiment is the part most vendors skip. Gartner's research is consistent on one point: people accept AI when it helps and there is a clear path to a human.
- In a Gartner survey of 5,728 customers in December 2023, 64% said they would prefer companies did not use AI for customer service, and the top concern was that it would become harder to reach a person.
- A Gartner survey of 3,566 B2B and B2C customers in February and March 2026 found that 87% say it is essential to have an option to reach a human agent when companies use GenAI, while 50% say GenAI makes their interactions easier.
- From the same survey, only 27% would try a chatbot again after a negative experience. Gartner's advice is that bots should act as connectors to human support, not containment traps.
The takeaway for voice is blunt. A caller who gets stuck in a loop with an AI agent is harder to win back than one who waited on hold. Design for a good handoff first and automation rate second.
Compliance: TCPA, EU AI Act Article 50 and call recording
US: AI voices count as artificial voices under the TCPA
In a Declaratory Ruling adopted on February 2, 2024 and released February 8, 2024 (FCC 24-17), the FCC confirmed that the Telephone Consumer Protection Act's restrictions on artificial or prerecorded voice cover AI technologies that generate human voices. Outbound calls using AI voices therefore need the called party's prior express consent, absent an emergency purpose or exemption, and telemarketing calls need prior express written consent according to the FCC's announcement. The ruling mainly bites on outbound calls. Inbound support calls, where the customer rings you, are a different situation, but disclosure and recording rules still apply.
The FCC also proposed, in an August 2024 Notice of Proposed Rulemaking (FCC 24-84), to define AI-generated calls and require callers to disclose AI use at the start of each call. We could not find a final order adopting those rules as of September 2026, so treat them as proposed. Disclosing anyway is good practice.
EU: disclose that callers are talking to an AI
Article 50 of the EU AI Act requires providers to design AI systems that interact directly with people so those people are informed they are dealing with an AI, unless it is obvious. The European Commission's Article 50 FAQ says the notice must come from the start of the first interaction, in a clear and distinguishable way, and that the obvious exception should be read restrictively. Article 50 applies from 2 August 2026. The 2026 Digital Omnibus delayed high-risk obligations but, as Goodwin notes, did not delay Article 50. For a voice agent, a line such as "You're speaking with an AI assistant" in the greeting is the simple answer. See our EU AI Act compliance guide for the wider picture.
Call recording consent
Voice agents almost always record or transcribe calls. US federal law (18 U.S.C. 2511(2)(d)) allows recording when one party to the call consents, but several states require every party's consent. California Penal Code section 632, for example, prohibits recording a confidential communication without the consent of all parties. The safe default for a business line is a clear recording notice at the start of every call. In the EU and UK, data protection law adds its own requirements on purpose, retention and access.
Build vs platform: choosing how to ship a voice agent
| Factor | Hosted voice agent platform | Custom build on realtime or cascaded APIs |
|---|---|---|
| Time to first call | Days | Weeks |
| Integration with your systems | Prebuilt connectors; custom logic can be limited | Any API, database or internal tool |
| Control over prompts, data and logs | Varies by vendor | Full |
| Cost at volume | Per-minute platform fee on top of model costs | Model, telephony and hosting costs only |
| Swapping models or voices | Limited to what the platform supports | Swap any component |
| Compliance and data residency | Depends on vendor terms | You choose hosting and retention |
| Ownership | Configuration lives on the vendor's platform | You own the code |
A hosted platform is a sensible way to test demand with a simple flow. A custom build makes sense when the agent must act on your own systems, when per-minute fees add up at volume, or when you need control over data and audit logs. Our post on why off-the-shelf AI tools fail at scale goes deeper on this trade-off, and what AI agent development costs covers budgeting.
Designing escalation to a human
Escalation is the feature that decides whether customers trust your voice agent. A good design has these parts:
- 1Always-available exit. Saying agent, representative or human transfers the call, every time, with no argument.
- 2Clear triggers. Low confidence on intent, two failed attempts at the same step, detected frustration, sensitive topics, or any action above a set risk threshold.
- 3Warm transfer with context. The human receives the transcript summary, verified identity and what has already been tried, so the caller never repeats themselves.
- 4Graceful fallback. If no human is available, offer a callback at a specific time and create a ticket rather than leaving the caller stranded.
- 5Approval gates for actions. The agent can draft a refund or account change, but a person approves it before it executes.
- 6Review loop. Sample escalated and completed calls weekly, tag failure reasons and feed them back into prompts and tests. Our guide to AI agent evaluation and observability covers the tooling.
How Flowrest Labs approaches AI voice agents
The voice layer is the visible part, but most of the value sits underneath it: the order lookups, knowledge base, business rules and escalation paths that any support channel depends on. We build both parts as AI customer support automation: a voice front end on top of the same order lookups, business rules and escalation paths that power our text-based support builds, such as the e-commerce ticket-deflection system on our portfolio. We start narrow, with one or two call types that have a clear outcome, build the escalation path before the automation, and put human approval gates on anything consequential. You own the code, prompts and call flows at the end.
If you are weighing a voice agent for your phone line, a free 30-minute workflow audit is a good place to check whether your call mix is a fit.
Frequently Asked Questions
What is an AI voice agent?
+
An AI voice agent is software that holds a spoken phone or app conversation. It converts speech to meaning, decides what to do using a language model and your business systems, and replies in synthesized speech. Some use a pipeline of speech-to-text, LLM and text-to-speech; others use a single speech-to-speech realtime model.
Are AI voice agents legal for customer service calls?
+
Generally yes, with conditions. In the US, the FCC ruled in February 2024 that AI-generated voices are artificial voices under the TCPA, so outbound AI calls need prior express consent. In the EU, Article 50 of the AI Act requires telling people they are talking to an AI from 2 August 2026. Recording consent rules vary by state and country. Get legal advice for your specific setup.
How fast does an AI voice agent need to respond?
+
Human turn gaps are usually a few hundred milliseconds. Twilio's 2025 benchmark for a basic cascaded voice agent targets about 1.1 seconds from when the caller stops speaking to when the reply is heard, with 1.4 seconds as an upper limit. Streaming every stage and good end-of-turn detection matter most.
Do customers accept AI voice agents?
+
Conditionally. A 2026 Gartner survey found 50% of customers say GenAI makes interactions easier, but 87% say an option to reach a human agent is essential, and only 27% would try a chatbot again after a bad experience. Easy escalation is the deciding factor.
Should I use a voice agent platform or build a custom one?
+
A hosted platform is fastest for testing a simple flow. A custom build suits you when the agent must act on your own systems, when per-minute fees become significant at volume, or when you need full control over data, logs and model choice.
Sources & Further Reading
- 01Core Latency in AI Voice Agents — Twilio, 2025-11-17
- 02Realtime API, Voice agents and Voice activity detection guides — OpenAI API docs, Accessed September 2026
- 03Not Delayed, Not Deferred: EU AI Act Transparency Obligations Are Now in Force — Goodwin, August 2026
- 04Live API overview — Google AI for Developers, Accessed September 2026
- 05Universals and cultural variation in turn-taking in conversation — PNAS (Stivers et al.), via University of Groningen research portal, 2009
- 06Gartner Survey Finds 64% of Customers Would Prefer That Companies Didn't Use AI For Customer Service — Gartner, 2024-07-09
- 07Gartner Survey Finds 87% of Customers Say Companies Using GenAI for Customer Service Must Provide Access to a Human Agent — Gartner, 2026-08-04
- 08Gartner Survey Finds Only 27% of Customers Would Try a Chatbot Again After a Negative Experience — Gartner, 2026-09-02
- 09Declaratory Ruling FCC 24-17 (AI-generated voices under the TCPA) — Federal Communications Commission, 2024-02-08
- 10NPRM FCC 24-84: Implications of AI Technologies on Protecting Consumers from Unwanted Robocalls and Robotexts — Federal Communications Commission, 2024-08-08
- 11Transparency obligations under Article 50 of the AI Act (FAQ) — European Commission, Accessed September 2026
- 1218 U.S. Code § 2511 and California Penal Code § 632 — Cornell LII / California Legislative Information, Accessed September 2026
