SWE-gen

Dashboard

Monitor SWE-gen progress online

SWE-gen has a separate live databoard for operational progress:

https://swe-databoard.pages.dev/

Open it here:

Open SWE-gen Databoard

What it monitors

The databoard summarizes the live SWE-gen construction state:

SourceFilesShown as
PR poolscollected_prs/*_pr_ids.txt or block artifact copiesCandidate PR counts
Batch state.swegen-create-batch/*.jsonprocessed, failed, pending, and success counts
Verified manifestsverifiable_tasks.txtvalidated task totals
Task metadatatask.toml and solution/test filesdifficulty and task-shape summaries

The dashboard is intentionally separate from this documentation site. This site explains the workflow; the databoard shows the current run.

Local dashboard generator

The Live repository also contains a SWE-gen dashboard generator at:

subblock/swegen/dashboard/progress_monitor_all.py

It can generate a local HTML view:

python3 subblock/swegen/dashboard/progress_monitor_all.py --serve

and the accompanying Cloudflare sync script deploys it to the swe-databoard Pages project.

Docs versus databoard

There are two Cloudflare Pages projects:

ProjectURLPurpose
swe-swegen-docshttps://swe-swegen-docs.pages.devThis documentation site
swe-databoardhttps://swe-databoard.pages.dev/Live SWE-gen progress dashboard

Use the docs when onboarding or reviewing the pipeline. Use the databoard when operating a live data construction run.

On this page