Search

Search IconIcon to open search

Vibe Coding

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
tags cscs/swe
created 14.10.2025, 11:05
modified 19.07.2026, 18:05
published Empty
topics Vibe Coding
authors Empty
ai-assisted No

Vibe coding is an  artificial intelligence-assisted software development technique popularized by  Andrej Karpathy in February 2025. The term was listed in the  Merriam-Webster Dictionary the following month as a “slang & trending” term.

Vibe coding describes a  chatbot-based approach to creating  software where the developer describes a project or task to a  large language model (LLM), which generates code based on the  prompt. The developer does not review or edit the code, but solely uses tools and execution results to evaluate it and asks the LLM for improvements. Unlike traditional AI-assisted coding or  pair programming, the human developer avoids examination of the code, accepts AI-suggested completions without human review, and focuses more on iterative experimentation than code correctness or structure.

# Approaches