The first and most labor-dense axiom in the tree. Every attempt to close the agentic-coding gap currently runs into the same upstream wall: the public supply of verified (issue, repository snapshot, patch, test) tuples is thin, and most of what exists is either saturated or too easy.
This axiom produces the raw material. The solver delivers 50,000 tuples meeting four constraints. First, every patch must apply cleanly to the specified repository commit and cause the specified test set to transition from red to green, verified by automated git-apply and per-language test execution in sandboxed workers. Second, issues must span at least 500 unique upstream repositories to prevent overfitting to any single project's conventions. Third, the difficulty distribution across issues must match the SWE-bench Verified histogram within a specified tolerance, measured by patch-size, files-touched, and human-annotated difficulty labels on a sample. Fourth, no issue from the SWE-bench Verified held-out set may be present.
Verification is mechanical. The protocol clones each repository at the specified commit, applies the submitted patch, runs the declared test command, and records pass/fail. The axiom passes when at least 49,500 of 50,000 tuples clear the full pipeline. Difficulty distribution is checked by a chi-square against the reference histogram.
The resulting dataset is the new common crawl of agentic coding. It becomes the training substrate for AX-00008's end-to-end recipe, and it has independent value to every lab working in this space — which is why the bounty is structured to attract data-labor teams who would never touch an RL research problem directly.