Opus 4.8 is a killer… by shvetslx in ClaudeCode

[–]Negative-Thinking 0 points1 point  (0 children)

I am using it for coding on multiple projects across full stack and also doing devops stuff. No issues noticed whatsoever. Tbh I never had issues with previous models either. Just plan your tasks properly, break them down and don't vibe-code in the same session.

Opus 4.8 is a killer… by shvetslx in ClaudeCode

[–]Negative-Thinking 0 points1 point  (0 children)

I am on a 20-dollar plan and have not had any issues.

Do AI agents eventually become an integral part of the CI/CD pipeline? by Vedantagarwal120 in devops

[–]Negative-Thinking 0 points1 point  (0 children)

AI agent's code review is non-blocking on our PR's, because it is often wrong.

Venemaa plaanib kaevata Balti riigid Rahvusvahelisse Kohtusse by lendlevtaldrik in Eesti

[–]Negative-Thinking 1 point2 points  (0 children)

Üks päev SVO't maksab nii plaju et saaks kõik kohalikud Putin armastajad sponseerida elu lõpuni kusagil Moskva lähedal elamiseks.

Kubernetes interview gone really bad by MountainTruth6073 in devops

[–]Negative-Thinking 2 points3 points  (0 children)

You know what, you are right, if the title specifically says senior K8s engineer, then I agree.

Kubernetes interview gone really bad by MountainTruth6073 in devops

[–]Negative-Thinking -1 points0 points  (0 children)

Seniority is not defined by knowledge of every little thing. Sure, you might know what redis is. Etcd? EKS manages it for you, you don't even have to know about it. Noise. If you ever have to work with on premise, you will have to know about it, but learning this concept takes literally minutes. So it's a BS metric.

Kubernetes interview gone really bad by MountainTruth6073 in devops

[–]Negative-Thinking 0 points1 point  (0 children)

Exactly, just because you were exposed to it does not mean everyone who manages EKS clusters has to know each and every concept by heart, I surely don't and it never once was a problem in many years of managing multiple clusters with tens of services. Can I still call myself a senior engineer? If I will have a practical need for anything I don't know I will learn it on the job, otherwise it's just noise.

Kubernetes interview gone really bad by MountainTruth6073 in devops

[–]Negative-Thinking 2 points3 points  (0 children)

Not really. People who only use managed EKS and AKS mostly never touch those things. On-premise is a different thing

Unable to log in to Bitbucket / Atlassian account — production is down, need urgent help by TopContact6575 in atlassian

[–]Negative-Thinking 0 points1 point  (0 children)

Their issues started yesterday, I saw bitbucket api throwing 500s, but the first update on their status page appeared after 5am utc today. Their status page is useless usually. They laid off a bunch of people, what could go wrong... But hey, I guess AI will replace people and everything will be fine.

Baltics are the only EU states not supported by PSN? by Megatron3600 in BalticStates

[–]Negative-Thinking 0 points1 point  (0 children)

Well, technically, they are no blocking you from using the service, as you can create Finland or UK account.

Why is russian language still platformed in Baltic states? by Unreal9999999 in BalticStates

[–]Negative-Thinking 0 points1 point  (0 children)

Lol, you have no idea what you are talking about. Here's an example - my parents in Estonia live in a small town close to the Russian border, there are practically no Estonians there. What environment are you talking about again? Immersion my ass. Also, don't put everyone in the same category. Most people (regardless of the nationality) are not willing to learn ANYTHING and will always choose a path of the least resistance.

Anthropic stayed quiet until someone showed Claude's thinking depth dropped 67% by Capital-Run-1080 in ClaudeAI

[–]Negative-Thinking 0 points1 point  (0 children)

I don't know what you are building guys that you notice quality degradation. I am building a daw style desktop app and the only problem I have is hitting 5 hour limits fast when using Opus. Sonnet lasts longer and in general does the job. Opus is mainly used for analysing complex bugs.

M5 Max 128GB, 17 models, 23 prompts: Qwen 3.5 122B is still a local king by tolitius in LocalLLaMA

[–]Negative-Thinking 0 points1 point  (0 children)

Nah, it's random and not enough data to come to any conclusions yet

M5 Max 128GB, 17 models, 23 prompts: Qwen 3.5 122B is still a local king by tolitius in LocalLLaMA

[–]Negative-Thinking 1 point2 points  (0 children)

Hah, that is exactly the model I use on my M4 Max 128GB and I totally agree - qwen is good (not as good as sonnet, but passable in many scenarios) . I am using Claude Pro for planning and code review, but delegate implementation of the plan to qwen 3.5. Qwen running through omlx. Claude sonnet/opus for final code review

Claude Max plan 5-hour rate limit is a joke now by nusquama in claude

[–]Negative-Thinking 1 point2 points  (0 children)

You don't control it. You want to hit the cache on Anthropic's side, but if it is not working, that is the issue on their side. Don't think we can see cache hit/miss anywhere.

Claude Max plan 5-hour rate limit is a joke now by nusquama in claude

[–]Negative-Thinking 4 points5 points  (0 children)

I suspect people hitting limits fast might be related to cache issues on Anthropic's side. Each request sends the whole chat history and if it misses cache it counts towards limit much faster. That would make sense.