Codex

All content about Codex

About Codex

Recent developments in Codex technology highlight enhancements in long-horizon coding capabilities, improved cybersecurity features, and efficient project management across various coding environments. New versions emphasize token efficiency and safety controls, while practical guides are emerging to facilitate direct interaction with Codex agents for streamlined development processes. Additionally, innovative implementations showcase the versatility of Codex in different programming contexts, although some applications remain experimental.

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.