Member-only story
The Sequence Scope: ML that Improves Code Writing
Weekly newsletter with over 100,000 subscribers that discusses impactful ML research papers, cool tech releases, the money in AI, and real-life implementations.
📝 Editorial: ML that Improves Code Writing
The idea of machine learning (ML) models that can create production-ready code has been one of the iconic use cases in the history of AI. A few months ago, the AI world was astonished by the release of models like OpenAI’s Codex and DeepMind’s AlphaCode that can generate sophisticated text from natural language. These types of models are an important step for code generation, and they have opened the door to all sorts of research about using ML models to improve the process of writing software.
The lifecycle of code in software applications goes beyond authoring. Typically, developers in peripheral tasks such as testing or bug fixing. This is an area that ML can help too. Just this week, there were several…