
Jazzberry is an AI agent for finding bugs that is driven by real code execution. You can add Jazzberry on GitHub to start automatically getting bug reports on your pull requests.
Jazzberry is an AI agent for finding bugs that is driven by real code execution. You can add Jazzberry on GitHub to start automatically getting bug reports on your pull requests.
Jazzberry
Hey PH!
We're Mateo and Marco and we've built Jazzberry, an AI agent for finding bugs. Jazzberry is powered by running your code in a secure sandbox and integrates directly into your pull request workflow on GitHub.
When a PR is made, Jazzberry starts by cloning your repository into a secure sandbox. Our agent then examines the contents of the pull request to guide its search for bugs. In the sandbox it can write and execute your code much like a person would. When Jazzberry is done, it returns a markdown table as a comment on your PR.
You can check it out at jazzberry.ai. Looking forward to the PH community giving it a try!
Kalyxa
@mateoperez Really smart approach—running code in a sandbox to catch bugs right in the PR workflow. Makes reviewing safer and faster. Will keep an eye on how it performs!
so hyped!! congrats on launching guys!
Jazzberry
@jw_12 Thank you Jet :)
We’ve been using @Jazzberry at StarSling for a couple of weeks now and it’s amazing. The code review bots are great (especially @cubic ), but most of what I’m doing is design and UI work and Jazzberry consistently catches a lot of small bugs in my PRs (now that I think about it maybe that says more about the quality of my code 🫠). Regardless, I won't be merging in PRs without Jazzberry moving forward. Amazing product!
Jazzberry
@yonasbe Thank you for the kind words :)
StarSling and cubic are great products as well, and we are inspired by the work you all do