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
63 min total
- Decode the questions9 minYou can understand the plan an AI tool prints and approve it like a quote, questioning the odd line.
- What software is9 minYou can split any product into instructions, where they run, and an input becoming an output.
- Where software lives9 minYou can tell which half runs on the device, which runs remotely, and where the data goes.
- How a request travels9 minYou can trace a tap to the server and back, read its status and timing, and spot a failure.
- Languages & frameworks9 minYou can approve the language and framework pick, read the manifest, and name a real constraint.
- Git, your undo button9 minYou can make a save point before an agent edits, ask what changed, and put the project back.
- Environments9 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.