Comment by runtimepanic
5 days ago
Observability that can produce causal explanations rather than just timelines. We have great tooling for logs/metrics/traces, but very little that helps engineers understand why a distributed system behaved the way it did. Automated causal graphs for incidents still feel like an open problem.
In distributed systems, at least we have the variables, functions, pods, log traces, spans etc some pre defined structure, and some level of determinism. I would say Causality is still not fully explored territory when it comes to human brain.
When I think of human brain or may be to some extent LLMs, it's difficult to understand what is invisible. For distributed systems we will build tools, there is ongoing research in LLM Observability, but I wonder what about human brain
That you know of.