AI in Practice

OpenAI tests Codex mode for permanently running AI agents

2 min read

TL;DR Too Long; Didn’t read

On August 26, 2026, OpenAI released a code change that prepares a persistent mode for its coding agent Codex. The mode allows the agent to continue working without a time limit and to create its own follow-up tasks across multiple sessions. According to OpenAI, the agent's powers remain unchanged, and a start date has not yet been set.

A robotic arm with an OpenAI logo sticker keeps typing on a keyboard at night with glowing lines of code, while a crescent-moon-shaped light switch still glows in the background. Image generated with GPT Image 2

Key takeaways

  • On August 26, 2026, the code for a new 'Persistent' mode landed in the public Codex repository.
  • The mode is supposed to continue programming tasks without a fixed time limit; previous modes stop after minutes or hours.
  • According to Wired magazine, the agent will be able to create its own follow-up tasks and continue working across multiple sessions.
  • OpenAI confirmed the test but did not provide a start date for a broad release.
  • The agent's powers remain unchanged according to the source code; interventions outside its own environment still require approval.
  • Persistent is among the most compute-intensive settings in the reasoning effort menu of Codex.

OpenAI released a code change in the public repository of the coding agent Codex on August 26, 2026, which prepares a new persistent mode. The mode allows the agent to continue working without a fixed time limit, whereas previous settings would stop after minutes or hours. As the magazine Wired reports, the agent will be able to create its own follow-up tasks in the future and continue them over multiple sessions.

Pull request reveals technical details of the mode

The merged pull request in the source code repository of Codex adds “persistent” as a new value to the reasoning effort protocol and the TypeScript SDK types. In the terminal interface, the setting appears as “Persistent”; internally, Codex translates the value for the responses API to “disabled.” According to the commit descriptions, the testing includes parsing and serializing the setting, translating requests to remote models, and selection in the command line interface.

More interesting than the technical implementation, according to Wired, is the internal instruction in the code: the agent is simply supposed to “keep working until it is put to sleep.” This includes a function referred to as “proactivity,” which allows the agent to independently create follow-up tasks. It is supposed to draw on previous interactions and its knowledge about the user to decide what to work on next and, in some cases, reach out to the user on its own. Already in July, OpenAI demonstrated with the encryption of messages between Codex agents how much communication between multiple Codex instances is now automated.

OpenAI confirms testing but gives no timeline

A spokesperson for OpenAI confirmed to Wired that the company is internally testing the persistent mode but did not announce any imminent broad release. According to the report, the company also acknowledges that permanently active AI systems inherently carry higher risks than agents with a fixed time limit. The source code therefore explicitly limits what the agent is additionally allowed to do in persistent mode: its powers remain unchanged according to the instructions, and interventions outside its own working environment still require user approval.

This move is part of a larger product offensive surrounding Codex. Just in July, OpenAI launched Codex Micro, a dedicated controller for Codex agents, complete with a joystick and reasoning dial. Persistent mode fits into this picture: OpenAI is increasingly turning Codex from a pure chat tool into an independently working colleague that continues tasks even without active supervision.

What will matter is whether OpenAI actually enables continuous operation for paying customers or classifies it as an internal experiment. So far, persistent only appears in the public source code, not in the official product documentation. For developers using Codex in their daily work, this decides whether a coding agent will keep working independently at night and over weekends in the future — or whether OpenAI shelves the feature again after the first public reactions.

Frequently asked questions

When will the persistent mode be available for all Codex users?

OpenAI does not provide a date. A spokesperson confirmed the internal test according to Wired, without announcing a soon broad release.

What distinguishes persistent from the previous reasoning settings?

Existing modes terminate unfinished tasks after minutes or hours. Persistent is supposed to run according to the source code until someone actively stops it.

Can the agent change more in persistent mode than before?

No. The source code explicitly limits the powers to the existing framework; interventions outside its own environment still require user approval.

What does it cost to use the new mode?

No information is available on this. Since persistent is reported to be among the most compute-intensive settings, a higher token consumption is to be expected.

Is the feature already usable?

No, it currently only appears in the public source code of the command line version and is not listed in the official product documentation.

Sources (2)
  1. Wired: OpenAI Is Developing a 'Persistent' AI Agent
  2. GitHub: Support persistent reasoning effort (PR #40799)

Your AI update for the work week

Once a week, the most important AI news – plus one practical tip to try right away. No spam, unsubscribe anytime.

← Back to the blog