Professor Glitch Join the community
The Full Curriculum

Every course. Every lesson.

The complete learning path inside the community — from the fundamentals to running your own AI workforce. No fluff, no filler. Here's exactly what you get.

7Courses
181+Lessons
WeeklyNew drops

Foundations

The mental model. By the end you can read any AI hype post and tell what is real, what is buzzword, and what is worth your time.

7 modules25 lessons1h 37m +
00

Intro

Why most people are about to misuse AI for the rest of their career.

  • Introduction02:04
  • AI Won’t Steal Your Job03:57
  • Hype vs. Reality04:18
01

Large Language Models — The Brains

How LLMs actually think, without the buzzword soup.

  • What AI Really Means04:33
  • LLMs Explained — ChatGPT, Claude, and the Rest04:26
  • How Models Are Trained (Without Buzzword Soup)03:38
  • Open Source vs. Closed Source04:23
  • Prompt Engineering — Stop Begging, Start Commanding03:13
02

Data — The Fuel

Messy inputs in, useful signals out. The unsexy half of every AI workflow.

  • What Counts as Data02:28
  • Data Types Without the Boring Lecture04:16
  • JSON — The Internet’s Common Language04:00
  • Data Processing — From Messy Inputs to Useful Signals03:38
03

APIs — The Plumbing

What an API actually is, and why every interesting integration starts here.

  • APIs — How Apps Actually Talk04:48
  • HTTP Requests — The Basics You Keep Ignoring05:46
04

RAG & Vector Databases — Machine Memory

Why chatbots suddenly “get smart” when you wire them to your own docs.

  • Retrieval-Augmented Generation — Why Chatbots Suddenly Get Smart06:43
  • Vector Databases — Storage That Understands Meaning03:50
  • Embeddings & Dimensions Explained Without Trauma03:57
05

Tokens & Context — The Limits

The invisible ceiling every AI app hits, and how to design around it.

  • Tokenization — How Models Slice Language03:06
  • Context Windows — Why Bots Forget Things Mid-Sentence03:31
06

From Chatbots to Agents — Doing Work, Not Just Talking

The moment AI stops being a search box and starts being a coworker.

  • Beyond Q&A — Bots That Act03:46
  • Workflows vs. Agents — Where Each Fits04:50
  • Prompt Chaining — The Building Blocks of Smart Workflows03:08
  • LLM Routing — Concepts and Strategies02:57
  • Parallel Thinking — When AI Handles Tasks Side by Side02:10
  • Evaluator Optimizer03:44

The Thinker’s Mind

11 episodes on how to think before you build. The frame that decides whether your automation actually saves you time, or just looks busy.

11 modules11 lessons4h 28m +
01

Introduction & Why Most AI Projects Fail

The pattern under every dead AI side project.

  • Episode 1 — Introduction & Why Most AI Projects Fail09:59
02

The Thinking Stack

A simple layer model for deciding what AI should and shouldn’t touch.

  • Episode 2 — The Thinking Stack18:31
03

Systems Before Intelligence

Why your boring spreadsheet beats a smart agent every time you skip this step.

  • Episode 3 — Systems Before Intelligence20:28
04

Process Mapping

Drawing the workflow on paper before you let any AI near it.

  • Episode 4 — Process Mapping18:11
05

Atomic Steps

Break it down until each step is so small AI can’t fumble it.

  • Episode 5 — Atomic Steps33:12
06

When Automation Is a Bad Idea

The decisions you should never hand to a model.

  • Episode 6 — When Automation Is a Bad Idea32:33
07

What AI Is Actually Good At

The five jobs models do better than humans — and the ten where they’re worse.

  • Episode 7 — What AI Is Actually Good At33:37
08

What Agents Actually Are

Cuts through the hype. Sets the bar for what counts as one.

  • Episode 8 — What Agents Actually Are29:30
09

Why Agents Fail

The same six failure modes show up in every project. Spot them early.

  • Episode 9 — Why Agents Fail28:08
10

How to Decide What to Build

A 20-minute decision framework so you stop building the wrong thing.

  • Episode 10 — How to Decide What to Build24:24
11

The One-Person Company

The endgame: running a real business with AI as the team.

  • The One-Person Company19:16

Automation

n8n from zero. By the end you can wire your tools together with triggers, credentials, and core nodes — without writing code.

8 modules23 lessons~4h +
00

Intro

Why automations beat productivity tips, every time.

  • n8n & Why Automations Matter
01

Triggers

The wake-up call that fires every workflow.

  • Triggers (Wake Up Workflows)
02

Credentials

OAuth without the rabbit hole. Connect your tools the right way once.

  • Connect your Gmail
  • Connect your Google Sheet
  • Google Drive OAuth
03

JSON & Data Types

The shape of every API response — read it once, never panic again.

  • Data Type
  • Expression
04

HTTP & API

Talk to anything on the internet. Even tools n8n hasn’t officially integrated.

  • Intro01:58
  • HTTP & API15:59
  • Wrap up00:54
05

