7 ms·
Show HN: We built a tool that finds root cause of bugs from logs and issues
Hey HN!
We were inspired by Claude Code and built a tool that can do root cause analysis for bugs. In our experience, writing code is the tip of an iceberg for resolving bugs. It involves effort around sifting through logs, building mental model, reproducing bug and actually understanding the root cause.
We started dogfooding our own tool on opensource GitHub repos. We worked on a few issues and were able to quickly get to the root cause.
Here are a few root cause analyses we did in the last 24hours:
- Issue in Parabol Repo: https://github.com/ParabolInc/parabol/issues/11258#issuecomment-2861817806 https://github.com/ParabolInc/parabol/issues/11258#issuecomm...
- Issue in Puppet Bolt Repo: https://github.com/puppetlabs/bolt/issues/3373#issuecomment-2863968154 https://github.com/puppetlabs/bolt/issues/3373#issuecomment-...
- Issue in InfluxDB Repo: https://gist.github.com/priyankc/0e90fce913116b9014142f96a877273e https://gist.github.com/priyankc/0e90fce913116b9014142f96a87...
We would love to hear your feedback. Critical feedback would be appreciated.
Installation instructions and more info can be found at: https://hyperdrive.engineering/ https://hyperdrive.engineering/
Happy building!