Being alone doesn't even bother anymore. The child inside, desparate to be heard, must have died. Life is slowly passing by, through rushed days and silent nights. I must be successful by now.
reddit.comRecommendation for the best approach
I am trying to build a system which can help me in analysing a certain set of data and identify the root cause problem. The data is mostly analytics data of a production platform which has events around what happened at the user end. Based on that I need to diagnose the real problem. The challenge is that the domain of possibility is so vast that any agent in its simplest form will easily hallucinate.
For a normal human to diagnose this it needs a couple of things.
understanding the meaning of the data itself. Error, warning, crashes
what is the best place to look for that data in the system
3)the platform knowledge itself
4)what these symptoms could mean from general understanding, public forums, dev docs, guidelines etc
- what symptoms we have seen historically and what was the conclusion
I want my system to be able to mimic this flow and specifically solve this usecase of root cause analysis. It might be dumb for all other things.
I'm pretty new to this world and would request the dear community to give some suggestions/ directions on this