Reading up on Pipecat
4 deep · digging since jan 30
- A New Framework for Evaluating Voice Agents (EVA)
ServiceNow's EVA framework jointly evaluates voice agents on task accuracy and conversational experience, revealing a consistent accuracy-experience tradeoff across 20 systems.
- Async Developer Platform
Async Developer Platform launches a low-latency TTS API with voice cloning, 15+ languages, and pricing starting at $0.50/hour, claiming faster response times than ElevenLabs and Cartesia.
- Show HN: I built a sub-500ms latency voice agent from scratch
A developer built a sub-500ms latency voice agent by co-locating and aggressively pipelining STT, LLM, and TTS stages. Commenters debate trade-offs vs. end-to-end models, endpoint detection alternatives, and the difficulty of human-like turn-taking.
- Ask HN: What's the current best local/open speech-to-speech setup?
Developers find that truly local, low-latency speech-to-speech AI is not yet achievable with end-to-end open models, so the best 2026 setups combine streaming ASR, LLM, and TTS on a single GPU using frameworks like Pipecat.