Why I do not believe this shows Anthropic serves folks a worse model: 1. The percentage drop is too low and oscillating, it goes up and down. 2. The baseline of Sonnet 4.5 (the obvious choice for when they have GPU busy for the next training) should be established to see Opus at some point goes Sonnet level. This was not done but likely we would see a much sharp decline in certain days / periods. The graph would look…
4. The graph starts January 8. Why January 8? Was that an outlier high point? IIRC, Opus 4.5 was released late november.
Claude Code daily benchmarks for degradation tracking
261–270 of 372 posts
Re: Claude Code daily benchmarks for degradation tracking
#262Simply search user prompts for curse words and then measure hostility sentiment. User hostility rises as agents fail to meet expectations.
It’s not always then, but it often follows it.
Re: Claude Code daily benchmarks for degradation tracking
#263Re: Claude Code daily benchmarks for degradation tracking
#264Earlier quoted context omitted.
I assume so to make sure that they're rendering at 60FPS
Surely you mean 6fps
Re: Claude Code daily benchmarks for degradation tracking
#265Earlier quoted context omitted.
I have to concur. And to the question about understanding what its good and bad at; no, tasks that it could accomplish quickly and easily just a month ago, now require more detailed prompting and constant "erroneous direction correction." It's almost as if, as tool use and planning capabilities have expanded, Claude (as a singular product) is having a harder time coming up with simple approaches that just work, inste…
I assume, after any compacting of the context window that the session is more or less useless at that point I’ve never had consistent results after compacting.
Re: Claude Code daily benchmarks for degradation tracking
#266Earlier quoted context omitted.
Its not deterministic. Any individual floating point mul/add is deterministic, but in a GPU these are all happening in parallel and the accumulation is in the order they happen to complete. When you add A then B then C, you get a different answer than C then A then B, because floating point, approximation error, subnormals etc.
It can be made deterministic. It's not trivial and can slow it down a bit (not much) but there are environment variables you can set to make your GPU computations bitwise reproducible. I have done this in training models with Pytorch.
Unsurprising given they amount to explicit synchronization to make the order of operations deterministic.
Re: Claude Code daily benchmarks for degradation tracking
#267Hi everyone, Thariq from the Claude Code team here. Thanks for reporting this. We fixed a Claude Code harness issue that was introduced on 1/26. This was rolled back on 1/28 as soon as we found it. Run `claude update` to make sure you're on the latest version.
Re: Claude Code daily benchmarks for degradation tracking
#268[SWE-bench co-author here] It seems like they run this test on a subset of 50 tasks, and that they only run the test once per day. So a lot of the movement in accuracy could be attributed to that. I would run on 300 tasks and I'd run the test suite 5 or 10 times per day and average that score. Lots of variance in the score can come from random stuff like even Anthropic's servers being overloaded.
> I would run on 300 tasks and I'd run the test suite 5 or 10 times per day and average that score. assume this is because of model costs. anthropic could either throw some credits their way (would be worthwhile to dispel the 80 reddit posts a day about degrading models and quantization) or OP could throw up a donation / tip link
E.g. some binomial interval proportions (aka confidence intervals).
Re: Claude Code daily benchmarks for degradation tracking
#269Hi everyone, Thariq from the Claude Code team here. Thanks for reporting this. We fixed a Claude Code harness issue that was introduced on 1/26. This was rolled back on 1/28 as soon as we found it. Run `claude update` to make sure you're on the latest version.
Re: Claude Code daily benchmarks for degradation tracking
#270Hi everyone, Thariq from the Claude Code team here. Thanks for reporting this. We fixed a Claude Code harness issue that was introduced on 1/26. This was rolled back on 1/28 as soon as we found it. Run `claude update` to make sure you're on the latest version.