Comment by exe34
> you try to understand the code, and it's all spaghetti, and you loose more time understanding the code than it would take to just reimplement it.
I agree with you in general, but maybe the jump would be similar to the one from hand-written punchcards/assembly to higher level compilers. Very few people worry about the asm generated from GHC for example. So maybe a lot of code would be like that. I also imagine at some point a better intermediate language for LLMs to generate will be discovered and suddenly that's how most programs will be written.
> the jump would be similar to the one from hand-written punchcards/assembly to higher level compilers
I wouldn't. Compilers are not stochastic text models and they can be verified and reasoned about to a great extent.