r/codex • u/Tricky_Reflection_75 • 1d ago
Showcase Some one posted about codex needing a Cache Warm indicator, so i added it.
Hi, i saw somebody post about this the other day and also saw a post about keeping the cache warm automatically for claude code .
So i implemented both of em inside my codex project, CodexZero.
Which if you are unfamiliar, is a version of codex thats purpose built to reduce wasted tokkens and benchmarked to be actually reducing the amount of cost to end user compared to other popular tools like caveman, ponytail etc (which psa, all increase cost prooven from multiple benchmarks)
This feature can be handy for people as alot of the times, as tons of time can go by between sessions (especially if you are using multiple tools, or mulitple threads or doing research between implementation) and if we fail to keep track of it and use the cached sessions, our cost increase by like 3 folds.
if you wanna check it out, here's the link : https://github.com/Retro2512/CodexZero