DEV Community

VoiceFleet
VoiceFleet

Posted on • Originally published at voicefleet.ai

Building AI Phone Agents for Small Business: Lessons from the Irish Market

Interesting market dynamics in Ireland for AI phone answering that might apply to other small markets:

Why Ireland Is a Perfect Test Market

  • High labour costs: Min wage €13.50/hr, receptionist salary €28-35k
  • Phone-first culture: 78% of consumers call before visiting a business
  • SME-dominated economy: 99.8% of businesses are SMEs, most under 10 employees
  • Multilingual needs: Growing immigrant population, tourism-heavy

This creates a gap: businesses that need someone answering phones but can't afford a dedicated receptionist.

Technical Approach

The stack for handling Irish business calls:

  • Telephony: Irish DID numbers via Telnyx/Twilio
  • ASR: Needs to handle Irish English accents (Deepgram performs best here)
  • LLM: Business-specific knowledge base per client
  • TTS: Natural-sounding voice, not robotic
  • Integration: Calendar booking (Google Calendar, Cliniko for dental, ResDiary for restaurants)

Biggest technical challenge: accent handling. Dublin vs Cork vs Galway accents are meaningfully different. Fine-tuning ASR on Irish speech data improved accuracy from ~82% to ~94%.

What Actually Works

After deploying across dental practices and restaurants:

  • 80% of routine calls handled without human intervention
  • After-hours call capture increased revenue by ~15-20%
  • Average handling time: 90 seconds (vs 3-4 minutes with human receptionist for routine calls)
  • Customer satisfaction: surprisingly high — callers prefer instant pickup over hold music

What Doesn't Work (Yet)

  • Complex insurance queries (too many variables)
  • Emotional callers (complaints, emergencies need human empathy)
  • Heavy accent + background noise combination
  • Multi-party calls

The 80/20 applies perfectly: AI handles 80% of routine calls, humans handle the 20% that need judgment.


More on the Irish SME phone answering landscape: voicefleet.ai/blog/ai-receptionist-small-business-ireland

Top comments (0)