HN user

kennethops

51 karma

Co-Founder and CEO opscompanion.ai

Posts9
Comments25
View on HN

We need to start to come up with vastly different ideas other than make more damn datacenters when we have a ton of computers on the edge. Look I wont say I have all of the answers, but we have got to start to have a conversation before this companies just use the laws to lock everyone else out.

I wrote this to start a conversation and as I get a better idea ill try to share that as well

I have been deeply getting fascinated by local LLMs and more sovereign AI, so I tried to capture my thoughts rawly. I will be following up with some more technical details, but I would love to hear what people think around this. I tried to have a little fun as well.

My fiancée has a PhD in biomechanics. A few Fridays ago we were winding down with some wine, and she said something that turned into 3 hour long conversation around where we think a lot of this technology is going. We tried our best to capture it here, would love to hear everyone's thoughts. It got my brain fixated on a few things as well

You cannot understand everything.

I 100% agree with this in a individual person sense, but in a humanity sense someone does understand linux very deeply and is very intentional on how they change it which to me is how I gain trust in it.

does trust change when the entire SLDC is AI?

a comment I cannot stop thinking about is "we need to start thinking about production as throw away" Which is a wild thought to think about when I think about on my career. We had so many dbs or servers that we couldn't touch because they were a special snowflake

Cries in defense contractor nosies. (I have)

I wanted to touch on this point but then this post started getting WAY too long.

the only change AI brings is that even first person developers don't know anymore what the fuck they just deployed.

This to me is going to make your first point 100x worse in every damn way

Honestly, the post itself reads very generated, very rage bate. I have so much more faith in us and our hobby/industry than this blog post.

Don't get me wrong. I think the future is very bright for software. I have friends who are scientist and biomedical professionals and I am excited to see what they are able to do with the powers of software where they don't need to care about syntax and can only lead with their intentions.

The rage bait part is mainly my frustrations manifesting. As an SRE my annoyances came off a little bit when it comes to how fast developers are shipping vs how fast our rails can maintain things.

The real problem isn't lack of tools - it's that the knowledge is ephemeral. This 100% the problem. This is why we are trying to capture business context and attach it to the infra itself vs just keeping it in docs.

How are you handling the drift problem? Auto-discovery polling, change events from cloud providers, or something else?

We built a pretty awesome approach to handling the drift problem. We do a combination of indexing, change even capture and then user behavior. So if a user is looking for a information we pull the live value first.

So far the feedback has clustered around a few themes:

People want it to be significantly more proactive over time, things like root cause analysis, security-style probing, or guided investigations rather than just visibility.

There’s interest in going deeper on telemetry and using it to surface higher-level insights, not just raw data or links out to other tools.

A lot of people ask whether it can eventually write to environments. The direction that’s resonated most is doing this first for new or greenfield environments. For example, going from a prototype to a production-ready AWS setup in a more agentic way. For existing environments, trust and safety are still the gating factors.

My takeaway is that read-only context earns trust first, and write access has to be very deliberate and staged.