Agentic AI Builder's Bootcamp · Week 3
From directing code to directing agents that run without you.
Act 1 · Foundations in n8n → Act 2 · Your live Hermes agent

Same posture: direct clearly, scope tightly. Different autonomy.
From directing code
to directing action.
Agents · Multi-agents · Always-on assistants
A goal — what success looks like, in plain language.
Tools — APIs, search, calculators, sub-agents it is allowed to call.
A loop — it thinks, acts, observes, and repeats until the goal is met or it stops.
The model decides the control flow at runtime — which tool, in what order, when to stop.
A workflow follows steps you defined.
An agent decides its own steps toward a goal.
Reach for the simplest thing that does the job
One parent receives input and delegates to specialist agents as tools.
Agent A → B → C in a fixed order. Each passes work to the next.
Classifier routes to the right agent. Deterministic, fast.
Now we build it in n8n.
The canvas where agent graphs become inspectable workflows.
n8n is the vehicle — agents are the idea
Entry points — nothing runs until one fires.
Talk to the outside world.
Control flow and reshape data.
Where agents live on the canvas.
Single agent + tools.
Chat trigger → AI Agent → calculator (or a product tool). Watch the loop in the execution log.
Feel the difference: guess vs tool call
Orchestrator + specialists.
Type a name → research agent → structure agent → write to Sheets. The parent decides the order at runtime.
Multi-agent · AI Agent Tool nodes
Several agent iterations. Order decided at runtime — we did not hardcode the path.
n8n built the graph.
Hermes makes it yours.
Always-on · Messages you first · Remembers
Persistent — runs on your server, keeps memory across conversations.
Channel-native — WhatsApp, Telegram, Slack, Discord, CLI from one gateway.
Skills + cron — packaged abilities and scheduled jobs, not just chat replies.
Not a model provider. An open-source assistant you operate (Nous Research Hermes Agent).
hermes setup from the docs.hermes model — Claude, OpenAI, OpenRouter, or Nous Portal. Add your API key.hermes gateway setup — Telegram is fastest; WhatsApp via the built-in bridge.You are my product co-pilot for Pennywise (personal expense tracker). Be concise on WhatsApp. Prefer action over essays. When I send an expense or a budget question: clarify only if critical, then act. Never spend money or email customers without asking me first. Use skills I install. Prefer the simplest path that works.
Every weekday at 9:00, research 5 high-fit leads for my AI product. For each: company, decision-maker, role, why they fit, site, LinkedIn if found, and one personalised outreach angle. Send the results to this WhatsApp chat. Split into multiple messages if needed.
| n8n | Hermes | |
|---|---|---|
| When | Steps known, or multi-agent graphs | Ongoing assistant in your channel |
| You give | Nodes, tools, orchestrator prompts | Personality, skills, channel |
| You get | Inspectable runs & integrations | Always-on presence + memory |
| Together | Heavy graphs, inspectable runs | Stretch: call n8n via webhook/skill |
#BUILDINPUBLIC
Post a short clip of your agent acting — and one line: workflow, single agent, or multi-agent.
Evals: the TRACE loop.
“It looked good when I tried it” is not evaluation.
Shared session with the Engineering cohort
Questions in the WhatsApp group.
Recording and slides land after the session.
See you in Week 4