Developer Agents Public
Go, local LLMs, CLI automation
A shell interceptor and local-AI command agent that catches mistyped commands, suggests corrected terminal actions, and can operate in agent mode from the CLI.
What it proves
Turned an everyday terminal failure mode into an assistive workflow, combining command parsing, local model prompting, and executable automation loops.
Local AI Interfaces Public
Python, Faster Whisper, AppleScript, vector search
A local macOS assistant that combines voice input, document retrieval, graph-style context, and AppleScript control.
What it proves
Explored a privacy-preserving desktop assistant architecture where local context and OS automation are first-class capabilities.
Operations Tools Public
Go, macOS, launchd, Docker, SSH
A native macOS operations HUD for scripts, launchd agents, Docker containers, SSH services, and remote jobs.
What it proves
Condensed scattered local and remote runtime state into one practical control surface for daily engineering operations.
Developer Tools Public
Python, static analysis, local-first tooling
A local-first repository scanner that converts codebases into structured summaries while keeping source private.
What it proves
Created a repeatable way to understand unfamiliar repositories without uploading proprietary code to external services.
Developer Tools Public
Python, code indexing, knowledge catalogs
A repository-to-knowledge-catalog tool for compact codebase understanding and fast project orientation.
What it proves
Focused on making source trees searchable, summarizeable, and useful as downstream context for humans or AI agents.
Robotics Research Private
Python, V-JEPA, robotics, planning
A Mac-first robotics scaffold for V-JEPA/V-JEPA2 latent world models, action-conditioned dynamics, planning, and SO-101 adaptation.
What it proves
Connected representation learning ideas to concrete robot-data workflows and planning experiments.