// module · 2 lessons

Direct with a spec

You direct AI with a contract, not a wish. The spec is the interface, and delegation-grade specs are what let you hand work off.

  1. 01The spec is the interfaceDirecting AI means handing it a contract, not a wish. The spec is the interface between what you want and what the model builds. Vague in, slop out.
  2. 02Delegation-grade, or a spec an agent runs coldThe test of a real spec: could something that has never seen the problem execute it right and not execute it wrong? That's the bar for handing off.