Claude Code Basics Lesson 46 of 46
Wrap-Up: What You're Taking Home
- You have covered the whole map: engine, permissions, memory, skills, helpers, outside connections, automatism.
- Out of the whole course, three reflexes are worth more than any single feature.
- We left some things out on purpose: here is what, and where to find it.
- And one last thing: this tool changes, so how you use it well changes too.
Where you have gotten to
In the first lesson, the line was: Claude Code is very different from chat. Now you know why, and not as a slogan: underneath there is a loop that repeats, the model is forgetful, and everything that makes that loop useful is the equipment around it — the harness.
And you know how to hold it, piece by piece: what you let it touch, what it knows about you, how many you put to work, what it is connected to outside. Plus the engine, which you choose.
The three reflexes worth more than any feature
A year from now, half the commands will have slipped your mind. Not these three, if you turn them into habits:
The plan first. On anything non-trivial, get it to tell you what it would do. It is the cheapest place to discover you had understood two different things.
The yardstick, always. Before you launch it, ask yourself: how would it know if it did a good job? If you cannot answer, the checking falls entirely on you, at the end, when it costs the most.
Write it down instead of repeating it. The second time you say something again, that thing needs to be written: in the instructions if it is a fact, in a skill if it is a procedure, in a hook if it absolutely must happen.
There is a fourth one that is not a reflex but a habit of hygiene: watch what you are spending. The right engine, the right effort, the clean desk. Those are the three places where money leaks out without you noticing.
What we left out (on purpose)
This is a beginner course, and the choice of what not to say was deliberate:
The manual-level details — the fine syntax of the rules, the full settings hierarchies, the advanced options for skills and helpers. These are things you look up when you need them, not memorize beforehand.
Using Claude Code as an engine inside your own programs. It exists, it is done, and it is a different craft from this one: it deserves an advanced, dedicated course, not a mention tacked onto a beginner one.
Cowork, which we only mentioned in the first lesson. If you catch yourself using Claude Code for things that have nothing to do with building — email, files on the desktop, organizing your day — that is the door to look at.
One thing nobody tells you: the tool changes
Here is the honest note to close on. This tool moves fast. New models come out, commands change, features arrive that do not exist today.
The practical consequence is counterintuitive: a setup that worked great six months ago might not be the best one anymore. Not because it broke, but because in the meantime something you were compensating for by hand became automatic.
So, every once in a while, do the thing nobody does: try removing something. A rule, three lines of instructions, a piece of procedure. If nothing happens, you have lightened the load. If it gets something wrong again, put it back, and now you know why it was there.
It is the same method that got you here: do not trust it, look.
The last thing
If this course worked, it is not because you now know some commands. It is because the question you ask yourself in front of boring work has changed.
Before it was: how long will this take me? Now it is: can I get someone to do this for me?
And once that question starts coming to you on its own, it never leaves.
Final review
Two minutes, no grade. Trying to answer — even getting it wrong — cements the concepts far more than rereading. Not in the mood? Skip it: the lesson still counts as complete.
Claude Code rewrites half your project for a tiny change. First move?
Doing too much is almost always effort, not model: it understood perfectly well and just went overboard. Switching models is the most expensive move, and here it would not fix anything.
Something must NEVER happen. Where do you write it?
It is the distinction that matters most in this whole course: instructions steer the model, permissions are enforced by the tool. Capital letters do not change the nature of a recommendation.
You need to search for something across two hundred documents and then make a delicate edit. How do you organize it?
You delegate what clutters, not what matters: the search would fill the desk with files already discarded, and the edit would pay the price for it. The team, here, would be spending more to do worse.
You notice you are repeating the same preference for the third time. What do you do?
Repetition is the signal that something needs to be written down. (The third option also works — if automatic memory is on it will note it — but anything that must always hold is better placed somewhere you control.)
Something must happen after every change, always, without depending on anyone’s judgment. What do you use?
Mechanical automatism, precise trigger point, zero judgment: that is the definition of a hook. A skill is for procedures you call up, instructions are for steering — neither one guarantees anything.
-
Chapter 1 Introduction
-
Chapter 2 What's Underneath
-
Chapter 3 You Choose the Engine
-
Chapter 4 First Time at the Controls
-
Chapter 5 What You Let It Touch
-
Chapter 6 What It Knows About You
-
Chapter 7 Skills
-
Chapter 8 How Many You Put to Work
-
Chapter 9 What It's Connected To
-
Chapter 10 Automating the Setup
-
Chapter 11 Wrap-Up