OpenAI is pushing Codex beyond “help me write code” and into something much bigger: a way for entire teams to build internal tools, automations, and work products by describing what they want in plain language.
The pitch, repeated in an OpenAI forum discussion posted on YouTube, is simple and seductive, talk to software instead of writing it. The reality is messier. Codex can speed up work dramatically, but it doesn’t erase the hard parts of building reliable systems: data design, access controls, testing, maintenance, and accountability when something breaks.
OpenAI’s strategy shows up in two places at once: deeper integration of Codex inside ChatGPT for paying customers, and a growing lineup of specialized “agent” products, like Codex Security and a new offering called Sites, that aim to take projects from idea to deployment.
Codex is now built into ChatGPT for paying subscribers
Codex has been available inside ChatGPT since June 2025 for subscribers on Plus, Pro, Team, and Enterprise plans, according to the tech publication Volteyr. Instead of rolling out a separate tool, organizations can access Codex directly from ChatGPT’s sidebar, lowering the friction to experiment.
That convenience comes with a caveat: Codex works best for people who already have at least some technical footing. Volteyr argues it’s particularly useful for teams that want to offload routine work from software engineers, even if the people initiating requests aren’t programmers.
The publication points to examples that can be driven by plain-language prompts, including automated weekly reports, summaries of sales pipelines, or alerts for data anomalies. But the “no coding required” promise hits a wall fast when there’s no existing codebase to plug into.
Volteyr is blunt: Codex becomes far more valuable when it can connect to a repository. If you’re starting from scratch, no-code automation platforms like Make or n8n may deliver faster results than an AI coding agent. Codex doesn’t eliminate engineering, it shifts where engineering begins.
“Codex” isn’t the old Codex, and that’s part of the confusion
Even the name is a reset. The original OpenAI Codex, an API launched in 2021 that translated natural language into code, was officially discontinued in 2023, according to Proactive Academy.
Today, “Codex” is less a single product than a family of coding and automation tools tied to ChatGPT. In the OpenAI forum video, Thibault Sottiaux, introduced as Head of Codex, describes a roadmap that stretches beyond software development into research, planning, file organization, automation, data analysis, and office work like presentations.
The underlying bet is that code becomes invisible in many workflows, something the agent uses behind the scenes while the user focuses on outcomes: build a site, analyze data, generate a report, share results.
But that shift doesn’t remove the need for oversight. Proactive Academy notes that technical teams can delegate bounded tasks and standardize workflows, if they also invest in review. Productivity gains may be real, but the work moves toward verification, integration, and governance.
Sites aims to turn prompts into deployable apps, using Cloudflare’s stack
OpenAI’s second big move is about shipping, not just generating. A product called Sites, described by Pasquale Pillitteri, is positioned as a way to turn an idea into an interactive application with deployment designed for production use.
Under the hood, Sites reportedly outputs modules compatible with Cloudflare Workers, meaning the app can run on Cloudflare’s “edge” runtime, built to distribute services quickly around the world.
Sites also adds persistence, one of the key lines between a demo and a real tool. Pillitteri describes two storage options: D1, a relational database for structured, durable data (think user records or request tracking), and R2, object storage for files like images, documents, audio, and video.
That matters because the moment an app can store and retrieve real data, it starts to look like the internal tools companies rely on every day: forms, dashboards, workflows, and lightweight team apps built fast. Historically, the technical barrier to building those tools acted as a gatekeeper. OpenAI is trying to lower that gate.
Pillitteri also cites adoption numbers: more than 5 million weekly active users for Codex, up more than sixfold since the launch of a desktop app in February 2026. The same account claims non-coders make up roughly 20% of users, and are growing more than three times faster than traditional engineers. If those figures hold, they help explain the push toward office and operations work, not just software teams.
The biggest sticking point is trust. The article raises a question familiar to any U.S. company with compliance headaches: how comfortable will businesses be hosting internal tools and sensitive data on infrastructure tightly coupled to the model generating the software? Access control, auditing, regulatory compliance, and understanding what’s actually running in production become the real adoption hurdles.
Codex Security targets vulnerability fixes, not just alerts
OpenAI is also carving Codex into specialized agents, starting with security. According to SecPod, OpenAI launched Codex Security, an AI-driven security agent designed to identify vulnerabilities, validate them, and propose fixes. SecPod frames it as an evolution of an earlier tool called Aardvark.
SecPod claims Codex Security has already scanned more than 1.2 million commits and surfaced thousands of high-severity issues in major open-source projects. The promise is end-to-end automation, discovery, validation, remediation, so security teams spend less time triaging noisy alerts and more time applying actionable patches.
The competitive pressure is real. SecPod notes that Anthropic has pushed a similar idea with Claude Code Security, signaling a broader industry shift toward agent-driven security tooling.
But the risk is baked in: in security, a bad suggestion can weaken defenses, break an application, or introduce regressions. Faster remediation only works if organizations keep humans in the loop with strong review practices.
The real barrier isn’t typing code, it’s owning the system
Across the sources, the “no more technical barriers” slogan doesn’t survive contact with reality. Proactive Academy draws a clear line between audiences: individual developers get a stronger assistant for repetitive tasks; engineering teams can delegate bounded work; curious non-technical users can learn and interpret code. But people trying to build a full application without writing code may still be better served by visual no-code platforms.
Volteyr’s point reinforces the same limit: Codex isn’t the best starting point without an existing codebase or repository. The bottleneck isn’t just code generation, it’s translating a business request into something maintainable, with clean data structures, permissions, monitoring, and a plan for updates.
OpenAI’s own messaging pushes a sweeping vision: an agent that helps with nearly anything you do at a computer, documents, spreadsheets, slide decks, websites, analysis. The broader the tool, the more guardrails matter, because confidence can outpace control.
OpenAI’s bet, visible in Sites and Codex Security, is to turn the agent into a production pipeline: create, deploy, store, fix. If it works, the barrier to building software won’t disappear. It will shift into a new question that every company understands: who’s responsible when a prompt-built tool goes live and gets something wrong?
Key Takeaways
- According to Volteyr, Codex has been integrated into ChatGPT for Plus, Pro, Team, and Enterprise subscribers since June 2025.
- According to Pasquale Pillitteri, Sites targets interactive applications with storage (D1, R2) and output compatible with Cloudflare Workers.
- According to SecPod, Codex Security automates detection and patch recommendations, with more than 1.2 million commits scanned.
Frequently Asked Questions
Since when has OpenAI Codex been available in ChatGPT?
According to Volteyr, Codex has been available since June 2025 for ChatGPT Plus, Pro, Team, and Enterprise subscribers in countries where ChatGPT is available, including France.
Does Codex really let you build an app without writing code?
The sources describe prompt-based use cases, but they also highlight limitations. Volteyr notes that Codex isn’t the best starting point without an existing codebase or repository to connect, and Proactive Academy suggests that people who want to produce a complete app without coding will often be more comfortable on a visual platform.
What is Codex Security according to SecPod?
SecPod describes Codex Security as an AI-powered security agent designed to identify, validate, and propose fixes for vulnerabilities, and says it has scanned more than 1.2 million commits.
Sources
- OpenAI Codex : automatiser ses workflows et son code sans …
- OpenAI Codex : le guide de l'agent de code de ChatGPT | Proactive Academy
- Codex for Everyday Work: AI Agents Beyond Coding – YouTube
- OpenAI Codex Reveals High-Impact Vulnerabilities i | SecPod
- OpenAI Sites : Codex Transforme Vos Idées en Applications …
En tant que jeune média indépendant, The Inquirer 🇫🇷 a besoin de votre aide. Soutenez-nous en nous suivant et en nous ajoutant à vos favoris sur Google News. Merci !

















