Real-world case

AI voice agents: what actually works in 2026

The use cases running in production, the ones still failing, the real cost per minute and the legal framework in force since August 2026.

Louis Graffeuil
Louis Graffeuil
Founder Tandem
August 9, 2026Published
10 minread
AI voice agents, what actually works in 2026, cover visual of the Tandem guide

An AI voice agent is a system that picks up the phone, holds a real time conversation, understands a spoken request, triggers actions inside your tools and hands over to a human when the situation goes beyond it. In 2026, the technology is no longer the question. It works in French, with a credible voice, for a few cents a minute. The question is the scope you give it.

Tandem runs these deployments for small and mid-sized companies, from Santiane to KparK and Nomination, and sees very clearly where the line sits. Smart switchboards, appointment booking and form callbacks work. Cold outbound campaigns and long conversations still break. This article covers both sides of that line, with real costs checked on 9 August 2026 and the legal obligations that came into force this month. For context, 18% of French companies with 10 or more staff used at least one artificial intelligence technology in 2025, against 6% two years earlier, according to Insee Première no. 2120 published on 21 July 2026.

How an AI voice agent works

An AI voice agent chains four technical blocks on every conversational turn. Telephony opens the audio stream, through a carrier such as Twilio or a browser connection. Speech to text turns speech into text, with engines like Deepgram or Whisper. A language model reads that text and produces an answer. Text to speech makes the answer audible, with ElevenLabs or Cartesia voices. It all goes back into the call, and the loop starts again.

Diagram of the four building blocks of an AI voice agent, telephony then speech to text then language model then text to speech, with an orchestration layer and a latency budget under 1.5 seconds
The four building blocks of an AI voice agent and the orchestration layer connecting them.

The block that makes the difference is none of those four. It is the orchestration layer sitting on top, the one that carries the instructions, keeps the memory of the call and hands tools to the agent. Without it, you have a talkative answering machine. With it, the agent checks a slot in a calendar, creates a record in the CRM, sends a confirmation text message and switches over to a human adviser. That layer often runs on a dedicated platform, sometimes straight on an orchestrator such as n8n.

AI voice agent configuration console showing the four selected building blocks, Deepgram for transcription, GPT-4o mini for the model, Cartesia for the voice and Twilio for telephony, a displayed cost of 0.11 dollar per minute and a latency of 1,340 milliseconds
Source: Louis Graffeuil's Optimia newsletter, May 2025. Each block is picked independently, and the console shows live what that choice costs in money and in milliseconds.

The setup Louis Graffeuil settled on in May 2025 for French paired Deepgram Nova 2 for transcription, GPT-4o mini for reasoning and Cartesia for the voice, with a low temperature and answers capped at two hundred tokens. Models have changed since, the logic has not. Each block can be swapped independently, and every time you arbitrate between quality, latency and cost.

Technical call log showing a turn latency of 759 milliseconds broken down into transcription 0 milliseconds, endpointing 1 millisecond, model 428 milliseconds and voice 302 milliseconds
Source: Louis Graffeuil's Optimia newsletter, August 2024. On this turn measured at 759 milliseconds, the model takes 428 and text to speech 302. Transcription weighs almost nothing.

That breakdown shows where to look when an agent drags. Transcription and endpointing cost a few milliseconds. The model and text to speech share the rest, in almost equal parts. Switching transcription engine to gain latency therefore means optimising the cheapest line of the budget.

Why voice agents finally work in French

Three things moved at once between 2024 and 2026. Models understand a badly phrased sentence better and answer faster. French synthetic voices left the robotic register that gave the machine away in three seconds. And cost collapsed, to the point of making a call that earns nothing directly worth placing.

That shift can be dated. In May 2025, Louis Graffeuil was already writing that quality was finally there in French, after two years of inconclusive tests. The detail of that turning point sits in his field report on what a voice agent can really automate, and the voice to voice mechanics are unpacked in our article on the voice agent pipeline.

