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.
What the video promised.
stated at 00:11 "I am gonna be teaching this like I was explaining it to a 10 year old." delivered at 35:06
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.
Visual structure at a glance.
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.
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."
How they spent the runtime.
Things they pointed at.
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.
Word for word.
The 3-bullet slide is the format.
Every chapter in this video is a pre-packaged clip: named slide, 3 key bullets, 1-line caption. Jono built 28 potential shorts inside one 36-minute video.
- Name every concept with a bold title and a subtitle that states the one-line definition.
- Constrain every chapter to exactly 3 key points in the left column, put the visual proof on the right.
- Write the lower-third caption last, it IS the insight, not a summary of the insight.
- Build the slide deck in Claude Code and say so in the intro. It is the proof of concept embedded inside the product itself.
- Frame everything for a business use case not a developer use case. LinkedIn posts beat landing pages as examples for this audience.
- The restaurant analogy for skills vs sub-agents is the kind of sticky frame you want in every complex-concept video. Spend time finding your single best analogy per chapter.
The concepts that actually matter first.
You do not need all 28 concepts to get value from Claude Code. You need about 6, in the right order.
- Start with CLAUDE.md: write your rules, your voice, your preferences once and never explain yourself again.
- Learn prompts properly: give Claude a role and be specific. Generic prompt = generic output.
- Build your context stack: paste your own writing into Claude and ask it to extract your tone, humor, and vocabulary into files.
- Watch your context window: when it fills up quality drops. Use /compact at 50 percent to stay sharp and save money.
- Use skills for anything you do more than twice: ask Claude to turn any repeatable task into a slash command workflow.
- Try MCP for your most-used app like Gmail, Notion, or Slack. One connection and Claude can read and act inside it automatically.



























































