RoundZero: Live AI Interview
Live product
Production-grade bidirectional voice pipeline using WebSockets and the Web Audio API, with streaming transcription serving 350+ users.
A selection of things I've built, from real-time platforms and ML pipelines to databases and language tooling.
Live product
Production-grade bidirectional voice pipeline using WebSockets and the Web Audio API, with streaming transcription serving 350+ users.
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.

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.

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.
Aug 2025, Compilers
Complete interpreter with lexical analysis (Flex), recursive-descent parsing, and AST-based execution, backed by a comprehensive test suite.
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.
May 2025, Web app
An assessment platform that lets engineers practice and get feedback on large-scale system design problems.
May 2025, Systems
Content-addressable storage with hash-based objects and tree-traversal algorithms, modeling the core of Git.
May 2024, Web app
Single-player, dual-player, and tournament modes with WebSocket-based synchronization for seamless gameplay across concurrent users.