Add Corbulo results - #55
Conversation
Corbulo is an AI code review tool. Reviews were collected from the 50 benchmark PRs forked into the corbulo-martian-benchmark org, where the Corbulo GitHub App is installed; each PR carries exactly one review posted by corbulo-core[bot]. Adds 50 review entries (251 comments: 201 inline, 50 review bodies) to benchmark_data.json, and Corbulo to the evaluated-tools table. No other tool's data is modified.
|
Hey @ciprian-cgr, thanks for submitting Corbulo. |
|
@ashleyzhang01 thanks for the reply! Wish I had that kind of usage, but Corbulo has been in development for a very long time and it's mostly been used on mine and friends private projects. As you can imagine, I have been analyzing a good number of public projects so far, but only offline and for development purposes. Any suggestions on how to move forward? I'm sure Corbulo is not the first app in this situation. |
|
@ciprian-cgr Makes sense, and you're not the first to be in this situation. Unfortunately it wouldn't be fair to make an exception for you. You're welcome to run the benchmark yourself and publish yourself how Corbulo scores. And whenever public volume picks up, ping me and I can run the evaluations. |
Adds Corbulo to the offline benchmark.
Corbulo is an AI code review tool. Per
offline/README.md, adding a tool requires forking the benchmark PRs and collecting the tool's reviews — this PR contains those reviews (steps 0 and 1). No judged outputs are included, so the results can be produced with whichever judge you prefer.What's here
offline/results/benchmark_data.json— 251 comments (201 inline, 50 review bodies)How the reviews were produced
The 50 benchmark PRs were forked with
step0_fork_prsintocorbulo-martian-benchmark, where the Corbulo GitHub App is installed. Each PR carries exactly one review, posted bycorbulo-core[bot]. Everything is public and can be inspected or re-collected withstep1_download_prs --org corbulo-martian-benchmark.Consistency
Each PR's entry matches its GitHub PR exactly — verified per PR, not just in aggregate: 201 inline comments and 50 review bodies on GitHub, the same 201 and 50 in this file, zero per-PR mismatches. No PR has an empty review.
The diff is purely additive. The only removed line is the file's closing brace; no other tool's data, and no golden comment, is modified.
Note on how the review is shaped
Blocking findings are posted as inline comments on the diff. Findings that can't be anchored to a diff line are carried in the review body, along with a summary table of everything in the review — so a reader sees the full set in one place. Since the same finding can appear both inline and in that table, the dedup pass in step 2.5 is what keeps it from counting twice.
Website: https://corbulo.dev/