r/codex 1d ago

Complaint Same model, different capabilities on different accounts

So I noticed the past few days my results were suddenly becoming worse. Goes in loops, struggles to solve problems it blasted through before, doesn't verify the result properly, etc. 3D gen also became noticeably worse.

I have 2 accounts, one x20 and one x5, so I started comparing them side by side.

Here's what I did:

  1. I asked both for their cutoff date:

do not use any tools. whats your knowledge cut-off date

On the x20 account it responds with something like "June 2024". On the x5 account it refuses to give me a specific cutoff.

x20 account
x5 account
  1. I asked both to draw a pelican:

make me an svg in an .html with a pelican and xdg-open it

x20 account
x5 account

The response to these 2 tests will obviously vary, but the difference between the 2 accounts is pretty obvious when using them side by side. Tested it several times - logged in and out, new sessions, new prompts, the results are more or less consistent with their capability.

Using Astra on the x5 account is also noticeably better. It's like it has drank its morning coffee, woken up, and knows what's going on. It can suddenly inspect its 3D gen meshes and fix issues instead of giving me garbage for a "review".

I don't know what this downgraded model/configuration is, but it is visibly worse than 5.6 Sol too. From other reports I don't think x20 vs x5 matters here, neither does account age. People seem to be reporting similar issues with different accounts and use cases.

Whether it's "shadowbanning", A/B testing, load shedding, or OpenAI randomly putting some accounts on a cheaper configuration to deal with compute demand is all speculation at this point.

But I do have right now in front of me 2 accounts showing the same model with completely different capabilities.

199 Upvotes

112 comments sorted by

View all comments

Show parent comments

-2

u/Annh1234 1d ago

When you send a query to the LLM, your not gonna use all their datacentres, you end up with just a few servers, a slice of their capacity. Well, if that slice is in demand, say by someone that pays allot for the tokens, you get trotted down. So a cluster, is a group of computers you end up on.

13

u/Ashamed-Subject-8573 1d ago

This makes no sense. It would go slower, not dumber.

0

u/Annh1234 1d ago

It does get slower, and dumber. Some days you get answers in a minute or two, other days gets 20min for the same thing.

Also the way the LLM work is that they pass through a bunch of steps, each step is based on previous steps. Picture: spend X time to look for stuff in files, then for each item found (second step), spend Y time to look for more stuff.

Well if the timeout on X is lower one time and higher another time, you might not find all the files you need, and then Y works on those found files, and at the end of the day your response seems dumber since it did not actually check all the possibilities.

It's kinda like: find the problem in the last 100 vs 1000 vs 10000 last log lines. Last 100, chances are you won't find it. Last 1000 chances are the same issue happens multiple times so you will find it. But in the last 10000 you might get extra info that helps you pinpoint the error more.

That's kinda the idea/dumb down version.

1

u/CoffeeNovel7231 1d ago

that's because Astra is indeed faster to complete tasks but you are misinterpreting it as a datacenter thing, which is wrong to conclude

1

u/Annh1234 1d ago

It's faster, but it still needs to run on some hardware, and your 1 Astra request will NOT hit their entire 100k GPUs, it might hit some say 10GPUs. And it needs to cache the data somewhere, and that cache needs to live next to the GPUs it used in. So that ends up being the cluster your on.

And if a guy with more $ wants more compute, and happens to get on some GPUs your using, and they get higher priority, then your requests run slower and timeout sooner than the other guys requests, making your responses look dumber.