Waboom AI
AI Training

AI Training

AI Team TrainingPopular

Hands-on workshops for marketing, sales, operations, and customer service teams.

AI Strategy Workshop

Executive workshops for leadership teams. Identify opportunities. Calculate ROI. Walk out with a roadmap.

Claude Code Workshop

Build apps in hours not months. Ship websites, automations, and tools with AI.

AI Training for Teams

AI Training for Teams

Hands-on workshops for marketing, sales, operations, and customer service teams. Not theory. Real tools. Real tasks. Real outcomes.

2,000+ people trained across NZ

Learn more
AI Automation

AI Automation

AI Agents & AutomationPopular

Your AI workforce: outbound, proposals, knowledge and support agents. Find buyers, write SOWs, answer every call.

AI Retainer Support

Already built with us? Stay on retainer and we keep shipping new agents and features for your business.

Microsoft Copilot Agents

Build custom Copilot agents in Power Automate & Copilot Studio. Automate workflows across your entire Microsoft 365 ecosystem.

Waboom Concierge

Personalised inbound for premium brands. An AI concierge greets every visitor, builds an on-the-spot quote, and books a real conversation.

AI Automation & Integration

AI Automation & Integration

We build faster and more cost effectively than traditional development teams. You tell us the problem. We deliver the solution.

30+ projects live in 24 months

Learn more
AI Voice Agents

AI Voice Agents

AI Voice Agents

24/7 AI-powered phone agents for inbound & outbound calls. Never miss a lead, handle enquiries, book appointments automatically.

AI Receptionist

Pay-as-you-go inbound receptionist. Answers, transfers calls, takes messages inside your VoIP. $1/min with auto top-up.

Voice Agent Pricing

Transparent pricing for AI voice agents. See costs per minute and platform fees.

AI Voice Agent Demo

Talk to Michelle on three voice AI engines side by side. Hear the latency, find the model that fits.

Listen to Our Voices

Preview all 32 AI voice agents across NZ, AU, UK and US. Find the perfect voice for your brand.

Case Studies

Real customer results. Vendor leads, viewings booked, relationships scaled. Every story has the math.

AI Voice Agents

AI Voice Agents

Never miss a lead. AI agents that answer calls 24/7, qualify prospects, and book appointments automatically.

30+ voice agents deployed

Learn more
Case Studies

Case Studies

Melbourne: 5 listings from one 14-year dormant contactPopular

$2.9M of CBD apartments relisted by the same agent who sold them in 2012. AI dialled the dormant number.

Home builder: AU$374.4M in lost sales uncovered

5,200 cold calls into a 70,000-prospect CRM. 234 confirmed lost deals at AU$1.6M each. A very leaky bucket.

Sydney agent: 141 vendor leads in 90 days

9,856 dials, 1,997 conversations, 141 warm-transferred sellers at $32.74 each.

Christchurch developer: 49 viewings in 14 days

931 Meta leads called same-day. 49 viewings booked at $7.12 each.

City Sales Auckland: 100,000+ relationships

How a leading Auckland firm strengthened over 100,000 client relationships with AI.

See all case studies

Browse every Waboom customer case study in one place.

Real numbers from real Waboom customers

Real numbers from real Waboom customers

Vendor leads. Viewings booked. Relationships scaled. Every story has the math.

5,000+ AI-handled conversations

Learn more
Resources

Resources

AI Resources & Guides

Free templates, frameworks, and implementation guides to help you adopt AI effectively in your organisation.

Blog

Expert insights on AI voice agents, automation strategies, and industry best practices from the Waboom team.

Workshop Tutorial Videos

Paid-attendee video library. Cowork 101 and Claude Code 101, on demand with clickable chapter navigation.

AI Resources Hub

AI Resources Hub

Free tools and guides to help you implement AI effectively. From policy templates to ROI calculators.

New resources added monthly

Learn more
Contact

Contact

Contact Us

Get in touch with our team. We'd love to hear about your AI goals.

About Waboom AI

Learn about our mission, team, and why we're passionate about AI adoption in NZ.

Let's Talk AI

Let's Talk AI

Whether you need training, automation, or strategy - we're here to help you adopt AI effectively.

Response within 24 hours

Learn more
09 885 9695 (NZ)+61 485 027 479 (AU)
Back to BlogTechnology

How Does an AI Receptionist Work? Behind the Tech in Plain English

Leonardo Garcia-Curtis22/03/2026
TL;DR

An AI receptionist works in four stages. One: telephony routes the inbound call to the agent. Two: speech to text transcribes the caller's audio in real time. Three: a language model like Claude Haiku 4.5 or GPT-4.1-mini reads the transcript, looks up your business knowledge base, and decides what to say back. Four: text to speech speaks the reply in your chosen voice. Total turn time stays under 800ms or the conversation feels off. The whole loop runs roughly 200-400ms behind a human conversational rhythm and is invisible to the caller on a tuned platform.

