
Want to write software, but havenāt got the first clue where to start? Enter āvibe codingā, a term that has swept the internet to describe the use of AI tools, including large language models (LLMs) like ChatGPT, to generate computer code even if you canāt program.
What is vibe coding and where did it come from?
āVibe coding basically refers to using generative AI not just to assist with coding, but to generate the entire code for an app,ā says at Bentley University in Waltham, Massachusetts. Users ask, or prompt, LLM-based models such as ChatGPT, Claude or Copilot to produce the code for an app or service, and the AI system does all the work.
The term was coined by Andrej Karpathy, a skilled software engineer who was head of AI at Tesla and a founding engineer at OpenAI ā the maker of ChatGPT. In February, he about a ānew kind of coding I call āvibe codingāā.
Advertisement
Karpathy described it as āwhere you fully give in to the vibes, embrace exponentials, and forget that the code even existsā. The term was born and the idea took hold. āThat captured a moment that resonated with so many people, because thereās a whole bunch of people who are non-programmers who are starting to play with LLMs, writing code and getting amazing results out of them,ā says Simon Willison, a software developer.
What is the point of vibe coding?
Software engineering can be a tricky thing to learn ā and as a result, many people donāt bother. Vibe coding can help people with ideas for tools, apps and services to make them a reality without the challenge of learning the specifics of a programming language.
āOn the one hand itās a gamechanger, because a lot of people are vibe coding, and over the course of a few prompting cycles you can get something thatās amazing and something that ā for people who canāt program ā itās better than anything they could do on their own,ā says at Northumbria University, UK. But it can also result in incomplete, error-strewn software, he adds.
So is vibe coding a good thing or a bad thing?
Opinion is split. āYouāve got all these people on LinkedIn and Twitter making outrageous claims that nobody needs to learn to program anymore,ā says Willison, who believes that is overstating the power of vibe coding.
āMy sense is that this is a promising direction that will get a lot better and that weāll see a lot more of in the near future, but at present itās a bit limited and has some reliability issues,ā says Giansiracusa. The code produced can often be buggy, and because the people prompting it donāt have the inherent knowledge to fix it, they are overly reliant on the same LLMs that made the errors to fix them.
Will vibe coding change software engineering?
One of the big claims about AI is its ability to take our jobs. But there is little evidence that vibe coding will replace software engineers ā despite some social media boasts. āItās not going to replace programmers,ā says Wood.
āI feel like the job of a software engineer is to produce software that works,ā says Willison. āOne of the reasons I donāt think weāre going to be put out of our jobs by these systems is actually, a huge amount of the work that we do with software engineers has nothing to do with typing the code.ā