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.
Language Progress
| Language | PRs collected | Last 1h | Last 24h | Valid SWE | Last 1h | Last 24h | Processed | Success rate |
|---|---|---|---|---|---|---|---|---|
| Cc | 32,357 | 0 | 0 | 9,713 | 0 | +3 | 32,357 | |
| C++cpp | 48,174 | 0 | +1 | 4,046 | 0 | +5 | 24,229 | |
| Gogo | 132,103 | 0 | 0 | 8,147 | 0 | +21 | 95,093 | |
| Javajava | 89,031 | 0 | +2 | 4,047 | 0 | +21 | 88,907 | |
| JavaScriptjs | 39,682 | 0 | 0 | 7,189 | +4 | +30 | 39,682 | |
| Pythonpy | 105,773 | 0 | +4 | 5,067 | 0 | +7 | 105,659 | |
| Rustrust | 71,902 | 0 | +1 | 5,519 | 0 | +9 | 71,857 | |
| TypeScriptts | 70,492 | 0 | +1 | 6,463 | +3 | +24 | 62,046 |
Run Parameters
| Language | Eval model (OPENAI) | Completion model (ANTHROPIC) | Concurrency | min_source_files | max_source_files |
|---|---|---|---|---|---|
| C | gpt-5.4 | claude-sonnet-4-6 | 12 | 2 | 15 |
| C++ | Qwen3.6-35B-A3B | Qwen3.6-35B-A3B | 8 | 2 | 15 |
| Go | Qwen3.6-35B-A3B | Qwen3.6-35B-A3B | 12 | 2 | 10 |
| Java | gpt-5.4 | claude-sonnet-4-6 | 8 | 2 | 10 |
| JavaScript | Qwen3.6-35B-A3B | Qwen3.6-35B-A3B | 12 | 2 | 10 |
| Python | glm-5 | claude-sonnet-4-6 | 12 | 3 | 15 |
| Rust | Qwen3.6-35B-A3B | Qwen3.6-35B-A3B | 8 | 2 | 10 |
| TypeScript | Qwen3.6-35B-A3B | Qwen3.6-35B-A3B | 12 | 2 | 10 |
Failure Reason Breakdown
click to expand
| Language | Processed | Valid SWE | Failed | trivial_pr | validation | infra_error | timeout | workflow_error | Other |
|---|---|---|---|---|---|---|---|---|---|
| C | 32,357 | 9,713 | 22,644 | 15,885 | 2,817 | 4,017 | 14 | 196 | 1 |
| C++ | 24,229 | 4,046 | 20,183 | 4,234 | 2,082 | 15,234 | 159 | 454 | 266 |
| Go | 95,093 | 8,147 | 86,946 | 25,104 | 11,173 | 47,663 | 1,606 | 975 | 413 |
| Java | 88,907 | 4,047 | 84,860 | 23,223 | 7,485 | 43,689 | 1,248 | 8,018 | 1,601 |
| JavaScript | 39,682 | 7,189 | 32,493 | 16,840 | 2,620 | 13,700 | 461 | 254 | 0 |
| Python | 105,659 | 5,067 | 100,592 | 34,567 | 10,326 | 55,960 | 950 | 387 | 120 |
| Rust | 71,857 | 5,519 | 66,338 | 21,560 | 6,809 | 35,155 | 1,237 | 1,002 | 1,234 |
| TypeScript | 62,046 | 6,463 | 55,583 | 16,925 | 7,381 | 28,971 | 1,762 | 860 | 11 |
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
| Language | Valid SWE Count | Avg fix.patch lines | Avg fix.patch hunks | Avg fix.patch files |
|---|---|---|---|---|
| C | 9,713 | 336.54 | 17.94 | 5.85 |
| C++ | 4,046 | 286.54 | 13.76 | 5.10 |
| Go | 8,147 | 212.42 | 12.63 | 4.35 |
| Java | 4,047 | 163.24 | 10.51 | 4.23 |
| JavaScript | 7,189 | 77.13 | 6.30 | 2.80 |
| Python | 5,067 | 152.11 | 11.04 | 3.85 |
| Rust | 5,519 | 225.68 | 13.17 | 4.10 |
| TypeScript | 6,463 | 157.91 | 9.61 | 4.13 |
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
| Language | easy / medium / hard | easy | medium | hard |
|---|---|---|---|---|
| C | 869 / 6416 / 2420 | 869 | 6,416 | 2,420 |
| C++ | 430 / 2514 / 1097 | 430 | 2,514 | 1,097 |
| Go | 645 / 5884 / 1612 | 645 | 5,884 | 1,612 |
| Java | 448 / 2619 / 976 | 448 | 2,619 | 976 |
| JavaScript | 1085 / 5326 / 777 | 1,085 | 5,326 | 777 |
| Python | 273 / 3251 / 1519 | 273 | 3,251 | 1,519 |
| Rust | 382 / 3268 / 1867 | 382 | 3,268 | 1,867 |
| TypeScript | 582 / 4776 / 1105 | 582 | 4,776 | 1,105 |
difficulty_score Overview
click to expand
| Language | count | min | p25 | median | mean | p75 | max |
|---|---|---|---|---|---|---|---|
| C | 9,705 | 2.4 | 4.9 | 6.0 | 5.97 | 7.0 | 9.2 |
| C++ | 4,041 | 2.5 | 4.9 | 6.0 | 5.99 | 7.2 | 9.1 |
| Go | 8,141 | 2.6 | 4.9 | 5.8 | 5.86 | 6.8 | 9.1 |
| Java | 4,043 | 2.8 | 4.8 | 5.9 | 5.90 | 7.0 | 9.2 |
| JavaScript | 7,188 | 2.6 | 4.4 | 5.2 | 5.36 | 6.2 | 9.2 |
| Python | 5,043 | 2.6 | 5.2 | 6.2 | 6.22 | 7.3 | 9.1 |
| Rust | 5,517 | 2.7 | 5.2 | 6.3 | 6.26 | 7.4 | 9.0 |
| TypeScript | 6,463 | 2.7 | 4.7 | 5.6 | 5.72 | 6.6 | 9.2 |
Global Top Tags
click to expand
Per-Language Tag Distribution
click to expand
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.
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.