본문으로 건너뛰기

Vibe Coding

A coding style where you describe what you want in natural language and let an AI generate and iterate on the code, focusing on intent and results over writing every line by hand.

The term went mainstream in 2026 as editors like Cursor and tools like v0 made prompt-first development practical. It shines for prototypes and UIs; for production, still review the generated code, add tests, and mind security.

관련 리소스