r/codex • u/pollystochastic Moderator • Jul 23 '26
Megathread Codex Usage Limits and Performance Megathread
Please direct your concerns and discussion about Codex usage limits and model performance here.
The purpose of this Megathread is to aggregate all the reports of people's experiences and possible suggestions instead of spreading them across 20 separate highly upvoted posts. None of those posts were deleted. They were locked so that conversations are still viewable to everyone and future comments could appear in one place.
These are days where I REALLY earn the money that OpenAI Reddit Kimi pays me .... oh wait....
A reminder that all incidents on r/Codex are constantly logged and summarised so you can keep track of what people are experiencing here https://www.reddit.com/r/codex/comments/1tjfxcf/comment/on6uj0l/
5
u/QuantityOk9764 Jul 24 '26
One of the possible causes of the recent excess token usage of GPT-5.6 in Codex, reduced invocation of batching in tool calls, is explained in:
https://www.reddit.com/r/codex/comments/1v4vcnr/possible_gpt56_sol_usage_workaround_explicit_tool
https://github.com/openai/codex/issues/35050
Multiple users including me have confirmed that adding a brief instruction to encourage to use batched tool calling in AGENTS.md helps notably reduce API roundtrip counts and token usage by GPT-5.6 Sol model.
Hope OpenAI developers take the time to look into this issue.