Somebody brand new to Claude Code asked me last week whether to build an agent. Here's the order I'd do it in. First, get really good inside the terminal. That's where AI is the most powerful. Give it access to all of your tools in there. Second, n8n. It's the platform we use for automation, and it comes included with the Insiders. Third, an agent like Hermes. Very useful, but only once you know how to give it skills, tools and scheduled tasks. Now, why both? Because they do different jobs. An agent is always on. It runs in the background. You text it when you need something. It runs scheduled tasks. What it's not great at: an email comes in, do this, respond, send a reply. Anything trigger-based, we use n8n. And Claude Code is now very good at building inside n8n. Give it the n8n skills plus a connector that lets it talk to n8n. It builds the workflows. It debugs them. You never log in to n8n. You just tell it the automation flow you need, and it does it for you.