Launch HN: Jazzberry (YC X25) – AI agent for finding bugs
Published on: 2025-07-10 12:52:21
Hey HN,
We are building Jazzberry (https://jazzberry.ai), an AI bug finder that automatically tests your code when a pull request occurs to find and flag real bugs before they are merged.
Here’s a demo video: https://www.youtube.com/watch?v=L6ZTu86qK8U#t=7
We are building Jazzberry to help you find bugs in your code base. Here’s how it works:
When a PR is made, Jazzberry clones the repo into a secure sandbox. The diff from the PR is provided to the AI agent in its context window. In order to interact with the rest of the code base, the AI agent has the ability to execute bash commands within the sandbox. The output from those commands is fed back into the agent. This means that the agent can do things like read/write files, search, install packages, run interpreters, execute code, and so on. It observes the outcomes and iteratively tests to pinpoint bugs, which are then reported back in the PR as a markdown table.
Jazzberry is focused on dynamically testing your code in a sandbox
... Read full article.