#003 Why Leave the Field Download
Workshop #003 · lids down — nothing to install

Why Leave
the Fieldand where your work actually lives

You have been riding in an open field, carrying everything the horse needs out to it by hand. There is a building for this, and today we walk up to the door.

By the end of today you will know why the chat window has a ceiling, what a project folder is, and you will have one of your own with real work in it.

Presented by Emile du Toit
brainitconsulting.com

If you missed the last two sessions

You can follow all of today without them. Here is where we got to.

  • The horse is the model. It predicts the next word, knows nothing about your business, and remembers nothing between conversations.
  • The saddle is standing instructions — written once, sent with every message.
  • The saddlebags are tools: the things that let it read a price list or put a draft somewhere, instead of only talking.
  • The loop is look, decide, act, check, repeat — and you set the goal and the stopping point.

All of that has happened in a browser tab so far. Today we find out what that is costing you.

Contents

  1. Fifteen minutes that won't make sense yetWatch first. Understand afterwards.
  2. The ceiling in the chat windowWhy you are the one doing the carrying.
  3. Files and folders, plainlyThe least horse-like chapter in the series.
  4. One folder, one jobThe idea that keeps you safe later.

Then the questions this always raises, the glossary so far, and one small thing to do before next time.

01

Fifteen minutes that won't make sense yet

Watch it happen first. We'll take it apart afterwards.

We are going to start at the wrong end on purpose. For the next fifteen minutes you are going to watch something get built, and quite a lot of it will not make sense. That is fine. It is meant to.

Dale runs the two-truck plumbing company from the last session. He has a rate card, a folder of past estimates, and a stack of inquiry emails. In a moment you will watch an assistant read all of that and produce a finished estimate — not a draft in a chat window that somebody has to copy out, but a file, sitting in Dale's folder, ready to send.

Nothing to follow along with. No laptops. Just watch, and when something makes you think "hang on, how did it know that?" — write the question down. We will answer every one of them before you leave.

What to watch for
  • Nobody pastes anything. No copying the rate card in, no copying the answer out.
  • It opens things by itself. It goes and reads the rate card because it decided it needed the rate card.
  • The result is a file. Not a message on a screen. A thing on Dale's computer with a name, that is still there tomorrow.
  • It asks before it acts. Watch how often it stops and waits for a yes.

Everything you are about to see happened inside a room you have not been in yet. Not a website, not a chat window — a folder on an ordinary computer, with the tack hanging on the wall. The rest of this session is a tour of that room.

Nothing up my sleeve — exactly what I'm doing up here

You are welcome to watch the mechanics rather than the magic. There are six steps and one instruction, and the folder starts identical every single time I run this.

  1. Reset the folder. A script puts Dale's folder back to the same starting state — a rate card, his notes, one past estimate, and three unopened emails.
  2. Open that one folder in the editor — I do it from a command prompt rather than the menus, which is worth its own note below. Nothing else on this laptop is in reach.
  3. Make the text big enough to read from the back row.
  4. Open the assistant panel down the right-hand side. That is the same conversation you had in a browser last session, now sitting inside Dale's folder.
  5. Give it one instruction — the one below. I paste it rather than type it, which is worth a tip of its own.
  6. Say yes when it asks permission to write a file, and then open what it wrote.
How I open the folder — and how you would

Windows. Open a command prompt, move into the folder, then open the editor there:

Windows cd h:\dale-estimates code .

cd means "change directory" — go into that folder. code . means "open the editor here", and the dot is what means "here". Two commands, and you have just watched a command do something visible.

Mac. Exactly the same two commands, in Terminal (press Cmd + Space, type "Terminal"). One difference: if code . comes back saying "command not found", VS Code needs one setup step first — press Cmd + Shift + P, type "shell command", and choose Install 'code' command in PATH. Then it works.

And if none of that appeals: File → Open Folder does the identical thing on both. Nothing here depends on using the command prompt.

The instruction, in full:

The prompt Read notes.txt and rate-card.txt first. Then write an estimate for every email in inbox/, saving each one into estimates/ named after the customer, like alvarez.txt. Follow the format of past-estimates/smith-kitchen.txt and apply Dale's rules. When you're done, tell me in one short paragraph what you did.
Tip — you can paste into that black panel

Nobody types an instruction that long by hand, and you shouldn't either. Copy it, click into the box, and press Ctrl + V on Windows or Cmd + V on a Mac. If the shortcut doesn't take, right-click — that pastes too.

Worth knowing generally: long instructions are normal and expected. Write them somewhere comfortable, then paste them in.

That is everything. No hidden setup, no special version, no rehearsed answer — and the same six steps are how you would do it on your own machine.

If it does something different today than it did in rehearsal, we'll talk about that too. That's the honest half of the lesson.

Last time we rode in a field. Today we find out there was a stable all along.

02

The ceiling in the chat window

Nothing wrong with the field. But out there, you are the courier.

Think about how you actually used a chatbot after the last session. You had something on your screen. You selected it, copied it, went to another tab, pasted it in, typed what you wanted, waited, read the answer, copied that, went back, pasted it where it needed to go. Then the next email arrived and you did it all again.

That works. Thousands of businesses run on exactly that, and if it is saving you an hour a week, keep doing it. But notice who is doing the fetching and carrying. The horse is standing in a field. Every single thing it needs to know, you walk out and hand to it, and every result, you walk back and carry away.

