Things I've Built
A collection of projects from production AI systems to open-source tools. Each one taught me something new about shipping software that works.
AIVA — AI Interview Coach
The Itch: AI voice agents usually have awkward, robotic pauses. The Fix: Real-time interviewer with <500ms latency using Cloud Run Session Affinity and Vertex AI's Native JSON Mode.
Project Agora
The Itch: Single agents are bad at complex tasks. The Fix: A multi-agent "dev shop" where an AI Coder, Architect, and Reviewer argue with each other to write better code.
AlgoArena 3D
The Itch: People arguing about language speed on Twitter without data. The Fix: A benchmarking tool that turns "opinions" into "metrics" with Cloud Logging and structured observability.
Micro-Agent Framework
The Itch: 14-day idea-to-production cycles are too slow. The Fix: A modular framework that cuts it to under 5 days. Now powers 50+ production agents at Supervity.
Music Decade Classifier
From 58% baseline to 66% test accuracy through systematic experimentation. Proof that small, informed decisions compound into significant improvements.
Full-Stack Template
The Itch: Code Vipassana attendees losing hours on "Day 0" configuration. The Fix: One-command deployment template that enforces production best practices from the first commit.