⏱️ Duration: 20 minutes


Learning Objectives

After this module, you will be able to:


Key Concepts

The Paradigm Shift

Old model: You write code, tools help (autocomplete, linting)

New model: You direct, AI writes, you review and refine

Your new job:

The Prompt Formula

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"