OpenAI Launches Codex API Private Beta for Natural Language Coding

OpenAI updates its Codex AI to understand plain English commands and instantly generate working code. A new private beta allows select users to test this tool that aims to eliminate tedious programming tasks.

OpenAI launches a private beta for its upgraded Codex API, allowing the system to understand plain English commands and instantly output working code. This updated version enables users to build web apps or simple games simply by making everyday requests like "make the ball bounce off the sides of the screen," completely bypassing the need to manually write variables or basic syntax.

The Codex engine operates as a specialized version of GPT-3 trained exclusively on public code repositories like GitHub. During a recent live demo, OpenAI executives showcased how the tool handles the repetitive aspects of programming, automatically generating standard boilerplate code for tasks like setting up a basic web server or implementing keyboard controls.

OpenAI states that this technology aims to let developers focus on the creative vision of their projects rather than writing routine code from scratch. By relying on the vast amount of public code it processes, Codex applies standard practices to generate accurate results, effectively saving programmers from tedious typing and the need to memorize every basic API.

Read More at the original source →