Vibe coding
Prefer this when you want to see a change before deciding what happens next.
Works well
- Short prompt-and-preview loops help with layout, wording and interactions whose requirements emerge as you look at them.
- Frequent pauses let you catch a wrong assumption before it spreads across several files.
- You can redirect the work without first untangling an agent's longer plan.
Trade-offs
- You must keep supplying direction and checking that later edits preserve earlier decisions.
- A working preview does not establish that the code is secure, accessible or maintainable.