The argument in one line.
Claude Code is a tool that lets non-technical business owners automate tasks by having AI take actions on their behalf, and these 28 core concepts—from prompts and context to MCP servers and browser automation—are the building blocks needed to deploy it effectively.
Read if. Skip if.
- A non-technical business owner running on automation who wants to understand what Claude Code can actually do without learning to code.
- Someone building multiple client projects or internal tools who needs to organize Claude Code workflows across different contexts.
- A founder or operator who uses ChatGPT but is confused about what Claude Code does differently and when to reach for it.
- A business person exploring no-code automation who wants a reference walkthrough of all major Claude Code concepts in one sitting.
- You already build software professionally or have deep experience with AI agents — this is intro-level framing.
- You're looking for hands-on tutorials on specific outcomes like building a particular app or workflow — this is concepts only, not implementation.
The full version, fast.
Claude Code is an AI coding assistant that takes actions on your behalf rather than just chatting, letting non-technical business owners build websites, apps, and automations through plain-English prompts inside a free coding workspace like VS Code or Antigravity. The lesson walks through 28 building blocks � prompts, context files, the claude.md instruction file, models, tokens, slash commands, memory, compacting, skills, hooks, MCP servers, APIs, subagents, parallel agent teams, plugins, browser automation via Playwright, extended thinking, checkpoints, GitHub backups, scheduled tasks, and the terminal � each framed as a tool you assemble into custom workflows. The practical move is to give Claude rich context, build reusable skills for anything you do twice, connect external apps through MCP, and reset conversations before tokens balloon.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · What is Claude Code
AI that takes actions, not just talks. Chatbots tell you, Claude Code does it.

02 · IDEs and Coding Workspaces
VS Code, Antigravity (Google), Cursor. Pick one, stick with it. Claude lives inside as an extension.

03 · Projects and Files
File system is Google Drive for your project. Multiple clients = multiple projects in one workspace.

04 · Prompts
Be specific, give it a role. Generic input = AI slop. Specific input = results that actually fit.

05 · Context
Feed Claude your tone, humor, and vocab files. More context = more personal, more accurate outputs.

06 · References
Use @ symbol to pull specific files into the conversation mid-prompt. No copy-paste needed.

07 · Permissions
Five modes from Ask through Bypass. Start with Plan Mode on big builds, loosen after.

08 · Tools
Read, Glob, Grep, Write, Edit, Bash, Web Search. The hands of Claude. Zero config needed.

09 · Context Window
Short-term memory. Fills as conversation grows, quality drops past 50%. Watch the bar.

10 · CLAUDE.md
Your instruction file. Train Claude like a new employee with rules, preferences, and must-nots.

11 · Models
Haiku for fast/cheap tasks, Sonnet as daily driver, Opus for hard problems. Match brain to task.

12 · Tokens
Three-quarters of a word each. Costs compound exponentially as conversation history grows.

13 · Slash Commands
/context to check usage, /clear to reset. Prevents burning your weekly session limit mid-project.

14 · Memory
Persists across all conversations. Store facts about yourself and your business once, reference everywhere.

15 · Compacting
/compact at 50% context saves money and prevents quality drift that kills long sessions.

16 · Skills
Pre-written instruction sets for repeatable tasks. On-demand workflows triggered by a slash command.

17 · Hooks
Automated actions at conversation lifecycle points. Guard rails, triggers, and end-of-turn sounds.

18 · MCP Servers
Connect Claude to Airtable, Slack, Gmail, Notion. Install once, use forever.

19 · APIs
Backup when MCP does not exist. Store API keys in .env file for security on deployment.

20 · Sub-Agents
Pre-configured specialists. You give the order, they return the result. You do not see the process.

21 · Agent Teams
Manager agent delegates to employee agents in parallel. Faster, better context separation, better results.

22 · Plugins
Skills built by others, install in one click via the /plugins marketplace.

23 · Browser Automation
Playwright plugin lets Claude control the browser like a human. Logs in, downloads, uploads, automatically.

24 · Extended Thinking
Slow mode: Claude defines the problem, considers approaches, picks the best, then answers.

25 · Checkpoints
The undo button. Rewind code to any previous conversation state with one click.

26 · GitHub
Google Drive for code. Backup your project and the deployment gateway Vercel pulls from.

