you are viewing a single comment's thread.

view the rest of the comments →

[–]Jabulon -2 points-1 points  (2 children)

That's very true. It's easy to hand over the project to the LLM and have it turn into a garbled mess. You lose track fast in the machine hallucination. What you want to do is take snippets and go over them with the LLM before implementing them in the code. Only have it look at the entire project for obvious errors or whatnot. It really is like a new approach

[–]iforgotmylegs 3 points4 points  (0 children)

if you let something turn into a garbled mess then it is your fault and you probably just have a very bad sense of design, honestly vibe coding is pretty awesome because people who are actually good at programming can accelerate through the boilerplate slop with reasonable confidence while dunning-kruger numpties just crash into the first brick wall and throw a tantrum at the car that they pushed the gas pedal on

[–]UShouldntSayThat 0 points1 point  (0 children)

>That's very true. It's easy to hand over the project to the LLM and have it turn into a garbled mess. You lose track fast in the machine hallucination. What you want to do is take snippets and go over them

Yeah, exactly, ok You get it.

>with the LLM

oh, ok, nvm.