A real incident
A founder approved an AI build plan he did not fully understand, and strangers took it apart within days. The chapters next door build the map that lets you judge yours.
The chapters
48 min total
- Decode the questions7 minYou can understand the plan an AI tool prints and approve it like a quote, questioning the odd line.
- What software is6 minYou can split any product into instructions, where they run, and an input becoming an output.
- Where software lives7 minYou can tell which half runs on the device, which runs remotely, and where the data goes.
- How a request travels7 minYou can trace a tap to the server and back, read its status and timing, and spot a failure.
- Languages & frameworks7 minYou can approve the language and framework pick, read the manifest, and name a real constraint.
- Git, your undo button7 minYou can save a checkpoint before an agent edits, read the history, and restore any version.
- Environments7 minYou can read a deploy log for the missing value and send a change through preview first.
The sum
Together these chapters give you a working map of how software runs: what the instructions are, where they live, how a request travels, and how a change reaches users. With it you can understand any build plan and weigh the decisions inside.