How Does an AI Receptionist Work? Behind the Tech in Plain English

An AI receptionist looks magical from the outside. Pick up the phone, talk to a friendly Kiwi or Aussie voice, get your booking, hang up. Done.

What is happening under the bonnet is four stages running in a tight loop, end to end, in under one second. Here is each one in plain English.

Contents

  • Stage 1: telephony
  • Stage 2: speech to text
  • Stage 3: the language model
  • Stage 4: text to speech
  • The 800ms latency budget
  • Functions: how the agent actually does things
  • Frequently asked questions

Stage 1: telephony

When a caller dials your number, the call hits a phone provider first. We use Twilio in Australasia. Most platforms in 2026 use Twilio, Vonage, or Telnyx under the hood.

The phone provider answers, then routes the audio stream to the AI agent over a realtime connection. The whole route takes about 100-200ms in NZ and AU.

The phone provider is also where data residency lives. If your audio needs to stay onshore, the provider is the layer that enforces it. Most enterprise deployments use a regional Twilio data centre (Sydney for AU, no NZ data centre yet, so NZ traffic typically routes through Sydney as well).

Stage 2: speech to text

The audio stream from the phone provider goes to a speech-to-text engine. The most common engines in 2026 are Deepgram, AssemblyAI, OpenAI Whisper, and Google Cloud Speech.

The STT engine listens to the caller's audio and produces a running text transcript, typically 200ms behind the actual audio. So when the caller says "I would like to book an appointment for next Tuesday at 2pm", the text appears in the system roughly a fifth of a second later.

A good STT engine handles NZ and Australian accents without breaking. It also handles cross-talk (when the caller and agent talk at the same time) and end-of-turn detection (working out when the caller has finished their sentence).

End-of-turn detection is harder than it sounds. Pause too short and the agent interrupts. Pause too long and the conversation feels stilted. The platforms that hold sub 800ms reliably have spent serious engineering on this layer.

Stage 3: the language model

Once the caller's transcript is in, the language model takes over. This is the brain.

