Principle
AI-native product building is not “how to use Cursor.” It is how to build any product when generation is cheap, judgment is scarce, and tools rename themselves every quarter.
The handbook is organized around decisions, not tools. Tools live in the last section of every chapter and are allowed to go stale.
The five rules
- Principles before tools — If a chapter only makes sense with today’s model name, it is tooling, not principle.
- Humans own outcomes — AI proposes; you commit. Especially for architecture, pricing, and what ships.
- Prototype to learn, code to own — Vibe tools are for learning speed, not for pretending you have a product.
- Artifacts over vibes — Specs, tests, and trails beat “it felt right in the demo.”
- Version in public — Ship v0.1. Revise when tools change. A living handbook beats a frozen book.
DEC_001
Principles (years)
↓
Decisions (quarters)
↓
Workflows (months)
↓
Tooling (weeks)Workflow
Each chapter in this handbook follows the same loop:
- State the principle (what should still be true in three years).
- Name the decision (when X, do Y; when not-X, do Z).
- Sketch a workflow (replaceable steps).
- Link artifacts (templates, specs, checklists in
/templates).
Tooling
Tooling sections are intentionally small and dated. Replace them as the landscape shifts. The decisions above should not.
Common mistakes
- Treating the prototype as the product because demos look finished.
- Letting agents implement architecture you cannot explain in one whiteboard.
- Optimizing for token speed instead of revision speed — fast generation, slow judgment.
Artifacts
templates/spec-stub.md— one-page spec before agentic implementation.