OpenAI's advanced voice mode and the arrival of the realtime interface, the technical shift that made voice agents credible. Louis Graffeuil demonstrates it from mobile to the programming interface.

Which AI voice agent use cases actually run in production?

Five use cases hold up today, and they share one trait. The conversation is short, the goal is single, and the agent has an exit door towards a human.

  • The smart switchboard. The agent understands a request phrased in natural language and routes it to the right team, with no press 1 then 2 then 3. It replaces an interactive voice response menu that annoyed everyone.
  • Appointment booking. The agent qualifies the need, checks real availability in the calendar and books the slot. Medical practices, trades and local agencies benefit first.
  • The one minute callback. A prospect fills in a form, the agent calls back immediately, asks two or three questions and offers a meeting. The gain comes from speed, not from the pitch.
  • Frequent questions outside office hours. Opening times, address, order tracking, status of a file. The agent answers at night and at weekends, when nobody picks up.
  • Cleaning a call list. The agent dials a list of numbers, identifies valid lines, switchboards and dead numbers, then updates the CRM.
Two columns comparing AI voice agent use cases that run in production against those still fragile in 2026, smart switchboard and appointment booking on one side, cold outbound calls and long conversations on the other
The dividing line between mature and still fragile use cases, based on the deployments Tandem runs.
Use caseMaturityCondition for success
Smart switchboardMatureA clear service tree and a human transfer always available
Appointment bookingMatureWrite access to the calendar and explicit slot rules
Post-form callbackMatureConsent collected on the form and a trigger under one minute
Frequent questionsMatureAn up to date knowledge base and a bounded answer scope
Collections and customer follow-upIntermediateAn active contract justifying the call and a controlled tone
Tier 2 technical supportFragileLong memory and multi-step diagnosis still unstable
Cold prospectingAvoidPrior consent mandatory in France since 11 August 2026
Demonstration of a voice agent filling an appointment calendar, from picking up to booking the slot. Louis Graffeuil shows the whole call, including the moments where the agent hesitates.

What does not work yet, and the pivot that saves the project

Cold outbound calling remains the bad bet. In August 2024, Tandem tested a voice agent for a founder with a small team whose best source of customers was cold calling. The verdict after testing was that the voice was not good enough yet and the project would not go into production.

The story does not end there, and that is the interesting part. The same agent was turned into a lead prioritisation assistant. It dials a list of 1,000 landline numbers, categorises each line according to the outcome of the call, and returns a clean database in under two hours for around 30 euros in total. The founder then knows which numbers actually reach the decision maker. The technology did not deliver on the original promise, it delivered on a neighbouring one that paid off immediately.

Screenshot from Louis Graffeuil's LinkedIn post showing a Google Sheet triggering AI voice agent calls, with the Agent, Agent ID, Phone and Call columns
Source: Louis Graffeuil's LinkedIn post of 30 August 2024. A Google Sheet triggers the voice agent's calls and collects the outcome of each conversation. The test number has been masked.

The other limits are more technical. A noisy line or a strong accent degrade speech recognition. A conversation running beyond a few minutes makes the agent lose the thread. Intonation stays flat facing an unhappy customer, where a human would soften. None of these limits is fatal when the scope is well chosen, and all of them become fatal when the agent is supposed to handle everything.

How much does an AI voice agent cost in 2026?

The direct cost of a minute of calling reads on three lines. The voice platform, models included, comes to around 0.07 euro a minute according to the official ElevenLabs Agents pricing checked on 9 August 2026, that is 0.080 dollar. Telephony adds on top, with an inbound call on a French local number billed around 0.01 euro a minute and an outbound call to a mobile around 0.04 euro, Twilio France rates on the same day. The number itself costs in the region of 1.20 euro a month.

Breakdown of the cost of one minute of an AI voice agent call in August 2026, 0.07 euro for the voice platform, 0.01 euro for an inbound call and 0.04 euro for an outbound call to a mobile
The three direct cost items of a call. Sources ElevenLabs and Twilio, checked on 9 August 2026.

