←back to thread

634 points david927 | 1 comments | | HN request time: 0.317s | source

What are you working on? Any new ideas that you're thinking about?
Show context
aray07 ◴[] No.41342491[source]
Working on building a copilot for oncall engineers.

Goal is to automate or reduce the grunt work oncall engineers have to do.

Code is here: https://github.com/opslane/opslane

replies(1): >>41342656 #
1. rboyd ◴[] No.41342656[source]
I've been working on similar lately. Changepoint detection over our metrics time series, and using that to inform automated root cause analysis.

I think your work was mentioned on our team channel this week.

I found these papers to be pretty interesting:

https://arxiv.org/abs/2305.10638 https://arxiv.org/abs/2402.02357

Anything else I should be reading?