logoalt Hacker News

DidYaWipelast Wednesday at 4:07 AM5 repliesview on HN

What is "vibecoded" supposed to mean?


Replies

vunderbalast Wednesday at 6:23 AM

It's a term to describe using an agentic LLM based assistant to write the majority of the code but without even taking the bare minimum of time to review the output. I laughed when people naively claimed that it was intended for proof-of-concepts only and would never be used in actual "production".

esperentlast Wednesday at 4:13 AM

It's a newish term that I have understood to mean coding by letting the AI do nearly all the work, just telling it what you want done in broad strokes. If the code returned seems to "vibe" with what you're trying to do, then accept it.

Contrasted to AI assisted coding, where you would give much more detailed prompts with technical specifications, and read over every line to make sure you understand it before accepting a response.

In theory, vibe coding can let someone with very limited technical expertise build complete apps, so understandably a lot of people are excited by it.

In practice, it doesn't seem like we're there yet. But each new step in AI development leads to people trying again, and it's hard to deny that the results are getting better. I think we're at the stage of where AI image generators were a few years ago. Very much in the uncanny valley.

show 1 reply
GaryNumanVevolast Wednesday at 8:14 AM

With 35K LoC for a simple website, I'd consider this slopcoding

show 1 reply
Nursielast Wednesday at 4:19 AM

"Hey AI build me a node app that does X" "Now add a page for this" "Change this field to be that" "Integrate it with service X, Y, Z"

show 1 reply