#001 The Horse in the Field Download
Workshop #001 · for complete beginners

The Horse
in the Fieldwhat a chatbot actually is

Artificial intelligence explained through something people have understood for four thousand years: a horse, a saddle, and a job that needs doing.

By the end of today you will have an account open, you will know how to steer it with a firm rein instead of a loose one, and you will have written your standing instructions down once so you stop repeating yourself every morning.

Presented by Emile du Toit
brainitconsulting.com

Contents

  1. The horse in the fieldWhat it really does, and what it cannot do.
  2. Bridle and reinsThe chat box. Steering with words.
  3. Saddle and stirrupsStanding instructions that make a ride repeatable.
  4. When the horse boltsHow it goes wrong, and how to sit it.
  5. Where to startTwo websites, and the one setting worth finding.

Then the questions everyone asks, a plain-words glossary, and a one-page picture worth photographing before you leave.

01

The horse in the field

Powerful, fast, well-traveled — and standing there with nothing on it.

Picture a horse in a field. It is strong. It is quick. It has covered a great deal of ground in its life. And right now it is doing absolutely nothing for you, because it has no bridle, no saddle, and no reason to go anywhere.

That horse is what the industry calls a large language model — an LLM. ChatGPT, Claude and Gemini are all built on one. Before anyone puts tack on it, here is what it actually does:

It reads the words in front of it and works out what should come next. Then it does that again, and again, one word at a time, until the answer is finished. It learned how by reading an enormous amount of writing — books, manuals, websites, conversations.

Why that isn't as thin as it sounds

To guess the next word well enough to write a decent estimate letter, you have to have absorbed how estimates go, what a customer worries about, and what ordinary business writing sounds like. The trick is simple. What the trick requires is not.

No saddle Nothing of your business on it Strong Reads and writes anything No memory Every chat starts cold
Fig. 1 — The model on its own. Everything it knows is general. Nothing it knows is yours.

Four things to hold on to

A horse in a field is not transport. It becomes transport when you put a saddle on it.

02

Bridle and reins

Add the reins and you have a chatbot. Now it goes where you point it.

The bridle is the chat box. You type, it answers — that back-and-forth is what people mean by a chatbot. Model plus reins. Nothing more mysterious than that.

Reins only work if you use them. A loose rein gets you a horse wandering toward whatever looks interesting, which is exactly what a vague question gets you: a general, hedge-everything answer that could have been written for anybody.

The reins What you type. Your prompt. Bridle The chat window
Fig. 2 — Horse + reins = chatbot. Steering is done entirely in words.

Loose rein, firm rein

Loose rein

You get four paragraphs of generic advice.

Write something about our new opening hours.
Firm rein

You get something you can send.

Write a 60-word notice for our front window. We're open Sundays 10–4 starting March 1. Friendly, no exclamation marks. We're a family-run bakery in Asheville.

Four things did the work there: who you are, what you want, how long, and what tone. That is most of what people dress up as “prompt engineering”.

How far it can see: the context window

Everything in the current conversation is what the horse can hold in its head on this one ride — the context window. It is large but not endless. On a very long ride, the earliest part of the conversation falls out the back, and the model stops referring to it.

Two practical habits follow. Start a new chat when you change subject. And when something matters, don't rely on it having been said an hour ago — say it again.

03

Saddle and stirrups

Bareback is fine for five minutes. A day's work needs a fitted saddle.

Anyone can sit on a horse for five minutes. Do it for a day and you will want a saddle, stirrups, and a girth that stays tight. In AI, the saddle is the set of standing instructions that goes along with every message, whether you type it or not.

The technical name is the system prompt. You will meet it under friendlier names: a Custom GPT, a Project, an Assistant, "instructions". Same saddle. You fit it once and every ride after that starts properly.

Saddle Standing instructions Stirrup Examples of good work Girth What it must never do
Fig. 3 — The tack you fit once and reuse. Written well, it does more for output quality than any clever wording in the chat.

What goes in a saddle

Working example — a plumbing company's estimating assistant

Who you are. You help Dale & Son, a two-truck residential plumbing company, turn inquiry emails into written estimates.

What you always do. Pull out the job, the address and the access notes. Price from the rate card below. Show labor and parts on separate lines. Add sales tax at the rate on file.

Facts you may rely on. Service call $95. Labor $110/hour, one-hour minimum. Saturday rate ×1.5. We do not work on gas lines.

Tone. Plain, warm, no jargon. Short sentences.

Never. Never quote for gas work — flag it for Dale. Never promise a date. Never guess at a price you were not given: say what you'd need to know.

That last line is the girth. Most bad AI output in a small business comes from a missing "never".

If you can't write the instructions for a new employee, you can't write them for a machine.

