Posts
System Design: How ChatGPT Works Under the Hood
A production-grade architecture guide explaining how ChatGPT-like AI systems work end-to-end — from frontend streaming to GPU inference clusters. Built for developers and system design learners.
February 25, 202615 min readBuilding an Autonomous AI News Aggregator with LangGraph, FastAPI, and Solana
A deep technical dive into how we architected a multi-agent news analysis platform. Learn how we orchestrate autonomous experts with LangGraph, stream real-time insights via SSE, and handle crypto subscriptions with Solana.
February 18, 20266 min readBuilding AI Agents with Vercel AI SDK and SWR
How I built AI agents using Vercel AI SDK, implemented streaming chat, and used SWR for efficient data fetching.
February 7, 20264 min readBuilding Real-World AI Applications as a Software Developer
My journey as a software developer working with Generative AI, backend systems, and scalable APIs using Python, FastAPI, and LLMs.
January 22, 20261 min readIntroduction to FastAPI - Build High-Performance Python APIs
FastAPI is a modern Python framework for building high-performance APIs quickly and efficiently. Learn the basics of FastAPI with practical examples.
January 17, 20261 min read