Look, by this time, most should already have realized that vibe coding or agentic coding is doing more harm than good. It is a great tool if you use it for debugging,code understanding , writing/refactoring a small unit of code because it speeds you up and help you learn. You're doing it right if llm helps you understand and write code faster but you must be the driver and be able to have a clear mental model of how the code works. If you just write spec and ask llm to implement and only look at the code when something goes wrong, you would quickly learn that the llm debt will grow exponentially and it is counter productive.
No comments yet.