How I’d Teach a 10 Year Old to Build Agentic Workflows

How I’d Teach a 10 Year Old to Build Agentic Workflows

More

Descriptions:

Nate Herk breaks down agentic workflows from first principles in this beginner-oriented tutorial, explaining the conceptual difference between traditional step-by-step automation and goal-directed agentic systems before demonstrating how to build one using Claude Code and the Firecrawl MCP server — all without writing a single line of code.

The video uses a straightforward analogy to make the distinction concrete: traditional automation is like following a recipe step by step, while an agentic workflow is like telling a restaurant waiter you want a steak dinner — you specify the outcome and the system figures out the steps, asking clarifying questions only when needed. Nate then extends this into a practical example, showing how Claude Code can accept a high-level goal (gather contact info for 50 dentists in Chicago and send personalized outreach) and autonomously determine whether to scrape, map, or crawl a target site using Firecrawl’s MCP tools.

Setup instructions cover installing Visual Studio Code, adding the Claude Code extension, connecting Firecrawl’s MCP server, and securely handling API keys via a local `.env` file. The tutorial also explains when to use Claude’s plan mode before executing longer multi-step tasks, and demonstrates the use of bypass permissions mode for demo purposes while noting best practices for real deployments. Suitable for viewers with no prior IDE or coding experience.


📺 Source: Nate Herk · Published February 07, 2026
🏷️ Format: Tutorial Demo