Damus
Guy Swann · 52w
The biggest annoyance of “vibe coding” with ChatGPT is its incessant need to write an entire application every single time you ask it anything, when it becomes a mess of bugs and contradictions wi...
⚡A C V⚡ profile picture
outline and planning.

chatgpt needs all your requirements well documented, you can't just start asking for shit, its gonna make up what it hasn't been told is your goal. Typically devs don't plan because they have to learn the plan as they develop the real requirements as they go along.

llms work best with too much input and if you already know 99% of the tech stack and patterns and deployment env. you'll use.

they save you the typing, not the knowing what is needed.
1❤️2🤙1
Guy Swann · 52w
This is a good way to frame it and exactly what I’ve found to be true (and obviously makes sense with how they work as well). Maybe I just need a formal block in every prompt to tell it to stop fucking adding stuff and just produce the small block for the specific purpose I requested. I’m just ...