You walked in as a passenger. You leave as the captain.
You made it. That's not a figure of speech. There were a dozen moments across these chapters where you could have stopped — when the terminal threw an error you didn't understand, when Git asked you to resolve a merge conflict, when the deploy failed at midnight. You didn't stop. You're here.
In Chapter 1, you opened a terminal for the first time. Now you've pair-programmed with an AI agent, shipped a SaaS product, pentested it for vulnerabilities, automated a CI/CD pipeline, and read a professional security report that autonomous agents wrote for you. That's a transformation.
You can't un-learn how to read a stack trace. You can't un-see the structure behind every web application you use. The lens is permanent.
— from the exercise
What you'll build
Key concepts
What's covered
Your development environment
Your helm. Navigation of file systems, running commands, piping output, reading logs.
Your logbook and harbour. Track changes, branch experiments, merge work, review code.
Your crew. Prompt them, constrain them, read output critically, iterate.
Your sea legs. Real servers, real domains, HTTPS, reverse proxies, DNS.
Your lookout. SQL injection, input sanitisation, authentication flaws.
Your compass. Never ship without reading. Never trust output without verifying.
What's next
The companion engineering book — 19 chapters on how agents work under the hood
docs.anthropic.com — the official reference for Claude models and APIs
docs.anthropic.com/claude-code — how to get the most from your AI coding assistant
owasp.org — the ten most critical web application security risks
Real open-source projects looking for contributors like you
overthewire.org — progressive security challenges to sharpen your skills
What just happened
Every effective use of AI agents comes down to one skill: writing clear instructions for a non-human collaborator. The CLAUDE.md file is the purest expression of that skill. Get good at writing these, and every agent you work with — today and in the future — gets better.