What is in itIt changes gear once, deliberately. The first half is what an agent is and why it is not an automation. The second half is real n8n, click by click, including the parts that go wrong.
01Agent, or automation
Three examples on screen, and the third one is the agent. An automation runs the steps you decided in advance. An agent decides in the moment from what turned up. The difference is not the AI in the middle.
02The three parts
A brain, a memory and tools. What each one does, what a model cannot do on its own, and the two kinds of memory, one of which almost everybody forgets exists and which is the more useful of the pair.
03What tools are, and the three kinds
Retrieval changes nothing. Action changes something and cannot be taken back. Orchestration is one agent starting others. Which kind a tool is decides how carefully you build it.
04Guardrails, before anything is built
The three ways an agent goes wrong and the answer to each, then six rules you can put on any agent you ever build. Including the one that costs money the moment other people can talk to it.
05API, HTTP request, function, JSON
Four words that stop people, explained plainly and then used. JSON gets taken apart properly, because reading it in the output panel is how you find out what your agent actually did.
06The build, in n8n
A schedule trigger, the AI Agent node and its three sockets, a model credential made from scratch, memory, a Google Sheets ledger, a Gmail drafts tool, and the record that stops it repeating itself.
07The tool n8n has no box for
The part that stops most people. How to read a service’s own documentation, take the three things off it that you need, and build the tool yourself with an HTTP Request. Once you have done it once, nothing is off limits.
08The instructions, written out in full
Role, task, input, tools, constraints, output. The whole system message on screen long enough to copy, and what to strike out when you get a model to draft one for you.
09Two errors, not edited out
A wrong credential header name, and an answer that came back wrapped so the agent was handed the outside of the parcel. Real error text, the diagnosis, the fix. This is the most useful sequence in the film.
10The one it nearly got wrong
The agent read the ledger, had the fact in front of it, and still told a customer something was fixed that was not. A connected tool is not a used tool, and the guardrail that fixes it could not have been written before the run.
11The one it will not answer
Three reviews refused, three different reasons, one of them a safety complaint. An agent that sometimes says no is doing the thing an automation cannot do.