Those figures explain why use cases that looked absurd three years ago now make sense. A qualification call lasting twenty seconds costs about three cents. Cleaning a list of a thousand numbers therefore comes to a few tens of euros, which completely changes the maths against a day of human work.

AI voice agent call record showing the summary, the transcript and the cost breakdown by building block, speech to text 0 dollar, model 0.01 dollar, text to speech 0.02 dollar, platform 0.07 dollar, for a total of 0.09 dollar on a 1 minute 15 call
Source: Louis Graffeuil's Optimia newsletter, April 2024. On this one minute fifteen call, the platform weighs more than transcription, model and voice combined.

The breakdown of a real call holds a surprise. The language model, the one everybody talks about, is the smallest line on the bill. Transcription is close to free. Text to speech and above all the orchestration platform absorb most of the cost. Haggling over your model to save three cents therefore makes no sense until the orchestration layer has been looked at.

What the law has required of voice agents since August 2026

Two texts changed the picture this month, and both apply. Since 2 August 2026, Article 50 of the European artificial intelligence regulation requires that anyone interacting with an AI system be informed of it. For a voice agent, that means an explicit announcement in the first seconds of the call, without waiting for the caller to ask. Breaches of the transparency obligations carry fines of up to 15 million euros or 3% of worldwide turnover.

The second text targets outbound calls. Since 11 August 2026, Article L223-1 of the French consumer code forbids calling a consumer for marketing purposes without prior consent. That consent must be free, specific, informed, unambiguous and revocable, and the burden of proof sits with the company. The Bloctel opt-out register disappears, and contracts signed in breach of the rule are void. A voice agent changes nothing about this obligation, it amplifies it, because it makes calling a thousand people in one evening trivial.

Then comes the data side. A call always processes personal data, starting with the voice itself and the calling number. If the call is recorded or transcribed, the caller must be told at the start of the conversation, the legal basis for the processing must be chosen explicitly and the retention period must be bounded. Those three points take half a day to settle during scoping, and cost far more after an audit.

How to deploy an AI voice agent without failing

The method that works fits in five steps, and the first one is not technical.

  1. Pick a single call flow. Inbound calls outside office hours or post-form callbacks give a clean scope and a measurable result from the second week.
  2. Write the instructions like an onboarding brief. A role, a mission, steps, business context, sample dialogues and answers capped at two sentences.
  3. Wire up one tool to begin with. The calendar or the CRM, not both. Every extra tool multiplies the error cases to test.
  4. Plan the human handover before going live. An agent that knows how to pass the call on is worth more than an agent improvising a wrong answer.
  5. Listen to real calls every week. Recordings and transcripts are the only material that improves the instructions.
AI voice agent instruction settings, with the welcome message, the French system prompt describing the role of a real estate agency receptionist, the GPT-4o mini model, a temperature of 0.5 and a 250 token output cap
Source: Louis Graffeuil's Optimia newsletter, May 2025. A voice agent system prompt looks like a job description, with a first name, a role, a tone and spoken language guidelines.

Two settings on that page often go unnoticed and yet decide perceived quality. The output token cap forces the agent to answer in one or two sentences, which avoids the monologues that are unbearable on the phone. And the spoken language instruction, the one asking for contractions and everyday words, does more for the naturalness of the conversation than the choice of voice.

Louis Graffeuil walks through building a realistic voice agent without writing a line of code, from picking the voices to the first test call.

That sequence is exactly the one of a classic automation rollout, and deliberately so. Tandem usually runs it after an AI audit that identifies the call flows that genuinely cost money, then puts it into production as part of an autopilot engagement. When orchestration has to stay in house, it runs on n8n, and our team steps in as an n8n partner agency.

Voice agent or plain workflow, how to decide?

