A curated slice of what runs at home. Not everything here is public, and some of it never will be.
AI Sales Org
A four-role sales department, staffed by agents
Turns the exhaust of everyday sales work into briefings. Four agent roles share one local data pond; a full account brief renders in under a second, offline, with no model call. Customer data never enters the repo — only aggregate counts do.
projectstaleproofdeterministic
AI Ops Console
A dashboard that leads with what is NOT running
Local models, inference, hardware, and evaluations — with idle models and stale runs shown first. Honest dashboards are rare; most of them only show you the green.
scheduled agentstaleproofdeterministic
AnythingLLM MCP
A protocol server so agents can talk to my local models
Wraps a local model workspace behind the Model Context Protocol, so any compatible agent can query documents that never leave the machine.
projectstaleproofdeterministic
Code Graph
Turns a codebase into a map an agent can actually read
Indexes a Python project into linked notes, one per symbol, so an agent loads the architecture up front instead of grepping blind. Makes the blast radius of a change visible before the edit.
projectstaleproofdeterministic
Byrd Home
Replaced the smart-home app with something I control
A local hub and a small web app on my own network. The browser can only call an explicit list of allowed actions per device type, so it can never invoke an arbitrary one. Reads keep working even when writes are switched off.
projectstaleproofdeterministic
Byrd Voice
A voice assistant that runs on my own hardware
Local speech-to-text and local text-to-speech, with a tiered risk gate deciding what it may do on its own and what needs me to say yes first. Money and work systems are excluded at the capability level, not by a prompt.
projectstaleproofdeterministic
Jetson Presence
Person detection at the edge, on real hardware
An always-on board watches for people and publishes to the home hub over a local message bus. The video never leaves the device — only the fact that someone is there does.
projectstaleproofdeterministic
LLM Router
Routes each job by how sensitive its data is, not just what it costs
Every headless agent call falls through a chain of models. What decides the route is the sensitivity of the data in the prompt — private work stays local, everything else goes to the best available model.
projectstaleproofdeterministic
Loop Factory
One command to scaffold a new fine-tuning loop
After hand-building three nightly training loops, I generalized them. Scoring, classifying, and transforming loops now come out of one generator instead of a copy-paste.
projectstaleproofdeterministic
Privacy Firewall
Local model reads the private part; cloud model does the heavy lifting
A small model running on my own machine reads anything sensitive and hands the cloud a sanitized spec instead of the document. The good reasoning still happens in the cloud — it just never sees the private bytes.
projectstaleproofdeterministic
Stack Atlas
The whole system as one page
A visual map of every agent, tool, and idea, written twice — once in plain language and once in the terms an engineer would search for. Protected items redact themselves by construction rather than by a setting someone could flip.
skillstaleproofdeterministic
Stack Radar
Nothing I run is invisible
Every morning it inventories every automation on the machine and writes one file describing each one's health, how brittle it is, and what it costs to run. The inventory is re-derived from scratch each night, so the labels cannot go stale.
scheduled agentstaleproofdeterministic
Text Claude
Text a request from the road, get the work back
Send a message from a phone; a fenced headless agent runs a whitelisted action on the machine at home and texts back the result. The whitelist is the whole security model.
scheduled agentstaleproofllm
Usage Rollup
Measures its own blind spot and says so
Attributes token spend across thousands of sessions back to the agent that caused it, and reports plainly that it can only account for about a quarter of the total. A measurement that hides its own error bar is not a measurement.
scheduled jobstaleproofdeterministic