An open-source AI/ML learning platform with interactive courses, coding challenges with server-side evaluation, and capstone projects. The flagship course covers building GPT from scratch, from tokenization to the full Transformer architecture.
- Built an open-source learning platform (2,000+ users) with interactive courses, visualizations, and a server-side code judge
- Designed the flagship course, Build GPT from Scratch, with 20+ coding challenges, interactive visualizations, and a capstone project covering transformers end-to-end
- Wrote the code judge on FastAPI and Redis Streams with isolate-sandboxed workers, seccomp filters, and configurable memory limits
- Set up the frontend with Next.js, MDX for content authoring, KaTeX for math rendering, and Monaco editor with Vim mode
- Deployed with Prometheus and Grafana monitoring, automated backups, and health/readiness probes