Voice OS / Updated Mar 11

Ziri

A distributed home voice OS that listens locally, routes hard tasks through agents, and keeps routine commands fast.

Creator2026PythonAlways-on build

sub-900ms

Complex queries

time-to-first-byte target for multi-step requests

80%

Deterministic path

of commands avoid an LLM entirely

4

Input surfaces

mic, Siri shortcut, browser, and REST

01

Ambient runtime

  • Always-on mic listener plus browser, Siri, and API inputs
  • Fast paths for timers, media control, and lightweight commands
  • Distributed services keep audio, routing, and tool execution decoupled
02

Supervisor architecture

  • Specialized subagents route music, calendar, home, and general tasks
  • Tool-heavy requests stay inspectable instead of disappearing into a monolith
  • Designed around low latency, graceful fallbacks, and clean handoffs
03

Memory and feedback

  • Titan embeddings plus pgvector memory for preference recall
  • SQL filters combine with vector retrieval for better personalization
  • Langfuse traces tool correctness, latency, and generation quality