SWE-gen/instance
Updated 2026-07-21 04:19:20 BJT · next 2026-07-21 05:19:20 BJT
Overview

Live Dashboard of PRs collections and SWE Tasks Generation

Live state of GitHub PR collection and verifiable SWE-Bench task generation across 8 languages. Detailed per-language analysis is collapsed below — click any section to expand.

Total PRs collected
8,818
822 unique repos · 1h 0 / 24h -580,464
Total valid SWE
83
32 unique repos · 1h +18 / 24h -49,882
Overall success rate
2.9%
Valid SWE / processed 2,819
Mean difficulty_score
6.95
median 7.0, count 83

Language Progress

LanguagePRs collectedLast 1hLast 24hValid SWELast 1hLast 24hProcessedSuccess rate
Cc6210-31,736140-9,695441
3.2%
C++cpp1,3260-46,6624+1-4,035296
1.4%
Gogo1,6210-130,48213+3-8,082325
4.0%
Javajava1,1650-87,86412+3-4,005408
2.9%
JavaScriptjs8900-38,79210+3-7,127339
2.9%
Pythonpy1,1400-104,62814+7-5,044478
2.9%
Rustrust7870-71,078110-5,494255
4.3%
TypeScriptts1,2680-69,2225+1-6,400277
1.8%

Run Parameters

LanguageEval model (OPENAI)Completion model (ANTHROPIC)Concurrencymin_source_filesmax_source_files
CQwen3.6-35B-A3Bclaude-sonnet-4-616210
C++Qwen3.6-35B-A3Bclaude-sonnet-4-616210
GoQwen3.6-35B-A3Bclaude-sonnet-4-616210
JavaQwen3.6-35B-A3Bclaude-sonnet-4-616210
JavaScriptQwen3.6-35B-A3Bclaude-sonnet-4-616210
PythonQwen3.6-35B-A3Bclaude-sonnet-4-616210
RustQwen3.6-35B-A3Bclaude-sonnet-4-616210
TypeScriptQwen3.6-35B-A3Bclaude-sonnet-4-616210

Failure Reason Breakdown

click to expand
LanguageProcessedValid SWEFailedtrivial_prvalidationinfra_errortimeoutworkflow_errorOther
C4411442722731752800
C++29642921587933150
Go3251331213511434100
Java4081239620011723230
JavaScript339103291755588560
Python4781446420342184730
Rust255112441181884410
TypeScript27752721383963820

trivial_pr: the PR was judged by the LLM as too trivial (e.g. only config, docs, or dependency-version changes) and unsuitable as a SWE task.

validation: validation failed after task generation (the NOP agent did not return reward=0, or the ORACLE agent did not return reward=1).

infra_error: infrastructure error (Docker build failure, network timeout, insufficient disk space, etc.).

timeout: processing timed out (per-PR total timeout or Claude Code session timeout).

workflow_error: workflow error (PR metadata fetch failure, worktree creation failure, patch generation failure, etc.).

fix.patch Complexity

click to expand
LanguageValid SWE CountAvg fix.patch linesAvg fix.patch hunksAvg fix.patch files
C14139.5010.713.71
C++470.506.752.75
Go1384.547.693.15
Java1264.5810.424.83
JavaScript1087.004.502.40
Python14140.576.642.21
Rust11248.459.453.91
TypeScript5163.8017.008.40

Metric Definitions

click to expand

Difficulty score (difficulty_score)

Reads each valid task directory's solution/fix.patch, tests/, and instruction.md, scored statically with zero API calls by src/swegen/scoring.py.

The current formula uses log-scale continuous scoring to avoid mid-sized patches becoming hard too early. Weights: patch_scope 38%, logic_complexity 32%, context_breadth 15%, test_complexity 10%, instruction_complexity 5%.

Label thresholds: easy <= 4.0, medium <= 7.0, hard > 7.0.

Tag generation and display

tags are not computed live by the dashboard; they are generated by the LLM from PR information when swegen builds the task, and written to [metadata].tags in task.toml.

The prompt asks for tags in four parts: programming language, project layer/domain, framework/library or specific topic, and a domain-independent bug class (e.g. missing-fallback, incomplete-validation). The dashboard reads existing task.toml files, counts each language's tag occurrences and share, and treats the 4th tag as the bug class for the Bug-Class panels below.

