Maison Cler · Claude Code Bookclub · Self-Study
A beginner's guide to Claude Code —
and why it changes everything for founders,
operators, and builders.
Something changed
you had two options.
Most ideas died between the idea and the execution.
That gap just closed.
Maison ClerThe new reality
This isn't hype.
The question is: how long can you afford not to learn this?
Maison ClerTwo kinds of AI help
You type something. It replies. You ask for an email. It writes one. That's conversational AI — useful, but reactive. It waits for you. It answers one question at a time.
Agentic AI is different.
Imagine you say: "Plan my customer onboarding flow, build the emails, connect it to my CRM, test it, and tell me when it's done."
A chatbot helps you think through it. An agent just goes and does it. It reads files. Makes decisions. Takes actions. Comes back only when there's a real choice to make.
It's the difference between having a conversation and having a contractor.
Maison ClerThe Claude family · 1 of 3
The chat interface in your browser. You type. It replies. Great for thinking, writing, problem-solving.
But Claude.ai is still a chat window. Nothing gets built. Nothing gets saved to a project. Nothing gets deployed.
It's the equivalent of texting a really smart friend. Helpful — but they're not going to come over and build you a shelf.
Maison ClerThe Claude family · 2 of 3
Claude's desktop tool — designed for people who want to automate tasks on their computer without writing code.
Think: file management, document workflows, repetitive tasks across your apps. It can click buttons, move files, fill in forms.
More powerful than Claude.ai — it can actually do things on your machine. But it's still at the level of your desktop. It organizes and automates what you already have.
It doesn't build new software. It makes your existing software easier to use.
Maison ClerThe Claude family · 3 of 3
This is where things get serious.
Not a chat window. Not a desktop helper. A full AI agent that can read your project files, write code across multiple files, run tests, fix errors, commit changes, and ship working software.
You describe what you want to build. It builds.
It understands your entire codebase — not just the message you just typed. It works in a terminal or in your browser at code.claude.com.
Maison ClerAll three, side by side
| Claude.ai | Cowork | Claude Code | |
|---|---|---|---|
| Where it lives | Browser | Desktop app | Terminal / Browser |
| What it does | Thinks & writes with you | Automates desktop tasks | Builds actual software |
| Think of it as | A smart friend you text | A personal assistant on your laptop | A contractor you hand a brief to |
| Best for | Thinking, drafting, researching | File & task automation | Shipping real products |
Claude Code is the one that builds. The rest of this guide is about Claude Code.
Maison ClerMeet your contractor
You don't need to become a builder. You don't need to learn how to lay bricks or wire electricity.
What you need is a great contractor — someone you hand a brief to, who knows their craft, and who comes back with results.
Claude Code is that contractor.
You describe the house. It builds. You don't tell it which nails to use — you tell it how many bedrooms you want and what the kitchen should feel like.
Maison ClerHow a session works
You describe the outcome. It figures out the path.
Maison ClerWhat it looks like on screen
Files
Editor
Claude Code
Files on the left. Code in the middle. Claude Code on the right. Everything in one place.
Maison ClerWhy this matters
The goldfish problem
Here's something that trips up everyone the first time:
Claude forgets everything between sessions.
It doesn't remember your project setup. It doesn't know your tech stack preferences. It doesn't know that you always want dark backgrounds, or that you hate exclamation marks in copy.
So it has to rediscover all of this every single time. That's slow. And it leads to inconsistent results.
Like hiring a new contractor every single day — and re-explaining everything from scratch.
Maison ClerThe fix
A simple text file that lives in your project folder. Claude Code reads it automatically at the start of every session.
Think of it as the onboarding document you'd give a new contractor before they touch your project. Everything they need to know — written once, used every time.
How to build it
Start with 10 lines. The basics.
Then, every time Claude does something you don't like — uses the wrong colors, adds a feature you didn't ask for, deploys without permission — add a rule.
After two weeks, your CLAUDE.md will be perfectly calibrated. It will have caught every bad habit and corrected it.
Split your business context into separate files. Claude reads all of them at the start of every session.
Maison ClerWhy sessions go bad
Every message you send, every file it reads, every error it encounters — all of it gets written on the whiteboard.
Sessions don't go bad because Claude got dumber. They go bad because the whiteboard is full.
Maison ClerThe fix
Erases the whiteboard. Completely. Fresh start. Your CLAUDE.md reloads automatically — so Claude still knows your project and your rules. It just loses the clutter.
This is the single highest-ROI habit you can build. Use it between tasks. Use it when things feel off.
Squeezes the whiteboard — keeps the important context, removes the noise.
For when you're deep in a build and a full reset would lose momentum.
Rule of thumb: one task per conversation. Start new task? /clear.
Maison ClerRepeatable playbooks
Even with a great CLAUDE.md, you'll find yourself doing the same kinds of tasks over and over. "Review this for SEO." "Build a product page using our layout." "Write a customer email in our voice."
Skills are saved, reusable instructions you can trigger on demand. Instead of re-explaining your SEO process every time, you create a skill called /seo-review.
Think of it like a restaurant recipe book. The chef doesn't reinvent the carbonara every Tuesday — they follow the recipe. New staff learn it. The result is consistent.
Skills are how Claude Code stops being a tool you use — and starts being a system that runs.
Maison ClerThe full picture
The agent that builds. You describe what you want — it reads your files, writes code, fixes errors, and ships.
The brain that remembers you. Your rules, your brand, your stack — loaded automatically every session.
The playbooks that repeat consistently. One command triggers a full workflow, every time.
Together, these three things turn a powerful tool into a reliable business system.
Maison ClerStart small. Start today.
The system builds itself as you learn it.