Ask HN: Will AI era lead to rise of new programming languages?

by eellppon 4/19/2023, 11:25 AMwith 2 comments

Instead of AI producing code that is easy for human to comprehend, would there be new languages which would also cater to the need for AI to efficiently code the instructions while providing interface for humans to debug if something needs to looked into detail.

by epirogovon 4/19/2023, 9:38 PM

According to Andrej Karpathy, programming 2.0 will be more oriented to dig in individual domain for your goal. https://karpathy.medium.com/software-2-0-a64152b37c35

by thesuperbigfrogon 4/19/2023, 12:29 PM

>> Instead of AI producing code that is easy for human to comprehend ... providing interface for humans to debug

How would it be possible to debug code if you don't comprehend it?

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." -- Brian Kernighan