How Agentic AI Really Works Under the Hood: The Agent Loop, Tool Calling and the Model Context Protocol (MCP)
Build an agent from scratch in 60 lines of Python, compare the main agent architectures, watch the raw JSON-RPC messages of the Model Context Protocol, write an MCP server by hand and with FastMCP, then harden it for production.