Live data from Hacker News

Claude Code daily benchmarks for degradation tracking

marginlab.ai

151–160 of 372 posts

Re: Claude Code daily benchmarks for degradation tracking

#151

Earlier quoted context omitted.

Load just makes LLMs behave less deterministically and likely degrade. See: https://thinkingmachines.ai/blog/defeating-nondeterminism-in... They don't have to be malicious operators in this case. It just happens.

Explain this though. The code is deterministic, even if it relies on pseudo random number generation. It doesn't just happen, someone has to make a conscious decision to force a different code path (or model) if the system is loaded.

Not deterministic. https://thinkingmachines.ai/blog/defeating-nondeterminism-in...

Re: Claude Code daily benchmarks for degradation tracking

#152

Earlier quoted context omitted.

Load just makes LLMs behave less deterministically and likely degrade. See: https://thinkingmachines.ai/blog/defeating-nondeterminism-in... They don't have to be malicious operators in this case. It just happens.

Explain this though. The code is deterministic, even if it relies on pseudo random number generation. It doesn't just happen, someone has to make a conscious decision to force a different code path (or model) if the system is loaded.

Floating point math isn't associative for operations that are associative in normal math.

Re: Claude Code daily benchmarks for degradation tracking

#153
post #60

Earlier quoted context omitted.

noob question: why would increased demand result in decreased intelligence?

It would happen if they quietly decide to serve up more aggressively distilled / quantised / smaller models when under load.

Or just reducing the reasoning tokens.

Re: Claude Code daily benchmarks for degradation tracking

#154
post #79

Earlier quoted context omitted.

This is intentional? I think delivering lower quality than what was advertised and benchmarked is borderline fraud, but YMMV.

Per Anthropic’s RCA linked in Ops post for September 2025 issues: “… To state it plainly: We never reduce model quality due to demand, time of day, or server load. …” So according to Anthropic they are not tweaking quality setting due to demand.

That's about model quality. Nothing about output quality.

Re: Claude Code daily benchmarks for degradation tracking

#155

Wouldn'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.

I don't think so. There are other knobs they can tweak to reduce load that affect quality less than quantizing. Like trimming the conversation length without telling you, reducing reasoning effort, etc.

Re: Claude Code daily benchmarks for degradation tracking

#156
post #76
post #29

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.

People were away for the holidays. What do you want them to do?

Re: Claude Code daily benchmarks for degradation tracking

#157
post #92

Earlier quoted context omitted.

They advertise the Opus 4.5 model. Secretly substituting a cheaper one to save costs would be fraud.

Old school Gemini used to do this. It was super obvious because mid day the model would go from stupid to completely brain dead. I have a screenshot of Google's FAQ on my PC from 2024-09-13 that says this (I took it to post to discord): > How do I know which model Gemini is using in its responses? > We believe in using the right model for the right task. We use various models at hand for specific tasks based on what…

> We use various models at hand for specific tasks based on what we think will provide the best experience

... for Google :)

Re: Claude Code daily benchmarks for degradation tracking

#158
This is why I run my own models. All the inference providers do sneaky things behind the scenes. They will limit the output tokens, turn off attention layers, lower reasoning, or just use a completely different model. I'm actually surprised that Claude Code experienced this, as I've experienced this the least from API and coding agents.

Re: Claude Code daily benchmarks for degradation tracking

#159

Earlier quoted context omitted.

>>> We never reduce model quality due to demand, time of day, or server load. The problems our users reported were due to infrastructure bugs alone. Just ignore the continual degradation of service day over day, long after the "infrastructure bugs" have reportedly been solved. Oh, and I've got a bridge in Brooklyn to sell ya, it's a great deal!

> We never reduce model quality due to demand, time of day, or server load Forgive me, but as a native English speaker, this sentence says exactly one thing to me; We _do_ reduce model quality, just not for these listed reasons. If they don't do it, they could put a full stop after the fifth word and save some ~~tokens~~ time.

Moreover the assurance re model quality is not re results quality.

Re: Claude Code daily benchmarks for degradation tracking

#160
post #114

Lack of transparency as regards "thinking power"-consistency is a big gripe of mine with LLM providers. It's even worse with ChatGPT and the like. E.g. I had to learn the hard way that at >45k input tokens ChatGPT 5.2 Thinking Extended bumps its intelligence down so hard that it can't follow basic instructions (or it somehow truncates the input, losing the instructions). It sucks to lose confidence in an otherwise gr…

Sounds like you ran into the Maximum Effective Context Window: https://arxiv.org/abs/2509.21361?context=cs.AI
Post reply on HN