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.
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!