osdi-topic-selection

GitHub

指导系统类项目根据OSDI会议标准进行选题与赛道选择,判断是否具备构建与实测基础,并决定投稿OSDI、SOSP等会议或Research/Operational Tracks。

OSDI-Skills/skills/osdi-topic-selection/SKILL.md brycewang-stanford/Awesome-Journal-Skills

触发场景

决定系统项目的投稿会议 在Research和Operational Systems轨道间做选择

安装

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill osdi-topic-selection -g -y
更多选项

非标准路径

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/OSDI-Skills/skills/osdi-topic-selection -g -y

不安装直接使用

npx skills use brycewang-stanford/Awesome-Journal-Skills@osdi-topic-selection

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill osdi-topic-selection -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "osdi-topic-selection",
    "description": "Use when deciding whether a systems project fits OSDI, choosing between its Research and Operational Systems tracks, or routing the work to SOSP, NSDI, FAST, EuroSys, or the post-USENIX ATC instead — applying the built-and-measured test before a December deadline is spent on a misfit."
}

OSDI Topic Selection

Decide venue months before writing, not days. Everything below reflects the OSDI '26 pages as read on 2026-07-08; the scope paragraph and track structure are re-issued in every CFP, so reopen usenix.org/conference/osdi<yy>/call-for-papers before committing a project to the December deadline.

The built-and-measured test

OSDI's identity is in its name: design and implementation. Before anything else, answer three questions honestly:

  1. Does the system exist? Not a simulator of the idea — the artifact itself, runnable under load. A design argued only from simulation or analysis is fighting the venue's instincts.
  2. Has it been measured against something that fights back? A mature baseline, a production-derived workload, a deployment. Microbenchmarks alone signal a workshop paper.
  3. Is there an idea that survives the implementation? Name the abstraction, mechanism, or principle a different team could reuse. If the honest answer is "we engineered X to be faster," the contribution is engineering, and OSDI reviewers will say so.

Failing question 1 or 2 does not kill the project — it re-times it. Both OS flagships now run annually (OSDI since 2021, SOSP since 2024), so waiting one build cycle costs months, not the two years it cost under the old alternation.

Is it in scope?

The OSDI '26 CFP takes a deliberately broad view of "systems": operating systems, file and storage systems, distributed systems, cloud computing, mobile systems, secure and reliable systems, systems aspects of big data, machine-learning systems, embedded systems, virtualization, networking as it relates to operating systems, and management and troubleshooting of complex systems. Two practical readings:

  • ML-systems work is squarely welcome as systems work — scheduling, serving, memory, parallelism — not as model-accuracy work (see TensorFlow and Orca in ../../resources/exemplars/library.md).
  • "Networking as it relates to operating systems" is the OSDI/NSDI border in one phrase: if the network is the object of study, it is NSDI's; if the host stack is, it can be OSDI's.

Two tracks, one deadline

OSDI '26 reviewed two tracks side by side, registered and submitted on the same December dates:

Track The paper it wants Choose it when
Research New design + implementation + evaluation The idea is the contribution and you built it to prove it
Operational Systems Design, implementation, analysis, and experience of a deployed system The system has run in production and the lessons are the contribution

The Operational Systems track changes the evidence bar, not the quality bar: deployment scale, incident history, and longitudinal behavior substitute for head-to-head novelty. Do not put a research prototype in the operational track to dodge a novelty fight — experience is exactly what it cannot show.

Routing against the sibling venues

Decision sketch (verify each venue's live CFP before acting):
built OS/storage/distributed system, idea-led  -> OSDI (Research)
same, but the story is production experience   -> OSDI (Operational Systems)
same community, ACM cadence fits better        -> SOSP (annual since 2024)
network is the object (protocols, fabrics)     -> NSDI
persistence/storage stack is the whole story   -> FAST
strong systems work, flagship bar uncertain    -> EuroSys / ACM SIGOPS ATC
                                                  (USENIX ATC ended after ATC '25)
position paper, no artifact yet                -> HotOS-style workshop first

Two cadence facts matter for routing. First, OSDI sits mid-year (OSDI '26: July 13–15, Seattle) with a December submission — a December miss can retarget to SOSP or NSDI within months. Second, USENIX ATC no longer exists as a USENIX venue; its successor is stewarded by ACM SIGOPS, so pre-2026 advice that treats ATC as OSDI's co-located little sibling is stale.

Timing snapshot for the routing decision

Anchor the decision to real dates, then re-verify them live:

  • OSDI '26 (20th): July 13–15, 2026, Seattle; its submission gates were December 4/11, 2025 — already history for new work.
  • OSDI '27 (21st): official page exists; secondary sources report July 7–9, 2027, Baltimore, and by historical pattern its deadline lands around December 2026 — but the '27 CFP was unreadable at 2026-07-08, so both the deadline and any policy carry-over (tracks, page budget, no-response process) are 待核实 until usenix.org/conference/osdi27 publishes them.
  • A project deciding venue in mid-2026 is therefore really choosing between an expected December OSDI '27 deadline and whatever SOSP/NSDI gates fall earlier — pull all three live pages before promising the team a date.

Signals you are about to misfire

  • The evaluation section would be all microbenchmarks — no end-to-end workload exists yet. (Wait a cycle; see osdi-experiments.)
  • The paper's strongest sentence is about the model, not the system — route to an ML venue, or reframe until the systems claim stands alone.
  • The design is real but unbuilt — OSDI reviewers read "we expect" as "we have not."
  • The contribution is a measurement study of others' systems with no design lesson — possible at OSDI, but the bar is a lesson that changes how people build, not a benchmark report.
  • You cannot fit the idea into 12 reviewed pages without appendices — OSDI '26 allowed none at submission, so a proof-heavy contribution may belong at a venue that reviews supplements.

Output format

[OSDI fit] strong / plausible / misfit (one-line reason)
[Built-and-measured] artifact exists? measured against a real opponent? idea survives?
[Track] Research / Operational Systems (why)
[Scope lane] which CFP topic phrase this sits under
[Re-route] best alternative venue + next live deadline to check
[Cycle math] months lost if we wait one build cycle vs risk of submitting now

版本历史

  • 9f86f09 当前 2026-07-19 17:11

同 Skill 集合

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

元信息

文件数
0
版本
5717eab
Hash
b915f807
收录时间
2026-07-19 17:11

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-10 01:09
浙ICP备14020137号-1 $访客地图$