Jarvis Main System
Local Windows voice assistant: clap-wake-word → STT → Anthropic SDK command dispatch.
The build.
A persistent local agent that wakes on a clap-pattern wake-word, transcribes voice via SpeechRecognition, and routes commands through the Anthropic SDK with custom tool use. Roadmap: cloud dashboard on a self-hosted VPS, websocket telemetry stream, and per-user policy.
What I learned.
Define what 'broken' looks like before defining what 'working' looks like. The contract follows.
Whether it's a CV file or a domain entity — pick the one canonical place it lives, and shape the rest of the system around reading from it.
The interesting part is the problem framing. The stack should be the dullest viable option.
Outcome.
Shipped and running. Now iterating on the next milestone — see Now for the current roadmap.