Projects
Things I've built to answer questions I couldn't stop thinking about. Most start as experiments — some become tools other people use.
LLM Inspector
2026Real-time visualization of LLM internals — trace token generation, attention patterns, hidden states, and probability distributions as they happen. Built to understand what's actually going on inside these models.
x402 Pay-Per-Request API
2026Experimenting with Coinbase's x402 protocol — HTTP-native micropayments on Base using USDC. Server middleware intercepts requests, client auto-signs payments. Exploring what autonomous agent-to-agent commerce looks like.
Tinker Studio
2026Web-based platform for training and fine-tuning LLMs. Experiment tracking, dataset management, real-time loss curves, and an interactive playground to test checkpoints mid-training.
Indic Heritage Digitizer
2026Document intelligence pipeline for digitizing Indian manuscripts and heritage texts. Integrated Sarvam AI's document API for OCR across 22 Indian languages + English.
Discord Archiver
2025Data extraction tool for archiving Discord channel history into a local SQLite database. Built for preserving community knowledge.
Local LLM Benchmarking
2025Running and benchmarking local LLMs with llama.cpp. Measuring inference speed, memory footprint, and quality across different quantization levels.