Three levels: LLM, AI-powered workflow, agent
Ask ChatGPT to add a calendar reminder and it politely cannot. Give the same model a calendar tool and a fixed script and you have a workflow. Give it the goal and let it figure out the steps - that is the only thing that counts as an agent.
Level 1, the LLM: great at drafting, no access to anything external. Level 2, the AI-powered workflow: the LLM has tools (calendar search) but a human pre-defines every step and decision - the Day 8 Reel pipeline is exactly this, 'a fixed path' with AI at some steps. Level 3, the agent: built on a ReAct-style reason-then-act loop; the human supplies a goal ('build a statue that looks like this') and the model plans, selects tools and executes. Analogies stack up - Mario vs an RPG, railway vs taxi, donut machine vs chef, sculptor, gardener with a toolkit. The trap he names: adding AI to more and more steps does not promote a workflow to an agent.
Most 'agent' marketing describes level 2; knowing the difference decides cost, testing burden and risk.
Go deeper
In one line: L1 LLM (no tools) -> L2 AI workflow (tools, human-fixed path) -> L3 agent (goal in, ReAct loop chooses the path); complexity does not change the level, autonomy does.
L1 fails any action needing external systems (l3186059 0:20)
L2: tools present, human decides every step and tool call (l3186059 0:22)
L3: goal only; ReAct reason-then-act loop (l3186059 0:25)
Day 8's Reel pipeline classified as L2 (l3186059 0:24)
'However complex you make it, it is still not an agent' (l3186059 0:23)
▶ Watch this taught:








