Related work at NSDI answers one reviewer question: what does this design let us do that the systems we already have do not? Coverage gaps read as either ignorance or evasion, and the venue's open-access record removes every excuse for both.
| Lane | Where it lives | What must be said about it |
|---|---|---|
| Direct competitors | NSDI, SIGCOMM, OSDI, SOSP | Mechanism-level delta, ideally measured head-to-head |
| Same problem, other stack layer | SIGCOMM (protocol), OSDI/SOSP (host), FAST (storage) | Why this layer is the right place to solve it |
| Same technique, other domain | broad systems + ML-systems venues | What the networked setting breaks or changes |
| Measurement/characterization basis | IMC, NSDI measurement papers | Which observed phenomena motivated the design |
| Deployed/industrial precedent | operational-track papers, provider tech reports | What production experience the design inherits or contradicts |
| Early/idea-stage neighbors | HotNets, frontiers-track papers | That the idea's grown-up form differs from the sketch |
Both cohorts of the current edition count as literature: NSDI posts spring
accepted-paper lists months before the symposium (e.g.,
usenix.org/conference/nsdi26/spring-accepted-papers), so "it wasn't published yet"
fails for a fall submission when the spring list was public at deadline time. Sweep
the sibling deadlines too — SIGCOMM's accepted list frequently contains the closest
neighbor of an NSDI submission.
Systems folklore misfiles its classics; citing Raft "at NSDI" or B4 "from NSDI"
signals secondhand reading (Raft is USENIX ATC 2014, B4 is SIGCOMM 2013 — see the
guard list in
../../resources/exemplars/library.md). Every
NSDI paper since the venue began is a free PDF on usenix.org, and dblp's
conf/nsdi stream gives the authoritative edition/pages. Verify before the
bibliography freezes:
# Cross-check claimed venues in the .bib against dblp keys / USENIX URLs
grep -E '^@' paper.bib | wc -l # inventory
grep -A3 -iE 'booktitle.*(nsdi|sigcomm|osdi|sosp)' paper.bib | head -40
# For each NSDI claim: the usenix.org/conference/nsdi<yy>/presentation/<key>
# page or the dblp record must exist. No render, no citation-as-NSDI.
Read the PDF of any paper you compare against quantitatively. Comparing against a system's abstract is how "prior work cannot handle churn" ends up in front of the reviewer who wrote the churn section.
Because NSDI publishes cohort lists mid-cycle, the sweep has a rhythm:
nsdi-experiments).nsdi-author-response).NSDI drafts split positioning across two homes, both inside the 12 pages: a short contrast in the introduction (the two nearest neighbors, one delta sentence each) and the fuller section — conventionally late, before or after discussion — carrying the lane-by-lane sweep. Whichever home a comparison occupies, the quantitative version belongs in the evaluation: a related-work sentence claiming superiority that §6 never measures is a self-inflicted reviewer question.
[Lane coverage] table lane -> covered / gap (paper to add)
[Nearest neighbor] <paper, venue-verified> + mechanism delta
[Cohort sweep] current-edition spring list checked? sibling deadlines?
[Verification] # citations venue-proven / total NSDI-venue claims
[Blind check] self-cites third-person? concurrent-submission wording?
[Fix list] ordered corrections before bibliography freeze