Noticeable capability degradation in Claude Opus/Sonnet 4.6 after resolving #190758 #191070
Replies: 2 comments
-
|
I haven't noticed this myself but you're not the only one reporting it. It could be a server-side change on Anthropic's end rather than anything you can fix locally. A few things worth trying in the meantime, switching between Sonnet and Opus to see if one performs better for you, restarting the Copilot extension, or checking if there's a newer version of the VS Code extension available. Other than that it's probably worth waiting to see if GitHub/Anthropic acknowledge it. |
Beta Was this translation helpful? Give feedback.
-
|
You are not alone in noticing variability in model performance over time, especially when providers adjust rate limits, routing logic, or model configurations. Changes made to improve stability or reduce latency can sometimes affect how consistently the model follows instructions or generates code. A few possible reasons for the perceived drop in reasoning or code quality: • Model routing changes – requests may be handled by slightly different variants or configurations optimized for speed or cost. Things you can try on the user side:
If multiple users report similar behavior in the same time window, it often indicates backend tuning rather than an account-specific issue. Providing short reproducible examples (prompt + output differences) can also help maintainers or providers identify whether a regression has occurred. Hopefully this is temporary while configurations stabilize after the rate-limit changes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
VS Code
Body
Hi everyone,
Ever since the rate-limit issue reported in #190758 was resolved, I've observed a noticeable drop in the reasoning capabilities of both Claude Opus 4.6 and Claude Sonnet 4.6 (with Sonnet being particularly obvious) when using them inside VS Code over the past couple of days.
Specific issues I've noticed include:
Has anyone else experienced this recently? Also, are there any known user-side workarounds for this situation?
As a side note, I am a Pro+ subscriber, and I am quite dissatisfied with this unannounced degradation in service quality.
Beta Was this translation helpful? Give feedback.
All reactions