I use vibe coding for trivial stuff that otherwise will take me lot of time to code myself or for languages I don’t know. I either feed the LLM the whole code module, or since the beginning of a vibe-coded module, I copy all the prompts and responses into a word file (easier to parse) and feed it back to the LLM if I need a bug fix or change. Most of the modules, however, I write myself.
No comments yet.