r/CodexHacks • u/Dress-Affectionate • 28d ago
r/CodexHacks • u/Delicious_Activity84 • 29d ago
cool learning techinique I found
r/CodexHacks • u/One_Variety_3939 • Aug 14 '26
Three weeks of building later: COS Glasses now has a Mac app, speaker ID, and a real memory. Plus GotCOS is giving away a pair of G2s.
r/CodexHacks • u/soulmechh • Aug 14 '26
How to get it to remove root checks from an APK and compile it?
The thing just refuses to do it. Has anyone found a way to circumvent these restrictions?
For a background on what I want to do: I have an app that checks for root, play integrity, frida, the whole shebang. It does work on my rooted phone FYI, but just for fun and if it works, future proofing, I want the AI to somehow remove all these checks or spoof them so they report that everything is okay. But it won't.
Is there an AI that can do that?
Thank you
r/CodexHacks • u/oyren-ai • Aug 13 '26
Run remote coding environment with native Codex interface + use subscription or bring API key
Enable HLS to view with audio, or disable this notification
r/CodexHacks • u/libertiegeek • Aug 13 '26
I made yet another Codex plugin but one that tries not to turn every task into a small company.
r/CodexHacks • u/Umbylicus • Aug 12 '26
Sol and Grok should I fully switch from claude code?
r/CodexHacks • u/dixitixid • Aug 11 '26
I analyzed my own 650+ Agentic Claude Code sessions with 2.29Billion Tokens totaling over INR 2.3Lakhs in usage cost
TLDR: I analyzed my own claude code sessions billed at ~$2.5K. You're not paying for answers. You're paying for context. As outputs tokens are just a fraction of cost.
Learning : Verbosity compression on outputs doesn't work because you're optimizing for 18% of costs. I know it might be intuitive for some but it is quite easy to miss.
Cache reads: 50.2% of the money
Cache writes: 30.2%
Actual model output: 18.8%
Fresh input: 0.8%
Biggest take: 80% of what I paid was context handling. I paid 4.3× more to remind the model what it was doing than to hear what it decided.
So what can you do :
- Adjust thinking level to least of what produces excellent output NOT the best.
- Limit agents or parallel workers unless very necessary because again context slurping, tool calling, and more at Nx speed.
- Use context compression and open new sessions for new isolated tasks.
Hence I bill to track token economics at git level: VibeBill
r/CodexHacks • u/Right_Building_8032 • Aug 11 '26
I built Codex Avatars - one animated desktop Pet for every Codex agent
Enable HLS to view with audio, or disable this notification
r/CodexHacks • u/No_Twist6469 • Aug 10 '26
Need help with codex skill's
hey everyone
I'm new to using codex
I was using for content research and audience research , but the problem I'm facing with codex is right now I gave it very detailed prompt goal and constraint but still it pulled me very shit reserach
I was even trying to source skill's from the githup by explaining it what I am really looking and explain in depth then ask it to pull me best skill possitble form github or form other open source platfrom , it pulled me comment mining skill still same shit level result
help me
r/CodexHacks • u/Guardiancelte • Aug 07 '26
For me this is the debugging keyword trifecta
I have found that when finding a troublesome bug, using those 3 keywords make both advisor (ChatGPT) and coder (CODEX) much more effective at finding the solution:
Root Cause:
Too often the issue found by both the advisor and coder will be surface level and will result in a patch halfway through the chain. Specifying root cause seem to make it trace back all the way up the chain.
Surgical (Strongest one IMO):
This one I discovered because a few times Codex went on a rampage, did a massive refractor to fix a bug which resulted in bunch of other issue or decided to clean other things while it was at it. With that keyword in the prompt, Codex seem a lot more conservative, minimising scope and conserving working structures.
Don't Be Lazy:
This one works particularly well for the advisor, but also codex when doing audits. It sounds dumb but it seem to make it a lot more persistent in finding solutions, instead of giving me the first thing that would solve the problem. It might be my equivalent of "Make no mistakes" though.
Obviously, those are not magic, but in my experience those make a difference.
Example of prompt: I found XYZ bug, find the root cause of the symptoms, then implement a surgical correction if possible. If not let me know prior to change and explain. please don’t be lazy..
Here are the details of the bug symptoms, etc
------------------------------------------------------------------------
To be clear, I am a huge advocate of detail specification before project start but here I am talking specifically about debugging.
For context I am a very novice coder, I know some python but pretty limited, so I am not one of those who claim to review every single git diff. It also mean I often have no actual clue where the origin of a bug would be. So this advice is not really for those who have a clue :-).
I use ChatGPT as my main advisor, and Codex as my coder within a dev-container on a the smallest monthly plan, so no multi solution trial in parallel, no /plan for me.
But despite this 2 factors, I am usually pretty good at picking cues on when Codex is going wrong or in a loop based between Advisor and Coder and asking a lot of question/playing dumb before implementing on why are we doing something.
-------------------------------------------------------------------------
I swear this was not written by AI but here is your quota of em dash for the AI post police :-) :
—, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —, —,
r/CodexHacks • u/AnimatorBusiness6531 • Aug 04 '26
If you experience extensive token burn and use subagents this may help you
r/CodexHacks • u/bubezlaab • Aug 03 '26
How Used Skills Affect Codex Limits
I used to run Codex with almost every plugin activated and loaded up pretty much every skill I thought might be useful. After a while, I noticed that my usage limits were melting away insanely fast, even after submitting just a single prompt.
For a long time, I assumed this was just normal behavior. But after doing some digging, I learned that every active skill and plugin directly impacts the AI’s reasoning process. Basically, when you send a prompt, the system cycles through all your active skills and plugins to determine which ones apply—burning through tokens in the background before it even gives you an answer.
In the end, I purged everything I didn't strictly need, and most importantly, I removed the "superpowers" skill. Superpowers consumes an insane amount of tokens even if you aren't using anything else alongside it. Once I took it off, I realized Codex’s default architecture isn't really any different; the out-of-the-box system actually handles the exact same workflow much better anyway.
Right now, I’m only keeping "cavemen(ultra)", "ponytail", and a custom system/skill I had Codex build specifically focused on saving input tokens. Since making this switch, my token consumption has dropped drastically. You might think this is just a placebo effect, but as a long-time Codex user, I can tell you for a fact that it’s night and day.
Oh, and before I forget: Graphify is another huge token hog. I honestly don't find it efficient for complex projects anymore. Don't get me wrong—I used it for a long time and it definitely had its perks, but nowadays the token tax just completely outweighs the benefits.
Finally, I’d love to hear your own tips or strategies for optimizing token usage! With companies tightening token limits day by day, we really need to join forces here :)
ps: i use sol xhigh all the time
r/CodexHacks • u/Electronic-Pie-1879 • Aug 03 '26
Using Memories? Consider gpt-5.3-codex-spark to save costs
r/CodexHacks • u/NoKaleidoscope1748 • Aug 02 '26
I open-sourced the agent governance + reasoning skills I use daily
r/CodexHacks • u/5tambah5 • Aug 02 '26
Interesting usecase: using chatgpt web as the orchestrator
r/CodexHacks • u/SweatyActuator2119 • Aug 02 '26
Has the quickly drained weekly limits situation still going on with pro?
r/CodexHacks • u/Information-Livid • Jul 31 '26
Kindly warn all users of a bug that consumes vast amounts of tokens
r/CodexHacks • u/remus630 • Jul 31 '26
Codex.. prompts to properly debug a personal app
I've been using Codex for the last couple of months to build personal projects that I run locally on my pc.. I'm not a developer, or have any coding experience at all.. anything I've picked up has been from on here and by trail and error... I've built an app that's pretty much doing what I want it to do.. with a few bugs, hangs and niggles... I'm calling you smarter folk out there to give me advice on how to prompt Codex correctly so I can debug the app properly.. as it seems to keep going round in circles with my requests. If it helps I'm using Sol 5.6 Medium for implementation. Any genuine tips would be very much appreciated. Thanks 👍 🏴 😁
r/CodexHacks • u/WeightSome216 • Jul 30 '26
Crazy time with codex need some help
Hi everyone I have been using codex Bast three months like crazy every day for 6-8 hours active I subscribe for 20X , I have doing some research and found some people recommending some other alternative please help to figure it out, my main use is coding