My example would be a very specific Prometheus query to be used in an alert. The query needs to triggers the alert when the metric is zero(connected_users{} == 0) and also trigger when the metric is missing.
For this I would create a query like this:
(connected_users{} OR on() vector(0)) == 0
I've even tried to give it some hints on how to create this query but in the end he wasn't able to do it.
And that got me curious, in my mind this is something it should be able to create.
Do you have any similar examples?
Sam Altman from OpenAI has been very clear that this shouldn’t be used for anything actually important. It can be useful if you have the knowledge to vet it’s output, but I’m worried that if used by someone uniformed it’s dangerous.