The model reads:

  • The transcript of the call so far
  • Your system prompt (what the agent is allowed to do, what tone to use, what to refuse)
  • Your business knowledge base (services, pricing, hours, FAQs)
  • Any function-call results from previous turns (like a calendar lookup)
  • Then it decides what to say back.

    The choice of model matters more than people realise. We compared the major options in our piece on the best LLM for voice agents. The short version: GPT-4.1-mini for default scripted work, Claude Haiku 4.5 for compliance-heavy or rule-dense agents, GPT-4.1 standard for long branching conversations.

    The model also calls functions when needed. We cover function calls below.

    Stage 4: text to speech

    The model's text reply goes to a text-to-speech engine. The major players in 2026 are ElevenLabs, OpenAI Realtime, Cartesia, and Google.

    The TTS engine speaks the text in your chosen voice. Modern voices in 2026 are indistinguishable from a human voice on a phone line in over 80% of blind tests. The giveaway used to be unnatural pauses and intonation. That is mostly solved.

    You pick the voice during setup. We offer a Kiwi voice on NZ deployments and an Australian voice on AU deployments. Both sound like a real person on the other end of a phone line.

    The 800ms latency budget

    Human conversational turn-taking sits at 200-400ms. That is the natural pause between "how are you?" and "good thanks". You have been tuning your ear to that rhythm since you could speak.

    Drift past 500ms and the conversation feels off. Drift past 800ms and your caller starts wondering if something is broken. Past one second and they have stopped listening.

    Total turn time is the sum of all four stages plus network round-trip. A good platform sits at 600-800ms total. We covered the engineering of holding that budget in mastering voice AI latency.

    If your AI agent sounds slow, the model is usually not the first thing to blame. The fix is in the rest of the stack. We covered the diagnostic in your AI agent sounds slow, the AI is not the problem.

    Functions: how the agent actually does things

    The four stages above let the agent talk. But talking is not enough. To book a meeting, the agent has to actually create an event in your calendar.

    This is what function calling does.

    The model is wired with a list of functions it is allowed to call. Examples on a typical receptionist:

  • bookAppointment(service, time, customerName, contactNumber)
  • lookupClient(phoneNumber)
  • transferToHuman(reason, urgency)
  • sendBookingConfirmation(channel, message)
  • scrubPhoneAgainstDNC(phoneNumber)
  • The model decides when to call each function. The platform runs the function. The result comes back to the model. The model continues the conversation.

    This is how a single AI receptionist can hold a real conversation, book a real appointment in Google Calendar, send a real confirmation SMS, and warm-transfer a real call to a human in your team. All inside one phone call. All in under 60 seconds.

    Frequently asked questions

    Does it learn over time?

    Indirectly. The base model does not retrain on your calls (that would be a privacy nightmare). Your knowledge base and prompt do get tuned weekly based on review of edge cases. So the agent gets sharper, even if the underlying model is fixed.

    What happens if the model has a brain freeze?

    Modern voice platforms have fallback handling. If the model takes too long, the platform fills with a natural filler ("let me check that for you") to buy time. If the model returns nothing useful, the platform escalates to a warm transfer.

    What language can it speak?

    Most TTS engines support 30+ languages in 2026. The model layer supports most of those at high quality. The bottleneck is usually the STT engine on rare accents.

    How private is the call data?

    Audio gets stored if you want recordings. Transcripts get stored for review and quality control. Both get encrypted at rest. Most platforms allow per-call opt-out and a hard delete on request.

    Can two AI agents talk to each other?

    Technically yes. We have not seen a useful production case yet. The most common A2A scenario is one agent transferring to another as a routing step, which is mostly a function call rather than a real conversation.

    What hardware does it run on?

    Cloud GPUs. The model layer runs on Anthropic, OpenAI, or Google data centres. Inference on a single call uses a tiny fraction of one GPU's capacity. The cost per minute reflects fractional GPU utilisation, not dedicated hardware.

    See it running

    Live demo agents you can call now, tuned for NZ and Australian businesses.

    NZ AI receptionist  ·  AU AI receptionist

    Related reading

    • How an AI Voice Agent Works
    • AI Voice Agent Warm Transfer
    • AI Voice Agent Knowledge Base Setup
    LG

    Leonardo Garcia-Curtis

    Founder & CEO at Waboom AI. Building voice AI agents that convert.

    Ready to Build Your AI Voice Agent?

    Let's discuss how Waboom AI can help automate your customer conversations.

    Book a Free Demo

    Related Pages

    AI Voice Agents

    The complete guide to AI voice agents for New Zealand and Australian businesses.

    AI Receptionist NZ

    24/7 inbound call answering with native Kiwi accent.

    AI Receptionist Australia

    24/7 inbound call answering with Australian accent.

    Related Articles

    What is an AI Receptionist? Real Stories From Auckland and Sydney

    What is an AI Receptionist? Real Stories From Auckland and Sydney

    Your AI Voice Agent Is Only as Smart as Its Knowledge Base. Here Is How to Structure One.

    Your AI Voice Agent Is Only as Smart as Its Knowledge Base. Here Is How to Structure One.

    A Cold Transfer Makes Your Caller Repeat the Whole Story. An AI Voice Agent Warm Transfer Fixes It.

    A Cold Transfer Makes Your Caller Repeat the Whole Story. An AI Voice Agent Warm Transfer Fixes It.

    Waboom AI

    Empowering New Zealand and Australian businesses with AI voice agents and automation that deliver real, measurable value.

    info@waboom.ai+64 9 885 9695 (NZ)+61 485 027 479 (AU)
    Level 8, 139 Quay Street
    Auckland CBD, New Zealand

    Voice Agents

    • AI Voice Agents
    • AI Receptionist NZ
    • AI Receptionist Australia
    • AI Phone Answering
    • AI Virtual Receptionist
    • AI Receptionist Pay As You Go
    • Waboom Concierge
    • Medical Answering Service
    • Answering Service Australia
    • AI Sales Agent
    • Voice Agent Pricing
    • Listen to Voices
    • Real Estate Guide

    By Industry

    • Real Estate
    • Mortgage Brokers
    • Insurance Brokers
    • Property Managers
    • Medical Clinics
    • Dentists
    • Vets
    • Childcare + ECE
    • Car Dealerships
    • Construction + Builders
    • Electricians
    • Plumbers
    • HVAC
    • Accountants
    • Law Firms
    • All industries and regions

    Workshops

    • All Workshops
    • AI Team Training
    • AI Strategy Workshop
    • AI Champion Workshop
    • Claude Team Training
    • Claude Code Workshop
    • Lovable Workshop
    • Free AI Workshop

    Automation

    • AI Automation
    • Microsoft Copilot Agents
    • Integrations

    Company

    • About Us
    • Contact
    • Partners
    • Pipedrive Partner
    • Resources
    • Blog
    • AI Agency NZ
    • AI Agency Australia

    Powered by leading AI technologies

    VAPIOpenAIZapierMakeStripe

    © 2026 Waboom.ai. All rights reserved.

    PrivacyTermsSecurity