Descriptions:
Nick Saraev demonstrates a practical bridge between traditional no-code automation platforms and modern agentic AI workflows. The core idea: instead of rebuilding complex logic in n8n, Make.com, or Zapier node-by-node, you wrap a Claude Code-powered agent inside the existing flow, reducing a 15–20 node sequence to just four or five nodes while retaining the visual, client-friendly interface these platforms provide.
The video uses a real production example — an email reply system for Saraev’s dental marketing company, Dental Connect, which does roughly $2 million per year — to show how a workflow that originally took 3–5 hours to build can be recreated in minutes. The method relies on a CLAUDE.md file and Modal, a serverless Python deployment platform, to host the agentic logic. The agent receives conversation history via webhook, queries a knowledge base and email templates, and returns a composed reply as a curl-accessible URL that slots directly into the n8n flow.
Saraev walks through the full process in VS Code, including sending the prompt to Claude Code, reviewing the generated server code, testing it locally, and connecting the returned URL back into n8n. The approach is positioned as a way for automation freelancers to sell agentic capabilities to clients without abandoning familiar no-code tooling, maintaining visual transparency while dramatically increasing what the underlying system can do.
📺 Source: Nick Saraev · Published February 05, 2026
🏷️ Format: Workflow Case Study







