Choosing Retrieval vs Fine‑Tuning: AtlasVoice’s Voice Assistant UX Case Study
AI · 6 min read
AtlasVoice builds voice assistants for enterprise field teams and faced frequent trade-offs: retrieval-augmented generation (RAG) offered fresh, verifiable answers but introduced latency and brittle turn-taking; fine‑tuning delivered smoother conversation but required heavy maintenance and risked outdated responses. Designers and engineers collaborated to prototype both approaches across identical UX shells.
The final design used a hybrid approach. The primary conversational channel used a low-latency, fine‑tuned core for casual interactions and quick instructions. For knowledge-critical queries the assistant revealed a 'source view' that indicated retrieved documents and confidence scores, with an option to 'run safe-check' that triggered a background RAG pass for accuracy and citations.
The change reduced average response latency for common tasks by 25% while improving user trust on knowledge tasks, measured via a trust score survey (up 18%). Designers emphasized microcopy that set expectations: subtle phrases like "Checking sources..." and seamless UI transitions kept the conversation feeling natural while surfacing when deeper retrieval was happening.