The whole book, free
Fifty-four moves
No signup, no sample chapters, no paywall. All 54 are written and readable right now.
Act I · Decide
What to build, and what not to.
Know who you are building for
Question the ticket
Shrink the work
Act II · Make
Making it good, and knowing whether it was.
Design it yourself
Show it before you build it
Know if it worked
Act III · Multiply
Making the whole team effective. The part only you can do.
Build the rails
Fence the model
- 43Assume your chatbot is a public API
- 44Move authorization out of the prompt and into the query
- 45Put a hard per-user cost ceiling in front of the model
- 46Break the lethal trifecta
- 47Give the model a menu, not a keyring
- 48Never trust a system prompt to keep a secret
- 49Treat model output as untrusted input
- 50Watch it, and attack it yourself