Package the system for the artifact evaluation committee (AEC). Everything
cycle-specific below is OSDI '26 as verified 2026-07-08 — and 2026 changed the rules,
so check the live Call for Artifacts (usenix.org/conference/osdi26/call-for-artifacts
pattern) before optimizing for the wrong target.
sysartifacts.github.io), which runs artifact evaluation across the systems
conferences — reviewers are systems students and researchers on machines that are
not yours.| Cycle | Badges evaluated |
|---|---|
| OSDI '21–'25 (sysartifacts calls) | Artifacts Available, Artifacts Functional, Results Reproduced |
| OSDI '26 | Artifacts Available only |
This is the pack's sharpest example of cycle volatility. In 2026 the AEC judged one thing: that the artifacts have been made available for retrieval, permanently and publicly. Zenodo was the encouraged host; institutional repositories and third-party archives (FigShare, Dryad, Software Heritage, GitHub, GitLab) were acceptable.
Two disciplined responses:
osdi26-artifact/ # archived as one versioned unit (e.g. Zenodo)
├── README.md # THE document: claims map + kick-the-tires + full runs
├── LICENSE # explicit; AEC members must be allowed to run it
├── system/ # source at the paper's commit, build instructions
├── baselines/ # versions/tags, tuning configs, rebuild notes
├── workloads/ # traces or regeneration scripts + provenance/licensing
├── experiments/ # one driver per paper claim: run_fig7.sh, run_tab3.sh
├── expected/ # reference outputs + tolerance notes (variance!)
├── ledger/ # provenance records from osdi-reproducibility
└── environment/ # container/VM image or exact setup script; hw requirements
The README's claims map is the heart: a table from paper claim (Fig. 7, Table 3, "recovery under 900 ms") to driver script, expected output, tolerance, and runtime. An evaluator should reach a first signal — the "kick-the-tires" path — in under 30 minutes on commodity hardware, even if headline experiments need a testbed.
Artifact evaluation is a cooperative review, and the committee's constraints shape what a good artifact looks like:
Papers passing evaluation may add up to two pages of Artifact Appendix to the
final paper (June 9 deadline, osdi-camera-ready): a standard-format description of
scope, requirements, and reproduction steps. Write it by condensing the README the
AEC just validated — it is the only reviewed-adjacent supplement OSDI has, and it
outlives the conference as the artifact's citable front door.
[Cycle badge set] confirmed from live Call for Artifacts: <list> (待核实 if unread)
[Archive] permanent host + identifier minted? <where / missing>
[Claims map] paper claims covered by drivers: <n/m>; kick-the-tires < 30 min? yes/no
[Hardware honesty] testbed requirements + scaled-down mode documented? yes/no
[Timeline] days to artifact deadline; README/expected-output gaps: <list>