• 99 Posts
  • 675 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle




  • 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.