ModulesLabQuizAll courses

Agents and Automation, Explained

Tell an automation from an agent, name the four parts every agent is built from, and spot the tasks in your own work that each one suits.

Module 1 of 14 · Day 1 · Session 1 · AI Administrator: Agentic Workflows & Automation

Module 01 ~40 min read + lab No code

What you will learn

Prerequisites: None. Comfort with email, spreadsheets and chat tools is enough.

1. Why administrators are learning this now

Most office work is a chain of small decisions: read this request, decide who handles it, copy the details into the right system, send a reply, chase the follow-up. For twenty years software could only automate the parts that were perfectly regular. Anything that needed reading, judgement or writing stayed with people.

Large language models (LLMs) changed that boundary. A model can now read an email, decide it is a refund request, extract the order number, draft a polite reply and hand it to a person for approval. The parts that were "too messy to automate" are suddenly automatable, which is why the people who understand the process, not the programmers, are the ones who now decide what gets automated and how it is controlled.

The job of an AI administrator

You will not write code. You will map the work, design the automation or agent that does it, connect the tools it needs, and decide where a human must stay in the loop. Those four verbs are the whole course.

2. Automation versus agent

An automation is a fixed recipe: when X happens, do A, then B, then C. It never surprises you, because someone wrote every step in advance. A form submission that creates a spreadsheet row and sends a confirmation email is an automation.

An agent is given a goal and a set of tools, and a language model decides which steps to take, in which order, and when it is finished. "Find out why this invoice was rejected and prepare a corrected version" is an agent task: the path is not known in advance.

AutomationAgent
Who decides the stepsThe designer, in advanceThe model, at run time
Best forRegular, high-volume, well-defined workVariable work that needs reading, judgement or research
PredictabilityVery highLower; needs limits and checks
Cost per runNear zeroModel tokens on every step
Failure styleStops with an errorCan keep going in the wrong direction
Typical toolsn8n, Make, Zapier, Power Automaten8n AI Agent, Copilot Studio, OpenClaw, Hermes
AUTOMATIONevery step written in advanceTriggerform submittedStep Aadd sheet rowStep Bsend emailStep Cnotify teamDonesame every timeAGENTthe model chooses the next step each timeGoal"fix this invoice"Model decidesthink → pick a toolSearch CRMRead PDFDraft emailtool results feed back into the modelloop until the goal is met, or the limit is reachedDonepath not known in advance
Figure 1. An automation follows the same fixed chain on every run. An agent loops: the model decides a step, calls a tool, reads the result and decides again.

In practice most useful systems are workflows with AI steps: a fixed automation where one or two steps call a model to classify, summarise, extract or draft. You get most of the benefit with most of the predictability. This course teaches that middle ground first, and full agents after it.

Rule of thumb

Start with the least autonomous design that solves the problem. Add agency only where the path genuinely cannot be written down in advance.

Automationfixed stepsonboarding checklistWorkflow + AI stepfixed path, model reads or writesemail triage, report draftAgentmodel chooses stepssupplier researchMulti-agentseveral agents hand offresearch → write → critiquestart heremore predictable · cheaper · easier to controlmore flexible · costlier · needs limits and gatesKeep the decision human at every level when money, people, legal exposure or reputation are at stake
Figure 4. The autonomy ladder. Choose the lowest rung that solves the problem; most administrative wins sit on the second rung.

3. The four parts of every agent

Whatever product you use, an agent is always the same four things wired together. Learn to see them and every vendor demo becomes readable.

Model

The language model that reads, reasons and writes: GPT, Claude, Gemini, Llama or a smaller local model. You choose it for quality, speed, cost and where your data is allowed to go.

Tools

Actions the model is allowed to take: search the web, read a calendar, look up a customer, send an email, create a ticket. No tools means the agent can only talk.

Memory

What the agent can recall: the current conversation, past sessions, a knowledge base of your documents, or "skills" it has learned. Memory is what makes an assistant feel like it knows your organisation.

Instructions

The system prompt: who the agent is, what it must and must not do, the tone it uses, and when it must stop and ask a person. Instructions are your main control surface as an administrator.

Modelreads, reasons, writesInstructionswho it is · what it must never do · when to ask a personMemorychat history · documents · skillsToolssearch · look up · create · sendEmailSheetsCRMyour real systemsoutlined = your control surfaceAdministrator: writes the instructions and decides which tools are allowed
Figure 2. Every agent is the same four parts. Instructions and tool permissions are the two you control directly.

Modern personal agents such as OpenClaw and Hermes Agent add two ideas on top: they run all the time as a service you message on WhatsApp or Telegram, and they can save a workflow they figured out as a reusable skill. You will see them demonstrated in Module 9. The four parts are still the same.

4. How an agent actually works: the loop

An agent runs a short loop, over and over, until it decides the goal is met:

  1. Think. Given the goal, the instructions and what it knows so far, the model decides the next action.
  2. Act. It calls one tool, for example "search the CRM for order 4471".
  3. Observe. The tool result comes back and is added to the agent's working memory.
  4. Repeat until the model produces a final answer, or a limit is reached.
