ๆƒฏๆ€ง่šๅˆ ้ซ˜ๆ•ˆ่ฟฝ่ธชๅ’Œ้˜…่ฏปไฝ ๆ„Ÿๅ…ด่ถฃ็š„ๅšๅฎขใ€ๆ–ฐ้—ปใ€็ง‘ๆŠ€่ต„่ฎฏ
้˜…่ฏปๅŽŸๆ–‡ ๅœจๆƒฏๆ€ง่šๅˆไธญๆ‰“ๅผ€

ๆŽจ่่ฎข้˜…ๆบ

ไบ‘้ฃŽ็š„ BLOG
ไบ‘้ฃŽ็š„ BLOG
Blog โ€” PlanetScale
Blog โ€” PlanetScale
ๅš
ๅšๅฎขๅ›ญ - ใ€ๅฝ“่€็‰นใ€‘
ๅš
ๅšๅฎขๅ›ญ_้ฆ–้กต
The GitHub Blog
The GitHub Blog
ๆœˆๅ…‰ๅšๅฎข
ๆœˆๅ…‰ๅšๅฎข
Hugging Face - Blog
Hugging Face - Blog
ๆœ‰่ตžๆŠ€ๆœฏๅ›ข้˜Ÿ
ๆœ‰่ตžๆŠ€ๆœฏๅ›ข้˜Ÿ
ๅš
ๅšๅฎขๅ›ญ - ไธ‰็”Ÿ็ŸณไธŠ(FineUIๆŽงไปถ)
D
Docker
Stack Overflow Blog
Stack Overflow Blog
WordPressๅคงๅญฆ
WordPressๅคงๅญฆ
้’›ๅช’ไฝ“๏ผšๅผ•้ข†ๆœชๆฅๅ•†ไธšไธŽ็”Ÿๆดปๆ–ฐ็Ÿฅ
้’›ๅช’ไฝ“๏ผšๅผ•้ข†ๆœชๆฅๅ•†ไธšไธŽ็”Ÿๆดปๆ–ฐ็Ÿฅ
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
้…ท ๅฃณ โ€“ CoolShell
้…ท ๅฃณ โ€“ CoolShell
้›ทๅณฐ็ฝ‘
้›ทๅณฐ็ฝ‘
ๅฐไผ—่ฝฏไปถ
ๅฐไผ—่ฝฏไปถ
I
InfoQ
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
S
SegmentFault ๆœ€ๆ–ฐ็š„้—ฎ้ข˜
Microsoft Azure Blog
Microsoft Azure Blog
ๅš
ๅšๅฎขๅ›ญ - Franky

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems โ€“ The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for theโ€ฆ Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance โ€” not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test โ€œAI pollsโ€ are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - mahimairaja/voiceai: Set of ๐Ÿ“ with ๐Ÿ”— to help tho...
mahimai ยท 2026-05-03 ยท via Hacker News - Newest: "AI"

Banner Image

A curated, developer friendly learning path for building real-time voice AI agents from your first STT call to scaling production telephony.

Voice AI has moved from research demos into shipping product in under three years. The modern stack is converging around a clear pattern: a real-time transport layer (WebRTC or telephony), a streaming pipeline of speech-to-text โ†’ LLM โ†’ text-to-speech, and a turn-taking model that decides when the agent should speak. This list is structured to mirror that learning order start with the foundations, pick a framework, then drill into individual components and production concerns.

Resources are tagged ๐ŸŸข Beginner, ๐ŸŸก Intermediate, or ๐Ÿ”ด Advanced. Prefer free official docs and vendor-neutral guides; flag where authors have commercial interests.


How to use this list

Read top-to-bottom if you're brand new. The recommended path:

  1. Foundations โ†’ understand the pipeline and latency budget
  2. Frameworks โ†’ pick one (LiveKit Agents or Pipecat are the safest open-source bets) and ship a hello-world
  3. Components (STT, TTS, LLM, VAD, turn detection) โ†’ swap pieces to learn what each layer does
  4. Transport & telephony โ†’ connect to a real phone number
  5. Evaluation, production, ethics โ†’ make it safe enough to ship

Table of contents

  1. Foundational concepts and learning paths
  2. Frameworks and orchestration platforms
  3. Speech-to-text (STT / ASR)
  4. Text-to-speech (TTS)
  5. LLMs for voice and real-time AI
  6. Voice activity detection and turn-taking
  7. WebRTC fundamentals
  8. Telephony and SIP
  9. Tutorials and hands-on projects
  10. GitHub starter repos and awesome lists
  11. Datasets and benchmarks
  12. Beginner-accessible research papers
  13. Evaluation and testing
  14. Production, deployment, and scaling
  15. Ethics, safety, and regulation
  16. Blogs and newsletters
  17. Podcasts
  18. Communities
  19. Conferences and events
  20. Hackathons and competitions

