Endurance
An AI coding agent that plans, writes, and reviews its own code.
Three-phase pipeline: a planner breaks down the task, a coder executes edits with tool calls,
and a reviewer validates the output. Runs local LLMs on consumer GPU hardware (AMD RX 7900 XT
with ROCm). I built it because I wanted a coding assistant I could actually trust with my codebase.
Res Patents
Patent intelligence for people who don't want to read 40-page claims.
Full-stack web app that uses Vertex AI to analyze patent claims and flag potential NPE (patent troll)
activity. Built with Next.js, Postgres, and a curated watchlist of 130+ known entities. The kind of
project where I learned that legal data is messier than telecom data, which is saying something.