/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

OpenAI updates its coding agent Codex with internet access, which is turned off by default, and expands its availability from ChatGPT Pro to ChatGPT Plus users

New features, fixes, and improvements to Codex in ChatGPT  —  Agent internet access David Gewirtz / ZDNET : You can use OpenAI's super powerful AI coding agent Codex for just $20 now Kahekashan / The Hans India : OpenAI Brings Internet-Enabled Codex to ChatGPT Plus Users Ankush Das / Analytics India Magazine : OpenAI's Codex Gets Internet Access Markus Kasanmascheff / WinBuzzer : OpenAI's Codex AI Coding Agent Gains Internet Access and Better Voice Tools Govind Choudhary / Livemint : ChatGPT's memory feature now available to free users; Codex expanded for paid subscribers Pradeep Viswanathan / Neowin : ChatGPT memory upgrade extends to Free users Pradeep Viswanathan / Neowin : OpenAI announces significant updates to Codex and voice agent tools Chris McKay / Maginative : OpenAI's Codex Gets a Major Upgrade: Internet Access, Voice Dictation, and Smarter PRs X: @openaidevs : We're rolling out a few updates to Codex today: 1. Codex is rolling out to ChatGPT Plus users today. It includes generous usage limits for a limited time, but during periods of high demand, we might set rate limits for Plus users so that Codex remains widely available. Sam Altman / @sama : codex gets access to the internet today! it is off by default and there are complex tradeoffs; people should read about the risks carefully and use when it makes sense. also, we are making in available in the chatgpt plus tier. Sam Altman / @sama : also, today we are making a lightweight version of memory available to the free tier of chatgpt! memory has probably become my favorite feature in chatgpt; excited for us to improve this a lot over time. @openaidevs : 4. Internet access will be available to Plus, Pro, and Team users, with support for Enterprise coming soon. Luca Beurer-Kellner / @lbeurerkellner : Codex's internet access comes with a very clear security disclaimer. What's interesting: They even provide an example of prompt injection as part of the docs. I think that's a great move. Educating users is key. [image] Simon Willison / @simonw : Here are those warnings about why you have to be careful giving Codex access to the internet https://platform.openai.com/ ... [image] @openaidevs : 3. Internet access is off by default, and can be enabled when creating a new environment or by editing an existing one. You have full control over the domains and HTTP methods Codex can use during task execution. Learn more about usage and risks in the docs: [image] @openaidevs : 2. Next, our top requested feature: You can now give Codex access to the internet during task execution to install base dependencies, run tests that need external resources, upgrade or install packages needed to build new features, and more. Luka Marr / @lukamarr : Things are about to get really interesting! 👀 Codex, OpenAI's software engineering agent that can work on many tasks in parallel, is live today for Plus users. [image] Yam Peleg / @yampeleg : This is a huge upgrade! Imo codex is one of the best coding tools out there today and my main issue with it was its lack of internet access. I wrote about my experience with codex here, it should be even more incredible now: https://x.com/...

Simon Willison's Weblog Simon Willison

Context & Ripple Effects

Codex had just moved from a terminal-oriented tool in the open-source Codex CLI to a hosted coding agent for Pro, Enterprise, and Team subscribers in its initial Codex rollout. This update broadens that hosted product to Plus while extending what it can do during a task.

The default-off setting and environment-level domain and HTTP-method controls make network access a governed capability rather than an always-on agent privilege. That matters as OpenAI exposes agentic coding to a larger paid audience.

First-order effects

  • ChatGPT Plus users gain access to Codex, while Plus, Pro, and Team users can enable internet access for individual environments and constrain the destinations and request methods it may use.
  • OpenAI must manage a wider pool of Codex usage; the stated possibility of Plus rate limits during high demand makes capacity management part of the product experience.

Second-order effects

  • Internet access can make Codex more useful for tasks that require current external resources, but the opt-in controls also place configuration responsibility on users and teams before an agent can use the web.
  • Expanding from the initial Pro, Enterprise, and Team launch to Plus increases pressure on coding-agent providers to pair broader access with controls over how agents reach external systems.

Third-order effects

  • If this rollout pattern continues, coding agents are likely to differentiate less on code generation alone and more on governed execution: permissions, network boundaries, and predictable availability.
  • The product arc from terminal-connected local tasks toward hosted, network-capable agents points to coding assistance becoming a managed work surface rather than a standalone chat feature.

The trend: AI coding tools are evolving into controlled execution environments that combine wider subscription access with progressively broader, permissioned access to external tools and information.

Discussion

  • @openaidevs @openaidevs on x
    We're rolling out a few updates to Codex today: 1. Codex is rolling out to ChatGPT Plus users today. It includes generous usage limits for a limited time, but during periods of high demand, we might set rate limits for Plus users so that Codex remains widely available.
  • @sama Sam Altman on x
    codex gets access to the internet today! it is off by default and there are complex tradeoffs; people should read about the risks carefully and use when it makes sense. also, we are making in available in the chatgpt plus tier.
  • @sama Sam Altman on x
    also, today we are making a lightweight version of memory available to the free tier of chatgpt! memory has probably become my favorite feature in chatgpt; excited for us to improve this a lot over time.
  • @openaidevs @openaidevs on x
    4. Internet access will be available to Plus, Pro, and Team users, with support for Enterprise coming soon.
  • @lbeurerkellner Luca Beurer-Kellner on x
    Codex's internet access comes with a very clear security disclaimer. What's interesting: They even provide an example of prompt injection as part of the docs. I think that's a great move. Educating users is key. [image]
  • @simonw Simon Willison on x
    Here are those warnings about why you have to be careful giving Codex access to the internet https://platform.openai.com/ ... [image]
  • @openaidevs @openaidevs on x
    3. Internet access is off by default, and can be enabled when creating a new environment or by editing an existing one. You have full control over the domains and HTTP methods Codex can use during task execution. Learn more about usage and risks in the docs: [image]
  • @openaidevs @openaidevs on x
    2. Next, our top requested feature: You can now give Codex access to the internet during task execution to install base dependencies, run tests that need external resources, upgrade or install packages needed to build new features, and more.
  • @lukamarr Luka Marr on x
    Things are about to get really interesting! 👀 Codex, OpenAI's software engineering agent that can work on many tasks in parallel, is live today for Plus users. [image]
  • @yampeleg Yam Peleg on x
    This is a huge upgrade! Imo codex is one of the best coding tools out there today and my main issue with it was its lack of internet access. I wrote about my experience with codex here, it should be even more incredible now: https://x.com/...