Plus plan, Codex used up 40% weekly limit on one task. Effectively unusable. You are fired! To add insult to injury, I now have to create a post of > 100 characters?
What language(s) was the code written in? Like English/Python or French/C++. Sometimes the base language can get tokenized weird, at least that is what weβve seen in the past.
Ext β Count β Purpose β
βββββββββββββββββββββββββββββββββββββββββββββββββΌββββββββΌββββββββββββββββββββββββββββββββββββββ€
β .md β 876 β governance/workflow docs, specs, β
β β β handoffs, archives β
βββββββββββββββββββββββββββββββββββββββββββββββββΌββββββββΌββββββββββββββββββββββββββββββββββββββ€
β .js β 496 β source + tests (Node) β
βββββββββββββββββββββββββββββββββββββββββββββββββΌββββββββΌββββββββββββββββββββββββββββββββββββββ€
β .mjs β 54 β scripts (ESM)
Ok, thatβs not much code if those are line counts. What language are you talking to the model in?
No those are file counts. did some further research that (.md files) is the bottleneck. Doing more research now. Codex isnβt fired yet.
OK, let us know what you find!
Just now on my Plus account 50% of the weekly limit was used up in a single prompt in a minute.
I used the reset button to restore the limits to 100% but the next prompt reset the limits to zero again, and Codex didnβt even have time to respond.
Now I have 0% of limits and 0 resets.
Update, for anyone following: instead of ranting further, I spent the week hardening my repoβs dev workflow to cut token/context burn on both Codex and Claude Code, since thatβs what triggered this post.
What changed:
- Deterministic session start/end scripts replace manual state verification with one command that prints an authoritative report.
- ~16 pre-commit validators now catch things that used to require an agent to read files and reason it out by hand (encoding compliance, half-staged file moves, handoff schema, archive-completion proof, inventory drift). Moving verification from βLLM reads and checksβ to βscript checksβ cut the most tokens.
- Effort/model gating: cheap mechanical tasks get a cheap reasoning setting; only genuinely ambiguous work gets the expensive one.
- Audited the workflow for remaining rules that still relied on manual re-verification and converted the fixable ones into scripts/hooks this week.
None of this required switching providers β itβs workflow discipline, not model choice. Still annoyed about the 40%-in-one-task thing, but at least my own setup isnβt making it worse.
If you had to pay someone to write you 800 pages of documentation.. I donβt know what people expect.. do you even read the md files?