With the Claude Code shutdown. I am proud that we build Codex in the open with our OSS repo and we are 100% invested in supporting a flourishing ecosystem of agentic coding tools out there.
You can already build on top of github.com/openai/codex/tree⦠directly, which includes ChatGPT login and same usage as you get in codex. Reach out if you are a builder!
Yesterday we tightened our safeguards against spoofing the Claude Code harness after accounts were banned for triggering abuse filters from third-party harnesses using Claude subscriptions.
Codex is now generally available, with a new SDK, enterprise features, etc..
Live demo of vibe coding of a controller for the stage lights (including voice interface!).
Weβre releasing GPT-5-Codex β a version of GPT-5 further optimized for agentic coding in Codex.
Available in the Codex CLI, IDE Extension, web, mobile, and for code reviews in Github. openai.com/index/introducingβ¦
There isnβt enough being said about efficient caching when deploying models in production. Structuring your input the right way can lead to 90% tokens being cached in agentic flows. Cached input tokens are 10x cheaper than non-cached ones.
For Responses API:
1. Don't change instructions and tool in between turns
2. Only append items to the input, never change or remove
3. Set prompt_cache_key to a stable value across turns
Codex CLI now works with your ChatGPT login, with generous GPT-5 use included in the plus and pro plans.
$ brew install codex
$ codex
It's that simple.
π£ We shipped major improvements to the Codex CLI today
GPT-5, with usage included in your ChatGPT Plan (no API key needed)
Upgraded prompt, harness, approvals & sandboxing logic... you name it
Get the latest:
1. `npm install -g @openai/codex` -> v0.16
2. `codex login`
Iβm looking for interview opportunities in Canada for my friend who fled Ukraine after the Russian invasion. She has a BS in CS and 2.5y experience in enterprise Java (Spring, SQL, Hibernate, JPA). Any help is much appreciated!
Ukrainian shipping company is collecting humanitarian aid to be sent to Ukraine by plane on friday: instagram.com/p/CafcNZrlh1A/. List of required items is in post description. Please donate what you can.
I didn't think that cross-compiling the source-generator for multiple version Roslyn is something I need to worry about but it becomes a requirement if you want to run on .NET 5 but use new Roslyn features for .NET 6