AI Engineering27 min read
Building a multi-agent voice roundtable
Learn how to architect a production-ready multi-agent voice system where multiple AI personas engage in natural group discussions. Deep dive into conduc...
Loading...
Build Your First Software Factory Execution Harness live Thursday, Oct 1, 12:00 PM ET
Oct 1, Reserve a seatExplore our latest articles and insights about System Design.
68 posts in total
AI Engineering27 min read
Learn how to architect a production-ready multi-agent voice system where multiple AI personas engage in natural group discussions. Deep dive into conduc...
AI Engineering19 min read
Learn how to architect production-ready memory systems for AI agents. Deep dive into short-term buffers, semantic retrieval, episodic learning, and plan...
AI Engineering8 min read
Learn how to build constrained voice agents that follow strict business processes using state machines and slot filling. Create domain-specific flows fo...
AI Engineering7 min read
Learn how to build multi-agent voice systems with clean handoffs between specialized agents. Understand warm transfers, context preservation, and shared...
AI Engineering7 min read
Learn how to manage conversation memory in voice AI systems. Explore sliding windows, async summarization, and structured state extraction to balance co...
AI Engineering7 min read
Learn how to build real-time voice agents with sub-500ms latency using WebRTC streaming pipelines. Understand VAD, STT, LLM, and TTS integration for nat...
AI Engineering8 min read
How browser works in production. Learn how to build AI agents that can navigate the modern web using vision models and accessibility trees. Move from read-
AI Engineering7 min read
Learn how to build agentic workflows with LangGraph using nodes, edges, and shared state. Move from simple chains to cyclic state machines that can loop...
AI Engineering7 min read
Learn how to build Human-in-the-Loop (HITL) workflows with state persistence, breakpoints, and feedback injection. Design safe AI systems that can pause...
AI Engineering8 min read
Learn how to coordinate specialized AI agents using three fundamental patterns: The Chain, The Router, and The Supervisor. Move from monolithic prompts...
AI Engineering7 min read
Learn how to optimize RAG agents by balancing speed, cost, and quality. Understand asymmetric model design, parallel retrieval, and re-ranking strategie...
AI Engineering7 min read
Learn how to build resilient RAG agents that handle API timeouts, tool failures, and real-world chaos. Understand fallback strategies, retries, and grac...