Comment by khedoros1

Comment by khedoros1 4 days ago

0 replies

lol, no. I've used LLMs to spit out example code, or to give a first-draft explanation of something that I can't find good documentation on. I don't even end up with snippets that I'd be comfortable copy-pasting into either my personal or professional code.

The closest I've gotten was using ChatGPT to generate the initial code for a kind of toy program. It got stuck in a loop though, and the code was a mess anyhow. I refactored and then finished adding the features I wanted in there myself.