-
@ Karnage
2025-04-22 12:40:27One little vibe coding trick I use is explain my desired output to ChatGPT and ask it to generate a prompt that will achieve my goal. I try to be as descriptive as possible and ask it to use existing libraries to simplify the task. Then I copy that into the llm that actually does the coding. Sometimes the results are much better. I’m sure that’s probably a very inefficient way of doing things.