Vibe coding is not coding
toolongautomated.com
Vibe coding is not coding
1–10 of 10 posts
Re: Vibe coding is not coding
#2Re: Vibe coding is not coding
#3Re: Vibe coding is not coding
#4[flagged]
Re: Vibe coding is not coding
#5This is a false premise because LLMs do not understand code. Yes, they may be capable of ingesting your entire massive codebase and spitting back out relevant stuff, but they don't actually understand any of it. Vibe coding is just "copy/paste from StackOverflow until it works" on steroids.
Re: Vibe coding is not coding
#6> AI-assistance will be particularly helpful and powerful in large codebases (think 100k+ lines of code). It’s simply impossible for any human being to fully understand that amount of code in detail… Even PROs/craftsmen who enjoy writing the code manually can’t make such claims. Our context windows are simply not large enough. This is a false premise because LLMs do not understand code . Yes, they may be capable of i…
Re: Vibe coding is not coding
#7> AI-assistance will be particularly helpful and powerful in large codebases (think 100k+ lines of code). It’s simply impossible for any human being to fully understand that amount of code in detail… Even PROs/craftsmen who enjoy writing the code manually can’t make such claims. Our context windows are simply not large enough. This is a false premise because LLMs do not understand code . Yes, they may be capable of i…
Re: Vibe coding is not coding
#8> AI-assistance will be particularly helpful and powerful in large codebases (think 100k+ lines of code). It’s simply impossible for any human being to fully understand that amount of code in detail… Even PROs/craftsmen who enjoy writing the code manually can’t make such claims. Our context windows are simply not large enough. This is a false premise because LLMs do not understand code . Yes, they may be capable of i…
Re: Vibe coding is not coding
#9> AI-assistance will be particularly helpful and powerful in large codebases (think 100k+ lines of code). It’s simply impossible for any human being to fully understand that amount of code in detail… Even PROs/craftsmen who enjoy writing the code manually can’t make such claims. Our context windows are simply not large enough. This is a false premise because LLMs do not understand code . Yes, they may be capable of i…
In The Pragmatic Programmer David Thomas and Andrew Hunt called it "Programming by Coincidence" (Chapter 6). Programmers not actively thinking about their code might get it to work, but they don't know why. When it breaks, the programmer doesn't know why and they can't fix it, because they never knew why it worked it in the first place.