Field Notes

What are AI agents? A plain-English guide (no code)

Written by | July 14, 2026 11:27:20 AM Z

An AI agent is an AI you give a job, tools to work with, and rules to follow. A workflow is a fixed recipe: the same steps every time. A loop is how an agent keeps working: look, decide, act, check, repeat until done. A skill is a pack of saved instructions the agent reuses. You can start without code.

It is past eleven on a Tuesday night. The work you bill for is done. The admin (the invoices, the follow-up emails, the retyping) is not. A podcast spent forty minutes telling you AI agents now run everyone else's business. You closed it feeling more behind, not less.

Nobody says this out loud, but most people nodding along do not get it either. These words are newer than they sound. Each one fits in a single sentence, and you have already read all four.

I build these things for a living. This is what I walk clients through before we talk about anything else. No jargon, real examples, no code. And a straight answer to whether you need one at all. Often you do not.

On this page: What is an agent · ChatGPT with extra steps? · Agent vs workflow · How agents work · Tools and connectors · Skills · At a glance · Real jobs · Your business · Start without code · When not to · In short · FAQ

What is an AI agent, in plain English?

An AI agent is an AI you give a job, tools it can use, and rules to follow, so it can work through the task on its own. Think of a good temp, a temporary worker an agency sends in to cover a busy week: real work gets done, but only as well as the brief you wrote.

Every agent has three parts. The brain is the model: the engine under the chat app. The hands are its tools. The brief is the written instructions: the job, and what a good result looks like.

A tool is anything the AI can use to act outside the chat window. It might read an inbox, update a spreadsheet, or write a draft in a CRM. A CRM is the system where you keep your customer records. Without tools, a model can only talk.

Is this just ChatGPT with extra steps?

You have probably met AI as a chat window: ChatGPT, Claude, Gemini or Copilot. A prompt is the message you type to an AI. That is all the word means. You ask, it answers, it waits.

An agent is different in one way that matters: it does not stop at the answer. Give it a job and tools, and it keeps going until the job is done.

So a chatbot answers questions, and an agent does tasks. The chat window is a conversation. An agent gets up and goes and does something. When you hear "agentic AI", it is the same idea again: AI that acts, not AI that only answers.

One opinion, and it is only an opinion: plenty of tools sold online as agents are plain chat windows with a new label. If you have felt confused, the labels were the problem, not you.

PROMPT VS AGENT A PROMPT you ask once, it answers once AN AGENT keeps going until the job is done A prompt is one question and one answer. An agent keeps working, step after step, until the job is done.

What is the difference between an agent and a workflow?

An AI workflow is a fixed set of steps that runs the same way every time, with AI doing one or more of the steps. The workflow is the recipe, and a recipe never changes its own steps. For some jobs, that is exactly what you want.

Automation is the big word for any task a computer does without you pressing the buttons each time. You already use it: email filters, the out of office reply, invoice reminders (the nudges that go out when an invoice, the bill you sent a client, has not been paid).

Tools like Zapier, Make and n8n build workflows from two pieces. A trigger is the event that starts things, like a form getting filled in. An action is what happens next, like a contact getting created. HubSpot is a CRM with a free plan: it can turn a question from your website into a new entry in your customer list, plus an alert to you, with no AI involved.

Workflows are cheap and they never surprise you. Agents can bend to fit the job, and anything that bends needs someone keeping an eye on it. You check its work.

A one-question test for which one you need

Can you write the steps on a sticky note, and do they stay the same every time? Then you want a workflow. If the right next step depends on what comes back, you want an agent.

Run the test on your own admin. Invoice reminders pass it: overdue, nudge, wait, nudge again. A workflow does that job. Replying to customer emails fails it, because every reply needs its own small decision. That is agent work. Most small-business jobs pass the test, and a workflow costs less to run.

How do AI agents actually work?

A loop is the cycle an AI agent runs: look at what is in front of it, decide the next step, act, check the result, and repeat until the job is done.

  1. Look. It reads the job, your rules, and whatever is in front of it.
  2. Decide. It picks one next step. Sometimes that is an answer; often it is a tool.
  3. Act. It takes the step: search the inbox, draft the reply, update the sheet.
  4. Check. It reads the result and asks whether the job is done.
  5. Repeat. It goes again until the pile is finished, or until it hits a limit you set before it started.

It is how you clear an inbox yourself. No script. Open the next email, decide what it needs, deal with it, move on. The temp does not need a recipe; the loop is the method.

