Answer
Twilio routes the inbound call. Claude Haiku 4.5 with streaming voice plays a greeting in <300ms first-token. Detects caller language from first utterance and switches if needed.
Twilio inbound number → Claude Haiku (sub-300ms first-token) → outcome captured. Qualifies leads against your criteria, books callbacks, escalates urgent calls to your phone via WhatsApp. Speaks English, Arabic, Hindi, Portuguese, Spanish, French. $8 per qualified lead. Voicemail is free.
Twilio routes the inbound call. Claude Haiku 4.5 with streaming voice plays a greeting in <300ms first-token. Detects caller language from first utterance and switches if needed.
Asks 3-5 qualification questions from your criteria sheet. Captures structured answers (company size, role, intent, timeline). Detects 'not a real lead' (cold caller, wrong number) and exits cheaply.
Qualified → books a callback on your calendar OR transfers live if you're available. Urgent → WhatsApp + SMS your phone with summary. Otherwise records voicemail with transcript.
Full transcript, outcome classification (qualified/unqualified/voicemail/callback/dropped), call recording, and audit-chain entry. Synced to your CRM. Outcome billed to ledger.
→ inbound: twilio.call.start(from='+97150...', to='+15558881212')
→ tool_use: voice_session.create(tenant='cust_482', call_id='ca_8a3f')
→ tool_use: claude_haiku.greet(lang='auto', voice='warm_f')
← 'Hello, you've reached Acme Sales. How can I help?' (latency 287ms)
→ caller: 'Hi, looking for pricing on the enterprise plan' (Arabic)
→ tool_use: claude_haiku.qualify(criteria=jd_42, lang='ar')
← extracted: {company_size: '500+', role: 'CTO', timeline: 'Q3', intent: 'evaluation'}
→ tool_use: calendar.find_slots(tenant='cust_482', within='48h', duration=30)
← 3 slots returned
→ tool_use: claude_haiku.offer_slots(slots=..., lang='ar')
← caller picks slot 2
→ tool_use: calendar.create_event(slot=2, attendees=[caller, owner])
→ tool_use: hubspot.create_lead(name=..., source='inbound_call', score=82)
→ tool_use: outcome_ledger.record(event='qualified_lead', value=8)
→ tool_use: audit_chain.append(event='voice.qualify', actor='agent.voice', tenant='cust_482')Real tool-call sequence from a recent production run. Names redacted.
Model assumes 40% of inbound calls qualify (typical for warm inbound). Voicemail / unqualified / hangup are free.
Assumes linear scaling and no ramp-up. Real deployments hit steady-state around week 3–4. Outcome yield modeled at 40% — override at the audit call if your data suggests different.
Also see: Automate Lead Qualification → — the same math from a process-first angle, for buyers thinking "we need to fix our lead qualification process" before shopping for an agent.
First-token: ~280-330ms in the AWS region matched to your Twilio number. Full sentence-to-sentence: 800-1200ms. That's faster than most humans on cold calls. Specs published per region — ask for current numbers.
Yes. Claude Haiku detects language change in the caller's audio (Deepgram + secondary classifier) and switches generation language. Common in GCC where callers code-switch English/Arabic. Latency penalty: ~120ms on switch.
Bland, Vapi, and Retell are voice infrastructure — you build the agent yourself. We're the agent. Outcome-priced ($8/qualified lead) instead of per-minute. With WhatsApp escalation + multilingual + the same audit chain as the rest of our system. Best for inbound; we don't position for outbound.
Claude Haiku with extended thinking + a tight system prompt has a sub-1% hallucination rate on factual claims in our internal eval — and we hard-bound the agent to your published pricing, your stated availability, and your CRM data. Anything outside that scope → 'let me get someone who can answer that' + transfer.
Yes. Configurable disclosure at call start: 'You're speaking with an AI assistant — say "human" anytime to transfer.' Required in California, Utah, and increasingly elsewhere. We default to disclosure on.
A $0 outcome audit takes 3 minutes. We'll show you the outcome math, the integrations, and what week-one looks like — with your real systems.
Book the audit →