Building systems that create leverage. Exploring AI, automation, and developer tooling.
Most of what's here runs on my homelab — things I built to solve real problems. Not tutorial projects. Things I actually use daily.
Active projects
- AGENTIC_ENGINEERING_STANDARDS — Provider-agnostic engineering instructions and pre-commit preflight validator to align AI coding agents and developers in local environments, featuring JIT contextual memory loading.
- APRIL — Local AI desktop companion and home assistant that powers voice-controlled Windows automation, local speech-to-text handling, and custom execution loops.
- PostMailRAG — Local-first email intelligence engine featuring cross-provider IMAP ingestion, hybrid PostgreSQL search, and text extraction over PDF/office attachments using pgvector.
- REPO_KNOWLEDGE — Codebase semantic memory layer that indexes Git repositories, creates embeddings locally, and exposes semantic search capabilities to coding agents via the Model Context Protocol (MCP).
- LENS — Private vision telemetry, OCR (using Surya/Vision engines), and Visual Question Answering (VQA) gateway that acts as the eyes for local AI agent systems.
- ECHO — Fast, private, hallucination-resistant speech transcription service running entirely on local hardware with an OpenAI-compatible API.
- VOICE — High-performance, local text-to-speech (TTS) synthesis microservice optimized for Apple Silicon and powered by Kokoro-82M.
Stack Python · FastAPI · PostgreSQL · Docker · LLMs · REST APIs · React