A stop rule is a line you draw before the agent starts: stop when the pile is empty, stop after twenty steps, stop and ask a human. Most stories about agents running wild come down to a missing stop rule, not a mystery.

The builder's version of this loop, with real tools attached, is in my step-by-step guide.

What are tools and connectors?

Tools are the exact things an agent is allowed to do: search the web, draft an email, create a task. You choose the list.

A connector is a ready-made link that lets the AI safely use an app you already have, such as your email, calendar or CRM. You grant it the way you would hand a new assistant a login. You take it back the same way.

One piece of jargon, then we move on. Many of these connectors share one plug standard. Builders call it MCP, short for Model Context Protocol. You do not need it yet. The building guide at the end of this piece explains it properly.

What are AI skills?

A skill is a saved pack of instructions, examples and files that an AI agent loads whenever one kind of task comes up. Picture the laminated how-to card by the till (the shop checkout): anyone on shift can follow it, and the job comes out the same every time. Your rules for chasing invoices, written once, loaded whenever the job comes up.

The brief is the job and the rules. Skills are what it knows how to do.

Claude calls these Agent Skills. OpenAI has custom GPTs: a version of ChatGPT you set up once with saved instructions. It is a close cousin under another name.

Agent, workflow, loop, skill: the differences at a glance

One line each. The workflow follows the recipe. The agent is trusted with the goal. The loop is how it gets there. The skill is what it was taught.

Term What it is Think of it as Use it when Real example
AI agent AI you give a job to. It works out the steps itself A good temp you have briefed The next step depends on what comes back Sorting your inbox into urgent, routine and bin
AI workflow Fixed steps that run the same way every time. AI does some of them A recipe, followed to the letter The steps never change Reminders that go out on their own when an invoice is late
Loop The working cycle: look, decide, act, check, repeat How the temp works through the pile Always. It is how every agent runs One email sorted, then the next, until the inbox is clear
Skill A saved pack of instructions and examples for one kind of task The laminated how-to card by the till A job should come out the same every time Your tone-of-voice pack for drafts
THE FOUR WORDS WORKFLOW fixed steps, same order, every time like a recipe AGENT given a goal, works out the steps like a good temp with a brief LOOP look, decide, act, check, again how the agent gets through it SKILL a saved way of doing one job like a laminated how-to card The four words in one glance: a workflow repeats fixed steps, and an agent works out the steps itself. The loop is how the agent works through them. A skill is a job it has been taught.

Five real jobs you can hand over this month

What are AI agents used for, day to day? Here are five jobs, in the order I would teach them. The order is the lesson: pick the smallest tool that does the job. The first needs no AI at all, and that is on purpose.

Chasing unpaid invoices politely

Imagine a plumber who finished a bathroom in March and is still waiting to be paid. Chasing feels awkward. This is a workflow, not an agent. The steps never change: invoice overdue, send a polite nudge, wait, nudge again.

Invoicing apps like Xero and QuickBooks can both send invoice reminders for you; the setting is built in. Switch it on and choose when the nudges go out. It is one setting, and the same settings page that turns it on turns it off again. If your invoicing app has no reminders, a Zapier or Make workflow fills the gap.

Sometimes the answer is a setting inside software you already pay for. Check that before buying anything with "agent" on the label. The wording stays yours: write the polite nudge once, in your own voice, and the software sends it on schedule.

Meeting notes into your CRM without retyping

This one is a prompt. Imagine a small legal practice: client calls all day, notes typed up at nine at night. If you meet on Zoom or Teams, a transcript is often one setting away, depending on your plan. Apps like Otter and Fathom record one too.

Paste the transcript into the free plan of Claude or ChatGPT. Ask for the action points, a draft follow-up email, and a short summary for your CRM. Ask it to flag anything it was not sure about. If you try one thing from this article, try this today; it costs nothing.

Check the summary before it goes anywhere near a client record. In a practice, that check is not advice; it is professional survival. Client work is confidential, and pasting counts as sharing. Before any transcript goes into a chat app, check the plan's data terms: some free plans can use what you paste to improve the model, and turning that off is a setting. Until you have checked, swap names for initials and strip anything that identifies the client. Your professional confidentiality rules apply to an AI tool the same as to any outside service. The AI drafts, you approve.

Turning the week into a Monday report

This is a skill: instructions written once, used every week after. Say you run a bike shop. Your till app exports the week: sales, repairs booked, what moved. Set up a Claude Project, a workspace with saved instructions that load every time. The free plan includes it. Put your report format in those instructions: headings, order, what you read first. Each Monday, paste in the export and read your week in one page.

