Workflow
Codex CLI
icon
Search documents
Using OpenAI Codex CLI with GPT-5-Codex
OpenAI· 2025-10-14 18:19
Product Updates & Features - Codex CLI has been improved with updates to GP5 and GP5 codecs, enhancing agentic coding capabilities [1] - Codex CLI can be easily installed with npm or brew and logged in with a Chat GPT account [2] - The new GPT5 Codex model is highly effective for various coding tasks [3] - The model switcher feature allows users to select different models for different tasks, optimizing reasoning level [5] - Codex offers sandboxing features with three modes: read-only, auto (default), and full access, controlling file access and modifications [6][7] - Codex resume allows users to continue from previous sessions [8] - Codex can be used for deploying applications and debugging by analyzing logs and disparate data sources [9][10] Deployment & Usage - Codex can deploy applications on platforms like Versal, utilizing code search to fetch the latest documentation [11] - The demonstration showcased Codex CLI modifying a game to implement a multiplayer feature in real-time [12][13] - Codex CLI supports a wide variety of languages, frameworks, and projects [14] Accessibility & Availability - Codex CLI is designed to be an AI teammate accessible wherever users work, directly in the terminal [15]
多个编码智能体同时使用会不会混乱?海外开发者热议
机器之心· 2025-10-06 04:00
Core Insights - The rapid advancement of AI programming tools is transforming the coding landscape, with models like GPT-5 and Gemini 2.5 enabling a degree of automation in development tasks [1][2] - The adoption of AI coding agents has become a norm not only for programmers but also for professionals in product and design roles, leading to an increasing proportion of AI-generated code [3] - Despite the benefits, challenges remain regarding code quality and analysis efficiency, prompting developers to explore the use of multiple AI agents in parallel [3][5] Summary by Sections - **Parallel Coding Agent Lifestyle**: Simon Willison initially had reservations about using multiple AI agents due to concerns over code review bottlenecks. However, he has since embraced this approach, finding it manageable to run multiple small tasks without overwhelming cognitive load [5][6] - **Task Categories for Parallel Agents**: - **Research Tasks**: AI agents can assist in answering questions or providing suggestions without modifying core project code, facilitating rapid prototyping and validation of concepts [7][9] - **System Mechanism Recall**: Modern AI models can quickly provide detailed, actionable answers about system functionalities, aiding in understanding complex codebases [10][11] - **Small Maintenance Tasks**: Low-risk code modifications, such as addressing deprecation warnings, can be delegated to AI agents, allowing developers to focus on primary tasks [13][14] - **Precisely Specified Work**: Reviewing code generated from detailed specifications is less burdensome, as the focus shifts to verifying compliance with established requirements [15] - **Current Usage Patterns**: Willison's primary tools include Claude Code, Codex CLI, and Codex Cloud, among others. He often runs multiple instances in different terminal windows, executing tasks in a YOLO (You Only Live Once) manner for manageable risks [16][19] - **Developer Community Response**: The blog post has garnered significant attention, resonating with current pain points in coding workflows. Many developers are experimenting with parallel AI agents, with some reporting that a substantial portion of their coding work is AI-assisted [21][22] - **Concerns and Discussions**: While some developers express apprehension about the unpredictability of AI-generated code, others, including Willison, advocate for the benefits of parallel agent usage, particularly for non-code-committing research tasks [26][29]
X @Sam Altman
Sam Altman· 2025-09-19 01:36
Product Update - Codex CLI工具推出,用于本地代码更改的快速审查 [1] - 未来几天将大幅扩展Codex CLI的功能 [1] - 鼓励用户向Daniel反馈使用体验 [1]
连续干7小时“不累”,OpenAI最强编程模型GPT-5-Codex来了
3 6 Ke· 2025-09-16 02:07
Core Insights - OpenAI has released GPT-5-Codex, an optimized version of GPT-5 specifically for software engineering, enhancing its programming capabilities [1][2] - The model can dynamically adjust its thinking time based on task complexity, allowing it to work independently on large tasks for over 7 hours [1][4] - GPT-5-Codex has shown improved accuracy in benchmark tests compared to GPT-5, with a reported accuracy of 74.5% in software engineering tasks [4][5] Group 1: Model Features and Performance - GPT-5-Codex is designed for complex engineering tasks, including project construction, feature addition, debugging, and code review [4] - The model's accuracy in code refactoring tasks is 51.3%, significantly higher than GPT-5's 33.9% [5] - In code reviews, GPT-5-Codex has a lower error comment rate of 4.4% compared to GPT-5's 13.7%, and a higher rate of high-impact comments at 52.4% [9][10] Group 2: Developer Tools and Integration - GPT-5-Codex is integrated into various developer tools, including Codex CLI and IDE extensions, allowing seamless transitions between local and cloud environments [2][16] - The Codex CLI has been updated to allow developers to share images and track progress on complex tasks, enhancing collaboration [14] - The IDE extension enables developers to use Codex within popular code editors, streamlining the coding process and maintaining context [16][17] Group 3: Competitive Landscape - The AI programming tool market is becoming increasingly competitive, with products like OpenAI Codex, Claude Code, and GitHub Copilot vying for dominance [21] - OpenAI's recent upgrades to Codex demonstrate its commitment to enhancing automation and collaboration in programming tasks, reflecting the intensifying competition in the sector [21]
GPT-5编程专用版发布,独立连续编程7小时,简单任务提速10倍,VS Code就能用
3 6 Ke· 2025-09-16 02:01
Core Insights - OpenAI has launched the GPT-5-Codex specialized model, which supports independent continuous programming for up to 7 hours [1][2] - The new model features a dynamic routing mechanism that allows real-time adjustments during task execution, enhancing its ability to handle complex tasks [2][5] - GPT-5-Codex has shown a nearly 20% improvement in success rates for code refactoring tasks compared to the original GPT-5 [5] Performance Enhancements - The model exhibits "true dynamic thinking" capabilities, significantly reducing output token counts for simple tasks by 93.7%, resulting in a 10-fold speed increase [8] - For complex tasks, it takes twice as long for reasoning, editing, and testing, with output token counts increasing by 102.2% [8] - The error comment rate during code review has decreased from 13.7% to 4.4%, while the proportion of high-impact comments has risen from 39.4% to 52.4% [11] Ecosystem Upgrades - OpenAI has restructured the entire Codex product system, introducing features like image input support and a task tracking to-do list for complex tasks [14] - The new IDE extensions integrate Codex into popular editors like VS Code and Cursor, allowing seamless cloud and local task management [14] - Performance improvements in cloud infrastructure have reduced median completion times for tasks by 90% [15] Market Positioning - The timing of this upgrade coincides with a decline in user subscriptions for Claude Code, positioning OpenAI to capture market share in AI programming [16] - There is a suggestion for Microsoft to upgrade its Copilot, indicating competitive pressures in the AI programming space [18]
刚刚,OpenAI发布GPT-5-Codex:可独立工作超7小时,还能审查、重构大型项目
机器之心· 2025-09-16 00:22
Core Viewpoint - OpenAI has launched GPT-5-Codex, a model optimized for programming tasks, enhancing software engineering capabilities and code review processes [1][3][4]. Group 1: GPT-5-Codex Features - GPT-5-Codex is designed for real software engineering tasks, capable of quick responses in interactive sessions and independently handling complex tasks [1][8]. - The model has been integrated into all Codex use cases, including Codex CLI, IDE extensions, web, mobile, and GitHub code reviews [3][4]. - OpenAI CEO Sam Altman reported that within two and a half hours of launch, GPT-5-Codex accounted for approximately 40% of Codex traffic, with expectations to become the main traffic source [3]. Group 2: Performance Improvements - GPT-5-Codex shows superior performance in software engineering benchmarks, outperforming GPT-5 in accuracy on SWE-bench Verified and Code refactoring tasks [8][10]. - The model can dynamically adjust its thinking time based on task complexity, allowing it to work independently for over 7 hours on complex tasks [11][12]. - In user interactions, GPT-5-Codex consumes 93.7% fewer tokens in the least complex requests compared to GPT-5, while investing more time in complex tasks [12]. Group 3: Code Review Capabilities - GPT-5-Codex has been specifically trained for code review, capable of identifying critical vulnerabilities and providing focused feedback [14][27]. - The model has been evaluated using recent commits from popular open-source projects, demonstrating a higher accuracy in review comments compared to human engineers [14]. Group 4: Integration and Usability - Codex CLI and IDE plugins have been redesigned for better integration into developers' workflows, allowing for seamless context switching between local and cloud tasks [19][20]. - The new GitHub integration enables users to assign tasks to Codex without leaving their editing environment, enhancing productivity [23][24]. - Codex can now process images and screenshots, improving its ability to understand design specifications and UI issues [23][25]. Group 5: Security and Safety Measures - OpenAI has implemented safety measures to protect against potential misuse of Codex, including sandbox environments and permission requests for risky operations [28][34]. - Developers are encouraged to review Codex's outputs before deployment, as it serves as an additional reviewer rather than a complete replacement for human oversight [29][30]. Group 6: Pricing and Availability - GPT-5-Codex is included in various ChatGPT subscription plans, such as Plus, Pro, Business, Edu, and Enterprise [32][36]. - OpenAI plans to make GPT-5-Codex available through API soon, with additional purchasing options for Business and Enterprise plans [36].
OpenAI盯上苹果开发者生态,吞了家AI编程公司
量子位· 2025-09-04 06:39
Core Viewpoint - OpenAI has acquired the startup Alex, which specializes in AI-assisted tools for iOS developers, effectively integrating intelligent assistance into the Xcode development environment, addressing a gap left by Apple itself [1][4][10]. Group 1: Acquisition Details - Alex's product is a customized version of Cursor for Xcode, enhancing the development experience for iOS developers [1][10]. - The acquisition is seen as a strategic move by OpenAI to strengthen its position in the programming sector, especially against competitors like Anthropic [5][23]. - Alex's founder, Daniel Edrisian, previously worked at ElevenLabs and aimed to bridge the gap between traditional IDEs and the specific needs of Apple developers [7][12]. Group 2: Product Features and Market Position - Alex's tools allow for automatic project building, bug fixing, and running apps in simulators, which have been positively received by users for large iOS projects [10][11]. - OpenAI's recent integration of GPT-5 into Xcode 26 indicates a growing synergy between OpenAI's AI capabilities and Apple's development tools [2][10]. - The acquisition is expected to enhance OpenAI's competitive edge in the AI programming market, where Claude from Anthropic currently holds a significant market share [15][20]. Group 3: Future Plans and Community Response - Alex plans to continue supporting existing users but will stop new user downloads from October 1, 2024, indicating a shift in focus post-acquisition [13]. - The developer community has expressed excitement about the combination of OpenAI Codex and Alex's tools, anticipating improved coding assistance [3][4].
X @Sam Altman
Sam Altman· 2025-08-28 16:01
people seem to really like the new codex features!OpenAI Developers (@OpenAIDevs):We’re releasing new Codex features to make it a more effective coding collaborator:- A new IDE extension- Easily move tasks between the cloud and your local environment- Code reviews in GitHub- Revamped Codex CLIPowered by GPT-5 and available through your ChatGPT plan. ...
18天光速打脸!OpenAI刚夸TypeScript最合适,转头就用Rust重写Codex CLI
AI前线· 2025-06-07 04:41
整理 | 华卫 刚刚,OpenAI 正式对外推出了 AI 编码神器 Codex,其目前向 ChatGPT Plus 用户开放。据 悉,Codex 在限定时段内提供宽松的使用额度,但在需求高峰期间,可能会对 Plus 用户设置速 率限制,以确保其能广泛可用。 并且,现在 Codex 可以在任务执行过程中访问互联网了,用户可用其安装基础依赖项、运行需 要外部资源的测试、升级或安装构建新功能所需的软件包等。互联网访问功能将向 ChatGPT Plus、Pro 和 Team 用户开放,之后也将支持企业版用户。不过,该功能日常默认处于关闭状 态,在创建新环境或编辑现有环境时可随时启用。 "我们不再处于集成开发环境(IDE)时代了。我们进入了自主开发时代。"有网友激动地表 示,"这是一个能自行搜索、安装、编码、测试、修复错误并发布的 AI。"此前 OpenAI 的 CEO Sam Altman 曾坚称,到今年年底,AI 模型将能够超越初级软件工程师。 值得一提的是,在发布推出 Codex 前,OpenAI 首先宣布了用 Rust 重写 AI 命令行编码工具 Codex CLI 的消息,称此举可提升性能和安全性并避免对 N ...
不到 2 个月,OpenAI 火速用 Rust 重写 AI 编程工具。尤雨溪也觉得 Rust 香!
程序员的那些事· 2025-06-06 00:32
Group 1 - OpenAI has rewritten its AI command-line programming tool Codex CLI in Rust to enhance performance and security while eliminating dependency on Node.js, which may frustrate some users [1][2] - Codex CLI is an experimental programming agent that can run in the ChatGPT web browser environment and locally, featuring a chat-based user interface that operates in both interactive and silent modes [1] - The source code of Codex CLI was originally in TypeScript and required Node.js, but the team has now completed the rewrite in Rust [1][5] Group 2 - The decision to rewrite in Rust is driven by four key reasons: zero dependency installation, sandboxing requirements, performance optimization, and the ability to reuse existing Rust-based Model Context Protocol (MCP) implementations [2][4] - The current tool requires Node.js version 22 or higher, which may pose a barrier for some users [4] - Rust's lack of a runtime garbage collection mechanism leads to lower memory requirements, contributing to performance improvements [5] Group 3 - The Codex project currently has a composition of 46.7% Rust, making it the leading language, followed by TypeScript at 44.7% [5] - Codex CLI will still support code extensions in other languages such as JavaScript and Python, although specific details are yet to be disclosed [5] - Vue creator Evan You has also praised Rust for its efficiency, noting that the new version of Vite, using Rust-based Rolldown, has reduced production build times by 3 to 16 times and memory usage by up to 100 times [6]