1. Foundational concepts and learning paths

Start here. These resources establish the mental model of the voice agent pipeline and the latency budget you'll fight for the rest of your career.

2. Frameworks and orchestration platforms

The frameworks below all let you wire STT, an LLM, and TTS together. For open-source production work, LiveKit Agents and Pipecat are the two safest bets; for managed dashboards, Vapi, Retell, and Bland win on time-to-first-call.

Open-source frameworks

  • LiveKit Agents Voice AI Quickstart Working assistant in <10 min via Python or TypeScript, runs on top of WebRTC. ๐ŸŸข Beginner
  • Pipecat Quickstart Scaffolds a Deepgram + OpenAI + Cartesia pipeline you can talk to in the browser in 5 minutes. ๐ŸŸข Beginner
  • Ultravox (fixie-ai/ultravox) Open-weight multimodal speech LLM (Llama/Gemma/Qwen variants) that skips the separate ASR stage for ~150 ms TTFT. ๐Ÿ”ด Advanced

Managed platforms

Realtime / speech-to-speech APIs

Vendor-neutral comparisons

3. Speech-to-text (STT / ASR)

Pick one streaming STT and learn it deeply before shopping around. Deepgram, AssemblyAI, and Whisper-derivatives cover most use cases.

Commercial APIs

Open source

  • openai/whisper The original repo and the de facto starting point for any DIY ASR project. ๐ŸŸข Beginner
  • SYSTRAN/faster-whisper CTranslate2 reimplementation up to 4ร— faster with INT8; recommended for self-hosted Whisper. ๐ŸŸก Intermediate
  • NVIDIA NeMo (Parakeet / Canary) Top-of-leaderboard open ASR models with streaming inference recipes. ๐Ÿ”ด Advanced
  • Moonshine Tiny on-device ASR (~190 MB) optimized for live streaming on edge devices. ๐ŸŸก Intermediate

Benchmarks and explainers

4. Text-to-speech (TTS)

Latency, not raw quality, is what kills voice agents prioritize providers offering true streaming with first-byte under 200 ms.

Commercial APIs

Open source

  • Coqui TTS (idiap fork) Maintained fork of Coqui-TTS / XTTS v2; the most battle-tested OSS TTS toolkit. ๐ŸŸก Intermediate
  • Piper (OHF-Voice/piper1-gpl) Fast local neural TTS optimized for Raspberry Pi; perfect for offline projects. ๐ŸŸข Beginner
  • Kokoro 82M Tiny Apache-licensed model that tops community ELO arenas; runs on CPU. ๐ŸŸข Beginner
  • F5-TTS Diffusion-transformer TTS with high-quality zero-shot voice cloning. ๐ŸŸก Intermediate
  • Orpheus-TTS Llama-3B-based emotive TTS with ~200 ms streaming and emotion tags. ๐ŸŸก Intermediate
  • Sesame CSM Conversational, context-aware multi-speaker TTS using a Llama backbone with the Mimi codec. ๐Ÿ”ด Advanced

Streaming and ethics

5. LLMs for voice and real-time AI

A voice agent's perceived intelligence is bounded by how fast the LLM streams its first token. Sub-300 ms TTFT changes the conversation feel entirely.

Low-latency inference

  • Groq LPU-based inference cloud delivering ~10ร— faster Llama tokens/sec than commodity GPUs. ๐ŸŸข Beginner
  • Cerebras Inference Wafer-scale chip inference with very high throughput on Llama models. ๐ŸŸข Beginner
  • SambaNova Cloud Reconfigurable Dataflow inference; stable throughput at low latency. ๐ŸŸข Beginner

Speech-to-speech models

  • OpenAI Realtime API guide Flagship S2S product with WebRTC/WebSocket transport. ๐ŸŸก Intermediate
  • Google Gemini Live Real-time multimodal voice/video with barge-in and 70-language support. ๐ŸŸก Intermediate
  • Moshi (kyutai-labs) Open-source full-duplex speech-text foundation model with 200 ms latency the premier OSS S2S model to study. ๐Ÿ”ด Advanced

Voice-specific prompting and tools

6. Voice activity detection and turn-taking

Pure VAD is no longer enough modern agents combine acoustic VAD with a small semantic model that predicts end-of-utterance from words and prosody.

7. WebRTC fundamentals

WebRTC is the default transport for voice agents that don't run over the phone network. Understanding ICE, STUN, TURN, and SFU architecture is non-negotiable for production work.

8. Telephony and SIP

The phone network has its own physics. Once you know which SIP trunk provider to point at LiveKit or Pipecat, you can ship.

9. Tutorials and hands-on projects

Pick one tutorial and finish it before starting another. Voice AI is unforgiving of half-built pipelines.

10. GitHub starter repos and awesome lists

Clone these instead of writing boilerplate from scratch.

