⏱️ Duration: 20 minutes
After this module, you will be able to:
Old model: You write code, tools help (autocomplete, linting)
New model: You direct, AI writes, you review and refine
Your new job:
Context + Task + Constraints + Examples + Output Format
| Component | What it is | Example |
|---|---|---|
| Context | What AI needs to know | "We use Next.js 14 with App Router" |
| Task | What exactly to do | "Create a new API endpoint for..." |
| Constraints | What NOT to do | "Don't modify existing tests" |
| Examples | Show, don't tell | "Follow the pattern in users.ts" |
| Format | Expected output | "Return TypeScript code with types" |