Work
Every project here is written up with the parts that usually get left out: the tradeoff I took, the thing that broke, and what it cost me to find out.
projects
- beaconliveA local browser dashboard for every Claude Code session on a machine, with real control over agents it launches and a cross-project ticket board agents read and write over MCP.
- truvioliveA three stage agent pipeline that measures how a brand surfaces across LLM answer engines, running three model APIs behind a single audit engine.
- vin pipelineshippedA computer vision pipeline that pulls vehicle identification numbers out of insurance claim video, shipped to production at EY.
- mapping berkeleyshippedA Google Maps style campus navigation system, with A* pathfinding and a feature that lets a user exclude zones from a route.
- brainliveA compiler built from scratch for a custom language supporting arithmetic and variables: lexing, parsing, semantic analysis, and error reporting.