I don't get this take at all. You seem to be claiming that the only valid way to program is through inscrutable code. It's inevitable, imo, that all programming will transition to natural language in the not-so-distant future.
Code doesn't have to be inscrutable, but it does have to allow you – at least
sometimes - to specify expected behavior in a manner that leaves no room for interpretation. Which is generally much harder and slower to achieve using natural language, at least if you care about getting reliable, exact and repeatable results.