Code isn’t just execution, code is also abstraction. You need to be able to understand requirement => unit of work.
Unless you’re an uber geek this mostly isn’t the case and reading and retaining any amount of assembly will be practically impossible.
In a wishful world you could simply have a bunch of markdown specifications that are executed as machine code. But specifications are by design usually ambiguous, and so you need to build some level of abstraction to be able to accommodate and still understand that. That’s what code does, or should do
It's not portable and in today's world, you have x86 and ARM to contend with. My argument is that should make Java the default language for LLM output.
More than one reply to my original comment is along the lines of "but humans cannot read/understand machine code effectively". Perhaps instead of starting my comment with "If we're not writing code by hand anymore anyway", I should have said "writing or reading", but it was implied.