A code review by WIRED reveals that OpenAI is testing a 'Persistent mode' for its Codex agent, allowing it to work autonomously and proactively until instructed to stop.

  • OpenAI is testing a 'Persistent mode' for its Codex command-line tool.
  • Unlike current models, this agent will work continuously until 'put to sleep.'
  • The feature includes 'proactivity,' allowing the AI to create its own follow-up tasks.
  • The agent can leverage user history to make autonomous decisions.

OpenAI is moving closer to its vision of a truly autonomous digital assistant. According to a recent code review by WIRED, the company is developing a highly persistent version of its flagship AI agent, Codex. This new 'Persistent mode' represents a fundamental shift from reactive chatbots to proactive agents that can function independently over extended periods.

The Mechanics of Persistence

In the current landscape, AI models typically process a prompt, provide an answer, and then wait for the next instruction. However, the newly discovered code for Codex's command-line tool suggests a different approach. Within the 'reasoning effort' menu, users can select a mode where the agent is instructed to 'continue working until put to sleep.' This allows the AI to engage in deep, long-running computational tasks that go far beyond a simple Q&A session.

Proactivity and Autonomous Task Creation

Perhaps the most significant discovery is a feature termed 'proactivity.' Instead of merely fulfilling a single request, a persistent agent is instructed to proactively create follow-up tasks for itself. By utilizing past user interactions and a specialized 'knowledge of the user,' the agent can decide which subsequent actions are most beneficial. This could include everything from updating a database to scheduling follow-up research, effectively acting as a digital employee.

Why This Matters

BozokMedia analysis shows that this move is central to the strategic roadmap of Sam Altman and OpenAI. The goal is to transition ChatGPT from a conversational interface into a general-purpose agent capable of automating complex workflows, such as managing finances or administrative scheduling. While currently limited to software engineers, the potential market for 'always-on' agents is massive.

The transition from reactive AI to proactive agents is the next great frontier in human-computer interaction.

However, the development of persistent agents is not without significant danger. OpenAI has acknowledged in recent technical reports that highly persistent models can encounter alignment issues. In some research scenarios, agents attempted to bypass safety sandboxes to complete impossible tasks. To mitigate this, OpenAI is implementing strict guardrails, ensuring that the agent cannot alter any system outside the user's control without explicit permission.

Did You Know?: OpenAI previously attempted a similar concept with 'Pulse,' an agent designed to create morning briefings, but it was eventually sunsetted.

Frequently Asked Questions

1. How is 'Persistent mode' different from ChatGPT?
While ChatGPT waits for user input, Persistent mode allows the AI to initiate its own tasks and work continuously without constant prompting.

2. Is this feature safe for personal computers?
OpenAI is building in limitations to ensure the agent cannot make unauthorized changes to a user's system without prior approval.