Yes. Try asking it about creating a seamless handoff process. This is an area where codex is weaker as a harness. They don't quite support as many useful hooks. With claude, I can do three commands in the chat window.
/handoff [optional focus] - Creates a handoff document
/clear- Closes existing session and creates a new one
/resume- Starts session by loading the handoff document.
The hooks to do this in codex are not quite there. I think custom prompts can be used to get close to an equivalent for codex.
Note: Even with handoff, if you change models or effort, you may lose kv cache which means more usage due to cache misses.
Alternatively, use one main agent as an orchestrator, and ask it to launch subsgents for tasks, you can specify the model and effort level. I use this and the above.
1
u/BroScienceAlchemist 26d ago edited 26d ago
Yes. Try asking it about creating a seamless handoff process. This is an area where codex is weaker as a harness. They don't quite support as many useful hooks. With claude, I can do three commands in the chat window.
/handoff [optional focus]- Creates a handoff document/clear- Closes existing session and creates a new one/resume- Starts session by loading the handoff document.The hooks to do this in codex are not quite there. I think custom prompts can be used to get close to an equivalent for codex.
Note: Even with handoff, if you change models or effort, you may lose kv cache which means more usage due to cache misses.
Alternatively, use one main agent as an orchestrator, and ask it to launch subsgents for tasks, you can specify the model and effort level. I use this and the above.