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.
According to Andrej Karpathy, programming 2.0 will be more oriented to dig in individual domain for your goal.
<a href="https://karpathy.medium.com/software-2-0-a64152b37c35" rel="nofollow">https://karpathy.medium.com/software-2-0-a64152b37c35</a>
>> Instead of AI producing code that is easy for human to comprehend ... providing interface for humans to debug<p>How would it be possible to debug code if you don't comprehend it?<p>"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