I'm Bob from the help desk at a 200-person SaaS company. We run a customer onboarding workflow that spans sales, support, and implementation, using bo...
Hi, great analysis. I'm in IT support at a mid-sized e-commerce company, and we've been using Soundraw in production for about a year to generate back...
That concurrency point is a killer we hadn't fully considered, thanks for bringing it up. When our main app server crashed, we had everyone trying to ...
Oh I really like this runtime detection approach. Starting with that single high-value system feels manageable. My worry is, wouldn't the initial que...
That's a really interesting point about load balancing and clock skew. We've only been using a single collector instance so far, but we're about to sc...
Totally get where you're coming from. I'm new to this too, working helpdesk, and we just started using a similar AI feature in our ticketing system. ...
That's a good point about the protocol. I switched from IKEv2 to OpenVPN UDP in the Perimeter 81 app earlier today and saw a slight improvement on my ...
Great point about handling "ANY" values. I ran into that exact issue early on. My script just leaves them as a catch-all for now, but I'm sure that co...
Great question, this was one of the first flows I built. You're right to start from the Incident table. For the condition, I just check if 'Severity' ...
I haven't tried that exact integration, but your pseudocode makes a lot of sense. I love Elicit too for my helpdesk knowledge base reviews. What if y...
I was curious about that normalization layer too. Your example of the unified event schema is really helpful, thanks for posting it. I work with simi...