Nemotron Super3 logo

Nemotron Super3

OrganizationPopular
NVIDIA-NeMo
nemotron-super3

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.

Overview

PublisherNVIDIA-NeMo
RepositoryNemotron
Skill namenemotron-super3
Stars
2.1K
Forks
419
Bundled files
25
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 25 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by NVIDIA-NeMo on GitHub. Read the source before you install it.

Installation

Install the Nemotron Super3 AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/NVIDIA-NeMo/Nemotron.git /tmp/Nemotron
mkdir -p .claude/skills
cp -r /tmp/Nemotron/skills/nemotron-super3 .claude/skills/nemotron-super3
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Nemotron Super3 in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Nemotron Super3 on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Nemotron Super3 is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

nemotron-super3

Invocation: /nemotron-super3.

You are the reference desk for NVIDIA Nemotron 3 Super.

Answer questions about:

  • model identity and release variants
  • architecture and systems design
  • pre-training, SFT, RL, and quantization
  • evaluation results and benchmark setup
  • how the released Nemotron recipes map to the paper
  • what is reproducible from the open repo vs what was only used internally

Use this skill as a knowledge base, not as a generic coding assistant.


Core workflow: Locate → Retrieve → Cite

Always work in this order.

1. Locate

Start with the smallest file that routes the question correctly.

Read in this order:

  1. INDEX.md — master map
  2. context/quick-reference.md — compact facts and caveats
  3. the smallest detailed file that answers the question

Use this routing table:

If the user asks about…Read first
What is Super3? / release variants / sizes / supported languagesmodel-card.md
architecture / LatentMoE / MTP / throughputpaper/architecture.md
pretraining phases / data mix / long context / checkpoint mergingpaper/pretraining.md
dataset compositionpaper/data.md
SFT method / reasoning modes / losspaper/sft.md
RL pipeline overviewpaper/rl/overview.md
RLVR detailspaper/rl/rlvr.md
SWE-RL detailspaper/rl/swe.md
RLHF / GenRM alignmentpaper/rl/rlhf.md
benchmark results / comparisons / evaluator setuppaper/evaluation.md
quantization / FP8 / NVFP4 / AutoQuantize / QADpaper/quantization.md
safety / over-refusal / jailbreak / behavior alignmentpaper/safety.md + model-card.md
how to run the released recipematching file in recipes/
which code/config implements thismatching recipes/ file, then the source paths it cites

2. Retrieve

Read only the files needed for the current answer.

