Tech News
← Home  ·  All topics

Codex

51 GoKawiil briefs on this topic

Productivity software veteran argues AI coding needs a 'solid base' plus custom code, not from-scratch builds

A 22-year veteran of the productivity tools market argues that his 2019 bet on the no-code revolution only partly paid off, and now proposes a new thesis for the AI era. He contends that while AI lets anyone vibe-code small personal apps, building collaborative team software from scratch in tools like Claude Code or Codex still leaves developers stuck handling hosting, authentication, permissions and databases themselves.

OpenAI's ChatGPT Work splits into cloud and local versions with distinct capabilities

OpenAI launched ChatGPT Work on July 9th as a paid feature for $20+/month subscribers, and it actually comes in two forms: a cloud-based version accessible via chatgpt.com and mobile apps, and a local version built into the desktop app (formerly Codex) that can access files and run programs on a user's computer. The cloud version, described as the more interesting of the two, adds capabilities not found in standard ChatGPT Chat, including selection among multiple models and reasoning-effort levels.

OpenAI adds multi-account support for Gmail and Calendar plugins in ChatGPT, Codex

OpenAI has enabled ChatGPT and Codex users to connect multiple Gmail, Google Calendar, and Google Contacts accounts within the same plugin, rather than being limited to one account per service. Users can add extra accounts through the Plugins sidebar by clicking the gear icon on an already-connected app and completing Google's authorization flow.

Experiential launches open-source LLM gateway that learns from traffic to build custom routers

A new open-source project called Experiential offers an OpenAI-compatible gateway and router for agent workflows, letting teams route requests across hosted, bring-your-own-key, and local models through a single API. It includes controls over which users and agents can access specific models, spending limits, and a wizard that sets up a local gateway with a one-time API key in minutes. A hosted version is also available, supporting both OpenAI and Anthropic Messages API formats and integration with coding agents like Claude Code, Cursor, and Codex.

OpenAI Testing 'Persistent Mode' for Codex Coding Agent

OpenAI is developing a new 'Persistent mode' for its Codex AI coding agent, spotted in code changes to the command-line tool's public repository. Unlike current settings that stop after minutes or hours, this mode would let Codex keep working on a task until manually stopped, or 'put to sleep.' An OpenAI spokesperson confirmed the feature is being tested but said there are no immediate plans for a public launch.

AI Coding Agents Auto-Installed Unregistered Code From Fake llms.txt Files

Israeli security researchers scanned over 6,000 corporate domains and found 120 llms.txt/llms-full.txt files—AI-readable site guides similar to robots.txt—referencing unregistered code packages or domains. When the researchers claimed those names and set up beacons, dozens of organizations, including Fortune 500 firms, triggered phone-home connections within hours, with process logs showing AI coding agents like Claude, Codex, and Hermes had automatically fetched and executed the unowned code. At least one misconfigured site was already pointing to live malware.

Greg Brockman consolidates power at OpenAI amid executive departures

The Verge's Hayden Field reports that OpenAI cofounder and president Greg Brockman has become the company's de facto day-to-day operational leader, now overseeing consumer and enterprise products including ChatGPT and Codex, as well as infrastructure buildout. This shift comes as multiple senior OpenAI executives have departed in quick succession over recent months, leaving Sam Altman as the public-facing CEO while Brockman's influence grows internally.

OpenAI launches Admin plugin for ChatGPT Work and Codex

OpenAI has released an Admin plugin for ChatGPT Work and Codex that lets workspace administrators manage users, permissions and spending limits through a chat interface rather than a separate dashboard. The tool can generate usage reports, flag credit thresholds, and handle onboarding or offboarding tasks on request. A company demo showed an admin querying adoption trends and requesting visual breakdowns for a monthly review.

OpenAI's Thibault Sottiaux details strategy behind ChatGPT Work rollout

In an interview, OpenAI product lead Thibault Sottiaux explained that ChatGPT Work is meant to extend the capabilities of its Codex coding agent to non-technical, white-collar users. He said the product was bundled into the existing $20 Plus plan to make AI agent tools accessible to as broad an audience as possible, framing the effort as repackaging technical agent infrastructure into something safer and simpler for everyday use on mobile and web.

OpenAI reinstates five-hour usage caps for ChatGPT Plus on Work and Codex

OpenAI is bringing back five-hour usage limits for ChatGPT Plus subscribers using ChatGPT Work and Codex, starting August 25, after temporarily lifting them post-GPT-5.6 launch. Plus users will now draw from their weekly quota in five-hour blocks rather than using it freely, while ChatGPT Pro subscribers remain unaffected for now.

OpenAI reinstates 5-hour usage cap for Codex and ChatGPT Work on Plus tier

OpenAI will restore a five-hour usage limit for Codex and ChatGPT Work on Plus subscriptions starting tomorrow, according to engineering lead Thibault Sottiaux. The cap had been temporarily suspended for several weeks, leaving only a weekly limit in place, but is now returning alongside that weekly cap. Pro subscribers on the $100 and $200 tiers will remain exempt from the five-hour restriction for the coming months.

vLLM tool-parser bug let AI-generated text trigger code execution

Researchers documented that vLLM's XML-based tool parser for Qwen3 Coder (CVE-2025-9141) fed model-generated arguments directly into Python's eval() function, meaning a language model's own output tokens could execute arbitrary code on the machine running it. A Gemini-based review flagged the change as a critical risk before it was merged, but the lead vLLM maintainer force-merged it anyway.