SKIP TO CONTENT

VCA · DOCS

Learn vibe coding

Guides and entry points for describing what you want, reviewing what AI builds, and shipping real projects—not memorizing syntax.

The five disciplines

  1. 01

    Describe outcomes, not implementation

    Say what the user should see and do. Save file names and libraries for when the model asks—or when you are debugging.

  2. 02

    Review every diff

    Agents are fast, not infallible. Read changes before you run or deploy; security and correctness are still your job.

  3. 03

    Iterate in small takes

    One feature per prompt beats a ten-page spec. Ship a slice, test it, then queue the next request.

  4. 04

    Ground the model in real data

    Paste errors, sample rows, and screenshots. Vague context produces vague code.

  5. 05

    Pick the right path

    Beginner paths teach fluency; Agent Builder teaches shipping with tools. Choose the path that matches your goal.

More reference docs on the way

API reference and copy-paste example repos are in production. Until then, use courses and tutorials—they are the source of truth.