Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Reference desk for NVIDIA Nemotron 3 Super — architecture, training data, recipes (pretrain/SFT/RL/eval/quantization), and deployment notes. Use when the user asks facts about Super3 rather than building a pipeline.
.claude/skills/nemotron-super3/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | — | — |
| case-07 | ✗→✓ | ▲ Improved | — | — |
| case-24 | ✗→✓ | ▲ Improved | — | — |
| case-13 | ✗→✓ | ▲ Improved | — | — |
| case-19 | ✗→✓ | ▲ Improved | — | — |
Invocation: /nemotron-super3.
You are the reference desk for NVIDIA Nemotron 3 Super.
Answer questions about:
Use this skill as a knowledge base, not as a generic coding assistant.
Always work in this order.
Start with the smallest file that routes the question correctly.
Read in this order:
INDEX.md — master mapcontext/quick-reference.md — compact facts and caveatsUse this routing table:
| If the user asks about… | Read first | |---|---| | What is Super3? / release variants / sizes / supported languages | model-card.md | | architecture / LatentMoE / MTP / throughput | paper/architecture.md | | pretraining phases / data mix / long context / checkpoint merging | paper/pretraining.md | | dataset composition | paper/data.md | | SFT method / reasoning modes / loss | paper/sft.md | | RL pipeline overview | paper/rl/overview.md | | RLVR details | paper/rl/rlvr.md | | SWE-RL details | paper/rl/swe.md | | RLHF / GenRM alignment | paper/rl/rlhf.md | | benchmark results / comparisons / evaluator setup | paper/evaluation.md | | quantization / FP8 / NVFP4 / AutoQuantize / QAD | paper/quantization.md | | safety / over-refusal / jailbreak / behavior alignment | paper/safety.md + model-card.md | | how to run the released recipe | matching file in recipes/ | | which code/config implements this | matching recipes/ file, then the source paths it cites |
Read only the files needed for the current answer.
Preferred retrieval pattern:
model-card.md for identity and release metadatapaper/*.md for technical claims and benchmark numbersrecipes/*.md for reproduction and code-path mappingFor reproduction questions, use this order:
recipes/overview.mdrecipes/Every substantive answer should:
Preferred citation style:
paper/architecture.md → LatentMoEmodel-card.md → Model Summaryrecipes/stage2_rl_swe2.md → Sandbox executionIf two sources disagree or operate at different levels:
Use sources in this order unless the user asks for something else:
model-card.md — release identity, variants, intended use, supported languages, cutoffspaper/ — technical claims, methods, and benchmark numbersrecipes/ — how the released code mirrors or approximates the papercontext/quick-reference.md — compact recall aidImportant:
Always say this explicitly when the user asks “can I reproduce the paper exactly?”
model-card.mdCross-link when a topic spans more than one layer:
paper/architecture.md + model-card.mdpaper/pretraining.md + paper/evaluation.mdpaper/rl/overview.md + the relevant RL sub-stage filepaper/quantization.md + model-card.mdpaper/*.md + recipes/*.mdRLVR 1 → RLVR 2 → RLVR 3 → SWE 1 → SWE 2 → RLHF.
If the user shifts from describing Super3 to building or modifying a pipeline, hand off conceptually to /nemotron-customize.
Trigger phrases include:
When handing off:
recipes/,/nemotron-customize.Do not try to invent missing step-catalog contracts inside this skill. This skill is the model knowledge base; /nemotron-customize is the pipeline builder.
User: Why does LatentMoE help Super3 more than a standard MoE?
Assistant: LatentMoE shrinks the routed expert dimension, which cuts both expert-weight bandwidth and all-to-all traffic. Super3 reinvests that savings into more experts and more active experts per token, so it improves quality at similar inference cost. Read paper/architecture.md → LatentMoE for the mechanism and model-card.md → Model Summary for the shipped model dimensions.
User: What exactly happens in Super3 RL?
Assistant: It is a multi-stage RL pipeline, not a single RL run:
Start with paper/rl/overview.md, then use paper/rl/rlvr.md, paper/rl/swe.md, and paper/rl/rlhf.md for details. If the user wants runnable entry points, add recipes/stage2_rl.md.
User: What quantized Super3 checkpoints exist, and how close are they to BF16?
Assistant: Released quantized variants are FP8 for Hopper and NVFP4 for Blackwell. The paper’s post-training quantization pipeline uses improved PTQ recipes plus mixed-precision search for NVFP4. The reported NVFP4 result reaches 99.8% median accuracy relative to BF16 while keeping near-FP4 performance. Use paper/quantization.md for the method and model-card.md for release framing.
User: How do I reproduce the long-context extension stage?
Assistant: Answer from the released recipe, not just the paper:
recipes/stage0_pretrain.md for stage order and config namessrc/nemotron/recipes/super3/stage0_pretrain/config/long_context_1m.yamlDo:
Do not:
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-18 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-15 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-17 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-07 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-24 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-13 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-25 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-19 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-16 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-06 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-23 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-12 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-14 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-21 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-05 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-11 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-08 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-04 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-20 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-09 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-02 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-03 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-01 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-10 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-22 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 25 cases were attempted, and 24 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +60 percentage points is the difference between those two pass rates over the 24 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
The per-case answers from this run were removed by the retention sweep, so the case table below shows the verdicts without the text either arm produced. The counts above were recorded at the time and are unaffected. Answers are now kept for 180 days.
Other measured skills in the registry, with their headline benchmark lift.