Earlier quoted context omitted.
IMO it should need a third party running the LLM anyway. Otherwise the evaluated company could notice they're receiving the same requests daily and discover benchmarking that way.
But that's removing a component that's critical for the test. We as users/benchmark consumers care that the service as provided by Anthropic/OpenAI/Google is consistent over time given the same model/prompt/context
Claude Code daily benchmarks for degradation tracking
221–230 of 372 posts
Re: Claude Code daily benchmarks for degradation tracking
#222Earlier quoted context omitted.
Small subtle errors that are only exposed at certain execution parts could be one. You might place things differently onto the GPU depending on how large the batch is, if you've found one way to be faster batch_size 1024. As number of concurrent incoming requests goes up, you increase batch_size. Just one possibility, guess there could be a multitude of reasons, as it's really hard to reason about until you sit with…
Wouldn't you think that was as likely to increase as decrease intelligence, so average to nil in the benchmarks?
Re: Claude Code daily benchmarks for degradation tracking
#223Earlier quoted context omitted.
It sounds like fraud to me
Does it say anywhere in their terms of service that they guarantee the quality of the model, or promise not to modify it? https://www.anthropic.com/legal/consumer-terms https://www.anthropic.com/legal/commercial-terms
Re: Claude Code daily benchmarks for degradation tracking
#224Hi 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.
Hi. Do you guys have internal degradation tests?
Re: Claude Code daily benchmarks for degradation tracking
#225Earlier quoted context omitted.
That would just add up to statistical noise instead of 10% degradation over a week.
Catastrophic error accumulation can produce more profound effects than noise.
Re: Claude Code daily benchmarks for degradation tracking
#226Simply search user prompts for curse words and then measure hostility sentiment. User hostility rises as agents fail to meet expectations.
Re: Claude Code daily benchmarks for degradation tracking
#227Re: Claude Code daily benchmarks for degradation tracking
#228Earlier quoted context omitted.
Wouldn't you think that was as likely to increase as decrease intelligence, so average to nil in the benchmarks?
No, I'm not sure how that'd make sense. Either you're making the correct (expected) calculations, or you're getting it wrong. Depending the type of wrong or how wrong, could go from "used #2 in attention instead of #1" so "blue" instead of "Blue" or whatever, to completely incoherent text and garbled output.
Re: Claude Code daily benchmarks for degradation tracking
#229Re: Claude Code daily benchmarks for degradation tracking
#230Wouldn't be surprised if they slowly start quantizing their models over time. Makes it easier to scale and reduce operational cost. Also makes a new release have more impact as it will be more notably "better" than what you've been using the past couple of days/weeks.