The document discusses DeepCoder, a machine learning system developed by Microsoft that is able to generate its own code by learning from existing code examples. DeepCoder is trained on a large corpus of programs and input/output examples to learn which code snippets are likely to work together to solve new problems. It can then search through code more efficiently than humans to assemble working programs from existing code blocks. While currently limited to simple 5 line programs, DeepCoder represents a significant improvement over previous program synthesis techniques and could eventually make programming accessible to non-coders. However, some media reports exaggerated DeepCoder's capabilities and inaccurately claimed it works by copying code directly from other software.