- 0 Posts
- 5 Comments
It means that you created the code via natural language instructions to an LLM as opposed to typing by hand. You still need to verify its work, review and understand the code to at least some extent, and go through many iterations before it’s production ready.
Some people create vibeslop without looking at the code at all which is fine for a throwaway hobby project or personal tools but it will very quickly turn into unmaintainable garbage if you don’t guide the architecture, redirect away from bad approaches, review the code carefully and make the LLM fix any issues, ensure proper testing, and periodically refactor and improve code quality. If that sounds like hard work then that’s because it is, doing a good job with agentic accelerated engineering is hard work, but you can still build 2x-5x faster at the same quality level than if you typed it by hand. And that’s with current models, they’re only getting better
Fwiw that’s not what vibe coding means
miridius@lemmy.worldto
Programmer Humor@programming.dev•disliking tech bros ≠ disliking tech
1·13 days agoI like AI
Out of the box yes this is true, but:
If you or others ship shitty code don’t blame the LLM, the issue is entirely the engineer using it wrong