You have now taught a tool one job. That is a skill.

The first draft will be nearly right. Correct it once, add the fix to the instructions, and next Monday's draft comes back better.

Sorting your inbox before you open it

Now you need an agent. Say you run a B&B or a cafe: bookings, cancellations, suppliers and "do you allow dogs". Every email needs a small judgement call. Urgent or routine? Reply, forward or bin? Fixed steps cannot cover that.

EXAMPLE: SORTING THE INBOX 1 ARRIVES a new email lands 2 READS checks it against your rules 3 SORTS urgent · routine · bin 4 DRAFTS a reply where one is needed 5 YOU SEND you check and send next email One real job, start to finish: the agent reads, sorts and drafts, and a person presses send. That last check is part of the design, not a step backwards.

You have three honest paths. Claude connects to Gmail on the free plan and up. It reads your inbox against your rules and drafts replies, but it cannot press send. Every draft waits for you. ChatGPT's paid plans add agent features; check what your plan includes this month. Zapier Agents is built for jobs like this, and it is free to start.

Whichever you pick, the rule holds: the agent drafts, you press send.

First drafts of the newsletter in your voice

This is a prompt plus a written standard. Say you run a salon, and the "what is new this month" email to clients is due. Write one page on how you sound: the words you love, the words you ban, two paragraphs you are proud of. Paste that page in with the month's bits, and the draft starts to sound like you. Edit it, then send.

That page, not the model, sets the ceiling. It is also the seed of every agent you build later.

Keep the page somewhere you can find it. It becomes the brief for every other job on this list.

Which of these jobs could AI do in your business?

First, the fear, head-on. Wherever AI writes anything in the five jobs above, it only drafts. A person still presses send. No robot talks to your customers behind your back. A bad draft you delete costs nothing. The only draft that can hurt you is one you approve without reading, so the ten seconds you spend reading before you send is the job, not an extra. The invoice nudges are the one exception: they send on the schedule you set, and one setting turns them off.

If you run a shop

The Monday report is the bike shop job above; start there. Then two quick starts: paste this week's sales into Claude or ChatGPT and ask for a restock list to check, or paste a spec sheet and ask for a product description in your voice.

If you run a cafe, B&B or restaurant

Start with the review reply: paste one review into a chat app, ask for a draft in your voice, edit, done. Nothing is connected and nothing can reach a guest. Write your allergy answer once, save it as instructions, and every draft uses that same careful wording. When that feels routine, graduate to the inbox job: an agent sorts bookings, cancellations and questions, and drafts replies you approve one by one.

If you run a small legal or accounting practice

Start with the meeting-notes job. The same paste-and-ask move turns a long document into a summary in minutes. The AI never sends anything itself. The client is still yours, and so is every word: it all gets your eyes first. The rule from the notes job holds here too: pasting counts as sharing, so check the plan's data terms before client work goes in.

If you are a tradesperson or freelancer

Invoice chasing is the plumber job above: switch on the reminders and the chasing happens without you. Then save your quote format once, as instructions, and every new quote starts from a draft in your shape. Nervous? Start with the reminders.

How do you set up your first agent without writing code?

No-code means tools where you click, drag and fill in boxes instead of writing programming code. The honest path is a ladder, and you are probably on it already.

Rung one: a chat app plus a written brief. Describe the job the way you would brief a temp. Save that text and use it again. This is closer to an agent than most people think.

Rung two: the same app, connected to your real work. Use projects, the saved instructions that load every time, and connectors. Now it can see your real calendar, inbox or files.

Rung three: a no-code agent builder, or paying someone to build it. Zapier Agents and tools like it work with menus and plain sentences. Or pay someone who builds these for a living.

Whichever rung you choose, the first move is the same: write down how you do the job today, honestly, start to finish. That one page is the whole game.

One first step, for each shape of life. Running a business from your phone at 11pm? Switch on the invoice reminders you already pay for. Told to look into AI this quarter? Save one set of instructions, like the Monday report, and show it off. Freelancing? Run one meeting transcript through a chat app this week.

What does it cost to start?

Nothing, to begin. Claude has a free plan, and the meeting-notes job and the Monday report both run on it. Zapier Agents is free to start. When I checked in July 2026, Claude's Pro plan cost 17 US dollars a month if you pay for the year, or 20 if you pay month by month.

Start free. Prove the job is worth handing over, then pay. Prices move, so check before you commit.

When you are ready to build properly, read how I build AI agents with Claude, step by step. It picks up exactly where this one stops.

