Works

A selection of things I've built, from real-time platforms and ML pipelines to databases and language tooling.

RoundZero: Live AI Interview logo

RoundZero: Live AI Interview

Live product

Production-grade bidirectional voice pipeline using WebSockets and the Web Audio API, with streaming transcription serving 350+ users.

GPTFromZero logo

GPTFromZero

Mar 2026, ML

Built and trained a 124M-parameter Transformer-based language model end to end in PyTorch, exploring tokenization, training dynamics, and efficient inference.

InfraBlocks logo

InfraBlocks

Sep 2025, Infrastructure · Won HackGT12

Visually create, configure, and deploy cloud resources across AWS, GCP, and Azure with a drag-and-drop canvas backed by Terraform.

Hexcore logo

Hexcore

Aug 2025, Systems

Thread-safe vector DB with multiple indexing methods, a custom MemoryPool allocator, buffered binary I/O, mmap persistence, and RAII to speed inserts/search and cut allocations.

TIPS Interpreter logo

TIPS Interpreter

Aug 2025, Compilers

Complete interpreter with lexical analysis (Flex), recursive-descent parsing, and AST-based execution, backed by a comprehensive test suite.

Server Pulse logo

Server Pulse

Jun 2025, Systems

Concurrent server architecture using a custom thread pool and task queue, plus a Linux metrics engine exposing CPU/memory/disk over JSON APIs at sub-second latency.

Distributed Design logo

Distributed Design

May 2025, Web app

An assessment platform that lets engineers practice and get feedback on large-scale system design problems.

Lit logo

Lit

May 2025, Systems

Content-addressable storage with hash-based objects and tree-traversal algorithms, modeling the core of Git.

CrossClash logo

CrossClash

May 2024, Web app

Single-player, dual-player, and tournament modes with WebSocket-based synchronization for seamless gameplay across concurrent users.