Codex

All content about Codex

About Codex

Recent developments in Codex highlight enhancements in coding workflows, including the introduction of GPT-5.1-Codex-Max, which improves token efficiency and supports multi-context coding. Additionally, OpenAI has made GPT-5-Codex available to developers through API keys, facilitating integrations with IDEs like VS Code and enabling cloud delegation. These advancements reflect a growing focus on enhancing usability and safety in coding environments.

AI-generated summary based on recent news
Run Codex CLI on Mac Against gpt-oss:120b via Tailscale
Codex

Run Codex CLI on Mac Against gpt-oss:120b via Tailscale

Simon Willison shows how to run OpenAI’s Codex CLI on a Mac while offloading the actual AI model to a GPT-OSS 120B instance running on his DGX Spark via Tailscale and Ollama. It works—even for building a Space Invaders game—but it’s more of a fun hack than a daily driver.

tool cover
Codex

Superpowers 3.3 Ports SKILL.md Workflows to Codex

Superpowers 3.3.0 runs SKILL.md agent workflows on OpenAI Codex with a Claude-to-Codex mapping, bootstrap, and helper scripts. Installer available — warns it downloads and executes code (remote execution risk).

AI-Written Go: 90% of a 40k-Line Service Explained
Codex

AI-Written Go: 90% of a 40k-Line Service Explained

Armin Ronacher describes a Go project where AI wrote ~90% of 40k lines—handling raw SQL, OpenAPI REST, SDKs, and Pulumi infra. He praises speed and iteration but warns human review is essential to avoid brittle systems.