Ask HN: Did Claude Sonnet 3.5 suddenly became worse for you today?
https://news.ycombinator.com/item?id=41327360Did Claude become worse today ?
I have been using it as a programming assistant. It feels like it became really bad today ?
Lazy, not writing logical code, just non-sense useless code and the style of it is reminiscent of GPT-4o for some reason.
It is so strange, it suddenly came during the night, like if there was a system update.
Is it just me or you are affected too ?
This is example of code it outputs:
if (decision === '') {
if (code === '') {
break;
}
code = code.slice(0, -2);
if (code === '') {
code = '';
}
continue;
}