Comment Re:Vibe coding is the new self-driving (Score 2) 62
The tricky thing is that LLMs are actually pretty good at implementing homework assignments. It's when you need code beyond that scope that the illusion of competence starts to fall apart.
What I've found honestly as an occasional user of them, is the LLM's are great at writing small functions. One, small, discrete, easily describable task with clear inputs and an output. It sucks at doing things more complex than that.
You still need somebody who knows how to actually take all those functions, check them over, and then implement actual program logic to make something useful overall happen.