Lesson 01 · 15 min · updated September 7, 2026Reference · read any time
Your AI coding agent
Learning objective
By the end of this lesson, you will be able to name your AI coding agent, name the app it lives in, and say — in your own words — how to spot each of the three most common ways it goes wrong, and what to say when it does.
Why this matters
You're about to hand the writing of a real app to a program you've met exactly once — for one checklist page, back in Module 0. You've seen the control that can stop it before it acts: the approval prompt. What you don't have yet is a read on the program itself — the three most common ways it goes wrong on you, named now so you recognize the shape the moment one shows up.
Core read
You want to delegate the writing.
An AI coding agent (a program that reads your project files, plans changes, and writes code on your behalf — guided by a conversation with you, → GLOSSARY) is the one app you installed in Module 0. Inside its window you say what you want in plain language, and it changes the files that make up your project. There's no separate editor to open first — the agent app is the whole environment.
This course teaches two of these apps side by side, because they do the same job from different homes. If you picked the paid path, your agent is Claude Code desktop (Anthropic's AI coding agent, run from its own desktop app window; this course's paid track, → GLOSSARY) — you work from its Code tab. If you picked the free path, your agent is Codex (the AI coding agent that lives inside the ChatGPT desktop app — the free-track counterpart to Claude Code desktop, → GLOSSARY) — you open the ChatGPT desktop app and switch into it from the message box. Different window, same job: read your files, propose changes, wait for you to say yes.
A conversation with either app has a fixed shape. You say what you want — the outcome, not the steps. The agent reads your files, works out a plan, and proposes changes. When the app is set to ask (Module 0 showed you the setting), it stops at the approval prompt and you approve or reject. When it isn't set to ask, the same control is still yours one step later: you look at the result and say what should be different. You say, it proposes, you check — that's the whole rhythm.
When your agent gets it wrong
Three ways this goes wrong happen often enough to know on day one — each with the one thing to say.
It makes things up. It states a file, a fact or a feature that doesn't exist, as calmly as something true. (The word people use for this is hallucination, → GLOSSARY.) How you spot it: it names a thing you never made or mentioned. What you say: "Where did that come from?"
It wanders off what you asked. Partway through a long conversation the replies are about something you didn't ask for. How you spot it: the latest reply doesn't match your last ask. What you say: restate what you want, from the top, in your own words.
It treats a risky change like a small one. It proposes deleting, sending or spending with the same calm as fixing a typo. How you spot it: any proposal that deletes something, sends something, or spends money. What you say, before you approve: "What could go wrong if we do this?" — and wait for the answer.
Module 3 practises the first two on a throwaway page; Module 5 puts a real risky change in front of you.
For your agent, sounding sure and being right are two different things, and only one shows on the screen. You are the check.
Exercise
Plan 10 minutes. No installing — you already did that in Module 0.
- Open your agent app and get to the window this course uses — the Code tab in Claude Code desktop, or the Codex switch in the ChatGPT desktop app.
- In a scratch note or on paper, write one sentence naming your agent and the app it lives in.
- Write the three ways it goes wrong, one line each, in your own words: what it looks like, and the one thing you'd say.
- Picture a proposal from your agent that deletes, sends, or spends something. Write the exact question you'd ask before you click approve.
You don't need to keep the note. The point is writing the three spot-it, say-it lines once in your own words.
Checkpoint
You've got this if you can:
- Name your AI coding agent and the app it lives in.
- Say, in your own words, how you'd spot each of the three ways it goes wrong, and what you'd say.
Going deeper
Optional, only if you're curious:
- Claude Code desktop's own documentation, at
https://code.claude.com/docs. Skim the quickstart; you don't need to memorize anything. - Codex's documentation, at
https://learn.chatgpt.com/codex. Same advice: skim, don't memorize.
What you just did
You named your agent and the app it lives in, and met the three most common ways it goes wrong — each with the one thing to say. The next lesson is what's happening when you click approve.
Sign in to track your progress through the course.
