NomiJ
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Helix – open-source self-healing back end for production crashes (88hours.github.io)
Six months ago I got tired of being woken up at 3am for bugs I already knew how to fix. So I built Helix. Bug hits Sentry. A multi-agent pipeline kicks off. QA agent writes the failing test first (TDD). Dev agent writes…
- Show HN: Self-Healing Back End That Does TDD (88hours.github.io)
- Show HN: Helix – open-source self-healing back end for production crashes (88hours.github.io)
Helix watches your error tracker (Sentry or Rollbar). When a bug hits production, a pipeline of agents kicks off automatically: 1. Crash Handler parses the webhook and extracts context 2. QA Agent follows test driven…