When should you NOT use an agent?

If a task follows the same fixed steps every time, do not use an AI agent: use plain automation. It is faster, cheaper, and it will not surprise you. That one rule filters out more jobs than any vendor will admit. The rest of the list:

  • One-off tasks. If it takes ten minutes once a year, do the task. Building an agent for it is a hobby, not a business decision.
  • Tasks you cannot describe. An agent cannot follow a process you do not have. Neither could a temp.
  • Anything that cannot be undone, or that a customer sees, with nobody checking first. If a mistake would cost money or trust, a person approves it before it goes out.
  • Jobs a dumb automation does cheaper and gets right every time. Invoice reminders, turning a form into a contact, the email that confirms a booking.
  • Data you would not hand to a stranger. Give access the way you would to a new hire: the least it needs to do the job, easy to take back, and only once the setup has earned it.
WHICH ONE DO YOU NEED? Do you do this job often? NO ASK IN CHAT a chat assistant, when it comes up YES Same steps every single time? YES A WORKFLOW plain automation, no judgement needed NO Would one mistake cost a lot? YES AGENT + A PERSON CHECKS it drafts, you approve NO AN AGENT let it run the job Three questions before you build anything: how often, how fixed, and how much a mistake costs. Most jobs stop at the first two, and that is fine.

Be honest about what goes wrong. Sometimes an AI states something false and sounds totally sure. The trade word for that is a hallucination. It happens, so anything that matters gets checked before it goes out.

A draft can miss your tone, and a workflow can fire at the wrong moment. The fix is always the same: the AI drafts, prepares and queues, and a person presses send.

And the quiet question under all of this: will it replace you? It replaces tasks, not judgement.

The person who runs these tools becomes worth more, not less. That is my read from using them every day, not a promise. Judgement, taste and the trust you have built stay yours. The late-night admin does not have to.

Before you go: if all of this makes sense but you would rather not build it yourself, that is what I do for a living. Have a look at what I build and what it costs, or keep reading. Everything above, you really can do yourself.

In short

  • An AI agent is software you give a job, tools and rules. It works out the steps itself, like a good temp with a brief.
  • A workflow is a fixed recipe: the same steps in the same order, every time. Cheap, no surprises, no judgement.
  • The loop is how an agent works: look, decide, act, check, repeat until done or until a stop rule kicks in.
  • A skill is a saved pack of instructions the agent loads for one kind of job: the laminated card by the till.
  • Shop, cafe, practice or trade: each has a small first job above.
  • Start small: one job, written down first, with a person on the send button.

Common questions

Is an AI agent the same as ChatGPT?

No, though they are built on the same AI underneath. ChatGPT and Claude are chat apps: you ask, they answer, then they wait. An AI agent takes a whole job and works through it using tools. The chat is a conversation; the agent is a worker with hands.

How is an AI agent different from an automation like Zapier?

An automation runs fixed steps: when this happens, do that, every time. An AI agent picks its steps as it goes, based on what comes back. If the job never changes, the automation is faster and cheaper. If the job needs judgement partway through, that is work for an agent.

Can I use AI agents without knowing how to code?

Yes, to start. A chat app, its connectors and a no-code builder are enough for a real first agent. The hard part is describing the job clearly, and that is writing, not code. If you can brief a person, you can brief an agent.

Do I really need an AI agent?

Often, no. If the steps never change, plain automation is cheaper and less likely to go wrong. If being wrong is expensive, keep a human deciding. Agents earn their keep on jobs that come up often and where the next step needs judgement.

What are skills in AI tools like Claude?

A skill is a saved folder of instructions, examples and files that the AI loads when a matching task comes up. Claude calls these Agent Skills. Other tools carry the same idea under different names. You write the know-how once and it gets used every time.

Do I need to hire someone to set this up?

Not for your first workflow or prompt. You can switch on invoice reminders, save one instruction pack, or run a transcript through a chat app on your own. Paid help earns its keep when you connect real systems, want a person checking each step, and want it tested properly. If you get there, see what that looks like as a service.

References and further reading

Every fact above about a specific tool comes from these pages. All were checked on 14 July 2026.

I build agents like these for a living, on written standards, with a person checking anywhere a mistake would cost money or trust. If you have read this far and thought "I want one, but I do not want to build it", start small. The entry point is one agent doing one job, built on your process. Not sure which job to pick? A Scoping Sprint exists for exactly that; the details live on the same page. Email me at ameera@asurekha.com and describe the job in plain words. No jargon needed. You have just read everything you need.