Many projects labelled « voice agent » do not need an agent. An agent is a probabilistic system that decides its own actions, and that autonomy is paid in unpredictability. If your need boils down to qualifying a lead in three questions then writing to a CRM, a framed workflow with one model call in the middle is enough, costs less and can be debugged in ten minutes. That hierarchy of optimisation levels is detailed in our article on workflows, assistants and AI agents.

Voice justifies autonomy in one situation only, the one where the other party speaks freely and no script can anticipate what they will say. That is precisely an inbound call. It is much less true of a scripted outbound call, where rigidity is an advantage.

Visual conversation editor of an AI voice agent, with a call start node, a welcome message, a customer type collection step, two conditional branches and a call transfer node towards a human
Source: Louis Graffeuil's Optimia newsletter, May 2025. A serious voice agent looks less like a black box than a conversation tree, with a human transfer node at the end of the branch.

In practice, the most robust deployments mix both approaches. A single instruction block is enough as long as the agent handles one intent. As soon as several call types land on the same number, a conversation tree with conditional branches takes the lead again, because it can be debugged and changed without breaking everything.

Should your company deploy an AI voice agent?

An AI voice agent is mature in 2026 for anything touching inbound calls with a bounded scope, and Tandem deploys it without reservation on those flows. It stays immature for cold prospecting, now blocked twice over by conversational quality and by prior consent. In between, collections and customer follow-up work when an active contract justifies the call.

The right reflex is not to order a voice agent. It is to count how many calls your company misses each week, what they are worth, and at what time they come in. If the answer fits inside a precise time window, the voice agent is justified. Otherwise, an automated callback and a well placed form will do the same job for less.

Frequently asked questions

Does an AI voice agent have to say it is an AI?

Yes. Since 2 August 2026, Article 50 of the European artificial intelligence regulation requires anyone interacting with an AI system to be informed of it, without having to ask. On a phone call, that means an explicit announcement in the welcome message, within the first seconds. Breaches of the transparency obligations carry fines of up to 15 million euros or 3% of worldwide turnover.

How much does an AI voice agent cost per minute?

Expect around 0.07 euro a minute for the voice platform and models, based on ElevenLabs Agents pricing checked on 9 August 2026, plus telephony. With Twilio France on the same day, an inbound call on a local number costs about 0.01 euro a minute and an outbound call to a mobile about 0.04 euro. A twenty second qualification call therefore costs in the region of three cents. The main budget sits elsewhere, in scoping and maintenance.

Can an AI voice agent be used for cold calling?

In France, not without prior consent. Since 11 August 2026, Article L223-1 of the consumer code forbids calling a consumer for marketing purposes without free, specific, informed and unambiguous consent, which the company must be able to prove. Calls linked to performing an existing contract remain allowed. A voice agent therefore stays relevant for calling back a submitted form or following up an existing customer, not for dialling a purchased list.

What latency should you target for a voice agent?

The practical threshold sits around one and a half seconds between the end of the caller's sentence and the start of the answer. Beyond that, the caller jumps in with a « hello? » and the conversation falls apart. That budget is shared between speech to text, the language model, text to speech and telephone transport. A more powerful model answering too late gives a worse conversation than a simpler model answering in time.

Do you need a developer to build an AI voice agent?

No for a first agent, yes to run it seriously in production. Current platforms let you assemble speech to text, the model and the voice, then write the instructions without coding. Complexity arrives when wiring business tools, handling edge cases, transferring to a human and reviewing real calls. That part, not building the agent, is what needs technical support.

Read next

All articles
Real-world caseAI in retail, concrete use cases in store and e-commerce, Tandem cover visual

AI in retail: the use cases that hold up in store and online

By Louis Graffeuil
Real-world caseTandem cover visual: AI agents for HR, CV screening, onboarding and interviews

AI agents for HR: CV screening, onboarding, interviews

By Louis Graffeuil
Real-world caseTandem cover visual: automating LinkedIn prospecting with AI

Automating LinkedIn prospecting with AI: the method and its limits

By Louis Graffeuil