From Textbook to Terminal Part 1: A Robust Multi-Framework Rebuild of "Designing Multi-Agent Systems" A walkthrough of reimplementing chapters from Victor Dibia's multi-agent systems book using Microsoft AutoGen, and the gap between educational code and production-ready engineering.
How I built a Full-Stack Custom AI Research Platform A deep dive into building a custom full-stack chat application with FastAPI, Next.js, PostgreSQL/pgvector, and multi-provider LLM support. Covers architecture decisions, RAG memory, streaming, deployment, and what I deliberately left out.
Someone Else Owns My Best Code, So I Rewrote It Rebuilding proprietary ML projects from scratch with modern tooling and synthetic data. GRU and Prophet for freight forecasting, K-means with LSA for network event clustering, served behind a FastAPI inference layer.