deleted

  • MrPoopyButthole@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    20
    ·
    4 months ago

    I’m a senior dev and the amount of bullshit code that LLMs generate is just unacceptable if you are copy pasting. You should take the output as you would take a junior coders output and code review it the same way and then use your own version in the commit. Don’t be lazy to just use some of the ideas and completely refactor the output if needed. You will find that LLMs accuracy drops dramatically when you go from easy/common -> average/uncommon -> hard/rare problems. They also don’t care much for optimization.