Comment by jmalicki
Neat but obvious AI slop (coming from someone who vibe codes a lot). The diagrams that don't align in the README, and a readme making ai typical bold claims that haven't been edited, make me doubt how much a human has even reviewed this software or tested it.
If the author hasn't reviewed or tested it why should anyone else bother?
I started this as a personal project to help with monitoring my personal projects. The eBPF monitoring works well - that part is solid.
The AI part is experimental, especially the idea of running inference on CPU (can't afford GPUs and didn't want to rely on OpenAI APIs, though that's where it started). It's hit-or-miss depending on the model.
Not production-tested at scale - just sharing in case it's useful to others who want to tinker with eBPF + Rust.
Full transparency: I did use AI to help write the documentation because honestly, writing docs feels boring and will review thoroughly now based on your feedback
Open sourcing something for the first times so trying and learning