The only tool that converts Logic Pro projects into Ableton Live sets.
Reverse-engineered Logic Pro's undocumented binary project format to extract note-accurate MIDI — pitch, velocity, position, and duration — with no public spec to work from. Verified correct against Apple's own shipping demo songs. Bidirectional audio + MIDI transfer, tempo, time signature, plugin identification. Python core, Electron desktop app, CI across Windows/macOS.
PythonElectronReverse engineeringAudio
AI-powered websites + CRM for local contractors. My company.
Founded a digital agency that gives local home-service contractors complete revenue systems: instant budget quoting, AI proposals, online booking, and a custom CRM. Built the full stack myself in Next.js — pricing engine, lead/booking capture, CRM dashboard with status and follow-up tracking, email alerts, and webhook sync. First client build (3D Windows & Siding) is in final review ahead of launch.
Next.jsTypeScriptFull-stackCRMFounder
Persistent memory & continuity engine for AI agents.
A local-first MCP server that gives Claude and other AI agents durable memory across sessions — built on SQLite with vector search for semantic recall, plus consolidation, decay, and reflection. Tackles one of the genuinely hard open problems in agentic AI: continuity.
AI infraMCPSQLiteVector search
Self-hosted courthouse signage that replaced a paid SaaS.
Replaced a recurring commercial subscription (ScreenSeed.io) with a self-hosted digital signage system for court schedules, announcements, and emergency alerts across lobby, courtroom, and info displays. Runs on Raspberry Pi 5 + Samsung Frame TVs — killing the software bill while giving full control of the displays.
TypeScriptRaspberry PiCost savings
Defensive framework for prompt-injection resilience in agentic AI.
A Go red-team harness that stress-tests AI agents against prompt-injection attacks — the most pressing security problem in production LLM systems. Built to make agentic pipelines provably more resilient.
GoAI securityRed-team
A modern, Winamp-inspired desktop music player.
A local-first Windows music player that reimagines the Winamp era for today — 13 skins, multiple UI shells and deck variants, 0–200% volume, and a 0–100 track-scoring system. Built for people who still want to own and curate their music library, not just stream it. Next up: Eviland Visualizer — a state-of-the-art audio visualizer for local files and live music, built into NewAmp.
TypeScriptDesktop appAudioLocal-first
Intelligent LLM arena + production router.
Races frontier models head-to-head, builds an ELO leaderboard from the results, and auto-routes production requests to the best model for each job — turning model selection from guesswork into data.
LLM opsRoutingJavaScript