The field a chat window — you carry everything Your rate card The customer's email Last month's estimate carried out and back, by hand, every single time The tack room one folder — everything already there Your rate card The customer's email Last month's estimate it reaches for what it needs
Fig. 1 — The same horse, the same tack. The difference is who does the fetching.

What the field costs you

The tack room fixes all four, and it does it in the dullest way imaginable: the horse and the gear end up in the same place, and that place is a folder on your computer.

03

Files and folders, plainly

The horse thing gets thin here. So we'll drop it for a page.

A file is a thing with a name and some contents. That is the definition. A photo is a file. A letter is a file. Your rate card is a file. A folder is a box you put files in, and a folder can hold other folders, which is why things end up four boxes deep and nobody can find anything.

You already know this. You have been using files for thirty years. The reason it feels shaky is that most of us stopped looking at where things are — you search for the document by name, it appears, you never think about which box it came out of. That was fine. From here on it matters, because when you tell an assistant to work on something, you are going to have to tell it where.

The only two words you need

File. A thing with a name and contents. rate-card.txt is a file. So is truck-photo.jpg.

Folder. A box holding files. Also called a directory, which is the same thing wearing a tie.

Two small habits will save you real trouble later, and they are worth adopting today whether or not you go any further with any of this.

A file is a thing with a name. A folder is a box. That's it. That's the chapter.

04

One folder, one job

Draw a line around the work. Everything that happens, happens inside it.

Here is the idea that makes everything after this safe. You put one job's worth of stuff in one folder, and that folder is the only place the assistant is allowed to work. People call it a project, which sounds grander than it is. It is a box with a line drawn round it.

Dale's estimate job looks like this:

dale-estimates the project folder — the whole job lives in here rate-card.txt past-estimates smith-kitchen.txt notes.txt Inside the line it may read and write Outside it your photos, your taxes, everything else — untouched
Fig. 2 — The ember line is what keeps this safe. An assistant opened in this folder works in this folder.

When you sit an assistant down in that folder, that folder is its world. It can read the rate card because the rate card is in the room. It cannot read your bank statements, because your bank statements are not in the room. You did not have to configure that or trust a promise about it — it follows from where you opened it.

This is the same idea as the girth from the last session, the "never" that keeps a horse honest. Except this one you enforce by geography rather than by asking nicely.

How to set one up, when you get there
  1. Make a new folder. Give it the name of the job: dale-estimates.
  2. Put in the things the job needs — the rate card, a couple of past examples, any notes.
  3. That's it. That's a project.
05

Questions people actually ask

The ones that come up as soon as folders appear.

Why can't it just work with the files I already have, where they are?

Because a horse loose in the house is a different animal to a horse in a stall.

It can, and that is exactly the thing to avoid at the start. Pointing an assistant at everything you own means everything you own is in reach of a mistake. The one-folder rule costs you a minute of copying and buys you a boundary you can see. Widen it later, deliberately, once you have watched it work for a while.

Is my stuff being uploaded somewhere?

The stable is yours. The horse still lives down the road.

The folder is on your computer. The model is not — it runs on the company's machines, so anything the assistant reads in order to answer you does travel to them, the same as when you pasted into the chat window. The honest difference from last session is that it can now decide what to read. So the rule from #001 stands and matters more: don't put anything in that folder you would not put in an email.

Do I have to learn to code now?

You are learning where the tack room is, not how to make saddles.

No. You will type sentences in English, the same as last session. What changes is where those sentences land — in a room where the assistant can reach your actual files instead of waiting for you to carry them in. The editor is called a code editor for historical reasons, in the same way a glovebox is called a glovebox.

Plain words

Everything the series has named so far. Today's are marked.

This list grows every session and always shows the lot, so you never need last week's handout to read this week's.

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. Transformer — the design of the machinery underneath. A breed name, not a job title.
Knowledge cutoff 001
The date its training stopped. It knows nothing after it, and 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 length is counted, and how you're billed. Sugar cubes.
Hallucination 001
Making something up and sounding certain. Shying at a shed snakeskin.
Tool 002
A specific action it's allowed to take in the real world. A saddlebag.
MCP 002
An agreed standard for plugging tools into a model. Standard-size buckles.
Agent 002
A model given a goal, tools, and permission to keep going. A working horse, not a show pony.
Agentic loop 002
Look, decide, act, check, repeat. The ride itself.
Human in the loop 002
A person approves before something real happens. A hand on the reins.
Automation 002
The same work happening without you starting it each time. The horse knows the route.
File 003
A thing with a name and contents. A single piece of gear.
Folder (directory) 003
A box holding files, and sometimes other folders. A shelf.
Project 003
One folder holding one job's worth of everything. The room, with the door shut.
Path 003
The written address of a file — which boxes it sits inside. Directions to the shelf.

Everything on one page

Photograph this before you go.

1 · The field

A chat window. You carry every fact out and every answer back.

2 · One folder, one job

Draw a line around the work. Everything happens inside it.

Next session

3 · The tack room

The editor: files on the left, work in the middle, the assistant beside it.

Later

4 · The working horse

It comes into the room and starts opening gates.

Nothing to install today. One folder, on your own machine, with real work in it. That is all the homework there is.

Next session

#004 — The Tack Room

Today was the argument for leaving the chat window. Next time we go inside the building and fit it out — the editor, the three parts of the screen worth knowing, and the black panel that turns out to be a door rather than a test. Lids up from here on.

Before you come: make one folder, name it after a real job, and put a copy of something real in it.

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 #003 · Why Leave the Field
© 2026 Emile du Toit, BrainIT Consulting
Print it, download it, share it with your team. Just leave my name on it.