Comment on Does vibe coding sort of work at all?
TranquilTurbulence@lemmy.zip 5 days ago
I’ve used LLMs for data visualization and found them helpful for simple tasks, but they will always make serious mistakes with more complex prompts. While they understand syntax and functions well, they usually produce errors that require manual debugging. Vibe coding with LLMs works best if you’re an expert in your project and could write all of the code yourself but just can’t be bothered. Prepare to spend some time fixing the bugs, but it should still be faster than writing all of it yourself.
If you’re not proficient in using a specific function the LLM generated, vibe coding becomes less effective because debugging can be time consuming. Relying on an LLM to troubleshoot its own code tends to lead to “fixes” that only spawn more errors. The key is to catch these situations early and avoid getting sucked into any of the rabbit holes it provides.