04

When the horse bolts

It will. Knowing how it bolts is most of knowing how to sit it.

A horse is not malicious when it shies at a shed snakeskin in the grass. It is doing exactly what it is built to do, in a situation you didn't anticipate. Every failure below is the same kind of thing, and none of them mean anything is broken.

Three ways it goes wrong

What that means for how you use it
  • Check anything that matters. Names, numbers, dates, rules, anything you would be embarrassed to repeat. It is a fast first draft, not a source.
  • Say "tell me if you're not sure." It will not volunteer doubt. Asked directly, it is surprisingly willing to admit it.
  • Give it today's facts. If the answer depends on your prices, your hours, or this week's news, put them in front of it rather than hoping.
  • Don't paste what you wouldn't email. Bank details, Social Security numbers, anything you would be unhappy to see repeated.

There is a fourth way it goes wrong, and it only shows up once the horse can act on the world rather than only talk about it — one bad instruction carried out two hundred times before anybody notices. That one belongs with the saddlebags, which is next session.

A wrong answer costs it nothing. That is the problem, in one line.

05

Where to start

Two websites, a free account each, and the one setting worth finding.

You don't need to buy anything today. Both of the big assistants run in an ordinary web browser and both have a free tier. Open one, make an account with your email address, and type in the box at the bottom. That is all the setup there is.

The one setting worth finding: standing instructions

This is the saddle from chapter three, and both sites call it a Project. Anything you write in a project's instructions is sent along with every message you send inside it — you type it once instead of every time.

  1. Sign in at chatgpt.com or claude.ai.
  2. Find "Projects" in the menu down the left-hand side.
  3. Make a new project and give it the name of the job — "Estimates", "Monday numbers".
  4. Paste your standing instructions into the instructions box. Who you are, what you always do, the facts it may rely on, the tone, and the nevers.
  5. Do that job inside that project from now on. You can add files — a price list, a past estimate — and it will use them.

In the browser, or installed on your computer?

WhereWhat it isWhen it's worth it
Web browser
chatgpt.com · claude.ai
Nothing to install. Works on any computer you sign in from. Start here. Most people never need anything else.
Desktop app
ChatGPT · Claude Desktop
The same assistant, installed on your Mac or Windows machine. Opens with a keyboard shortcut. Can be connected to files and programs on that computer. Once you're using it most days — and when you want it working with files on your own machine rather than pasting into a browser. The download link is on each website.
Phone app
ChatGPT · Claude
Same account, same projects. You can talk to it instead of typing, and photograph a document to ask about it. Questions from the truck or the job site. Reading a letter you've just been handed.
Codex & Claude Code
the developer versions
Versions built to write and run software on a real codebase. Only if you or someone on your team writes code. Skip these for now — they are not where a first ride belongs.

Three more you will meet later

Nothing to do with these today. They are here so that when you hear the names — and you will — you know what they are and when they turn up. All three are free to start.

Coming later in the series

code.visualstudio.comVS Code. The editor: a window onto one folder of your own work. We install it in session four.

github.comGitHub. Where this course keeps its class folder, and where your undo comes from once you have one. Session seven.

vercel.comVercel. How something you have built stops living on your laptop and goes onto the internet. Session ten.

If you are a developer, or you employ one, those three plus Codex and Claude Code are the toolkit. If you are not, you will still meet all of them here, in order, with nothing assumed.

Before you paste anything in
  • Treat it like email. Don't paste bank details, Social Security numbers, or anything you wouldn't put in an email to a stranger.
  • Check the privacy setting. Both sites have a setting controlling whether your conversations can be used to improve the model. Look under Settings once, decide once.
  • The free tier is enough to learn on. Pay only when you notice yourself hitting the limits.
06

Questions people actually ask

The ones that come up in every single session.

Everyone keeps saying "tokens". What is a token?

Sugar cubes. The horse works for sugar.

A token is a chunk of a word — roughly four characters, or about three-quarters of an average word. "Plumbing" is a couple of tokens. This paragraph is about eighty.

Every word you send it and every word it writes back costs sugar cubes. That's the meter running underneath all of it. On a free account you get a bowl a day and then the horse stops until tomorrow. On a paid account you get a much bigger bowl. And when you set up automation that runs on its own, you pay by the cube.

Why it matters in practice: feeding it your entire 40-page price list on every single email reply costs forty pages of sugar, every time. Feed it what the job needs, not the whole barn. That is what "managing your token costs" comes down to.

ChatGPT or Claude — which one should I get?

Both are good horses. The mistake is changing stables every week.

Pick one, use it for a month on real work, and get good at it. The difference between the two matters far less than the difference between someone who has ridden for a month and someone who has read about riding for a month. If you want to compare, give both the exact same real task and judge the output — not the reviews.

