LEARN BY DOING The Agentic Crew Hands-On Guide

Hands-On Guide

Learn by doing, not by reading

Real tools. Real repositories. Real results.

Each chapter is an exercise, not an explanation. You'll set up a real development environment, submit a pull request to a live repository, pair-program a web app with an AI agent, deploy it to a real server, pentest it with autonomous AI security agents, build automated pipelines, and ship your own SaaS product — all from a terminal, all without prior coding experience.

10exercises
Realrepositories
Freeforever

Ten hands-on exercises

The Hands-On Guide is the practical companion to the main engineering book. Where the main book explains the ideas, this one puts them into practice.

You don't need to be a programmer. You need to be willing to type commands into a terminal and see what happens. That's how you learn this — not by reading, but by doing.

01

Setting Up Your Workstation

Terminal, package manager, Git, GitHub CLI, and an AI coding assistant — from scratch, on any OS.

02

Your First Pull Request

Fork a real repository, write a review, commit and push, and submit a pull request that goes live on GitHub.

03

Your First AI-Generated Project

Fork the web-presenter project and use an AI agent with a Hugging Face API key to generate custom illustrations, spoken narration, and animated backgrounds — all from prompts.

04

Pair Programming with an Agent

Build a complete Travel Bucket List web app from scratch — without writing a single line of code yourself. You describe, the agent builds, you iterate.

05

Going Live

Deploy your app to a Hetzner VPS — the agent SSHes in, configures the server, and calls the Cloudflare API for DNS. Real self-hosting, agent-operated.

06

Pentesting with an Agent

Attack your own app before anyone else does. Donna orchestrates AI agents through recon, vulnerability analysis, exploitation, and reporting — autonomous security scanning.

07

Testing as a Safety Net

Give the agent eyes. Write end-to-end tests with Playwright, experience TDD with an AI agent, and set up GitHub Actions CI — so no change ships unchecked.

08

The Agentic Pipeline

Build an automated pipeline that reads unstructured input, triages it with AI agents, creates GitHub issues, and generates reports — all running on a cron schedule while you sleep.

09

Your Own SaaS

The capstone. Build a complete micro-SaaS from scratch — auth, payments, AI features, CI/CD, landing page — and ship it to a live URL you can share with anyone.

10

Captain's Log

Write your own CLAUDE.md, reflect on the journey, and take the helm. You walked in as a passenger — you leave as the captain of your own ship.

10 exercises — from zero to shipping

01
Setting Up Your Workstation Terminal, package manager, Git, GitHub CLI, and an AI coding assistant — from scratch. Each edition is tailored to your OS. Ends with a working environment and a verified connection to GitHub.
02
Your First Pull Request Fork a real repository, read a chapter, write a review, commit and push, and submit a pull request that goes live on GitHub. The full open-source workflow in one exercise.
03
Your First AI-Generated Project Fork the web-presenter project and use an AI agent with a Hugging Face API key to generate custom illustrations, spoken narration, and animated backgrounds — all by describing what you want in plain English.
04
Pair Programming with an Agent Build a complete Travel Bucket List web app from scratch by describing what you want to an AI coding agent. CRUD operations, localStorage persistence, iterative refinement — without writing a single line of code yourself.
05
Going Live Deploy your Travel Bucket List to a real Hetzner VPS. Your agent provisions the server, SSHes in to configure it, sets up Caddy with automatic HTTPS, creates DNS records via the Cloudflare API, and configures systemd — all from your terminal.
06
Pentesting with an Agent Attack your own application before anyone else does. Set up Donna — an autonomous AI pentesting platform — scan a practice target for SQL injection, XSS, and auth bypasses, read a professional security report, and enable continuous monitoring.
07
Testing as a Safety Net Give the agent eyes. Install Playwright, write end-to-end tests by describing behaviours in English, experience test-driven development with an AI agent, and set up a GitHub Actions CI pipeline that runs tests on every push.
08
The Agentic Pipeline Build an automated multi-step pipeline: unstructured feedback goes in, AI agents parse, categorise, and prioritise it, GitHub issues come out, and a summary report is generated — all orchestrated by shell scripts and scheduled with cron.
09
Your Own SaaS — From Idea to Launch in a Day The capstone. Build a complete micro-SaaS product from scratch — frontend, backend, database, user auth, Stripe payments, an AI-powered feature, CI/CD, and a landing page — deployed to a live URL you can share with anyone.
10
Captain's Log The finale. Reflect on the journey, write your own CLAUDE.md to direct agents on your own projects, and set sail on your maiden voyage. You walked in as a passenger — you leave as the captain.

What you'll actually do

⌨️

Run real commands

Every step uses actual terminal commands — git, gh, python3. No web interfaces, no drag-and-drop.

🌐

Work with live GitHub repos

You'll fork schlunsen/theagenticcrew and schlunsen/web-presenter — real projects with real histories.

🖼️

Generate AI illustrations

Use FLUX.1-schnell via the Hugging Face API to generate ten custom images for your presentation — from plain English descriptions.

🔊

Generate AI narration

Turn your slide text into spoken audio using text-to-speech models on Hugging Face — no recording required.

Customise animated backgrounds

Ask an AI agent to change the Three.js network animation to match your presentation's colour palette — in seconds.

🤝

Pair-program with an AI agent

Build a Travel Bucket List app from scratch — describe what you want, review what the agent builds, iterate until it's right. Full CRUD with localStorage.

🚀

Deploy to a real server

Your agent SSHes into a Hetzner VPS, configures Caddy with auto-HTTPS, and calls the Cloudflare API for DNS — real self-hosting, agent-operated.

🔓

Pentest with AI agents

Donna orchestrates five parallel agents to scan for SQL injection, XSS, auth bypasses, and more — then produces a professional security report with CVSS scores.

🧪

Write tests with TDD

Describe behaviours in plain English, let the agent write Playwright tests, then experience the red-green-refactor loop — breaking things on purpose and watching the agent fix them.

🔄

Automate with pipelines

Chain multiple AI agents into a shell script pipeline. Unstructured input goes in, categorised GitHub issues and summary reports come out — running on a schedule while you sleep.

💰

Ship a SaaS product

Build a complete micro-SaaS from scratch — auth, Stripe payments, AI features, CI/CD, and a landing page. Deployed to a live URL you can text to a friend.

📤

Ship it to GitHub

Every exercise ends with a commit and push. Your work lives on GitHub — shareable, versioned, real.

Get the guide

Pick your operating system. Available in English and Spanish.

The lab companion to the engineering and crew books.