Modern Creator Network
Rashid · YouTube · 1:03:04

Claude Code for Business: Run 90% of Your Business with AI Agents

A 63-minute field guide where a solo operator builds a live YouTube research agent, spawns 5 parallel sub-agents, and saves everything to Notion — no code written.

Posted
3 months ago
Duration
Format
Tutorial
educational
Channel
R
Rashid
§ 01 · The Hook

The bait, then the rug-pull.

Rashid opens with a promise that separates immediately from the chatbot crowd: not copy-paste responses, but actual systems that read your files, connect your tools, and execute real work in your voice. The thumbnail — hand-drawn robot, 80-90% of the work in massive type — earns the click before a word is spoken.

§ · Stated Promise

What the video promised.

stated at 00:22By the end of watching this video you will know exactly how Claude Code works and you will know how to implement into workflow so it can get 80 to 90% of the work done in your business.delivered at 1:03:00
§ · Chapters

Where the time goes.

00:0000:52

01 · Hook + Video Promise

Opening claim: AI does 80-90% of the work. Video structure roadmap.

00:5204:00

02 · Why Claude Code? Autonomy Axis

Autonomy vs ease-of-setup 2x2: Claude Code top-right, ChatGPT easy/low, n8n mid, LangChain hard/high. Claude Code wins by giving developer power without requiring a developer.

04:0006:00

03 · Sam Altman + Newsletter CTA

One-person billion-dollar company vision. Soft pitch for Chief Leverage Officer newsletter.

06:0011:00

04 · Agent Architecture Deep Dive

Claude Code vs chatbot. Agent = system leveraging AI to interact with environment. MCP gives access to external world.

11:0016:00

05 · How Claude Code Works Visually

Full architecture diagram: User → Prompt → LM (Brain) → Claude.md (Memory) + Hooks + Files/Tools/Skills → MCP → External World.

16:0023:00

06 · Context Window Problem + Sub-Agents

Context degrades: 11/12 models below 50% at 32k, unreliable at 150k. Solution: orchestrator spawns sub-agents, each with fresh context. Parallel = same output in fraction of the time.

23:0028:00

07 · Agent Skills as Packaged SOPs

Skills = YAML front matter + instructions in .claude/skills/. Claude scans title/description to match task. Keeps context clean, makes work predictable.

28:0033:00

08 · BEFORE/AFTER: CEO to AI Operator

Before: 40hr/week on content, email, research, scheduling, data entry. After: Claude does 36 of those hours, owner directs from 4hr/week.

33:0040:00

09 · Project Overview + Getting Started

Goal: YouTube Breakout Video Finder. Download VS Code, install Claude Code extension, clone GitHub starter kit. Tour of .claude folder.

40:0047:00

10 · MCP Setup (YouTube API)

Ask Claude to find a YouTube MCP. Claude spawns MCP Finder agent. Set up Google Cloud API key. Claude writes .mcp.json. Test with /mcp in terminal.

47:0054:00

11 · Building the Breakout Finder Skill

Plan mode session: 5 core angles → 5 keywords each → 5 parallel sub-agents → consolidated report. Claude interviews for output format and breakout tier thresholds.

54:0058:00

12 · Live Demo: Running the Workflow

Ask Claude to research breakout videos for Claude Code + business. Claude picks up YouTube Breakout Finder skill, extracts 5 angles, approves 25 keywords. 5 sub-agents spawn in parallel.

58:001:00:00

13 · Results + Title Templates

Report lands: breakout videos sorted by tier, title templates extracted, thumbnail URLs. Live insight: do not sell n8n workflow, sell AI infrastructure.

1:00:001:02:00

14 · Notion Integration via MCP

Slash command /save-youtube-to-notion saves all 12 breakout videos with properties and embedded thumbnails to Notion database in gallery view.

1:02:001:03:04

15 · Outro + Cohort CTA

Your First AI Employee 2-week cohort pitch. GitHub starter kit link. Like and subscribe.

§ · Storyboard

Visual structure at a glance.

open
hookopen00:00
autonomy axis
promiseautonomy axis01:22
agent architecture
valueagent architecture07:00
how it works
valuehow it works11:00
context problem
valuecontext problem16:20
breakout analysis
valuebreakout analysis30:20
live demo
prooflive demo54:00
outro + cta
ctaoutro + cta1:02:00
§ · Frameworks

