Level 1 runs a linter. Level 5 ships features end-to-end with no human in the loop. This guide breaks down each level with real examples, code, and the tools used at each stage — so you know exactly where to start.
In Part 1 you built the loop. Now give it real tools: web search, code execution, and file writing — plus the error recovery patterns that separate demo agents from production ones. Copy-paste Python, no frameworks.
Model Context Protocol (MCP) lets AI models call your APIs, databases, and tools natively. Build your first MCP server and connect it to Claude or Cursor in under 30 minutes.
Most tutorials start with code. This one starts with the right mental model. Learn exactly what an AI agent is (and isn't), how it differs from a chatbot, and the four components every agent needs — with Python examples you can run today.
Your agent forgets everything the moment a session ends. This guide covers the three memory patterns every AI agent builder needs: in-context, external file, and vector database — with Python code for each.
The pillar guide to AI agents in 2026 — what they are, how the agent loop works, raw API vs frameworks (LangChain, CrewAI), memory, multi-agent systems, MCP, cost, and career skills. With links to every deep-dive guide in the series.
MCP is the protocol that lets Claude, Cursor, and any LLM call your own tools, databases, and APIs. This guide explains how it works and walks you through building a real MCP server from scratch in Python.
A complete tutorial on building an AI agent from scratch in Python — no LangChain, no framework. Just the Anthropic SDK, a tool-use loop, and ~60 lines of code that you fully understand and control.
LangChain has 80K stars. CrewAI has 20K. The raw Anthropic/OpenAI SDK is 60 lines. Which should you build your AI agent on? After shipping production agents in all three, here is the honest decision framework.
Build a working multi-agent system in Python — a coordinator agent delegates to specialized workers, handles failures, and synthesizes results. Complete code, real examples, no framework lock-in.
What if you had a chief of staff, research analyst, content writer, data analyst, and executive assistant — all working 24/7? Build your personal AI agent stack.
Part-time. While running Y Combinator. Garry Tan used Claude Code, gstack, and a multi-agent workflow to ship 600K+ lines in 60 days. Steal his exact stack and mental model.
AI lets a single person run marketing, sales, content, and growth that used to require a 5-person team. The complete GTM playbook for solopreneurs and small team leads.
The old bottleneck was your attention. AI agents change the math — run 10 workstreams simultaneously, make only the decisions that matter, and multiply your output by 10x.
Garry Tan open-sourced his entire AI development workflow. gstack turns Claude Code into a virtual engineering team with 23 specialist roles — CEO reviewer, QA lead, security officer, and more. Here's who it's for, how it works, and why it might change how you ship software.
Claude Code is Anthropic's CLI agent that reads your codebase, writes code across files, runs tests, and commits to git. Here's how to use it like a senior engineer on your team.