The first spoken turn paid a ~10s cold start because Whisper (default "medium") and the Ollama chat model loaded lazily on the first request. Warm them (and ping the TTS worker) in a background thread at startup so the server accepts requests immediately while models load, and the first real utterance is fast. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>