Projects
Things I've built
Annex
FeaturedA validation landing page for a curated network of extraordinary industrial and commercial workspaces. Annex helps startups and growing businesses discover flexible space inside hangars, warehouses, workshops, and industrial campuses built for teams doing real work.
TopPrompt
FeaturedA platform for developers to discover, rank, and share battle-tested AI prompts. Engineered as a Turborepo monorepo featuring a Next.js web application and a Plasmo Chrome extension, powered by PostgreSQL and Drizzle ORM.
OhSheet
FeaturedAn automation service that synchronizes upcoming Canvas assignments into a single, collaborative Google Sheet. Powered by a Python/FastAPI backend with Redis, and features a React/Vite frontend for streamlined setup.
Thread Pool Management System
FeaturedA custom C++20 thread pool implementation built from scratch as a systems programming learning project. Features a thread-safe task queue, worker thread management, and concurrent execution using modern concurrency primitives.
Helix
FeaturedSelf-extending AI agent that identifies missing capabilities and writes, containerizes, and deploys its own microservices. Features a Skill Factory using FastAPI and Jinja2 with a multi-provider agent loop and Telegram bot for real-time task management.
Code Quintet
FeaturedLLM ensemble system that generates five distinct code variants for a single task and benchmarks them in parallel using Daytona sandboxes against HumanEval datasets. Includes a Variant Marketplace for hot-swapping prompt strategies.
PolySandbox
FeaturedBackend-agnostic API to run and evaluate code across Daytona, E2B, and Docker through a single interface. Features a normalization layer for cross-sandbox metrics and a Streamlit dashboard for visual benchmarking.
infertrace
FeaturedHigh-throughput monitoring layer for ML models inspired by distributed tracing systems like Jaeger. Uses Go and gRPC for low-latency telemetry with a Go-Python bridge for seamless data science integration.