Skip to main content
Updated Mar 07, 2026

Phase 1 — The Workbench

Chapters 30, 31, 32, 33: Read & Explore

Your role: Reader — "I can understand what AI generates"

Before you can specify, you must be able to read. Phase 1 installs your development tools (a package manager, a type checker, a code formatter, a test runner, and Git — each explained when you first use it), introduces SmartNotes, and teaches you to read Python from scratch using the Predict-Run-Investigate method. You finish by performing your first code review on a real SmartNotes module and running your first TDG cycle: define a requirement, write a test, prompt AI to implement, verify it passes.

#ChapterKey Focus
30Ten Axioms of AI-Driven DevelopmentThe principles that guide every phase
31The Development EnvironmentInstalling and configuring your tools
32Reading PythonReading code fluently with Predict-Run-Investigate
33Your First TDG CycleDefine, test, generate, verify — the complete loop