Core Nodes

If, Switch, Filter, Merge — the seven nodes that handle 90% of real workflows.

  • Intro00:55
  • If Node05:19
  • Filter Node07:00
  • Switch06:26
  • Merge Node03:55
  • Aggregator & Split Out08:44
  • Wrap up01:05
06

Capstone Project

A real two-part build, mapped and shipped end-to-end.

  • Intro01:34
  • Part 1 — Process Mapping02:42
  • Part 1 — Project
  • Part 2 — Process Mapping02:07
  • Part 2 — Project09:30
07

Hosting n8n

Self-host on a $5 VPS. Stop paying per execution.

  • How to Self-Host n8n in the Cloud (Step-by-Step)

AI Automation

Drop AI into the n8n workflows you already build. Extractors, classifiers, agents, RAG, and multi-agent systems — wired to your real tools.

8 modules31 lessons5h 52m +
00

Intro

The shift from “automate steps” to “automate judgment.”

  • Introduction01:27
01

AI Nodes

Seven nodes that turn any workflow into a thinking workflow.

  • Basic LLM Chain05:13
  • Information Extractor02:56
  • Text Classifier04:05
  • Question and Answer Chain03:04
  • Sentiment Analysis03:13
  • AI Agent02:48
  • Extras03:06
02

Deep Dive — Workflows

Four real systems. Inbox, content, data entry, error handling. All shipped.

  • Automating Data Entry with AI Extractors15:37
  • Inbox Management AI System17:47
  • Content AI System26:19
  • Error Handling & Retry Patterns18:14
03

AI Agents

Tools, prompts, sub-workflows. Build agents that do, not just answer.

  • AI Agent Fundamentals07:50
  • Tools for AI Agents10:50
  • Prompting AI Agents06:35
  • Workflows as Tools06:17
  • Executive AI Agent Assistant27:20
04

RAG · Vector DB

Give your agents memory. Retrieval that actually finds the right doc.

  • RAG, Vector Databases & Embeddings Explained05:18
  • RAG System (Vector Database)13:02
  • Extract Metadata for RAG (Advanced)35:26
  • RAG Search with Metadata (Advanced)34:29
05

Multi-Agent Systems

A team of small agents beats one big one. The handoff patterns that work.

  • Introduction04:03
  • Email Sub-agent12:58
  • Calendar Sub-agent07:32
  • Contact Sub-agent06:34
  • Web Search / Blog Sub-agents13:32
06

Human in the Loop & Evaluator

Where to put the human gate so the AI ships, but doesn’t embarrass you.

  • Introduction03:29
  • System Walkthrough05:08
  • Human in the Loop & Evaluator System31:08
07

MCP

The standard that lets agents reach into any tool, no glue code.

  • What is MCP, and why is it used?04:58
  • Adding MCP for Agent11:53

Vibe Coding Mastery

Ship a real full-stack AI app without writing code from scratch. By the end, your app is live on a custom domain with auth, memory, and a vector-powered chatbot.

8 modules34 lessons4h 8m +
00

The Finish Line First

See the finished app on day one. Reverse-engineer how to get there.

  • Your Future App — Live Demo03:58
  • What is Vibe Coding?02:48
  • The 4-Phase Roadmap02:56
  • The Blueprint08:35
01

Your First Deploy

Cursor, Github, Vercel, MCP. Live URL by lesson four.

  • Installing Cursor + Walkthrough06:39
  • Your First AI-Generated Page16:59
  • Github + Vercel06:18
  • MCP + Deployment17:18
02

How Apps Work + Chatbot

The 3-layer mental model. Then build the chat that proves you understand it.

  • The 3-Layer Architecture03:55
  • Frontend Deep Dive08:48
  • Build: The Chat Interface14:00
  • Backend Deep Dive09:37
  • Build: The AI Brain (API Route)14:21
03

Memory & Identity

Stop shipping demos. Start shipping apps that remember who logged in last Tuesday.

  • Database Deep Dive11:46
  • Setting Up Supabase07:16
  • Build: User Authentication07:43
  • Build: Chat Memory & History05:28
  • Going Live: Deploying to Vercel04:28
  • Understanding Your Folder Structure06:25
04

Debugging Like a Pro

Errors stop being scary once you know the loop.

  • Why Things Break04:19
  • The Error-to-Fix Loop04:48
05

RAG — Making It Smart

Plug in your transcripts, docs, knowledge. The chatbot now knows your stuff.

  • The Problem with Generic AI — and How to Solve It with RAG04:50
  • Your Knowledge Base — The Assets03:17
  • Embeddings — How Meaning Becomes Searchable04:07
  • Setting Up Vector Storage03:39
  • Build: Getting Your Transcripts06:47
  • Build: Processing Your Transcripts09:33
  • Build: Connecting Search to Chat (and Testing)14:24
06

Video & Timestamps

When the chatbot answers, it shows the exact moment in the video.

  • Using Our Metadata02:07
  • Building the Video Player & Going Live13:32
07

Production Launch

