Content warning: Slop coding to machine language
Hearing people suggest that clanker AI programming bots should directly produce machine code rather than output human-readable languages like Python or Rust or C.
Which is of course a terrible idea.
These languages exist to make it easier write safe and efficient code, that's maintainable and editable and doesn't allow out of bounds memory pointing or leaks or whatever else.
Writing in machine language would be worse for the AI for the same reasons. It would make fore more unmaintainable, buggy, crashy, unmodular code.
The web is filled with training data written in those languages and pretty much no training data at all on how to write functions in 68000 or z80 or whatever.
You could build some training data by compiling all that high level language and training instead on the results of that.
But then you're just trying to get the buggy, lossy, neural network to learn to compile the high level code into machine language. Which it will do much worse than an actual compiler already written.
Pointless silly idea people.
#ai #programming