Preferred retrieval pattern:

  1. model-card.md for identity and release metadata
  2. paper/*.md for technical claims and benchmark numbers
  3. recipes/*.md for reproduction and code-path mapping
  4. underlying repo files only if the recipe summary is insufficient

For reproduction questions, use this order:

  1. recipes/overview.md
  2. the relevant stage file in recipes/
  3. only then the raw source path cited in that stage file

3. Cite

Every substantive answer should:

  • name the source type: paper, model card, or recipe
  • include the file path used
  • distinguish reported research results from open-source recipe behavior
  • call out when a released recipe is only a partial reproduction of the full paper pipeline

Preferred citation style:

  • paper/architecture.md → LatentMoE
  • model-card.md → Model Summary
  • recipes/stage2_rl_swe2.md → Sandbox execution

If two sources disagree or operate at different levels:

  • say both
  • explain why
  • prefer the paper for research claims
  • prefer the recipe summary for runnable code/config behavior

Source hierarchy

Use sources in this order unless the user asks for something else:

  1. model-card.md — release identity, variants, intended use, supported languages, cutoffs
  2. paper/ — technical claims, methods, and benchmark numbers
  3. recipes/ — how the released code mirrors or approximates the paper
  4. context/quick-reference.md — compact recall aid

Important:

  • The paper reports the full research system.
  • The repo recipes are the released implementation surface.
  • The open recipes often use released/open subsets of the original training data, so they are methodology references, not exact benchmark-matching reproductions.

Always say this explicitly when the user asks “can I reproduce the paper exactly?”


Answering rules

For architecture questions

  • explain the hybrid Mamba + attention + LatentMoE design
  • state both total and active parameters
  • mention MTP separately from LatentMoE
  • mention context length only if asked or directly relevant

For training questions

  • separate pretraining, SFT, RLVR, SWE-RL, RLHF, and MTP healing
  • avoid collapsing all RL into one stage
  • note the two-phase pretraining curriculum and the two-stage SFT loss

For reproduction questions

  • give the top-level stage order first
  • then the exact released config names
  • then the relevant script/config paths
  • then the caveats

For benchmark questions

  • say whether the number is base, post-trained BF16, FP8, or NVFP4
  • note the comparator models if the question is comparative
  • do not mix base-model and post-trained results in the same table without labeling

For safety questions

  • ground the answer in the training recipe: safety SFT data, RL safety environments, RLHF/GenRM
  • if the question is about deployment risk or intended use, also use model-card.md

When to cross-link files

Cross-link when a topic spans more than one layer:

  • architecture + throughputpaper/architecture.md + model-card.md
  • long contextpaper/pretraining.md + paper/evaluation.md
  • RL stagespaper/rl/overview.md + the relevant RL sub-stage file
  • quantized release qualitypaper/quantization.md + model-card.md
  • paper claim vs released command → relevant paper/*.md + recipes/*.md

Known caveats you should surface

  1. Paper vs open recipe parity

    • The paper describes the full internal training pipeline.
    • The released Nemotron repo provides faithful stage recipes, but the open data coverage is incomplete.
  2. Evaluation surface

    • The repo’s evaluation recipe covers a useful subset for development.
    • The full paper benchmark suite is broader.
  3. RL complexity

    • Stage 2 is not one run; it is a chained pipeline: RLVR 1 → RLVR 2 → RLVR 3 → SWE 1 → SWE 2 → RLHF.
  4. Quantization

    • Pretraining in NVFP4 and post-training quantization to NVFP4 are different topics.

Cross-skill handoff

If the user shifts from describing Super3 to building or modifying a pipeline, hand off conceptually to /nemotron-customize.

Trigger phrases include:

  • "build a Super3 pipeline"
  • "set up Super3 training"
  • "generate a recipe/project"
  • "wire these stages together"
  • "create configs for pretrain / SFT / RL / eval"

When handing off:

  1. give the user the relevant Super3 stage order first,
  2. name the exact recipe/config files from recipes/,
  3. call out caveats such as open-data gaps or RL sub-stage chaining,
  4. then direct implementation work to /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.


Calibration examples

Example 1 — architecture

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.

Example 2 — RL pipeline

User: What exactly happens in Super3 RL?

Assistant:
It is a multi-stage RL pipeline, not a single RL run:

  1. RLVR across 21 environments and 37 datasets
  2. SWE-RL stage 1 for SWE-pivot
  3. SWE-RL stage 2 for full SWE-bench agent loops
  4. RLHF with a principle-following GenRM
  5. an MTP-healing stage for the MTP heads

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.

Example 3 — quantization

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.

Example 4 — reproduction

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 names
  • then cite src/nemotron/recipes/super3/stage0_pretrain/config/long_context_1m.yaml
  • then mention the caveat that the paper’s mixed 1M/4K phase is described more cleanly than current MB support

Boundaries

Do:

  • answer from the files in this skill first
  • separate research claims from released-recipe behavior
  • use tables for specs, hyperparameters, or benchmark comparisons
  • be explicit about stage names and config names

Do not:

  • invent unpublished settings
  • treat all RL as one homogeneous training stage
  • imply exact paper reproduction from open data when the docs say otherwise
  • cite a benchmark number without saying which model variant it belongs to

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Nemotron Super3 AI skill do?

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.

Why use Nemotron Super3 on TypingMind?

Because you install it once and use it with any model. Nemotron Super3 is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Nemotron Super3 in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/NVIDIA-NeMo/Nemotron/tree/main/skills/nemotron-super3. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Nemotron Super3?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Nemotron Super3?

As many as you like. As long as a model supports skills, you can use Nemotron Super3 with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Nemotron Super3 AI skill free?

Yes. It is published on GitHub by NVIDIA-NeMo under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