fix.patch statistics

Patch stats come from each valid task's solution/fix.patch, filtering code files by language extension, consistent with the code-only stats in upload_march_swe_to_hf.py.

Avg fix.patch lines counts added/removed lines in code-file diffs; Avg fix.patch hunks counts @@ hunks; Avg fix.patch files counts the code files involved.

difficulty_label Distribution

click to expand
Languageeasy / medium / hardeasymediumhard
C
0 / 8 / 6
086
C++
0 / 1 / 3
013
Go
0 / 8 / 5
085
Java
0 / 7 / 5
075
JavaScript
0 / 7 / 3
073
Python
0 / 6 / 8
068
Rust
0 / 4 / 7
047
TypeScript
0 / 2 / 3
023

difficulty_score Overview

click to expand
Languagecountminp25medianmeanp75max
C144.75.76.86.938.58.9
C++45.26.77.87.508.69.3
Go133.74.25.86.177.59.4
Java125.76.36.87.248.09.7
JavaScript104.34.85.76.167.18.9
Python144.45.57.87.138.49.7
Rust114.66.58.77.829.19.2
TypeScript55.06.07.47.027.88.9

Global Top Tags

click to expand
library38 (45.8%)
backend25 (30.1%)
frontend10 (12.0%)
cli9 (10.8%)
logging4 (4.8%)
tui4 (4.8%)
missing-api3 (3.6%)
error-handling3 (3.6%)
incomplete-validation3 (3.6%)
static-analysis3 (3.6%)
api3 (3.6%)
react3 (3.6%)
python2 (2.4%)
testing2 (2.4%)
unknown-defect2 (2.4%)
podio2 (2.4%)
schema-evolution2 (2.4%)
false-positive2 (2.4%)
missing-feature2 (2.4%)
missing-implementation2 (2.4%)
httpx2 (2.4%)
api-compatibility-fix1 (1.2%)
build-system1 (1.2%)
cache-coherency1 (1.2%)
canfigger1 (1.2%)
checksum-computation-error1 (1.2%)
config-parsing1 (1.2%)
incomplete-deduplication-logic1 (1.2%)
libbpf1 (1.2%)
memory-management1 (1.2%)

Per-Language Tag Distribution

click to expand

C c

library12 (85.7%)
logging3 (21.4%)
backend2 (14.3%)
missing-api2 (14.3%)
api-compatibility-fix1 (7.1%)
build-system1 (7.1%)
cache-coherency1 (7.1%)
canfigger1 (7.1%)
checksum-computation-error1 (7.1%)
config-parsing1 (7.1%)
error-handling1 (7.1%)
incomplete-deduplication-logic1 (7.1%)
incomplete-validation1 (7.1%)
libbpf1 (7.1%)
memory-management1 (7.1%)
missing-backend1 (7.1%)
missing-cleanup-api1 (7.1%)
missing-function-implementation1 (7.1%)
missing-state-check1 (7.1%)
module-lifecycle1 (7.1%)

C++ cpp

library4 (100.0%)
podio2 (50.0%)
schema-evolution2 (50.0%)
incorrect-logic1 (25.0%)
missing-auto-detection1 (25.0%)
dynamic-window-management1 (25.0%)
egl1 (25.0%)

Go go

backend6 (46.2%)
library5 (38.5%)
static-analysis3 (23.1%)
cli2 (15.4%)
false-positive2 (15.4%)
configurable-leeway1 (7.7%)
context1 (7.7%)
http1 (7.7%)
incorrect-parsing1 (7.7%)
insecure-default1 (7.7%)
lifecycle-state-handling1 (7.7%)
missing-caching1 (7.7%)
missing-context-propagation1 (7.7%)
regex1 (7.7%)
structtag1 (7.7%)
tls1 (7.7%)
token1 (7.7%)
webhooks1 (7.7%)
whitespace-handling1 (7.7%)
wrong-function-resolution1 (7.7%)

Java java

