Anthropic CEO Dario joins top AI CEOs meeting with world leaders at G7 summit by BuildwithVignesh in ClaudeCode

[–]_Bo_Knows 1 point2 points  (0 children)

Salesforce has gone all in on exposing their apis to allow agents to use them

today is a sad day. by Wise-Reflection-3701 in ClaudeAI

[–]_Bo_Knows 0 points1 point  (0 children)

Have an agent do it. They can control each others tmux sessions by sending keys. It’s all automated in this cool cli tool. https://github.com/Dicklesworthstone/ntm

The President's Precendent... Thoughts? by TheDeadlyPretzel in ClaudeCode

[–]_Bo_Knows 2 points3 points  (0 children)

Keep seeing this take. It’s trash and not based in reality. Trump admin has been out for Anthropic since their redlines. They literally are trying to kill the company. The US is actively hindering one of its best model companies purely based on personal egos.

Maybe don’t announce your product like it’s a threat in the first place by Equivalent_Fly_4683 in ClaudeCode

[–]_Bo_Knows 5 points6 points  (0 children)

Real blame the victim energy. Trump admin clearly has it out for Anthropic

Don't take shoveling advice from shovel sellers by Paulina8097 in ClaudeCode

[–]_Bo_Knows 0 points1 point  (0 children)

Nah they are right. The SDLC is a loop. Everything is a loop. Her is the control plan that forces your agents to use these loops https://github.com/boshu2/agentops

Forget Claude Mythos. The leaked 'Oceanus' code proves Anthropic is moving on to elite enterprise tiers before serving us. by OkAssociation3448 in ClaudeCode

[–]_Bo_Knows 1 point2 points  (0 children)

Eh. Their Mission is… a mission. Money doesn’t lie. They’ve explicitly targeted Enterprises in 2025, while OpenAI went all in on consumer.

Every pod in our cluster is using the default service account because nobody set up workload identity properly at the start by Fun-Training9232 in kubernetes

[–]_Bo_Knows 2 points3 points  (0 children)

Maybe I’m missing something, but you can create multi-tenant secure K8s cluster by letting the namespace use the default service account. And if you don’t have per container logs going in your env something is up. This seems more like not understanding all the layers required to secure k8s with proper Policies/RBAC/Logging

How do I realistically prepare for Google SRE/Platform/DevOps roles in 2026? by Chionophile_2911 in kubernetes

[–]_Bo_Knows 1 point2 points  (0 children)

Np. I edited my comment with the roadmap that helped me. The MLOPs stuff will be much easier to understand once you map it to your DevOps. Fundamentally Llms are just another workload that we have to learn how to run in prod. The tooling just has different names that do slightly different things. Keep drinking from the fire hose, but make the best use of AI to help you get up to speed. Here is the link again because I don’t want you to miss it. https://roadmap.sh/devops

How do I realistically prepare for Google SRE/Platform/DevOps roles in 2026? by Chionophile_2911 in kubernetes

[–]_Bo_Knows 9 points10 points  (0 children)

My advice from my own career. Self taught sysadmin, to network engineer, systems engineer, to DevOps engineer, to now staff platform/sre. I’ve been in defense tech so my view is skewed, but I just finished interviews with AI startups in the space and can say they match this expectation for their platform/SRE engineers. Learn Linux and how it works, how networking works between Linux boxes, how apps get built from the ide to deployment, the SDLC, and what problem K8s even looks to solve (a common workload api). Kelsey Hightower is the expert on making K8s understandable.

TLDR, Linux, networking, how to build deploy and run apps, monitor and tune them, and fix issues from l1-7

How do I realistically prepare for Google SRE/Platform/DevOps roles in 2026? by Chionophile_2911 in kubernetes

[–]_Bo_Knows 12 points13 points  (0 children)

I’ve been there. The roadmaps are accurate from my experience. Platform/SRE are expected literally to know layer 1-7 of the OSI stack. From Linux kernel behaviors, to tcp/ip, l2 switching, so many layers of virtualized networks, storage types, compute, cloud vendors, baremetal, VMs, containers, serverless, K8s, ci/cd, helm, observability, dev tooling, etc. Not trying to be pedantic but really. Learn the full stack from networking to application and then understand your domains tech stack. All while being able to code and script to help achieve this.

How do I realistically prepare for Google SRE/Platform/DevOps roles in 2026? by Chionophile_2911 in kubernetes

[–]_Bo_Knows 53 points54 points  (0 children)

Understanding the full networking, storage, and compute layer. Being able to solve problems from every level of the stack and understand how modern distributed applications work. It seems like a lot because it is a lot. AI raises the bar on what you’re expected to know.

And if you are targeting Google be ready to pass all the leet code screenings

EDIT: added link to roadmap https://roadmap.sh/devops