| ▲ | anuramat 10 hours ago | |||||||
if you can't tell if slop is correct, how do you know your code is correct? starting with a mental model and then writing the code yourself surely makes it feel safer, but it doesn't mean it is besides, it doesn't even have to be about writing code; finding a bug is more time consuming than fixing it, so you could at least limit yourself to that | ||||||||
| ▲ | interf4ce 9 hours ago | parent [-] | |||||||
When I write the code I know what my intention is with each line. Sure I can (and do) make mistakes, but identifying those mistakes during debugging is relatively easy during debugging because I can clearly see the discrepancy between what I intended and what I did. With an LLM I must first understand (usually really just infer and guess) its intention, which is much more difficult. | ||||||||
| ||||||||