Skip to content
Projects/jarvis
AI / Agent2025Solo creatorFeatured

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.

01
Start from the failure mode.

Define what 'broken' looks like before defining what 'working' looks like. The contract follows.

02
Single source of truth.

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.

03
Boring tech, novel problem.

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.