I read that folks had observed that some machine learning models could be used to write code that runs . Let that sink in for a moment. At the same time, be aware that biases and extensive memory have been observed in the same model. This might be considered as an implementation of automatic programming , and is definitely not the first time machine learning models are used for generating code (or strings that look like code). The model that writes code (Z) when given some inputs is itself a piece of (very very very large and complex) code (Y). If expressed in a general purpose programming language, it would have perhaps thousands of variables and many more operations. No human programmer wrote this code - another piece of code (X) did. Humans -> X -> Y -> Z This is now the classical scientific fiction set up where a robot make other robots (which may in turn make other robots). In the case when Y is a neural network, X would be respo...