Vibe Coder Expansion Pack

Graduated from Anthropic's Claude 101? Good. This is the rest of the job. We don't rebuild the fundamentals — we pick up where Anthropic's courses end and walk you through shipping production code with AI.

Free Primers Included Battle-Tested Patterns Ship Real Software
Free learning resources

Free Primers

Curated links to the best free resources on the web. Learn the fundamentals from proven sources. No paywall for the basics.

Expansion guide power-ups

Expansion Guides

Our original content that builds on the primers. Real workflows, failure patterns, integration playbooks, and production-ready techniques.

Foundations

// start with Anthropic's free courses — we won't rebuild what they already teach well

Anthropic Skilljar: Recommended Prereqs

Free, official, and the best starting point in the ecosystem

Before you dive into our expansion modules, work through Anthropic's official courses. They cover the fundamentals of Claude, Claude Code, the API, and MCP better than anyone — and they're free. Come back here for the production-shipping layer they don't cover.

// Stage 3 → scroll down. That's us.

Stage 3: Ship It

// the production playbook Anthropic's courses don't cover

00

Prompt Anti-Patterns

The failure modes Claude 101 doesn't warn you about

Anthropic's courses teach you how good prompts work. This module catalogs how they break — the anti-patterns that survive your first 100 prompts and start biting on real projects. Pair with Claude 101, don't replace it.

Learning Modules

// primers + expansion content for each skill area

01

Vibe Coding Fundamentals

What it is, what it isn't, when to use it
02

Clean Code for AI Readability

File sizes, function length, structure that AI understands

AI assistants work best with well-structured code. Learn the clean code principles that matter most for AI context windows and comprehension.

03

Test-Driven Development with AI

Red-green-refactor with an AI pair programmer

TDD isn't just good practice - it's essential for AI-assisted development. Tests give AI a spec to implement against and a way to verify its own work.

04

Web Architecture Patterns

Static vs SPA vs SSR - choosing the right approach

Different project types need different AI strategies. A static site build is nothing like a React SPA. Know your architecture before prompting.

05

AI Project Configuration

CLAUDE.md, Cursor rules, and AI-ready repos

Set up your projects so AI assistants understand them from the start. Configuration files, documentation patterns, and repo structure that works.

06

Context Window Mastery

Working within AI memory limits effectively

AI assistants have memory limits. Learn to work within context windows, manage large codebases, and know when you're pushing boundaries.

07

AI Development Workflows

Plan → Act → Review → Ship patterns

Effective AI-assisted development isn't random prompting. Learn structured workflows that produce consistent, shippable results.

08

Security & Code Quality

Don't let AI introduce vulnerabilities

Advanced Modules

// deeper patterns for serious AI developers

10

Context Engineering for Agents

Runtime context management for AI coding assistants

Agents need more than config files - they need the right context at runtime. Learn to manage working memory, clear stale context, and feed agents what they need.

11

Agentic System Design

Patterns for building AI-powered systems

Design patterns for agentic AI: reflection, prompt chaining, orchestrator-workers, and when simple prompts beat complex systems.

12

RAG & Vector Databases

Embeddings, semantic search, and knowledge retrieval

Give your AI access to custom knowledge. Understand embeddings, vector storage, and Retrieval-Augmented Generation to build AI that knows your domain.

13

Prompt Compression & Optimization

Fit more context, spend fewer tokens

Context windows cost money and have limits. Learn compression techniques that achieve 5-20x reduction while maintaining output quality.

14

OODA vs REPL Development Loops

Two mental models for AI-assisted iteration

OODA (Observe-Orient-Decide-Act) vs REPL (Read-Eval-Print-Loop) - two powerful frameworks for iterating with AI. Know when to use each.

15

Fractal Architecture

Self-similar patterns from functions to systems

Apply the same patterns at every scale - from individual functions to entire systems. AI understands consistent architectures better.

16

MCP & Tool Integration

Connect AI to databases, APIs, and external tools

Model Context Protocol (MCP) lets AI access your tools directly. Connect to databases, APIs, Git, Slack, and custom integrations.

17

Multi-Agent Workflows

Orchestrating specialized AI agents

Move beyond single-agent prompting. Learn to orchestrate multiple specialized agents - one writes, one tests, one reviews, one deploys.

Ready to Level Up?

Primers are free. Subscribe for expansion guides, templates, and the full vibe coder toolkit.