@BHolmesDev: I never use planning mode in Codex. GPT 5.5 loves to research, so I just have a conversation and reach a pseudo-plan in…
Summary
The author explains they skip Codex's planning mode, instead using a conversation in chat to reach a pseudo-plan, then implement.
View Cached Full Text
Cached at: 05/15/26, 06:57 AM
I never use planning mode in Codex.
GPT 5.5 loves to research, so I just have a conversation and reach a pseudo-plan in chat.
Then, I let it implement, maybe with a /fork beforehand to keep that plan as a revisit-able point.
Probably the biggest switch coming from Claude Code https://t.co/5KqY6nm74D
Similar Articles
@daniel_mac8: this is amazing. do this. get codex to write its own /goal /goal + gpt-5.5 high + fast mode is the highest leverage ai …
A social media post highlighting a high-leverage AI agent configuration using Codex and GPT for goal-oriented automation.
@RoundtableSpace: Codex builds it. Claude Code reviews it. Hermes orchestrates the handoff. Three agents. One Kanban board. Nobody waitin…
Announces a workflow where three AI agents—Codex, Claude Code, and Hermes—collaborate on a Kanban board autonomously, eliminating the need for human waiting.
@Saboo_Shubham_: Codex /goal With Hermes Agent is life-changing. I updated my Hermes agent skill to give Codex a goal on the fly using T…
The author describes a workflow update using Hermes Agent and OpenAI Codex via Telegram to dynamically set and track goals on a Kanban board.
@OpenAI: Just gonna leave this here. https://chatgpt.com/codex/switch-to-codex/…
OpenAI announces a migration guide for users to switch from ChatGPT to Codex, a dedicated AI coding assistant.
Harness engineering: leveraging Codex in an agent-first world
OpenAI describes an internal experiment building a production software product with zero manually-written code using Codex agents, achieving approximately 10x faster development with 1.5M lines of code written by AI in five months. The team learned that effective agent-driven development requires engineers to focus on systems design, scaffolding, and feedback loops rather than writing code directly.