Does it remember me? Is it learning from what I tell it?

A fresh chat is a horse that has never met you.

Two different things get mixed up here. Within your account, most services now have a memory feature and projects, so it can carry things between conversations — that's a setting you control, and you can look at what it has stored. Underneath, the model itself is not being retrained by your typing; it was trained long before you arrived.

Separately, whether your conversations may be used to improve future models is a privacy setting on each service. Look at it once and decide.

Why do I get a different answer if I ask the same thing twice?

Two rides to the same field, two slightly different routes.

There is deliberate randomness in how it picks each next word — that's what stops it sounding like a stuck record. It is not a calculator and it is not broken. If you need the identical output every single time, that's a job for a spreadsheet formula, not for a horse.

Do I need to learn to code?

No. You need to know the route.

Everything in this workshop is typing in plain English. The most valuable skill is being able to describe your own process clearly, in steps — and you already have that, because you do the work. Bring in a developer when you get to connecting real systems together, and you'll brief them far better than most.

It told me something completely wrong. Is mine faulty?

No. That's the horse spooking, and it's chapter four.

It will state a wrong thing with exactly the same confidence as a right thing, because producing a plausible sentence is what it does. This isn't a defect you can settle down out of it. It's the reason a person checks anything that costs money, goes to a customer, or can't be undone.

Plain words

Everything the series has named so far, and where it sits on the ranch.

This list grows every session and always shows the lot, so you never need last week's handout to read this week's. The tag says which session a word arrived in.

Large language model (LLM) 001
The engine that predicts the next word. The horse.
GPT 001
Generative — it makes new text rather than looking up a stored answer. Pre-trained — all its learning happened in advance, before you ever met it. Transformer — the design of the machinery underneath, invented in 2017. A breed name, not a job title.
Knowledge cutoff 001
The date its training stopped. It knows nothing that happened after that day — and it doesn't know that it doesn't. The last day the horse was out in the world.
Prompt 001
What you type. A pull on the reins.
Chatbot 001
A model you can talk to, turn by turn. Horse plus bridle.
System prompt / instructions 001
Standing orders sent with every message, whether you type them or not. The saddle.
Context window 001
How much of the conversation it can hold at once. How far it can see on this ride.
Token 001
A chunk of a word — how models count length, and how you're usually billed. Sugar cubes.
Hallucination 001
Making something up and sounding certain. Shying at a shed snakeskin.
Human in the loop 001
A person approves before something real happens. A hand on the reins.
Why it has to look things up

The P in GPT is the one that catches people out. Pre-trained means the learning is finished before you arrive. Everything the model knows, it learned by a fixed date — its knowledge cutoff. Training takes months, so by the time you're talking to it, its picture of the world is already some way behind.

It has no way of sensing this. Ask about something recent and it will answer confidently from the last thing it saw, which may be a year stale.

The habit worth keeping: for anything that changes — prices, hours, rules, who runs what — give it the current facts yourself. Next session it gets a way to go and look instead, which is a large part of what the saddlebags are for.

Everything on one page

Photograph this before you go.

1 · The model

Predicts the next word. Knows a lot. Knows nothing about you.

2 · The chatbot

Add reins and you can steer it. This is where everyone starts.

3 · The harness

Standing instructions, fitted once. Every ride starts right.

Next session

4 · The agent

Saddlebags: tools, a goal and a loop. Now it does a job.

And the rider stays on. You set the goal, you set the boundary, you check the end of it. That doesn't get automated — it's the part that was always yours.

Next session

#002 — Saddlebags and the Ride

Everything today was a horse that talks. Next time we hang the saddlebags on it: the tools that let it read your price list, put a draft in a real file, and go and look something up instead of guessing from memory. That is the step where a chatbot stops answering questions and starts doing a job.

Bring one thing: a job you do most weeks that is mostly reading and writing, and that annoys you.

Want someone to hold the reins with you?

I do this for a living, and love to help people.

Thirty-plus years in enterprise software and a computer science degree — which mostly means I have watched a great many horses bolt, and I can usually tell you which ones are worth saddling before you spend money on the saddle.

01

In person

Your team, your room, your actual work on the whiteboard instead of somebody else's examples.

02

Over video

The same session, at your desks, with fewer chairs to stack afterwards.

03

Built for real

When the idea survives the workshop and somebody has to go and build the thing — that part I do too.

Fun fact — I rode to school on horseback as a kid in South Africa. So the metaphor isn't borrowed. I've done the falling off in person.

Emile du Toit brainitconsulting.com

Workshop #001 · The Horse in the Field
© 2026 Emile du Toit, BrainIT Consulting
Print it, download it, share it with your team. Just leave my name on it.