ThinkActObservedecide the next actioncall one toolread the resultFinal answergoal metStopiteration or budget limitWHERE A PERSON CAN SITReview the answerbefore it is usedEscalate when unsurelow confidence → humanApprove before Acte.g. before "send email"
Figure 3. The agent loop (ReAct). It exits with a final answer or when a limit stops it. The amber gates are the three places a human can be inserted; Module 10 designs them.

This is called the ReAct pattern (reason, then act). Two consequences matter for administrators. First, every extra loop costs money and time, so agents need an iteration limit. Second, the agent only knows what its tools tell it, so tool quality is answer quality. An agent with a stale price list gives confident, wrong quotes.

Where the human fits

A human can sit at any point of the loop: approving a tool call before it runs (for example, "send email"), reviewing the final answer, or being escalated to when the agent is unsure. Designing those points is Module 10.

5. Examples from administration and operations

TaskBest designHuman's role
New-hire onboarding checklist: create accounts, send welcome pack, book inductionAutomationApproves the start date once
Sort incoming support emails into billing, technical, salesWorkflow with an AI classification stepReviews the "unsure" bucket
Weekly status report compiled from five project trackersWorkflow with an AI summarising stepEdits and sends
Research three suppliers and prepare a comparison tableAgent with web search and a document toolChecks facts, makes the decision
Approve a refund over the policy limitNot automatedDecides; the system only prepares the file

Notice the pattern in the last column. Automation removes the copying and chasing. It rarely removes the deciding, and where money, people or reputation are at stake, it should not.

Practical lab

No tools to install yet. In this lab you will inventory your own work and produce the list of candidate tasks the rest of the course will build on. You need a blank document or spreadsheet and your AI assistant of choice (ChatGPT, Claude, Copilot or Gemini).

1

List ten recurring tasks

Write down ten things you do at least weekly. Be concrete: not "emails" but "reply to leave requests", "chase late timesheets", "update the vendor tracker".

2

Tag each task

Add three columns: Frequency (daily, weekly, monthly), Minutes per occurrence, and Judgement needed (none, some, a lot).

3

Classify the design

For each task write Automation, Workflow with AI step, Agent, or Keep human. Use the table in Section 5 as your guide. A task with no judgement is an automation; reading or writing with clear rules is an AI step; open-ended research is an agent; money, people or legal decisions stay human.

4

Ask your assistant to challenge you

Paste your table into your AI assistant with this prompt and note where it disagrees with you:

You are an operations consultant. Here is a table of my recurring tasks with my proposed design for each (Automation, Workflow with AI step, Agent, Keep human). For each row, say whether you agree, and if not, why. Then rank the top three tasks by time saved per week. Be brief.
5

Pick your course task

Choose one task rated Workflow with AI step that takes at least 30 minutes a week. You will map it in Modules 3 and 4, automate it in Modules 5 and 6, and add controls to it in Module 10.

Deliverable

A one-page task inventory (ten rows, four columns) with your chosen course task highlighted, saved as M1-task-inventory in your course folder.

Knowledge check

Pick one answer per question, then check your score. These mirror the style of the final exam.

1. Which statement best describes an agent, as opposed to an automation?

Why: In an automation every step is fixed in advance; in an agent the model chooses which tool to use next and when to stop.

2. Which of these is NOT one of the four building blocks of an agent?

Why: The four parts are model, tools, memory and instructions. A dashboard is a way to monitor, not a part of the agent.

3. Sorting support emails into billing, technical and sales is best built as a...

Why: The path is fixed (read, classify, route) and only one step needs a model. That is the workflow-with-AI-step pattern.

4. Why does an agent need an iteration limit?

Why: Without a limit a stuck agent burns money and may take more actions than intended. The limit is a basic control.

5. Which task should generally stay with a person rather than be automated?

Why: Automation removes copying and chasing. Decisions involving money, people or legal exposure need human accountability.

Self-check

Answer in your own words first, then open the model answer.

1. In one sentence each, define automation, workflow-with-AI-step and agent.

Automation: fixed steps written in advance. Workflow with AI step: fixed steps where one or two steps use a model to read, classify, summarise or draft. Agent: a model given a goal and tools that decides its own steps.

2. Name the four parts of an agent and say which one an administrator controls most directly.

Model, tools, memory, instructions. Instructions (the system prompt) plus the choice of which tools to allow are the administrator's main controls.

3. Give one example from your own work for each of the three designs, and one task you would keep human.

Any concrete answer is fine as long as the human-only task involves money, people, legal exposure or reputation, and the agent task is genuinely open-ended.

Summary

Key takeaways

  • Automations follow fixed steps; agents let a model choose the steps. Most useful systems are workflows with a few AI steps.
  • Every agent is model + tools + memory + instructions. Instructions and tool permissions are your control surface.
  • Agents run a think, act, observe loop and need iteration limits and good tools.
  • Automation removes copying and chasing; deciding usually stays with people, and always does where money, people or law are involved.

Further reading: A Visual Guide to LLM Agents · ReAct Agent Architecture · Intelligent Agents (Intro to AI, Module 3)