Named ideas worth stealing.

01:22model

Autonomy vs Ease-of-Setup Axis

2x2 positioning Claude Code (high autonomy, easy setup) against ChatGPT (easy/low), n8n (mid/mid), LangChain/CrewAI (high/hard).

Steal forAny positioning slide or sales page explaining why you chose a tool
07:00model

Agent Architecture Stack

User → Prompt/Commands → LM Brain → Claude.md (Memory) + Hooks (Guardrails) + Skills (SOPs) → MCP → External World. The complete mental model for Claude Code in one diagram.

Steal forExplainer content, onboarding doc, CLAUDE.md scaffold
16:20concept

Context Window Degradation Rule

  1. 11/12 models below 50% accuracy at 32k context
  2. Performance degrades sharply at 100k
  3. Unreliable outputs at 150k+

Research-backed argument for why sub-agents beat single-agent approaches on long tasks.

Steal forShort-form hook, newsletter section on context engineering
30:20concept

Breakout Score

Views / subscribers on a channel. 2x minimum = breakout. Used to find videos that massively outperformed channel size, then model title/thumbnail from them.

Steal forYouTube research workflow, content strategy SOPs
28:20concept

Chief Everything Officer to Chief Leverage Officer

CEO = chief everything officer (doing 40hrs/week). The shift is becoming chief leverage officer by delegating operational work to Claude Code.

Steal forPositioning hook, newsletter brand name inspiration
§ · Quotables

Lines you could clip.

00:00
What if AI did 80 to 90% of the work in your business and all you have to do is just review that output?
Perfect standalone hook, no setup neededTikTok hook
16:20
11 out of 12 models dropped below 50% at 32 context. And then at around 100k is when things start getting worse and around 150k is where you probably will get unreliable outputs.
Concrete stat most people don not know; explains why sub-agents matterIG reel cold open
28:20
Previously, in order to run a business as a business owner, you call yourself a CEO, but I like to call that as chief everything officer.
Snappy reframe; quotable without contextnewsletter pull-quote
53:20
What would take you forty hours a week, now Claude Code can probably do thirty six hours of that and you just take four hours of your time where you just direct it.
Concrete time-math that makes the promise tangibleIG reel cold open
§ · Pacing

How they spent the runtime.

Hook length52s
Info densityhigh
Filler8%
§ · Resources Mentioned

Things they pointed at.

§ · CTA Breakdown

How they asked for the click.

27:40product
I am running a paid two week cohort called your first AI employee where our goal is to turn Claude Code into an AI employee in your business that generates you at least $10,000 a year in value.

Mid-video after concept section lands — smartly timed when viewer is most convinced but before live demo proof. No pressure, no hard sell until outro.

§ · For Joe

The starter kit is the product.

Operator playbook

Give away the infrastructure, sell the implementation — the GitHub kit does what a free trial does for SaaS.

  • Package your recommended setup as a GitHub repo. That repo is a lead magnet that filters for serious users.
  • The non-developer positioning is wide open. Most Claude Code content targets engineers. Joe already talks to creators and business owners.
  • The context-window-degradation stat (11/12 models below 50% at 32k) is a standalone short. No setup needed.
  • Plan mode as a requirements interview is a clean tutorial hook worth borrowing for any JoeFlow or ModBoss walkthrough.
  • Rashid CTA sequencing: newsletter → cohort mid-video → kit + cohort at close. No sponsor, no hard sell. The live demo IS the proof.
  • The breakout score formula (views/subscribers, 2x minimum) is directly usable in any content research SOP.
§ · For You

How to actually start using Claude Code in your business.

For non-developer business owners

You do not need to learn Python or hire a developer — Claude Code can set itself up if you give it a starting structure.

  • Install VS Code (free) and the Claude Code extension. Log in with your existing Claude subscription — no API key needed.
  • Clone the starter kit from the GitHub link in description. This gives you a .claude folder with pre-built skills and hooks.
  • Write one skill = one business task you repeat (email triage, content research, report generation).
  • Use Plan Mode (Shift+Tab) whenever building something new. It interviews you before acting — prevents bad assumptions.
  • When a task is large, tell Claude to spawn sub-agents instead of doing it all in one conversation.
  • Connect external tools via MCP — Notion, YouTube, GitHub. Ask Claude to find and configure the MCP server; it writes the config file.
§ · Frame Gallery

Visual moments.