#codex-discussions
1 messages · Page 70 of 1
I havent noticed this, it always just seems to compact at the same level for me
Ill get codex to have a look into the repo and see how it works - not sure if its even in there
i can feel the vibes
Is something broken with Codex? The usage is draining insanely fast
no
what a
This is an analysis of compaction history for a 8 compaction chat i had. The user section appears to grow each compaction.
Looks like it keeps all user messages in a growing list.
So youre right if your conversation goes on long enough and they dont cull some of this, over time a user conversation will grow bigger and bigger
whats in the latest update ?
it seems like every update makes the thing worse
didnt mean to reply to you ...
why is it so painfully hard to report a missing chart in this openai thing
5.5 have been literally shting itself lately
it's been killing it for me
usage ?!
its now related to usage same as 5.3 codex xhigh ?!
i mean its worth to switch back to 5.5 and have the same usage token limit rate ?!
or burns much faster
i havnt noticed a change did they change the pricing on codex 5.3?
codex sucks badly this trash can’t even train a single model correctly holy sht
I am cooked
Claude did a way better job ngl
isnt that against tos ?
What tos
Yea I think you’re lost buddy
What is bro on about
bro doesnt know what he’s talking about
tos means terms of service ... ? how didnt youo know even that simple term
Claude is bad when it comes to usage but lately codex usage been terrible as well
I’m talking about performance screw usage idc about usage as long as it performs
You give it a build doc and it forgets what it just did one step ago
What plan?
They probably fked up context window again. No wonder why the context window limit doesn't show up anymore
Plus
you literally can’t create a single thing with just one context window everything you could possibly code takes compaction
Yea makes sense
youre holding it wrong
what are you even trying to make
I got codex to write me an email today. Probably the last thing I expected to do with it
I almost have to code every line myself ts is not smart, if you give it a spec sheet it will completely abandon the spec sheet and start doing random bs
youre holding it wrong
I’m not
would your spec sheet be enough to get some 3rd world programmer on fiverr to make it from?
The more you tell your self that the less chance you have of actually using the model for anything
I literally wrote out step by step in detail what to do
6 steps, it gets to step 2 and gets completely lost
It can’t complete 6 steps in a row whatsoever
why would you not ask it to do one step at a time
6 steps to billion dollar company - first step make big $$ company.
Follow my instructions!
I feel like you guys are making calculator apps because any real data science is a complete failure
By the time it completes one step it’s compacted ten times and completely forgotten it exists
I've never had it compact so I can't relate
Wow what are you creating
other than writing emails I have no coding tasks right now anyway
got a few different sites. got it to make me a small intake -> static site generator recently, that was cute
yeah I’m trying to do bleeding edge data science it’s not smart enough for this I’m finding out the hard way
code it yourself?
yeah I paid OpenAI for no reason
W scam
I had a feeling everybody calling it good was doing like the simplest easiest stuff nobody wants to make a Spotify clone
I’m trying to create novel science
I gave it great instructions bro
I have a working prototype of a skill based system that builds entire responsive apps across ios android and web. I also have successful monetised apps with large backends and complicated subscription system etc.
If you are open to real help i can help you hold it right. But it requires learning.
I appreciate the offer but I’m not creating apps I’m creating models
I understand that doesnt make a difference. I have 3 skills one with something like 60k reference pages. And it works. I can't image that your tasks would require more than that
I bet if I told it to clone YouTube it would work in a jiffy but if you tell it to wire your training substrate to your 544 features it’s gonna forget life as we know it
the others are around 20k
544 damn
Lots of features
Got proper schemas?
How many parameters?
yeah it obviously wants me to do 20 features
I just get it to do stuff how I'd do it myself. Break the task up into bits, do one bit at a time, except I don't have to actually do the work. Its great
This is an orchestration task
you keep talking in entire apps. Clone spotify, clone youtube
Ignore it lmao
models have features right, just handling your models features is a complete fail
Until data proves it
It doesn’t want to calculate the features correctly
Give it the tools do so
Are you telling an LLM to compute the features on its own?
no
You 100% can do what want.
You do have a training pipeline yes?
I explicitly give it the math for each feature
Have it formalise it in lean first
Yeah the pipeline is spelled out in a Md
Uh
If it just followed the doc , but it’s incapable of following simple instructions end to end
Do you have scripts to compute the features is what my question was
dont use it as the calculator tho, give it a skill that has the sripts for the work
it creates scripts on its own I think
that’s another problem it tries to create a new freaking script for every little thing
Then by the time it’s done creating bloat and nonsense the repo is illegible
I don’t get it, are you getting an LLM to compute features without having a training pipeline script because that’s not how that should work
no my cpu is computing
do you have an actual model doing inference on said features
I’m not creating an llm I’m just trying to do a predictive model
So yes
What kind of model
Regression clustering etc
Ah gradient boosting
I literally give it the gbm and it takes my data and creates a benchmark without the gbm
Are you accounting for the learning rate and noise within gradients
That’s a lot of features to normalise for gbm
You’ll lose hidden relationships I mean
Google says : LightGBM is designed to handle datasets with a virtually unlimited number of features, efficiently scaling to thousands or even hundreds of thousands of attributes.
so 500 = too many?
Google also says Gradient Boosting Machines (GBMs) overfit easily when high-dimensional or noisy features allow the model to memorize training dat
I’m using tabular data which is the optimal type
Data*
All organized labeled
The problem bro is the codex just forgets everything
Like it wants me to create a calculator app and call it a day
You have to have it document it
It also depends on what model you’re using
5.5 xhigh
Then that’s weird
More like trash high
Check your workflows
Your expecting it to be a calculator, its intelligence and it can use tools, give it the tools it needs to get outputs to analyse.
I feel like you’re sending me on a wild goose chase 😭
What’s your current workflow
I’m not quite understanding what you’re getting at
I created the build doc step by step end to end and I’m trying to work through it sequentially
but the complexity screws it
Have you made codex specific workflows to keep determinism
Source control model hashes etc etc
Yeah git all that
feed that spec to a fresh chat and invoke the skill builder and give it that context to make proper verified workflow skill that’s project specific
also I’m training with my cpu do you guys think training with gpu is better?
I forgot the skill builder command
Codex keeps telling me cpu handles the gbm trees better
Inference is fast in cpu but if you have insane amounts of data gpu could speed it up with parallel compute
But always check viability and the stack
It says gpu makes it non deterministic
The overfitting techniques that you use with the model arent deterministic…
Yeah but the intent is deterministic
why dont they just make the model faster but cost more, its way to slow
Then you can compute on gpu and inference on cpu
It’s a cuda problem
let answer this with a question - If you give a model simple maths equation like this - (100 * -12)/435 How do you think it works this out?
/fast.
Yeah I’m not expecting codex to compute the math tho, that’s the job of the models I’m training all codex has to do is write the formulas
Some of the terms you use I’m not familiar with
https://lean-lang.org id get familiar with this
yea im already using fast
Interesting I’ll take a look
Thx
Right, and what skills do you give it the govern the formulas?
There has to be a rule set and constraints for how these formulas work. Where is that rule set?
I just give it the formulas myself I don’t really believe in skills they remind me of it’s shotty memory
Don’t expect LLM to tokenise them in the way you want or may be mathematically right. They don’t see formulae the same way we do
They arent Father Christmas, they are a real working system that gets attention on every turn of the conversation. They are the perfect place for you to teach the model the gaps it has
This should be as easy as you giving it the formulae, it formalising them in lean (you verifying it) then it implementing in code
And don’t the Md files I create explaining certain maths act as skills anyway?
no
Like just reference the doc I gave you 😭
Your md files get lost in context
.
Interesting
skills get attention every turn and they are injected where they are needed and not before
Or have a fresh chat do the features one by one and handoff
But if it’s in your workflow already xhigh will refresh context and follow it across compaction
And I hate how it tries to create fallbacks to everything
Like the primary option should work not this hack job fallback
As you said you’re doing bleeding edge math.
It doesn’t know what It doesn’t know
skills also dont suffer semantic diffusion during compaction
They are just read again on the next turn that needs them after compaction
Bayesian-Beta-shrunk num1-per-num2 rate: (num1 + k*p_pre) / (num + k); k=4; p_pre = prior {prior_prefix}_num1_rate_rolling_20 (creator-side resolved). Falls back to =0.395.
like heres one of my formulas for a feature idk how more exact I can be
and it just added that fall back bs that I didnt ask for
I remember finding one of these and saying “bro why hardcode”
Then it does unit tests
Failure modes
Have it compute on real data
Have a discarded set to test real compute on
yeah I have 8 million rows of the realist data
What’s realist
idk lol
just historical data
But yeah for the nature of the fields you need more comprehensive workflow than just giving it mds
I can’t say exactly but yeah
What’s your confusion matrix like have you gotten to that yet
lol. Someone just reported an obscure bug on one of my sites. Got codex to help. Codex is not much use helping, but triggered something, which WAS the bug. Me: its not field X is it Codex: unlikely, <list of reasons> Me: it is Codex: plausible .... looks at code ... agrees with me
yeah it created a matrix for me
but there’s like different matrices like I have a delta matrix
There’s a matrix for label columns
There’s a matrix for identity columns
I’m going to start living in the matrix soon
At a point the project just torpedoed out of control
It created a matrix for every freaking thing
How many lines of codes are your projects?
seems pretty self explanatory, its the plugin that allows you to make codex use your computer like a human
2 updates today
i dont think so
lulu blocks internet connections
codex didnt ask for this before
its an update thing
codex update fine and i guess this version of codex needs an aditional connnection
cpu training at 99% usage currently
if I train everything and codex forgot features I might just jump
where does the model get lost in this formula?
1. Stop the model and the work as soon as you see it got out of line and interrogate it to find what when wrong. What you will find is it will almost always so something like - ! should have done this instead of that, my bad ill do it different next time. To prevent this jsut because answer you have to tell it you want to refocus on make a change in your work flow and now you need to understand what lead it to the bad path, what in it's thinking made it do the wrong thing.
Then you can make a guard rails skill that it must use every time it does that task its doing and you can put a correction in the skill by telling it HOW to do the problematic part.
It will read the skill and not make the same mistake.
2. Find the most authoritative website on the technical explanation of the work you are doing and how the idiosyncrasies on the formulas how they work what they do etc.
I would make a script to rip it and curate its data into a skill with reference documents.
This seems like a lot of work, but it puts all of the information at needed at the finger tips of the model.
This will catch the jagged edges with the guard rails and give it the tech details with the website rip.
the thing is I’m not and no one is really an expert on every last field that an llm might touch due to its breadth of knowledge
Not much actually
This is a cop out, you certainly can do this.
because a human can read 300k lines huh?
There’s repos here with a million lines ngl
holy canolly
yeah lol but that would take all year to read destroying the advantage which is speed
insanely powerful
like if I have to stop for three months to read the code then….
“Explain this codebase to me”
What are we even doing
I do not read code LLM generates. I have been doing that for 3 years now.
I do not understand why there is sense of elitism about neurotically reading every line of code LLM generates
when I tell it to check all my data it straight up refuses it says no human or machine could do that 😭
Yeah that would defeat the whole point of the llm
Nah this is game changing
I’m supposed to be able to give it directions (detailed sequential instructions) and then it should follow my instructions step by step super simple
But instead it will get completely lost
this project is a framework, and apparently about 5000 lines of custom code added to it
damn thing burns tokens like its going out of fashion though
But then they complain about it not working
I know I do. I complain back to agent and then it is working
nice, yeah I think it can handle 5k once it gets to 100k you’re screwed
gammmeeeeee changing
bro wants me to read 300k lines 😭
uh lines of code dont make a difference o.0
Back to the agent = in discord chat?
yeah it does because context gets filled
Former is good practice
why does it need to know every aspect of you code base to function?
It needs to make it
Properly
Or have a structured way to get full coverage
Because it created 50 half done files creating technical debt that needs to be addressed
Or keep muddying my repo
my other project is apparently about 20k lines but its got old and new code running in parallel so very misleading
Why 50?
It can work in the vein of the app it needs to and not need to know anything about the rest of the project, it just needs to know the patterns to follow.
You think every dev that works on chrome knows all 13 million lines of the code base to do their work?
How much are you modularising?
It forgets what it just created an hour ago sometimes
Is it a layered architecture
Yes
With many subsystems
Kinda
How many subsystems
7?
of course it does, that's why you have git and documentation
Are all 7 interconnected or do you have tools, operator scripts as well
I put the perfect build doc in docs/ and it forgets that it’s there
Interconnected sequence
Did you make codex specific docs
But like each layer is its own thing
Like one model can have 30 heads
I think I’m training like 6 heads rn
But then each head has folds?
Your misunderstanding the llm as a tool. I dunno man good luck with.
@cedar skiff "holding it wrong"
› there's a rash of people using you in one massive context window and complaining about compaction and loss and here I am spinning you up in a new thread not even in the project root and you work fine. I
don't get it
• Most of them are using the tool badly.
The common failure mode is:
- they treat one thread like a permanent work log
- they keep piling unrelated tasks, dead hypotheses, pasted output, and partial plans into the same context
- then they’re surprised when the model has to compress aggressively and loses detail
What you’re doing is closer to the sane pattern: - narrow question
- fresh thread when the task boundary changes
- let the agent rediscover just the relevant local context
- don’t force it to carry six hours of stale reasoning
That works because codebases are usually cheaper to re-read than bad context is to preserve.
Im on the Pro model of chatgpt does anyone know if theirs a Pro 5.5 on codex i dont see it if so
Yeah I’m figuring it out I’ll make it one day just came on here to learn and vent
Plus I’m waiting for it to train
now moving on to the next step in my project
chord and progression library
to store your song progression and new progressions
wow
im boutta have app of the year
mark my words lol
Anyone know?
What number does it show above the options
I just randomly got codex to fix a bug, on the wrong computer in a non-working environment, from the wrong root, and it functioned just fine 🤷♀️
Oh pro isn’t in codex
wrong computer ?
Ah alright thanks
this computer doen't have a database server running and that particular project needs a database, so I can't actually run it
ah
? there is other problems to how ppl use it as well, there is a huge misunderstanding going on when you think lines of code matter to working with llm tools. That only matters when youre holding it wrong.
holding it wrong is probably a fair list of different things yeah
30 lines of code away from breaking 7000 lines of code for my app
big mile stone
were going for 15k lines of code
my main project is full of duplicated cruft I can't get rid of until I've fully migrated the content. This is documented, all is good, just looks pretty ordinary on the front end
whats your project ?
I have a few. The most complex is a dictionary. the one that just had a bug is a game ranking site
yup
ok
its very much an artsy fartsy hobby project
its very pink
im going to make a how to live app soon
for instance how a human should take a shower lmfao
its going to be a social media type thing though where people can request updates and additions
most of my coding is blocked by the content migration, upgrading from 2010 standards to 2020s
uuuuh tad earlier yeah
dam rip
ahh i see
I am one of those "old people" your mother warned you about
with candy, yes
take him away ! lmfao
when i get the app of the year award im going to give everyone 1000 tokens
then i need yall to program a bunch of bots to promote my project to every other country
1000? my random lets fix this bug someone just reported was "Token usage: total=1,243,929 input=1,224,815 (+ 3,373,440 cached) output=19,114 (reasoning 4,331)"
make up better words for units of currency, token is already taken
is codex desktop app not working for anyone else after updates?
CLI also not working
keep getting this error
{
"type": "error",
"error": {
"type": "invalid_request_error",
"code": "invalid_function_parameters",
"message": "Invalid schema for function '_search_content': schema must have type 'object' and not have
'oneOf'/'anyOf'/'allOf'/'enum'/'not' at the top level.",
"param": "tools[16].tools[0].parameters"
},
"status": 400
}
I have not updated, cos some random here said it broke after updating
cool projects
what?
the link in your bio
the page with the minimalist fetish
how did you make that vicous liquid simulator
pretty cool
@uneven forum
Control other devices update connection failure. Need help. How to fix the problem?
so no one else getting this error in desktop app or CLI after updating?
keep getting this error
{
"type": "error",
"error": {
"type": "invalid_request_error",
"code": "invalid_function_parameters",
"message": "Invalid schema for function '_search_content': schema must have type 'object' and not have
'oneOf'/'anyOf'/'allOf'/'enum'/'not' at the top level.",
"param": "tools[16].tools[0].parameters"
},
"status": 400
}
Update didn't break it for me
wow i might have to charge 20-50$ for this app on the app store
this is looking crrraaazzzzyyyyyyyyyyy
wow im very proud of myself
maybe a free couple days trial or something
wow
yes
dude im so serious this app is honestly so dam powerful
its really blowing my mind right now
im honestly about to upgrade to codex Pro its that serious
im in a dam zone
wow im so dam locked in right now
history in the making
compaction button is missing i wonder why they removed it
codex cli here. Lol buttons
Hey as I am using codex so much for my work. My limit got exhausted very fast. I do not have any plan right now. Which plan will great suited for me
go one higher than whatever you have now and just adjust if that's not enough too
been training for damn near 4 hours now
models and bottles
1-800-Thats Crazy
training a local model?
wow
im boutta have chat gpt optimize all my prompts before i send them into codex
i bet that would work wonders
i need to create a link between gpt and codex
@plush harbor how would that be possible ?
you're not meant to automate chatgpt ... really just copy paste if youre being legit. Don't you just talk to codex like its a very boring person you ask to do things for you?
chatgpt has context and codex doesn't for me, so I can just say to chatgpt "ducks" and it knows what I mean, codex I gotta spell it out more like "on my duck page I want a list of all ducks, can you use the same small grid format as page X and display all words that have duck as the parent" or whatever
i see
do your conversational planning in chatgpt, someone here had the really very clever tip to zip up your entire code repo and give it to chatgpt
explain
like don't waste your codex tokens having long chats about what you're going to do, show chatgpt and do all your planning there, then you can get a prompt to give to codex from chatgpt
why is Codex using ~20GB of space on my computer...
multithink 🤣
because its bugged and its logging everything 10 times per request
@wide schooner
ever have the multi compact though ?
4% left on the weekly usage
rip
"ripgrep everything"
mhm because every compact drops cache
I'm at 95% left, haven't been doing much coding
filling in content gaps from analytics and the content migration. Slow
I have nothing to do, I'm blocked by content
im wondering about something
know how codex mid task will show you a popup and you can say yes or no
i wonder if i let it hang on that screen it would eat up usage
i meant codex
ah not popup for me and I doubt it
how do i clean it other than rm -rf .codex
ask codex to delete all logs
I'm on cli, there's like no fancy options
whats cli ?
command line interface
mine looks like this, cropped so won't make sense
brother its 2026 add some swag to that
can't on this computer
computer in question ^
something like that yes, but apple
yeah it does that in cli too but not a popup
for that? Probably just sits there waiting for user input. Its pure UX not codex
2% left going to get to bed and lock in tomorrow made alot of progress today
this thing is going to cook someones iphone 17 pro lol
minimum hardware requirement iphone 30
gn bros
Is wondows remote released for Codex?
I'm using codex -> Ask Chat GPT for next step -> Codex and repeat.
Is there a way to automate the two back and forth all day
without using a mouse macro of sorts
they tend to lead each other astray
it’s gonna start talking about something completely different by the time you get back 😭
Hi, i see that codex app in windows havent allowed for remote via mobile yet, right ?
Pursue Goal? anyone know about this?
does codex support subagents??
hmmm so i was testing cusor ... composer 2.5 .. and iam amazed ..
like vs 5.3 codex .. way further ahead
like wow
like OY VEY
but token usage .. lol
4.9 million LOL
i liked the original composer 1, they have a decent harness that guides it pretty well in coding
first class
?
they have first class support, you can talk to the subagent, start and stop it, the agent can talk to it, restart it and ask it questions etc.
oh ok great
like it shows in the UI?
let me test
i thought it might be hallucinating saying it supports
yh i use the app
uff composer 2.5 is extremely intelligent ..
did some stuff i never could have that done in codex
can openai just host their binaries? msstore is a mess.
how am i supposed to update it...
is it possible to tweak temp for gpt5.5
i'm using opencode for gpt 5.5
I think it also updates from within the app?
sometimes I saw "Update" button in the app
but I barely use the app
(unless thats when store updates it while its running and then you have to click Update within the app)
but I guess it might also have delays on store
of course. and yes cli does too
i dont notice it, feels the saem to me
50% compared to when
gpt 5.4 vs 5.5 might be 50%
also isnt there still caching issue ? or did they fix it?
Thank you! This helped me a ton to diagnose where my tokens were going. Turned out I had switched from my custom config.toml to "auto-review".
"It routes approval prompts through another reviewer agent instead of waiting for you, and OpenAI’s docs explicitly say automatic review uses extra model calls and can add to Codex usage."
The other big one for me was image_detail_original = false ... I had it set to true. That was killing me with playwright screenshots.
i couldnt find it. settings > configuration shows the current version but no update checker
maybe they should ask codex to add this feature 😄
yeah it wasnt like that
just one time I opened the app and there was extra update button
so its only when there is some update
well me being not on the latest version should trigger it then, right? 🙂
oh well, cant even open it now
I guess someone here had the same thing
vscode extension much better 🤣
i get that sometimes with codex cli even, usually works after waiting a bit, seems like some lockfile race condition
maybe after updates
still does not work
meanwhile vscode extension is fine
and didnt have issue having both open before
yeah maybe I need to update in store
yea this only started for me in the last week or so with a newer version
never an issue before
yeah there is update
and then it works
well kinda
the app always fails to set up sandbox/dependencies for me
but that was since the start
while vscode extension just works with no issues
so right now I have
weird
I updated in store, not in command line though
yea i solved that by using codex to fix it in my custom surface (could have also been cli or vscode extension). give it the github link that documents that bug and it will fix it quick
just updating the app fixed that
test
what exactly the cloud feature does in codex...I have not quite understood that.
turns out it is a bug related to connected apps in Codex via ChatGPT. certain ones "break" codex, others dont. just had to switch off some and it works fine.
it sets up a cloud workspace based on a git repo and does work there. It cost 4x
you mean v0s profile pages?
with v0
so instead of making changes to local files these are made to the repo in the cloud...am I correct?
I can't connect to Codex Mobile! It's not even shown 😕
essentially, iirc it clones the repo in the cloud and then works on it that way.
I had openai support practically demand I demonstrate usage charts not working after using cloud and I said no, I'm not setting up functionality I don't already use just to report a bug that's aready all over reddit and github
i asked for a tldr once in gpt and now it does it every time o.0
what version are you on?
I do not quite understand the benefit of it....what more it offers in comparison with editing locally and then pushing to github
hello, i'm giving a try to codex after a long pause, the Pro sub gives access to GTP-5.5 Pro right ? anyone tried it for programming ? is it worth it or 5.5 is good enough?
I'm on version 26.519.31651
oh weird. same here and it shows for me and I have been conencted to mobile for a while now
not sure. reinstall maybe
I'm on Windows. Is that available for me?
5.5 is on Plus as well
remote is not officially supported for windows yet, some people found ways to force it by editing the config files
Really? How does that work?
i was mentioning this
ahhh got it. misunderstood you
the way it's written seems to tell that GPT-5.5 Pro is exclusive to pro ?
I'm on the Plus subscription.
from what i understood you need to install Codex BETA and edit the config file to force remote work, not sure if we're allowed to talk about that here but you can find everything on reddit.
(just so you know, it's not supported officially, i tried it and never worked for me, but some people got it to work)
I probably won't do that, but when will we get Codex Mobile too? Will it take 6 months or something?
no idea 😛 i hope soon
ask in the forums https://community.openai.com/
Or look up / create a ticket in their Githttps://github.com/openai/codex/issues
uhm , its already released?
i think the person asking though is using Codex on a windows machine and not Mac
For macOS, but not for Windows yet.
That startup will likely go out of business once large labs implement the feature themselves 😅
indeed, or it will be a good niche product for a few users, but in the meantime its a perfect tool. Since OpenAI started to do like Claude and ship features thats buggy (ref codex mobile) im using Omnara till it works 100 %
Okay we can do it for future ones 😉
I'm a bit late at chiming in as I didn't see the question till now, but I agree. One of the reasons I didn't join the recent challenge is because I have no use for API credits. One other possible idea is maybe offer the choice to the winner(s), either API credits or Codex credits. I did a challenge via X recently which VB ran, that particular one offered different prizes though (Pro sub for either 6 or 12 months depending on 1st/2nd/3rd), that was fun
Yeah I will give the option to choose. Pro or plus sub I could see giving but pro is worth more so might just be some plus? Idk will figure it out before next post lol
arent they the same now, api and codex credits cost the same. so just use the api key in codex instead of oauth?
omnara?
I think so but I don't really use the API anymore 😄
i'm too poor for api too 😄
but i meant for winnings. should feel the same for the actual usage in codex
yeah I imagine the effective cost is the same
nice thing about it being Codex credits is that if someone runs over their weekly or 5 hour quota then they can just dip into the credit on that occasion they need a bit of burst usage
yea sometimes that can be nice instead of getting stuck at 95% of a goal lol
Hey guys, are you getting stream disconected all the time?
They cost the same to buy, but credits will go directly to your plans usage if you go over, while the API requires a console account and you'd need to run whatever you were doing through the API instead
Yes. If 1000 credits cost $40, then 25 credits costs $1
GPT 5.5 output costs 750 credits per 1m. On the API it's $30 per million. 750 / 25 credits = $30
So there is no difference in price between credits and API wallet. What I like about API is it runs on different, probably less congested servers meant for production-level uptime, much more vast model selection (gpt-5.3-codex-spark can't even use credits anyways), can be used for voice modalities, etc. Also I don't think API wallet will suddenly expire in 12 months like ChatGPT credits.
In light of that, if I participate and win anything in the dev challenges I'll gladly take API wallet 🙃
Anyone notice current latest VSCode codex extension missing the "context usage detail %" ?
anyone built anything profiatable regarding trading? im struggling
struggling with what specifically?
its missing in the codex desktop app
building something profitable for trading. Futures, Polymarket. anything, i feel it should be reletaively easy.
if you're struggling you could probably start a 5.5 pro-extended deep research thing to scour the internet for examples of this. then ask for step by step instructions on how to use codex to recreate one of the examples
all the time
some of the items in the menu are constantly appearing and disappearing
pretty much since forever
for usage then you have to go into codex options usage and refresh 3 times to see it
Wait a second...Does having the codex pet hatched just sitting on screen use up tokens?
I didn't use codex at all today, and noticed my 5hr limit was suddenly at 0%
Sometimes I sit here with mild FOMO for not using the latest build and experiencing the magic, but then reports like this come through 😩

cant have a pet if you use cli 👍
should the vscode extension have them?
I guess not? (and if it did, I guess it could only be within vscode)
You don't need to use the pet all and is actually an extra step to launch it anyway
But anyway, yeah if the pet uses tokens, i'm opting out. I thought it was cute to have a little bonzai buddy on screen
Turns out a real bonzai tree is less expensive 💀
ehh the codex(beta) on store is so many versions behind
guess its not really active beta
(although updated 18-May...while nonbeta 22-May)
same issue though
Error running remote compact task: stream disconnected before completion: error sending request for url (https://chatgpt.com/backend-api/codex/responses/compact)
moved past it
Ooooh, the beta is an escape hatch back to a previous stable version
They do beta tests on the stable builds
I never close PC/VSCode around 7days, just update and restart todays, now codex missing some useful UI ;(.
yea they need to add a option to not update since what the heck are they even doing ???
I think it's brilliant because nobody probably uses the beta channel and they need that feedback, so they do the ol' swaparoonie and now have 7 million beta testers 😎
the normal version is bugged like crazy, they need to stop coding the app with codex
ARGH! Is everyone else stuck on compacting since the update today?
I'm working in VS Code
(Attempting to work! 😵)
then I really wonder how did he suddenly get later version 😄
#codex-discussions message
they should really get also other places than ms store 😄
So what you're saying is there is no rollback or "previously working version" escape hatch 😔
ms store is also often blocked on corporate/company laptops
missing users 😄 (or if you get the app, then you cant update it)
goals seem to be broken in 0.133, codex marks as done then starts over
No one else at the moment, just me?
they just made it not experimental 😄
but guess thats not for cli
seems like they forgot to expose some of the goal tools to the model
no yeah
@bright swift I mentioned this feature yesterday
guess i need a minimum age not just for supply chain security but also codex slop
easy to go back in vscode 😄
Alright, into the time-machine I go! 🤣
they should just stop with the app and mobile slop and focus on the cli
and vscode
who uses ides anymore
me, because it just works there fine 😄
but I also prefer to have a proper editor
i mean i have zed installed as a code viewer but mainly just look at .md
while I cant get the app to install the dependencies/sandbox no matter what
Also in the app I click on Show Folder Tree and it just does nothing
how do you see files in the app?
i wont be caught dead with an electron app installed
you are on discord
ok discord but theres no alternative really
i tested codex app a bit but it felt so sluggish, couldnt do that all day
there are custom discord clients but also electron 😄
(can at least fork and tweak it and have plugins and such)
So if you don't use an IDE and you don't use the Codex app, what exactly are you doing?
Has anyone tried using Freqtrade with Codex now that the goal feature is available?
In the past, I tried building strategies based on my own logic and occasionally used hyper-optimization, with mixed results. But I had a thought: now that Codex can work toward a defined goal, what if we set it up to continuously research, test, and improve trading strategies?
For example, it could look for which algorithms, indicators, or functions are performing best, then hyper-optimize those strategies and randomly sample different configurations. Over time, the goal would be to find a setup that performs well across a solid timeframe, ideally with consistent profitability before testing it live.
I’m wondering if anyone has experimented with something like this yet, or if this approach even makes sense.
cli, ide and codex app are so buggy
So... basically everything is buggy except website? 😄
For anyone who has issues with Codex, see: https://discord.com/channels/974519864045756446/1507113548931666020
talking to codex in the cli
and gpt pro for high level stuff
"cli"
I have to say, after having used ChatGPT/Codex mostly exclusively, I am getting tired of this 'Windows as a second class citizen' approach they have taken, and am really close to switching over to Claude. Its unfortunate, because I really have thought highly of the output code quality, and have been on the pro plan for a few months now, but the complete disregard for things like computer use, remote control, and as of yesterday the new 'Appshots' feature- means they clearly dont care.
Ohh, you're sone of those guys... 🙄🥱
I was excited to finally try /goal.....
Apparently the word masocist is banned here?!? (Spelled correctly, of course)
why maso though. i get a goal prompt for codex from chatgpt pro, fire it off into a tmux remote dev server, return to chatgpt
another reset incoming
where is the sauce?
They ironically don't use ai to moderate this place.
I saw a recent video of a presentation to a conference audience by VB and Katiana at OpenAI. VB asked how many people used Windows. One person in the entire audience raised his hand. I don't understand but it's a fact to be recon'd with.
its the same reason why app developers build for iOs first.. the audience simply has deeper pockets
That's strange. Most devs I know use Windows.
new pfp?!
Me too (Windows dev here)
I'm quite comfortable in Linux though. My friends thinks I'm a nutbag for it. 😛
The ones who don't think I'm a "hackerman" of course.
Clearly there is a large development market because of iOS, and Mac is the reason behind it- but Windows dominates enterprise, and professional development Its kind of foolish for them to disregard it.
CLI >>>
customizable would be linux huh
also
Customizable, and yours.
As a mac user, I can respect a "uses windows, comfortable with linux" developer. That resonates with "uses mac, comfortable with linux". I love my mac, but also love Linux. If Raspberry Pi came out with an Apple Silicon killer I might even switch 100% to Linux, but as it stands the only way to have high performance Arm64 is with a mac 😩
Yeah, and that's why the Linux Desktop Dominates!
windows to me is "corporate handed me a device with everything preinstalled"
sure but you can tweak all of it and get rid of it
As a dev who used to code more into Windows itself, I'm disappointed that as Microsoft drives toward serving the needs of the masses, they continue to restrict the user's ability to make changes. They're moving toward the MacOS model.
I actually only use Linux now.
well that might also be why I am still on Win 10 😂
I pushed to move to 11 for lack of v10 support, WSL, and just keeping the system current. I waited as long as I could. It was time.
It's time.
but also because I just have 9 years old win 10 with just tons of set up and tweaks
cant be bothered to migrate all of it to 11 🤣
what about WSL?
I actually liked win11 with WSL2. It's just that I really don't want my OS to decide things for me.
I did the in-place update after weeks of getting backups from earned paranoia - weekly announcements of failed updates and systems that wouldn't boot.
I do most dev in WSL now. I used to do my Linux stuff in my cloud servers but local is SO much better. So I try as much as I can to integrate Codex between Windows and WSL. That's a challenge given sandbox, location of .codex, and other things.
But I'm really happy with WSL.
ok, but WSL/2 is also in win 10
(Have been doing Linux since 90's...)
I felt that support would be better in 11.
YMMV
Getting coffee. ☕
I am still forced to use win 11 at work laptop, where I dont have admin
Win 11 is fine when you can use third party apps to replace stuff and tweak it, but vanilla? 🤢
yea thats the windows experience i imagine 😄
Before I got into mac in 2020, I had a linux desktop with KVM/IOMMU GPU Passthrough to Windows. It was the most stable Windows experience of all time. Linux VirtIO drivers are so unbelievably solid on Windows, never saw a BSOD, never had build errors that was fixed by unplugging all USB devices and restarting. Also when it updated, it was a guest VM so I could continue working on Linux while it does its mandatory update/reboot thing. The performance was measurably higher than bare metal Windows which is insane to me.
still better than being locked out to whatever apple says and not having options...as long as you have admin on the win pc 😄
i havent really felt the need for custom stuff that goes beyond stock macos + some apps, and havent felt locked in by apple
and that is the difference between me and you 😄
My bottom line: I think MacOS/iOS, I think 💰 💸
I think MacOS/iOS, I think 🤢
no offense 🤣
use it all you want folks, but for me its always 🤢
oh and I used to repair computers as a hobby for people (long time ago)
never macs again 😂
It's a very large, but infrequent investment.
Hey @boreal holly - it seems in much of that extensive work I did on AGENTS to get it to very rigidly follow sandbox limits, I've kinda replicated what OpenAI did with their sandbox implementation, which is actually quite good.
The difference is that I'm doing this prescriptively while they code it into the platform. Mine is cross-platform and my AGENTS files are still dynamic and auto-generated. They've focused on addressing Windows insecurities as a requirement for allowing their product to work on the platform.
I'm gonna migrate all of the sandbox-oriented directives out of this environment, add them back in as a module, and do some A/B testing later vs Codex sandbox.
The meaning of all of this: I don't trust models to behave. Apparently OpenAI doesn't either. Anthropic certainly doesn't. These are weird times.
Oh yeah, and I'm still migrating behaviors to Skills. 😉
what's this rigamarole
I looked carefully. On one hand, I don't see that as alternative/different. I see that as a formalized process of behaviors that rely on underlying Skills for guidance about "how" they work. It's the next tier up. "OK bot, here are all of the things you need to do to process requests ... and these Skills describe how you are going to do them."
My AGENTS files have rules and behaviors mixed - which is how we do things before migrating to the better Skills model. I need to bust that up and then add the flow layer that you've added.
"AGENTS.md should define the law; a Skill should define the procedure."
The difference is, their final response is a strict schema structured output, where the workers have to claim what they did satisfies the requirements. This gets reviewed by a separate agent who is aggressively adversarial and will not accept "good enough" or "half finished".
Rather than AGENTS.md, I have composable requirements. Basically depending on the work they're doing, I have a short list of requirements that get merged into the real task requirements. So "no UI slop", or "must perform static code validation" are part of requirement bundles, pre-written and ready to go. It solves a number of issues that /goal doesn't even solve. For example /goal, the agent can just say "yep, all done" and completely missed a bunch of things, or did stuff incorrectly to make up time. Requirements ensure the specification and process are practically unavoidable 🙂
macOS worst platform ever
Yeah, in that respect we're absolutely using different approaches to the same goal. Ahh. I have a way to express this: I'm composing AGENTS.md files from other files that contain specific rules. I can modify a rule file, run the composer, and all of the AGENTS.md files in my systems now have that detail changed. (And again I really want to apply this to project config files and other assets.)
So ... I'm doing it backwards! I'm building AGENTS from "atomic" behaviors (essentially skills) that are defined for OS, Locality, Environment, and System, and then I'm going to bust it up into Skills folders that are oriented toward specific actions in those configurations.
( I love this stuff but I gotta get back to productive code... ) 😆
I see a lot of people on reddit talking about codex getting nerfed, is codex actually nerfed?
Reddit should be avoided
Bots? Or something else?
Reddit is worse than Discord. 
But developer concerns are valid and should be recognized.
Why tho? Just wanna know
I mean wanna know about the reason for this
Reddit has always been more of a crash-n-burn place, where people feel inclined to just bash stuff, in an expressive manner that's NSFW. It's loud vs constructive. It's people mostly expressing angst, emboldened by anonymity. In Discord, maybe because it's more of a synchronous environment, and we have moderation, it's more civil.
Oh, never thought about it that way
Of course, that's not all of Reddit. It's just historically how it's been used by, IMHO, most members.
Btw, after what context should I compact / start fresh session
Cuz the models get dumber the more context (atleast what I heard)
Use a session for a task, a specific challenge. When you're done with that task, commit, start a new session. That's generally the best way to go for many reasons.
Are these tools, like context mode or rtk good to use. I've been using context mode, but I haven't been on codex much so I don't know if it's making it better or not
*plugins
I’m trying to understand when the “Open in App” selector appears in the top-right corner and when it doesn’t.
In the later case, there is code generated in the underlying folder but the selector doesn't show up in the Codex UI. When I start a new chat in the project, I can see the drop down. Confusing.
rtk?
I noticed this too
I haven't used it personally
It claims to reduce context bloat, cuz it like filters terminal output
I don't know what rtk is. Is that some product? and "context mode"?
No, they are plugins
No clue on that.
yeah
Lemme share it
I can't look at that, maybe someone else will.
?
I mean I haven't A/B tested this vs normal codex , so I don't know if its helping much or not
I'm doing other things, so I simply don't know about various plugins. I will say however, that it's extremely important to look at anything you put into your software pipeline (plugins, extensions, dependencies, AI directives) and evaluate them for security and your own needs.
Oh, okay, I'll also have to take security more seriously now, thanks for the reminder/advice.
And thank YOU for considering security. It's really important.
You're welcome to ask about anything related to Codex here!
rtk is fantastic when used on cargo commands. The savings are astronomical in many cases. I haven't seen a lot of benefit in other commands though
cargo??
twitter is riddled with posts like this right now:
https://x.com/weswinder/status/2057882979108569103?s=20
npm but for rust programming language
hahaha TYVM
and better code 🙃
are ya'll also seeing accelerated usage limit drops?
Hi guys ! Do you know why codex is in degraded performance mode and what does it mean ?
after latest update the circle context indicator is missing in the codex app
just wanted to ask if that's true for you too, or it's a bug on my side
I can’t see it too
real question is can i max out my 20x
Any word on codex app and mobile connection fixes?
which platform? what is the specific issue you're seeing?
Not advocating, just providing info:
If you're using Codex, you might not know about this repo
openai/skillsif codex is open right now just ask codex
take a look at skills installer, what are some skills I should installand it'll know how to scan this repo for skills and install the ones you need
-- https://x.com/jxnlco/status/2057820959189483683
-- https://github.com/openai/skills
YO!! Start burning tokens!! Reset incoming
Activate fast mode
Spawn agent swarms
Hurry brethren
Degrade performance more!
I was yapping about this yesterday and no one seemed to care. Nice to see I'm not alone
post like this are all over twitter right now
for any of you dealing with accelerated usage burn please see this issue I reported yesterday:
https://github.com/openai/codex/issues/23791
Are there any advantages of cli over desktop app on codex except convenience?
Sam A hinted in a recent interview on Stripe Sessions that openclaw is coming to Codex. What do you think that's going to mean? Monthly fee to host a 24/7 agent in their cloud or bring your own server? Makes me not even want to mess with Hermes if this is coming soon.
I suppose he meant codex will be made into something like openclaw
Same thing we were talking about yesterday
Get better abilities to do more
Yo where’s the source
Not really, desktop is just a front-end for the cli anyway. I used cli exclusively for months until they came out with the desktop app, and see no reason to go back. Occasionally I’ll be in Visual Studio and quickly launch a CLI from the terminal, but that’s it. Just a quick action.
i was interviewing with OA last month for a position on the codex team, this was definitely hinted during my recruiter round interview.
Oh yeah
That's my point, there are many things that are discussed here. If you mean Android>Windows, please read changelogs and announcements yourself rather than asking everyone here.
Thanks
I get it
Our lord Tibo bout to shower us with his reset
All my homies gotta be running on fast mode rn
Android to Linux or technically thats Android to Mac since its the mac rebuilt app
Almost time...
I did launch a task that took over an hour, on Xtra High Fast, and used 10 subagents a couple hours ago. You can thank me for the reset if it comes
😂
Looks like the follow-up task is still running too, now at 13 subagents:
Its definitely comming
I never tried sub agent before, any handbook for those?
They are good when you have distinct parts of a problem to solve that can be done in parallel. You just use the phrase 'use subagents'.
In my case I have about 300 distinct projects that span the last 25 years, with millions of lines of code, and I told it that I wanted it to do a mechanical review using subagents to gather specific information I am looking for.
Is the benefit is saving time since u dont need to wait for the main thread to finish?
Yeah, mostly
Giving specific tasks to a subagent can mean the main thread is less likely to 'lose focus' if it needs to go on a wild path to research something too, but its less common.
I kinda get it now
Would u rate the feature revolutionary or just a very convenient thing to have
its mainly convenience. It doesnt give it any abilities it couldnt do (just slower) if you didnt use it. Still likely burns the same amount of tokens, just in a shorter timeframe.
Everytime these company launches a new feature, it always marketed as revolutionary and will kill <insert current tool/job> and when I tried to use it, it’s all not what was expected
Went through 7% of my weekly limit for the $200 plan in 2 hours on this latest task.
Agents can be considered as parallel vs serial processors with the same kind of benefits and tradeoffs.
(I like your comments and questions, @tiny laurel )
It’s like a cycle
using sub-agents has to do also with semantic separation, since you can leverage an orchestrator that focuses on high level loops, without getting itself polluted with the details of lower-level work which is delegated to workers
Agents are tools in the box, to be selected or not for their ability to effectively address a scenario. Get a feel for how people use them and then you'll be able to make those decisions for yourself. I tend to think of agents like GoF Design Patterns : Once someone learns about them they tend to be really over-used, and the mature developer eventually draws back to a more refined, selective approach.
Codex is stressing me out bro, I think I have to go back to hand writing code
This is cancer
A lot of us are feeling that. I'm looking for a specific place to express the pain, professionally, concisely, effectively.
I'm definitely not feeling that whatsoever
... while using a silly name like CaptainStarbuck
Stack overflow
The list of things that are broken and can't be used grows with each update.
Stressing you out due to instability or just in-general slop? I find you need to spend a good amount of time writing up a good AGENTS.MD, set good instructions in config.toml for developer_instructions, and carefully monitor its output to make sure its staying true to your goals. Otherwise you end up with the slop 10 of my coworkers are constantly pushing out thinking they are geniuses.
Anyone using Codex in the Jetbrains AI Chat plugin? It seems to be severely lacking in capabilities vs the Codex desktop harness
its the double whammy thats the killer, not only lobotomised but also draining usage...so it creates codes that needs endless followups instead of 1/2 shots and then to top it off, the usage drain is used up on fixing the original mistakes
Oh yeah, if we're talking about Codex the application and stuff, definitely bad. The app-server and v0.125.0 seem to be peak Codex as a software. But GPT-5.5 is magical
and before anyone says skill issue, doing the exact same thing i was a few weeks ago, there is an OBVIOUS difference between the output of the models, reasoning, speed, quality, usage, everything...
OMG, of course!

That means absolutely nothing if you received a software update
you really got attached to 125 haha
antigravity literally cloned the surface UX of codex with their v2 lol
i mean it means something to me, let me explain it to you in simple terms...was good, now sucks
I get cold sweats thinking about when GPT 5.6 comes out and they raise the minimum required app-server
Ok I'll try to be as specific as possible because I've been on the other side of this and I know it's annoying when people just come in to complain (Originally I was just trying to express this stress but I'll be a bit more specific now):
Ask it to do big changes -> Ok with good planning.
Ask it to do a data migration -> Does whatever it wants, creates 3 new tables, never deletes them, leaves a ton of tech debt. (This one is on me, I could be more specific on my instructions but I just found out two weeks ago it added a canonical table and left the older tables, half the app was still calling older tables even though that data wasn't being updated).
Ask it to do a tiny change (2 lines) -> Looks for it forever, does something wrong, says it fixed it.
Ask it to do a tiny change (2 lines) and then verify it works before stopping again -> Fakes it.
I was just curious. Ive seen the same.
xhigh?
5.5 medium
there you go
Impossible
When 5.5 came out I tried all of them and medium was doing best all around, should I switch?
Jacob, you're conflating model behavior with the Codex product. There is cross-over but they're different.
well for a 2 line change you shouldnt need xhigh
so sth else is wrong with your setup
i was mostly joking
I have had it tell me it fixed something 4 times and it still wasn't fixed. I have to tell it to launch playwright or manually test it to verify its being dumb. Its chain of thought will be like 'You were right for pushing back on this.' Like, no s***, now fix it.
Yeah honestly probably I'll have to dig a bit into it😂
Well I mean theoretically they haven't changed the model from release so I can only blame the app
Yeah, I've had the same AGENTS.md for a while it used to work pretty well but I guess it's time to update them
There is certainly a layer of Developer Instructions in Codex itself and we could discuss that, but I don't think most people here are ready for that.
No, you can't just blame the app. We have no idea about the instructions in your environment or your Standard/Fast or your context, or other factors that affect all of this.
Updating AGENTS is a requirement with each model.
That became a requirement around 5.3.
I'll tell you how it goes
Posted just 2 days ago: #codex-discussions message
Anyways specifically for those 2 lines of code I think it's time to start hand writing code again, it's nothing against Codex or GPT but it just seems like a cycle at this point (I rarely handwrite code, my knowledge of the codebase slowly deteriorates, I can't write code, my knowledge of the codebase deteriorates faster, I make worse prompts, my knowledge of the codebase is terrible, etc)
idk sounds like you are holding it wrong, no reason to give up on it
What I'm saying is "I've been doing the same thing as always and codex suddenly appears to have stupid_mode=true enabled" might just be a software update. If possible, try downgrading to a previously known good version
Jacob - It's just a tool. You need to aim and swing the hammer.
Not giving up on it, it's holding it differently.
I will use it for large edits, refactors, QA testing etc. (Has so many useful use cases)
I'll update the AGENTS.md do a bit of research into the model behavior, run some benchmarks to see how to get it to behave the way I want, etc.
However for those small edits I feel like it's worth it to go back to an IDE understand the codebase to:
#1 Improve quality of the prompts (better codebase knowledge allows for less vague prompts).
#2 Look for any code that is clearly wrong (could have detected this 2 weeks issue much earlier)
#3 Check for best practices.
I've written on this before: Get the assistant to write documentation into a docs folder for the application. Get it to document the code in the files. Then read the documentation so that YOU know how your system works. You will be able to guide it better, and it will be able to make much better changes with fewer tokens - otherwise you and it need to look through tons of unrelated code for every single task. That's not efficient.
FWIW, I don't use the Codex App at all (yet). I do everything with Codex in VSCode. So I can see the code, read it, read the docs, see everything that's going on ... AND make changes on my own. Codex is a tool in the kit, it's not doing everything for me.
Yeap that's what I'm moving back to
the docs will get out of sync with the code and confuse agents. code is documentation. i only put high level stuff in docs that isnt evident from the code
Truth be told, I do mermaid diagrams for high level stuff, so I get a nice visual and the agents get their high level stuff 😛
No, one of the AGENTS directives is to keep the docs current with every task. It makes a change, it documents the code, it updates the usage docs. Then it refers to that in a new session because in that session it's never seen the project before and it needs to see how things work.
and this actually helps agents too. i have instructions in my agents.md to read relevant docs first. so codex understands what the system is about and how the task fits in. remember, an agent always starts at 0 knowledge in a new session
yea this works to a degree. i just think its not a good idea to document WHAT code does, but WHY.
Function docs (and I explicitly define this in AGENTS.md) describe what a function does, not How it does it. We learn the Why from the header and the How from the syntax. These are two different things.
( typing at the same time, apparently on the same track )
Way nicer than a docs folder full of markdowns
I have development docs that explain how the application works, and I have user docs that only describe features and user-relevant details. All of this is maintained by the assistant - with my adjustments as I read and find things need to be refined.
Love it
yea mermaid is really nice for this
Mermaid is good too but it serves yet another function.
(BTW, Mermaid is limited I've been looking for a replacement. I tend to code into XMind JSON.)
I like the VSCodium integration for mermaid. It's not perfect by any means but it does a good enough and quick job describing complicated systems, and the syntax is less token heavy than JSON
i have this experiment of a semantic build graph as a spec that is kept in sync with the code, but it devolved into a lot of custom parsing so i shelved it for now
unfortunately that happens. 🙂
i believe its the way to go though for big projects
when i login with codex on the app it will say please add phone number
I don't remember that prompt. Anyone?
Which "app"? Windows? MacOS? Android? iPhone?
Hhmm google took something out of Codexs playbook, not to bad latest upgrade on antigravity
what?
From Google I/O, I once again got the impression that these companies are doing nothing but copying the exact same UI and functionality off of OpenAI. It's amazing that with revolutionary technology these primitive humans fall back on the age-old practice of "duplicate and publish", just to tick the same boxes as everyone else. Zero innovation. Amazing ... and yet, not.
They probably have lawgpt checking what they can copy, and then codexes copying and publishing. 😛
It's like iPhone ads that claim all of the wonderful things users can do with that device ... and they're just copying from Android. But their users don't know that, so their users think they're getting something special that's original and value-add from their chosen provider. 🙄
We must embolden ourselves, for a future of tomorrow, by creating The greatest Innovations mankind has ever seen!
To be fair, Cursor implemented the standard, the rest followed
Just a little creativity ... Like right after ChatGPT, everything has been a chatbot". Now everything is a dashboard.
And with Yahoo, we got a textbox and a Submit button ... then Google ... then Facebook ... then ChatGPT ...
Cursor forked VSCode. What "standard"?
For Joe to use agentic coding. VSCode did not set that standard
too much dead weight, they need to fire a lot of people to make room for innovation
There is a marketplace full of extensions that were copies of GitHub AI which sort of blow away the theory that Cursor was innovative.
need a break
Does anyone here know how to contact OpenAI to address this? I sent the same thing in #codex-security-feedback, but I think that channel is somewhat inactive. If I click on "support" I'm just brought to a list of support articles without anything in the way of actually contacting support
Codex has such an interesting memory system, I feel like with just a little bit of structure it’d be trivial to do graph rewriting on the structure
I love the summaries from fireship, have u watched it?
Is that model still up
Didn’t they depreciate it
nope it's still a thing
it says right there in the url?!
Gotta say, when your using 5.5 you get exc quality, but daym the steak is bound to be well done before you get your hands on the meal..sometimes just getting stuff done 90 % and super fast with composer 2.5 is such a relief lol
I see
Haha, well, for context, opus reviews all commits, so guess im "safe"
"lgtm" 😄
did anyone get a separate codex app under chatgpt beta on Android and how would I disable it? I don't use codecs
I have ChatGPT Beta on Android. Codex is in this app. I do not have a separate Codex app.
they want to push codex as their everything-app, so it will probably stay there
Hmmm, I dunno what that is. Did you download it from somewhere else?
I have Pixel too, Android 16. Your version?
OK. If I were you, not knowing what that is, I'd press/hold and then uninstall that app. I don't think it belongs there.
Someone else here might disagree.
I would even unload the ChatGPT app - since I'm not sure where you got that one. Then be sure to download the offical ChatGPT app.
Your data is not on the phone, it's on the OpenAI servers, so you won't lose anything.
Well, as I said, I'm on beta too, and I didn't get that.
Support for Codex (with an "X") is now official/production. It will work with MacOS, not Windows. I haven't seen anyone else say they have a separate app.
It's in the ChatGPT app
hi chat I'm back, have we got our reset yet?
how about looking at your own screen. If it's there, yes. if not, no.
there should be a bot that tags a role everytime there is a reset
just update to pro bro 😛
it's a no 🙁
then ... it's a no 🙁
this is devastating
use
less
tokens
5.4-mini ftw
Use more less
So I had fun today. Wrote my fist MCP. Connected Codex to Taiga. 🙂
Codex is fully capable of controlling something like Taiga via its rest api, but my instinct is to reduce chances of it deciding pages have fewer spelling errors if they are all deleted.
(XHIG?)
XHHIG
I tell you guys what, using the Caveman skill and reverting back to 5.4/High I was able to drop 3 of my 6 plus accounts
The token comsumption using 5.4 and the caveman skill is pennies on the dollar compared to 5.5
caveman?
@tiny laurel I'm going to post an image that's intended to be funny. We post images like this whenever someone asks for a reset. Don't be offended.
I watched my token usage go from millions/minute to thousands
Ok I have to try that!
I highly recommend
lol: "Same fix. 75% less word. Brain still big."
Its incredibly effective and also hilarious to see Codex talk like a caveman
Just do it lol
Found bug. Me squash.
Lmao 6 days 13 hours
it helps that it is half the cost per token
Aye, with no clear signs of intelligence loss - at least for me. Combining with caveman its significant savings vs 5.5
What are you making
That requires that many tokens
You’re so considerate, rarely stumbling upon this on Discord
It's all in good fun, thanks for being a sport.
Like that’s like 1200 a month
Reset got me watching birds
That game doesn’t look like it requires 6 plus subscriptions…?
maybe he is trying to make it in 24h?
Where are you getting 1200 a month? Plus is $20 🤣 I needed 6 because of 5.5 tbqh the token consumption was wild
Oh I thought you had 6 of the 200 dollar ones
Oh nooo lmao
Oof can’t imagine when promo ends
I could probably use up 6 normal accounts
Plus goes quick imo
Why would you get 6 plus subs when you could get precisely 1 Pro 5x sub 🤡 not a fan of spark and GPT Pro or sumthin?
I was getting them as needed
In hindsight thats a much better idea I agree
Try 1 pro lite and 2 plus
More Home Reseticus memes ... https://bitsforfree.com/
(Now including the latest image, immortalized)
I like to be a bit more efficient though. 5.4mini does the job well enough most of the time
I am happy with the 3 plus atm, using 5.4+Caveman I dont even come close to capping
5.5 was brutal, although it did produce. Not like it was a waste
I would say realistically 5.5 is unusable outside of a Pro sub
but that is my opinion
This month I'm doing 5.5 medium til I reach zero, then switch to 5.4-mini high and sip on the credits
Like, I've been running 5.4/High for pretty much 3 hours straight now
on 5.5 I would be sitting here waiting for my 6 accounts to cycle their 5h windows
🤞 no resets this week
Xhigh /fast all the way
I havent used it with xhigh tbh but I assume it works the same
Buffed caveman
Some people do some weird stuff in here to save tokens
Caveman is silly for sure, but the reason I use it is its actually extremely effective
"Me think long and hard until output more longer and harder"
Have you seen it leave out any info yet”
What's the name of this program of checking usage?
Official site
You can monitor your token consumption in real time a few ways
I am partial to https://github.com/graykode/abtop
lmao idk why message doubled up there
I have not no, it still gets the info it needs to across to you.
It only affects how it speaks TO YOU
It doesnt effect code, QA, or anything like that
Bet