OpenAI Transforms Codex Into Plain English Programming Assistant

OpenAI launches a private beta for an upgraded Codex API that translates simple English commands into working code. The update allows both coders and non-coders to build software without writing the actual code themselves.

OpenAI launches a private beta for a major upgrade to Codex, its AI-powered coding assistant. Unlike the previous version that primarily completed lines of code, this new API accepts ordinary English commands like "make the ball bounce off the sides of the screen" and outputs fully working code in over a dozen programming languages.

During a live demo, OpenAI co-founders show how this tool handles the tedious parts of programming. By training on vast amounts of public code from GitHub, Codex already knows standard practices for common tasks like deploying a web server or setting up keyboard controls, allowing users to skip repetitive typing and basic syntax.

The core goal of this upgrade is to shift a developer's focus from writing basic code to dividing a larger vision into manageable pieces. OpenAI intends for Codex to handle the actual writing of standard code chunks, freeing creators to spend their time on the higher-level creative thinking that truly requires human imagination.

Read More at the original source →