27 · Scheduled Tasks
Cron jobs. Claude as employee not assistant. Runs on any interval without you present.

28 · Terminal
The black box from the 1960s. Rarely needed because Claude can usually do it for you via the IDE.
Lines worth screenshotting.
- Claude Code takes actions on your behalf rather than just talking to you — it builds files, runs code, browses the web, and makes changes autonomously on your computer.
- An IDE is just a folder system where Claude Code works — you do not need to write any code to use one, and VS Code and Anti Gravity are both free options.
- Giving Claude a role in your prompt — 'you are a web designer' or 'you are an expert investor' — tailors every response toward the specific expertise that matches your task.
- Context is the difference between AI slop and outputs you are genuinely happy with — the more Claude knows about you, your business, and your goals, the better it performs.
- Feeding Claude a sample of your writing and asking it to extract your humor, tone, and vocabulary into a dedicated file creates a persistent voice guide that carries across all future outputs.
- The @ symbol in a Claude Code prompt references a specific file directly, which is critical when multiple files have similar names and you need Claude to read exactly one of them.
- Permission modes — from ask-before-everything to full autonomy — control how much trust you give Claude to make decisions without checking in, with more autonomy meaning faster but less supervised output.
- Multiple projects can live in the same workspace so that switching between clients or contexts requires only selecting a different folder rather than closing and reopening anything.
- A one-page website built with Claude Code by a non-coder in the same empty folder produces the same artifact that Lovable produces inside a virtual machine — the only difference is who controls the infrastructure.
- CLAUDE.md is the instruction file Claude reads every time it enters a folder — writing your goals, constraints, and preferences here means you never have to re-explain the context.
- Specific prompts with a named location, a named audience, and a named goal produce dramatically better outputs than vague prompts like 'build me a website.'
- The most important Claude Code concept for non-coders is that every file type — HTML, JavaScript, markdown, CSV — is something Claude can create, edit, and organize on your behalf.
Twenty-Eight Claude Code Concepts in Plain Language — the Complete Reference for Non-Technical Builders
Jono Catliff's 36-minute walkthrough treats every Claude Code concept as infrastructure a business owner needs to understand, not features a developer needs to implement — and the plain-language framing makes the most counterintuitive concepts (context window, compaction, sub-agents) immediately usable.
- Chatbots tell you what to do; Claude Code does it — the action capability is what separates an agent from a conversational assistant
- The framing for business owners: it is not a development tool, it is an execution layer
- Five modes from Ask through Bypass — start with Plan Mode on any build you care about, loosen permissions incrementally as you verify the agent's judgment
- Plan Mode forces a review step before any action — the most important permission setting for business owners unfamiliar with what the agent will do
- Short-term memory that fills as the conversation grows — quality degrades past 50%, making compaction a maintenance habit, not an occasional fix
- Watch the bar; run /compact at 50% to preserve quality and prevent the drift that kills long sessions
- The instruction file that trains the agent like a new employee — rules, preferences, business context, explicit must-nots
- Well-written CLAUDE.md is the single highest-leverage configuration step for consistent output quality
- Manager agent delegates to employee agents running in parallel — faster execution and better context separation than sequential single-agent work
- The parallel execution is what makes agent teams qualitatively faster, not just incrementally faster
- Cron jobs for Claude — runs on any interval without you present, which is the distinction between AI that helps you work and AI that works while you sleep
- The scheduled task pattern is what converts Claude from an assistant to an autonomous team member with assigned recurring responsibilities
Terms worth knowing.
- Claude Code
- Anthropic's command-line coding tool that can read, write, and edit files on your computer and take actions on your behalf, rather than just chatting like a typical AI assistant.
- IDE (Integrated Development Environment)
- A desktop application where code lives and gets edited, with a file explorer, editor, and terminal in one window. Examples include VS Code, Cursor, and Google's Antigravity.
- VS Code
- Microsoft's free code editor, the most widely used IDE. Claude Code can run as an extension inside it.
- Antigravity
- Google's free IDE, a coding workspace similar to VS Code where Claude Code can be installed as an extension.
- Cursor
- A paid IDE built specifically around AI-assisted coding, competing with VS Code and Antigravity.
- File system
- The folders and files that make up a project on your computer. In an IDE, the file system is shown in a sidebar so you can navigate and organize your work.
- Workspace
- A container inside an IDE that can hold multiple projects at once, letting you switch between them without opening separate windows.
- Prompt
- Any message you send to an AI tool. The clearer and more specific the prompt, including any role you assign the AI, the better the result tends to be.
- Context
- The background information you give an AI about you, your business, and what you want, so its answers feel tailored rather than generic.
- .md file
- A plain-text Markdown file, commonly used to store instructions, notes, or configuration that both humans and AI tools can read.
- @ reference
- A shortcut inside Claude Code where typing the @ symbol lets you point Claude at a specific file by name, so it reads exactly the file you mean.
- Permission modes
- Settings in Claude Code that control how much Claude can do on its own. Modes range from asking before every edit, to accepting edits automatically, to fully bypassing prompts.
- Plan mode
- A Claude Code mode where the AI drafts a step-by-step plan first and waits for your approval before making any changes.
- Tools (in AI agents)
- The built-in capabilities an AI agent can use to act on the world, such as reading files, editing files, searching the web, or running commands.
- Bash command
- A text command run in a terminal to do things like create files, run programs, or move data. Claude Code can run these on your behalf.
- Context window
- The amount of text an AI can keep in active memory during one conversation. Once it fills up, older messages get dropped or summarized and quality drops.
- CLAUDE.md
- A special instruction file Claude Code reads automatically at the start of a project. You use it to teach Claude how to behave, what rules to follow, and what to avoid.
- Model (AI model)
- A specific version of the underlying AI brain. Claude offers Haiku (fast and cheap), Sonnet (balanced), and Opus (most powerful but most expensive).
- Token
- The smallest unit AI models read and bill against, roughly three-quarters of a word. Every message in and out counts toward your usage limits.
- Input vs output tokens
- Input tokens are everything the AI has to read, including the whole running conversation. Output tokens are the words it writes back. Long chats balloon input tokens fast.
Things they pointed at.
Lines you could clip.
“ChatGPT talks to you, but Claude Code actually takes actions on your behalf.”
“Instead of saying hey build me a website, which is gonna give you generic AI slop, you can say build me a one-page website for a wedding DJ business in Toronto.”
“You hire an employee, and you need to train that employee on what the job is. The CLAUDE.md file is that instruction file.”
“That is why it is an exponential curve because the longer your conversations get, the more the tokens and memory expand.”
“With a sub agent, you order food, the kitchen delivers it. With skills, the chef cooks it on the table in front of you.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Jono Catliff opens with the exact frustration his audience carries into every search: too many concepts, moving too fast. He promises to cut through all of it by teaching like you're 10. What follows is 36 minutes of the most structurally disciplined Claude Code education on YouTube, with every concept pre-packaged into its own shareable slide.
Named ideas worth stealing.
The 5 Permission Modes
- Ask for edits
- Accept edits (auto file edit)
- Auto mode
- Bypass permissions
- Plan mode
The further down the list, the more autonomous Claude becomes. Plan mode = think first, act later.
Skills vs Sub-Agents Restaurant Analogy
Skills = chef cooks in front of you, visible and interruptible. Sub-agents = kitchen delivers the dish, black-box and self-contained.
Token Cost Curve
Token costs are exponential not linear. Every new message adds the entire conversation history as input tokens.
Context File Stack
- Humor file
- Tone file
- Vocabulary file
- Sample writing
Build a personal context stack in your project. Feed Claude samples of your own writing to extract and store your voice.
How they asked for the click.
“I also have a free community where I give all of my YouTube blueprints away for free... and a paid community where there are two transformations.”
Double CTA: free Skool group with blueprints, paid community with two tracks (agency path + business automation). Delivered conversationally over 60 seconds. Soft social proof. No hard sell.
- Instagram ↗
- TikTok ↗
- LinkedIn ↗
- X ↗
- Full crash course on Claude Code ↗
- Full crash course on Claude CoWork ↗
- Full crash course on Claude Code SEO ↗
- Book a time ↗
- Get help with your business ↗
- n8n ↗
- Make.com ↗
- Go High Level ↗
- Apify ↗
- Skool ↗
- Zapier ↗
- PandaDoc ↗
- Apollo ↗
- ManyChat ↗
- Vapi ↗
- PhantomBuster ↗
- ClickUp ↗
- ElevenLabs ↗
- Upwork ↗
- Instantly.ai ↗
- Airtable ↗






























































