AgentScope Realtime Voice Agents — Build 3 Voice AI Apps
Build 3 real voice AI apps — chatbot, simultaneous interpreter, and customer service bot with RealtimeAgent + Gradio.

AgentScope Realtime Voice Agents — Build 3 Voice AI Apps
Text agents require typing. Voice agents let users talk — hands-free, natural, and fast. In this post, we go from theory to three real, working voice applications:
- Voice Chatbot — your first RealtimeAgent with Gradio
- AI Simultaneous Interpreter — English-Spanish real-time translation
- Voice Customer Service Bot — tool-calling CS agent that handles orders
Related Posts

AI Engineering
LLM Inference Optimization Part 4 — Production Serving
Production deployment with vLLM and TGI. Continuous Batching, Speculative Decoding, memory budget design, and throughput benchmarks.

AI Engineering
LLM Inference Optimization Part 3 — Sparse Attention in Practice
Sliding Window, Sink Attention, DeepSeek DSA, IndexCache, and Nvidia DMS. From dynamic token selection to Needle-in-a-Haystack evaluation.

AI Engineering
LLM Inference Optimization Part 2 — KV Cache Optimization
KV Cache quantization (int8/int4), PCA compression (KVTC), and PagedAttention (vLLM). Hands-on memory reduction code and scenario-based configuration guide.