backend9 (75.0%)
library3 (25.0%)
error-handling2 (16.7%)
api1 (8.3%)
api-response1 (8.3%)
conditional-field-inclusion1 (8.3%)
dependency-migration1 (8.3%)
dropwizard1 (8.3%)
incorrect-message1 (8.3%)
ledger1 (8.3%)
missing-error-handling1 (8.3%)
missing-error-mapping1 (8.3%)
missing-model1 (8.3%)
missing-parameter-support1 (8.3%)
missing-response-mapping1 (8.3%)
payment-api1 (8.3%)
payment-validation1 (8.3%)
rest-api1 (8.3%)
unused-dependency1 (8.3%)
java-streams1 (8.3%)

JavaScript js

frontend5 (50.0%)
react3 (30.0%)
cli2 (20.0%)
library2 (20.0%)
missing-feature2 (20.0%)
ccda1 (10.0%)
dependency-api-change1 (10.0%)
incomplete-diagnostics1 (10.0%)
incomplete-validation1 (10.0%)
missing-field-extraction1 (10.0%)
missing-prop-support1 (10.0%)
postgres1 (10.0%)
tar1 (10.0%)
trust-store1 (10.0%)
backend1 (10.0%)
platform-compatibility1 (10.0%)
unix-sockets1 (10.0%)
missing-refresh-mechanism1 (10.0%)
vscode1 (10.0%)
missing-field-display1 (10.0%)

Python py

library10 (71.4%)
backend2 (14.3%)
cli2 (14.3%)
missing-implementation2 (14.3%)
httpx2 (14.3%)
autosubmit1 (7.1%)
gui1 (7.1%)
incomplete-matching1 (7.1%)
incomplete-path-sanitization1 (7.1%)
incorrect-calculation1 (7.1%)
logging1 (7.1%)
missing-gui-config1 (7.1%)
missing-sensitive-data-redaction1 (7.1%)
path-sanitization1 (7.1%)
status-priority-handling1 (7.1%)
string-matching1 (7.1%)
template-matching1 (7.1%)
workflow1 (7.1%)
magql1 (7.1%)
missing-docstring-extraction1 (7.1%)

Rust rust

frontend4 (36.4%)
tui4 (36.4%)
cli3 (27.3%)
backend2 (18.2%)
library2 (18.2%)
budget1 (9.1%)
claude-code1 (9.1%)
command-routing1 (9.1%)
glyph-rendering-update1 (9.1%)
mcp1 (9.1%)
missing-functionality1 (9.1%)
missing-hook-implementation1 (9.1%)
missing-push-fallback1 (9.1%)
missing-validation-warning1 (9.1%)
missing-writer1 (9.1%)
process-management1 (9.1%)
python1 (9.1%)
testing1 (9.1%)
time-formatting1 (9.1%)
ui-redesign1 (9.1%)

TypeScript ts

backend3 (60.0%)
api2 (40.0%)
api-contract-update1 (20.0%)
eth-rpc-adapter1 (20.0%)
frontend1 (20.0%)
fullstack1 (20.0%)
incomplete-validation1 (20.0%)
infinite-cache-growth1 (20.0%)
optional-field-handling1 (20.0%)
polkadot-api1 (20.0%)
webrtc1 (20.0%)
missing-data-propagation1 (20.0%)

Global Top Bug Classes

click to expand

Bug class is the 4th tag in task.toml -> [metadata].tags: a domain-independent label describing the defect mechanism (e.g. missing-fallback, incomplete-validation, off-by-one-error). Generated by the LLM during swegen create and backfilled into legacy 3-tag tasks via swegen backfill-tags.

missing-api3 (3.6%)
incomplete-validation3 (3.6%)
unknown-defect2 (2.4%)
false-positive2 (2.4%)
missing-feature2 (2.4%)
missing-implementation2 (2.4%)
api-compatibility-fix1 (1.2%)
cache-coherency1 (1.2%)
checksum-computation-error1 (1.2%)
incomplete-deduplication-logic1 (1.2%)
missing-backend1 (1.2%)
missing-cleanup-api1 (1.2%)
missing-function-implementation1 (1.2%)
missing-state-check1 (1.2%)
module-lifecycle1 (1.2%)
toolchain-incompatibility1 (1.2%)
incorrect-logic1 (1.2%)
missing-auto-detection1 (1.2%)
schema-evolution1 (1.2%)
dynamic-window-management1 (1.2%)
configurable-leeway1 (1.2%)
incorrect-parsing1 (1.2%)
insecure-default1 (1.2%)
lifecycle-state-handling1 (1.2%)
missing-caching1 (1.2%)
missing-context-propagation1 (1.2%)
whitespace-handling1 (1.2%)
wrong-function-resolution1 (1.2%)
missing-existence-check1 (1.2%)
missing-backoff-logic1 (1.2%)

