Generative AI for Beginners: Microsoft’s 21-Lesson GenAI Course

Microsoft’s Generative AI for Beginners is the rare full-stack GenAI curriculum that doesn’t oversell itself: 21 lessons, each one self-contained, each one labeled either “Learn” (the concept) or “Build” (real code in Python and TypeScript). It’s the course most people bookmark and never finish. At 113,000 stars and counting, that’s a lot of bookmarks. View… Continue reading

Agents Towards Production: The Deployment, Memory, and Observability Layer

Agents Towards Production is Nir Diamant’s other major repo, the one that picks up where his GenAI Agents tutorials end. Twenty-eight production-focused notebooks covering everything you need once your agent actually has users: stateful workflows, vector memory, Docker deployment, FastAPI endpoints, security guardrails, GPU scaling, observability, and evaluation. The unsexy half of agent engineering, taught… Continue reading

MCP for Beginners: Microsoft 6-Language Curriculum

MCP for Beginners is Microsoft’s free open-source curriculum for the Model Context Protocol: the cross-language spec that’s becoming the default way AI agents call external tools. Six language tracks (.NET, Java, TypeScript, JavaScript, Rust, Python), real working code in each, and a chapter-by-chapter path from “what is MCP” to “ship a production server.” View MCP… Continue reading