terminal
howtonotcode.com
Codex CLI logo

Codex CLI

Service

OpenAI Codex describes two AI-assisted software development tools released by OpenAI. They translate natural language into code, a technology described by artificial intelligence researchers as an AI agent. On August 10, 2021, OpenAI announced Codex, a code autocompletion tool available in select IDEs such as Visual Studio Code and Neovim. It was a modified, production version of GPT-3, finetuned on gigabytes of source code in a dozen programming languages. It was the original model powering Gi

article 2 storys calendar_today First seen: 2026-02-09 update Last seen: 2026-02-14 open_in_new Website menu_book Wikipedia

Resources

Links to check for updates: homepage, feed, or git repo.

home Homepage

Stories

Showing 1-2 of 2

OpenAI Codex-Spark debuts on Cerebras for near-instant agentic coding

OpenAI launched GPT-5.3-Codex-Spark, a fast, steerable coding model served on Cerebras hardware to deliver near-instant responses for real-time agentic development. OpenAI and Cerebras unveiled a research preview of Codex-Spark aimed at live, iterative coding with responsiveness over 1,000 tokens/s, enabled by the Cerebras Wafer-Scale Engine, and designed to keep developers “in the loop” during agentic work [Cerebras announcement](https://www.cerebras.ai/blog/openai-codexspark). Independent coverage frames this as OpenAI’s first major inference move beyond Nvidia, positioning Cerebras for ultra-low-latency workloads while acknowledging capability tradeoffs versus the full GPT‑5.3‑Codex on autonomous engineering benchmarks [VentureBeat](https://venturebeat.com/technology/openai-deploys-cerebras-chips-for-15x-faster-code-generation-in-first-major) and broader speed-focused reporting [The New Stack](https://thenewstack.io/openais-new-codex-spark-is-optimized-for-speed/). On the tooling front, the openai/codex v0.99.0 release adds app‑server APIs for steering active turns, enterprise controls via requirements.toml (e.g., web search modes, network constraints), improved TUI flows, and concurrent shell command execution—useful for orchestrating agent runs with higher control and safety [GitHub release notes](https://github.com/openai/codex/releases/tag/rust-v0.99.0). For adoption patterns, a practical guide outlines “agent‑first engineering” using Codex CLI/IDE, cloud sandboxes for parallel tasks, an SDK for programmatic control, and GitHub Actions to plug agents into CI/CD with clear definitions of “done” [agentic workflow guide](https://www.gend.co/fr/blog/codex-agent-first-engineering).

calendar_today 2026-02-12
openai cerebras-systems nvidia gpt-53-codex-spark gpt-53-codex

OpenAI recommends GPT-5.3-Codex as the default agentic coding model

OpenAI now recommends GPT-5.3-Codex as the default Codex model, signaling a step-up in agentic coding and reasoning for real-world engineering. The official Codex Models page highlights GPT-5.3-Codex as the most capable, with GPT-5.2-Codex as predecessor and a smaller GPT-5.1-Codex-mini option for cost-sensitive tasks [OpenAI Codex Models](https://developers.openai.com/codex/models/)[^1]. An anecdotal report describes spending $10,000 to automate research with Codex, indicating emerging large-scale usage patterns [Practitioner report](https://links.tldrnewsletter.com/J7poJAf substantial Codex-driven automation and spend.

calendar_today 2026-02-07
openai codex gpt-53-codex gpt-52-codex gpt-51-codex-mini