11. Datasets and benchmarks

You'll rarely train from scratch, but knowing which dataset a model was trained on explains its accents, languages, and failure modes.

  • LibriSpeech ASR Corpus ~1,000 hours of English audiobooks; nearly every ASR paper benchmarks against it. ๐ŸŸข Beginner
  • Mozilla Common Voice Crowdsourced multilingual dataset (100+ languages); the easiest legal way to fine-tune ASR. ๐ŸŸข Beginner
  • Common Voice on HuggingFace One-line load_dataset() access for hands-on experiments. ๐ŸŸข Beginner
  • Open ASR Leaderboard Live comparison of 60+ ASR models on WER and real-time factor. ๐ŸŸข Beginner
  • Artificial Analysis Speech Independent benchmarks of commercial STT and TTS providers. ๐ŸŸข Beginner
  • LJSpeech Dataset ~24 hours of single-speaker English audio; baseline corpus for Tacotron 2 and VITS. ๐ŸŸข Beginner
  • VCTK Corpus ~110 English speakers with diverse accents; widely used for multi-speaker TTS. ๐ŸŸก Intermediate
  • VoxCeleb (Oxford VGG) Million-utterance "in the wild" dataset for speaker identification and verification. ๐ŸŸก Intermediate

12. Beginner-accessible research papers

These are the landmark papers behind the models you'll actually use. Read the Whisper and Common Voice papers first they're unusually approachable.

13. Evaluation and testing

You can't ship what you can't measure. Voice-agent evaluation is fundamentally probabilistic a single transcript can pass and fail across runs, so simulation and statistics matter more than fixed test cases.

14. Production, deployment, and scaling

Real production voice infrastructure is the hardest unsolved problem in this space. Read these before quoting anyone a per-minute price.

15. Ethics, safety, and regulation

If you're shipping a voice agent in 2026, disclosure and consent are no longer optional. The FCC and EU AI Act both have teeth.

16. Blogs and newsletters

Subscribe to two or three to stay current the field moves quickly.

17. Podcasts

18. Communities

19. Conferences and events

  • AI Engineer World's Fair Biggest AI-engineering conference; the Voice track has hosted major launches from ElevenLabs, Vapi, LiveKit, Pipecat, and Cartesia. ๐ŸŸข Beginner
  • AI Engineer YouTube channel All World's Fair and Summit talks are posted free; the best library of recent voice-AI talks. ๐ŸŸข Beginner
  • AI Engineer Summit Online Voice playlist Curated playlist including voice-track sessions from leading labs. ๐ŸŸข Beginner
  • AIEWF 2025 Recap (Latent Space) Written deep-dive into 2025's voice-track talks and major launches. ๐ŸŸข Beginner
  • VOICE & AI (Modev) Long-running voice technology conference with broader CX and voicebot focus. ๐ŸŸข Beginner
  • Project Voice Main U.S. event for conversational AI across voice, text, and chat. ๐ŸŸข Beginner
  • Interspeech Top academic speech-science conference; intimidating but worth knowing most landmark papers debut here. ๐Ÿ”ด Advanced

20. Hackathons and competitions

  • ElevenLabs Worldwide Hackathon Flagship global hackathon for conversational agents; 30+ cities and a $200K+ prize pool. ๐ŸŸข Beginner
  • ElevenHacks (weekly sprints) Weekly themed challenges with credits and prizes; low-pressure way to ship one project per week. ๐ŸŸข Beginner
  • AI Engineer World's Fair Hackathon Co-located with the conference; $10K prizes judged by 3,000+ AI engineers, with a strong voice track. ๐ŸŸก Intermediate
  • lablab.ai AI Hackathons Continuous calendar of short online hackathons frequently sponsored by voice-AI vendors. ๐ŸŸข Beginner
  • Devpost Voice AI Hackathons Centralized search for active voice-AI hackathons; the best way to find what's open right now. ๐ŸŸข Beginner

Suggested learning path

  1. Week 1 Foundations: Read the LiveKit pipeline post and Voice AI Illustrated Primer (sections 1, 7).
  2. Week 2 First agent: Finish the LiveKit or Pipecat quickstart end-to-end (sections 2, 9).
  3. Week 3 Components: Swap STT, TTS, and LLM providers; benchmark latency (sections 3, 4, 5).
  4. Week 4 Turn-taking & telephony: Add Silero VAD and a turn detector; connect a SIP trunk (sections 6, 8).
  5. Week 5 Production: Add evaluation, observability, and read the FCC/EU AI Act material (sections 13, 14, 15).
  6. Ongoing: Subscribe to two newsletters and join voice ai community in linkedin (sections 16, 17, 18).

Contributing

Pull requests welcome. Resources must be active in the last 12 months, accessible to developers, and vendor-neutral or clearly labeled when authored by a commercial party. Open an issue to suggest additions or removals.