Per-Language Bug-Class Distribution

click to expand

Top bug classes per mainstream language. Counts are over tasks whose task.toml already carries a 4-tag entry; tasks still on the legacy 3-tag schema do not contribute until the backfill catches up.

C c14 tagged

missing-api2 (14.3%)
api-compatibility-fix1 (7.1%)
cache-coherency1 (7.1%)
checksum-computation-error1 (7.1%)
incomplete-deduplication-logic1 (7.1%)
incomplete-validation1 (7.1%)
missing-backend1 (7.1%)
missing-cleanup-api1 (7.1%)
missing-function-implementation1 (7.1%)
missing-state-check1 (7.1%)
module-lifecycle1 (7.1%)
toolchain-incompatibility1 (7.1%)
unknown-defect1 (7.1%)

C++ cpp4 tagged

incorrect-logic1 (25.0%)
missing-auto-detection1 (25.0%)
schema-evolution1 (25.0%)
dynamic-window-management1 (25.0%)

Go go13 tagged

false-positive2 (15.4%)
configurable-leeway1 (7.7%)
incorrect-parsing1 (7.7%)
insecure-default1 (7.7%)
lifecycle-state-handling1 (7.7%)
missing-caching1 (7.7%)
missing-context-propagation1 (7.7%)
whitespace-handling1 (7.7%)
wrong-function-resolution1 (7.7%)
missing-existence-check1 (7.7%)
missing-backoff-logic1 (7.7%)
wrong-default1 (7.7%)

Java java12 tagged

conditional-field-inclusion1 (8.3%)
dependency-migration1 (8.3%)
incorrect-message1 (8.3%)
missing-error-handling1 (8.3%)
missing-error-mapping1 (8.3%)
missing-model1 (8.3%)
missing-parameter-support1 (8.3%)
missing-response-mapping1 (8.3%)
unused-dependency1 (8.3%)
missing-api-feature1 (8.3%)
missing-api1 (8.3%)
duplicate-identifier1 (8.3%)

JavaScript js10 tagged

missing-feature2 (20.0%)
dependency-api-change1 (10.0%)
incomplete-diagnostics1 (10.0%)
incomplete-validation1 (10.0%)
missing-field-extraction1 (10.0%)
missing-prop-support1 (10.0%)
platform-compatibility1 (10.0%)
missing-refresh-mechanism1 (10.0%)
missing-field-display1 (10.0%)

Python py14 tagged

missing-implementation2 (14.3%)
incomplete-matching1 (7.1%)
incomplete-path-sanitization1 (7.1%)
incorrect-calculation1 (7.1%)
missing-gui-config1 (7.1%)
missing-sensitive-data-redaction1 (7.1%)
status-priority-handling1 (7.1%)
missing-docstring-extraction1 (7.1%)
missing-testing-helpers1 (7.1%)
incomplete-aggregation1 (7.1%)
metrics-calculation-error1 (7.1%)
api-refactor1 (7.1%)
api-refactoring1 (7.1%)

Rust rust11 tagged

glyph-rendering-update1 (9.1%)
missing-functionality1 (9.1%)
missing-hook-implementation1 (9.1%)
missing-push-fallback1 (9.1%)
missing-validation-warning1 (9.1%)
missing-writer1 (9.1%)
time-formatting1 (9.1%)
ui-redesign1 (9.1%)
unknown-defect1 (9.1%)
wrong-command-scope1 (9.1%)
wrong-keybinding1 (9.1%)

TypeScript ts5 tagged

api-contract-update1 (20.0%)
incomplete-validation1 (20.0%)
infinite-cache-growth1 (20.0%)
optional-field-handling1 (20.0%)
missing-data-propagation1 (20.0%)