Projects
A collection of projects.
Lichtspiel
June 2026Live-native audiovisual composition assistant built for the Music Hackspace Hackathon (Boston, June 2026). Reads the structure of an Ableton Live Set and uses it to retrieve, shape, and morph p5.js visual scenes, performed through a monome grid + arc.
Lockbox
May 2026Tiny Rust CLI that encrypts a file or zipped directory with AES-256-GCM, emails the key + nonce to a recipient, then deletes the file and zeroes the key in memory. Make it so you can't open it again until the recipient hands the key back.
Auditt
May 2026AI-powered job-search automation that runs as Claude Code skills: scrapes listings, scores them against your targets, tailors resumes, writes cover letters, and preps interviews.
Cafe Jukebox
June 2026Single-process Node jukebox for cafes: customers scan a QR, search Spotify, add songs, and vote (one vote per name per song). Every 10 minutes the top-voted track auto-queues to the shop's Spotify. Zero dependencies, no build step, no database.
Daileet
May 2026Terminal-based spaced-repetition app for practicing LeetCode problems, using the SM-2 algorithm to schedule reviews at scientifically optimal intervals based on your recall performance.
Shaderwrap
November 2025Full-stack AI tool that translates plain English into production-ready HLSL shader code, powered by a custom fine-tuned 14B parameter LLM trained on hundreds of curated URP shaders.
Stack Scraper
April 2026Local CLI tool that scrapes your Instagram and TikTok saved posts — downloads videos, extracts audio, and transcribes content into text documents with optional local AI-powered transcription.
Infant Microbiome Dashboard
2025Interactive dashboard analyzing infant gut microbiome composition during the first year of life, examining how diet shapes microbial development.
IBD Bayesian Pipeline
2025Two-stage Bayesian pipeline for IBD diagnosis from high-dimensional metagenomic data, combining horseshoe shrinkage for variable selection with polynomial logistic regression on synthetic cohorts.
Mixed Wafer Defect Model
2026Machine learning model for mixed defect detection on silicon wafers, classifying manufacturing defect patterns from wafer map data.
Shaderwrap Finetune
November 2025Model finetune intended for use in my Shaderwrap project