Mar 20, 2026·35 min readThe Art of RetrievalEvery retrieval algorithm exists because the previous one had a flaw. This is a deep dive into how search evolved, and why it had to.RAGBM25TF-IDF
Feb 20, 2026·4 min readBuilding a Simple Real-Time Voice Agent with LiveKitA hands-on walkthrough of building a real-time voice agent with LiveKit, wiring up the full STT to LLM to TTS loop so you can have back-and-forth voice conversations.LiveKitVoice AgentSpeech-to-Text
Feb 19, 2026·14 min readHow Real-Time Voice Agents Work: Architecture and LatencyA breakdown of how real-time voice agents work under the hood: the two-layer architecture, VAD, STT, LLM, TTS pipeline, and where latency comes from at each stage.LiveKitWebRTCReal-Time Systems