OpenAI releases code Agent to usher in the era of automated programming
ChainCatcher news, according to Jinshi reports, OpenAI has launched a brand new cloud-based code agent------Codex on its official website. Codex can automatically perform various tasks for developers, such as writing functional code, answering questions about codebases, fixing bugs, and proposing pull request reviews, with each task running in its own cloud sandbox environment while being able to preload the user's codebase.
It is reported that Codex is powered by the Codex-1 model, which is a fine-tuned version of OpenAI-o3 specifically optimized for software engineering. Through reinforcement learning, it has been trained on real-world coding tasks in various environments, and the generated code can align with the programmer's coding style and pull request preferences, strictly adhering to instructions.