Skip to content

Courses

AI Coding

Build software fast with AI: prompting, agents, and modern workflows.

  • AI CodingIntermediate

    How I Code With AI Agents: A Spec-Driven Workflow

    Owain Lewis walks through the concrete spec-driven workflow he uses with Claude Code: what an 'AI spec' contains, how it differs from a PRD or technical design doc, and why you should never ask the same agent to plan and execute.

    14
    1 lessonStart
  • AI CodingAdvanced

    Claude Agent SDK Full Workshop (Anthropic)

    Thariq Shihipar of Anthropic delivers an end-to-end workshop on the Claude Agent SDK - the agent 'harness,' the Context-Thought-Action-Observation loop, sub-agents for context isolation, and the Skills system for progressive disclosure.

    14
    1 lessonStart
  • AI CodingBeginner

    Claude Code for Beginners — Full Course (freeCodeCamp)

    A 4-hour beginner-friendly walkthrough by Beau Carnes covering installation, project scaffolding, autonomous debugging, multi-file navigation, and architectural audits with Claude Code.

    14
    1 lessonStart
  • AI CodingIntermediate

    Building Claude Code with Boris Cherny (The Pragmatic Engineer)

    Gergely Orosz interviews Boris Cherny, head of Claude Code, on how it was built — parallel-agent workflow, PR structure, deterministic review patterns, and context retrieval in large codebases.

    14
    1 lessonStart
  • AI CodingIntermediate

    How I Use Cursor (+ My Best Tips) (Steve Sewell)

    Steve Sewell shows his real day-to-day Cursor flow: agent-first prompting, YOLO mode for autonomous test/fix loops, and a tight TDD prompt pattern that gets agent code to compile and pass tests on its own.

    13
    1 lessonStart
  • AI CodingBeginner

    The Wild Rise of OpenClaw (Fireship)

    Fireship's fast-paced explainer on why OpenClaw exploded — what it is, how Peter Steinberger built it, and the ClawdBot/Molt backstory. Includes a quick setup + Telegram demo.

    13
    1 lessonStart
  • AI CodingIntermediate

    Run OpenClaw Locally with Ollama — Zero Cost (Matthew Berman)

    The single-command Ollama 0.17 method to run OpenClaw fully locally with free open-source models — no API costs.

    13
    1 lessonStart
  • AI CodingBeginner

    Vibe Coding Explained (Fireship)

    Fireship's rapid-fire breakdown of 'vibe coding' — the trend of letting AI generate code by feel — where it shines, where it breaks down, and what skills it makes more valuable.

    12
    1 lessonStart
  • AI CodingBeginner

    Spec-Driven Development Explained (IBM Technology)

    A short conceptual explainer on spec-driven development (SDD): why writing a detailed spec before letting an AI agent code produces more reliable software than free-form 'vibe coding,' and how SDD fits into the SDLC.

    12
    1 lessonStart
  • AI CodingBeginner

    Build ANYTHING with MCP Servers (Tech With Tim)

    A 20-minute walkthrough of the Model Context Protocol from a developer's perspective: what MCP actually is, how to wire MCP servers into Cursor, and how to install from the Smithery registry.

    12
    1 lessonStart
  • AI CodingAdvanced

    Turn Claude Code into Your Engineering Team with Subagents (Cole Medin)

    Cole Medin walks through the agent-harness pattern in Claude Code — composing sub-agents, slash commands, hooks, and parallel workflows to operate Claude Code as a small engineering team rather than a single assistant.

    12
    1 lessonStart
  • AI CodingIntermediate

    OpenAI Codex Essentials — 5-Hour Course (freeCodeCamp)

    Five-hour, end-to-end course taught by Andrew Brown (ExamPro) covering Codex CLI, IDE, web, and cloud surfaces, plus real agentic-development workflows.

    12
    1 lessonStart
  • AI CodingIntermediate

    Codex First Look + 5 AI Coding Insights (IndyDevDan)

    IndyDevDan's first-look comparison of Codex CLI vs Claude Code, with five practical insights for picking the right agentic tool.

    12
    1 lessonStart
  • AI CodingBeginner

    GPT-5.3 Codex Is Insane for Coding (Matthew Berman)

    Matthew Berman's hands-on review of GPT-5.3-Codex running through the Codex CLI — what changed, where it beats prior models, and where Claude still wins.

    12
    1 lessonStart
  • AI CodingIntermediate

    AI Vibe Coding Workflow with Cursor, PRDs, Rules, MCP (ByteGrad)

    A workflow-focused deep dive: writing a PRD, structuring Cursor Rules, wiring up MCP servers, and stitching it all into a repeatable full-stack vibe-coding loop.

    12
    1 lessonStart
  • AI CodingBeginner

    How I Created OpenClaw, the Breakthrough AI Agent (TED)

    Peter Steinberger's TED talk on the moment he unleashed his AI agent on the internet, kicking off one of the fastest-growing open-source projects ever.

    12
    1 lessonStart
  • AI CodingAdvanced

    Claude Code Power User (IndyDevDan)

    IndyDevDan's tactical playbook for power-using Claude Code: hooks for safety and observability, agent skills, and self-building subagents.

    11
    3 lessonsStart
  • AI CodingBeginner

    Cursor AI Tutorial for Beginners 2025 (Volo Builds)

    An updated full tour of the modern Cursor workflow: panel layout, Chat, Agents, Ask mode, context features, autocomplete, Rules, and MCP servers. Built from scratch for the post-Agent-Mode era.

    11
    1 lessonStart
  • AI CodingIntermediate

    Prompt Engineering: A Deep Dive (Anthropic)

    Four Anthropic prompt-engineering experts unpack what the craft actually is, what separates great practitioners, and how to iterate honestly with the model.

    10
    1 lessonStart
  • AI CodingIntermediate

    Claude Code Essentials — 12-Hour Course (freeCodeCamp / ExamPro)

    A 12-hour deep-dive by Andrew Brown (ExamPro) covering Claude Code end-to-end: install, agentic-loop fundamentals, sessions, MCP, sub-agents, and cost monitoring across providers like Bedrock and Vertex.

    10
    1 lessonStart
  • AI CodingIntermediate

    Cursor 2.0 Is Here — 5 Things You Didn't Know It Can Do (Fireship)

    A fast Fireship breakdown of Cursor 2.0's biggest shifts: the proprietary Composer model, parallel agents via git worktrees, the built-in Chrome DevTools browser, and the new agent-first UI.

    10
    1 lessonStart
  • AI CodingIntermediate

    The Only AI Agent You Should Use — OpenClaw Review (Limitless HQ)

    Honest review of OpenClaw covering real-world strengths and limitations — useful counterweight to the hype videos before you commit to the self-hosting path.

    10
    1 lessonStart
  • AI CodingIntermediate

    The Only OpenClaw Tutorial You'll Ever Need — March 2026 (Vibe Coding Academy)

    End-to-end build of your first OpenClaw 'AI employee': skills, channels, memory, and workflows in one sitting. Stamped to March 2026 so commands match current releases.

    10
    1 lessonStart
  • AI CodingIntermediate

    Build a 24/7 AI Research Agent (AI Jason)

    AI Jason's hands-on walkthrough of building an autonomous research agent with LangChain + GPT that scrapes the web for grounded answers and runs around the clock.

    9
    1 lessonStart
  • AI CodingIntermediate

    T3 Code: The Free AI Coding Agent Built on Codex CLI (AI LABS)

    Walkthrough of T3 Code, Theo Browne's open-source GUI built on top of the Codex CLI — useful for understanding Codex CLI's plugin/wrapper ecosystem.

    9
    1 lessonStart
  • AI CodingBeginner

    Cursor Tutorial for Beginners (Tech With Tim)

    A ~15-minute beginner walkthrough of Cursor: install, set up a development plan, and use the core features (Composer, Chat, Code Search, in-line edit). The fastest way for a newcomer to get productive.

    9
    1 lessonStart
  • AI CodingBeginner

    Cursor Vibe Coding for Complete Beginners (Tech With Tim)

    A ~70-minute end-to-end vibe-coding course covering setup, prompting strategy, planning, debugging, version control, Cursor Rules, MCP servers, and extensions.

    9
    1 lessonStart
  • AI CodingIntermediate

    Claude Code Best Practices (Anthropic)

    Cal Rueb's Code w/ Claude session on the day-to-day habits that make Claude Code feel like the coworker who lives in your terminal.

    8
    1 lessonStart
  • AI CodingBeginner

    OpenClaw — It's Not What You Think (NetworkChuck)

    NetworkChuck's full walkthrough: VPS provisioning, OpenClaw install, multi-channel hookup (Telegram/Discord/Slack), Google Workspace, and basic security hardening.

    8
    1 lessonStart
  • AI CodingIntermediate

    OpenAI Codex CLI

    Straight from OpenAI: Fouad Matin and Romain Huet introduce Codex CLI — the open-source local coding agent that turns natural language into working code.

    7
    1 lessonStart
  • AI CodingIntermediate

    OpenClaw — Peter Steinberger on Lex Fridman #491

    Long-form interview with OpenClaw creator Peter Steinberger: origin story, architecture, the lobster mascot, and his vision for self-hosted personal AI agents.

    7
    1 lessonStart
  • AI CodingIntermediate

    OpenAI Evaluations: Test Your AI Models Like Code

    Greg Kamradt (Data Independent / ARC Prize) walks through OpenAI's Evals framework end-to-end - why evals are the 'new unit tests' for LLM apps and how to set targets, run grades, and optimize systematically.

    6
    1 lessonStart
  • AI CodingBeginner

    Prompting Fundamentals (with Anthropic)

    Learn the core building blocks of effective prompting straight from Anthropic's Applied AI team: structure, context, examples, and iteration.

    5
    1 lessonStart
  • AI CodingIntermediate

    Claude Code: A Guided Tour (Anthropic)

    Claude Code creator Boris Cherny's 30-minute walkthrough straight from Anthropic: install, configure, and drive Claude Code with planning, context, and feedback loops.

    5
    1 lessonStart
  • AI CodingIntermediate

    Claude Code — Anthropic's Agent in Your Terminal (Latent Space)

    swyx and Alessio interview Cat Wu and Boris Cherny on the design philosophy of Claude Code as a 'Unix utility' — CLAUDE.md memory, context summarization, tokenmaxxing, and what comes after the agent loop.

    5
    1 lessonStart