snorkel-ai/senior-swe-bench-v2026.06 — explained in plain English
Analysis updated 2026-05-18
Benchmark an AI coding agent's performance on real software engineering tasks.
Compare different AI models or agent frameworks using a shared evaluation set.
Run automated grading of agent-generated code fixes.
| snorkel-ai/senior-swe-bench-v2026.06 | alibaba/omnidoc-tokenbench | arccalc/dwmfix | |
|---|---|---|---|
| Stars | 43 | 43 | 43 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 3/5 | 2/5 |
| Audience | researcher | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Requires installing Harbor and an API key for the model being evaluated.
This repository holds the dataset used by Senior SWE-Bench, a benchmark from Snorkel AI that tests how well AI coding agents perform on real software engineering tasks. The README itself is short and mainly points to a separate website and documentation for the actual details of what the benchmark measures and how the tasks were built. What this repo provides is the set of public test tasks in a format readable by a tool called Harbor, an evaluation framework also made by the same team. Because Harbor can read straight from this repository, someone wanting to run the benchmark does not need to download the dataset separately, only install Harbor itself. To actually run an evaluation, a user sets an API key for whichever AI model they want to test, such as Anthropic or OpenAI, picks an agent framework and a specific model, and then runs a single Harbor command pointing at this repository. The README shows both running it through something called the Harbor Hub and running it by pointing Harbor directly at the GitHub repo. It also lists a few optional environment variables for overriding which model is used for grading and classifying the agent's attempts, but does not explain the grading process in the README itself. Overall, this repo is a data and configuration companion to the Harbor benchmarking tool rather than a standalone application, and the README is sparse, so most of the actual explanation of how the benchmark works lives on the linked website and documentation pages instead of here.
The dataset behind Senior SWE-Bench, a benchmark from Snorkel AI that measures how well AI coding agents handle real software engineering tasks.
Mainly Python. The stack also includes Python, Harbor.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.