Security, custom domain, the checklist you actually need before you ship.

  • Production Checklist03:58
  • Security Basics05:58
  • Custom Domain (Optional)03:01
  • What’s Next — Your Graduation04:05

Claude Code From Zero

The original primer. The eight building blocks of Claude Code, then a real ads-competitor pipeline you ship as your first skill.

12 modules16 lessons2h 42m +
00

The Landscape

Where Claude Code sits, and why the old IDE workflow is over.

  • Before Claude Code08:23
01

The Loop

The single feedback loop the whole tool is built around.

  • What Is Claude Code06:20
02

The Setup

The interface in seven minutes. No yak-shaving.

  • The Interface07:44
03

The Briefing

CLAUDE.md — the one file that teaches the agent your project.

  • CLAUDE.md12:47
04

The Notepad

Memory that persists between sessions. The agent stops forgetting.

  • Memory14:23
05

The Recipe Box

Skills — reusable instruction packs the agent picks up automatically.

  • Skills17:42
06

The Plugins

MCP — connect Claude to any tool with one config line.

  • MCP16:28
07

The Guardrails

Permissions and settings so the agent can act without you babysitting.

  • Settings & Permissions13:58
08

The Triggers

Hooks — fire shell commands at lifecycle events. The duct tape that turns Claude into a daemon.

  • Hooks04:13
09

Putting It All Together

Eight blocks, one fluent system.

  • Putting It All Together03:14
10

Claude Code + n8n

Bridge the agent to your n8n stack via MCP.

  • Claude Code + n8n MCP13:17
11

The Ads Competitor Pipeline

A real five-lesson build: scrape competitor ads, generate yours, ship a side-by-side site.

  • Lesson 1 — Intro: Setup & Tools08:49
  • Lesson 2 — Finding Competitors08:28
  • Lesson 3 — Scraping, Analyzing & Generating07:45
  • Lesson 4 — The Side-by-Side Site06:36
  • Lesson 5 — Making It a Skill12:09

Claude Code · The Full Course New

The deepest dive I’ve shipped — from your first CLAUDE.md to running a multi-employee AI office. Wire Claude into your real tools, build skills that ship work, go autonomous, then hire and coordinate a team of AI employees with the Glitch workforce.

14 modules41 lessonsDrops weekly +
00

Start Here

How the course works — and a note for Windows users.

  • How this course works05:06
  • A note for Windows users01:20
01

The Workforce Mindset

The shift from using tools to running teams.

  • From tools to teams06:59
  • Embrace the dip03:54
02

Your Project, Your Way

The folder structure and CLAUDE.md that teach the agent your project.

  • The folder structure that scales04:57
  • Writing CLAUDE.md and your context files08:14
  • Quiz
03

Wiring Real Tools

Connect Claude to the stack you already run — Workspace, CRM, Stripe.

  • Connection principles: APIs, MCP, and the modern decision rule07:35
  • Email and calendar with Google Workspace21:09
  • Your CRM09:05
  • Stripe and revenue data12:20
3A

Wiring Real Tools — Media

Turn Claude into a content engine: images, carousels, branded templates.

  • Image and video generation24:41
  • Carousels23:08
  • Branded templates12:37
3B

Wiring Real Tools — More

Editing, voice, research, and a working AI receptionist.

  • Video editing with HyperFrames
  • Voice and audio generation
  • Web scraping and research with FireCrawl
  • AI receptionist
04

Skills That Actually Work

The one-job rule, a real end-to-end skill build, and the marketplace.

  • Skills: the one-job rule
  • Live build: one real skill, end to end
  • Composing skills with sub-agents
  • Installing community skills from the marketplace
05

Autonomy

Loop, scheduled tasks, cloud routines — work that runs while you sleep.

  • The three-tier model: loop, desktop scheduled tasks, and routines
  • Loop: short-term recurring work in-session
  • Desktop scheduled tasks: daily routines while your laptop is open
  • Your first cloud routine
  • Writing prompts that one-shot
  • Graduated autonomy
06

Living In It

The daily and weekly rhythm — and knowing it’s working.

  • The daily and weekly rhythm
  • Token hygiene and three signals it’s working
07

Glitch Workspace

What Glitch is, how it’s different, and getting it installed.

  • What Glitch is and how it’s different
  • Installing Glitch
08

Professor Glitch and Hiring

Meet the meta employee and hire your first AI employee by talking.

  • Meeting Professor Glitch, the meta employee
  • Hiring your first employee through conversation
09

Plugging Your Foundation Work Into Glitch

Migrate the skills you built into full AI employees.

  • The translation table
  • Migrating an existing skill to an AI employee
10

Running the Office

Coordinate a multi-employee team from the Command Deck.

  • The Command Deck day to day
  • Multi-employee coordination
  • From builder to manager
B

Bonus

Extra builds — live dashboards and an integrated LLM wiki.

  • Live dashboards with Claude artifacts
  • Karpathy LLM Wiki

Ready to build?

Full access to every course above, the community, and new drops every week.

Start building today