๐Ÿฆ™Stalecollected in 59m

Nemotron 3 Super Loops on Self-Reasoning

PostLinkedIn
๐Ÿฆ™Read original on Reddit r/LocalLLaMA
#model-bug#reasoning-loop#llama-cppnemotron-3-supernemotron-3-superllama-serveraider

๐Ÿ’กFix this Nemotron bug: self-reasoning turns into endless loops!

โšก 30-Second TL;DR

What Changed

Model reads own reasoning chain as new user message

Why It Matters

Exposes potential flaws in advanced reasoning models during local inference. May affect reliability for agentic workflows using Nemotron.

What To Do Next

Run Nemotron 3 Super in llama-server without --special to isolate reasoning loop.

Who should care:Developers & AI Engineers

Key Points

  • โ€ขModel reads own reasoning chain as new user message
  • โ€ขBackend: llama-server flags --special and --jinja
  • โ€ขClient: Aider; generates 8k tokens of looping meta-analysis
  • โ€ขUnique issue not seen in other models

๐Ÿง  Deep Insight

Background and context from public sources โ€” not the original article. 7 sources cited.

๐Ÿ”‘ Enhanced Key Takeaways

  • โ€ขNemotron 3 Super employs a hybrid Mamba-Transformer MoE architecture with 120B total parameters but only 12B active per forward pass, enabling 5x higher throughput than its predecessor.[1][2]
  • โ€ขThe model supports a native 1M-token context window and features three controllable reasoning modes (reasoning-off, low-effort, regular) that stream thinking tokens before final responses.[1][2]
  • โ€ขIt uses Multi-Token Prediction (MTP) to generate multiple tokens per forward pass, supporting speculative decoding for faster inference and improved reasoning quality.[2][4]
๐Ÿ“Š Competitor Analysisโ–ธ Show
ModelArchitectureActive ParamsContext WindowThroughput vs Nemotron 3 Super
Nemotron 3 SuperHybrid Mamba-Transformer MoE12B (120B total)1MBaseline
GPT-OSS-120BTransformer~120BNot specified2.2x lower [4]
Qwen3.5-122BNot specified~122BNot specified7.5x lower [4]

๐Ÿ› ๏ธ Technical Deep Dive

  • โ€ขHybrid backbone: 6-layer repeating block with three Mamba-2 layers (50% state-space for linear cost efficiency), two LatentMoE layers (compress tokens to lower dimension before routing to 512 experts), and one attention layer (17% for precision).[2][6]
  • โ€ขPre-trained on 25 trillion tokens in NVFP4 precision (optimized for NVIDIA Blackwell, 4x inference speedup on B200 vs FP8 on H100), followed by SFT on 7M samples and RL with 1.2M rollouts across 21 environments.[1][4]
  • โ€ขPost-training in BF16; supports PinchBench score of 85.6% as top open model for agentic tasks; incorporates MTP for multi-step dependency capture and native speculative decoding.[1][3][4]

๐Ÿ”ฎ Future ImplicationsAI analysis grounded in cited sources

Nemotron 3 Super enables production-scale autonomous agents
Its 1M context and 12B active params reduce token costs and maintain coherence in multi-agent workflows with up to 15x token generation.[5]
Hybrid MoE scales to more experts without cost increase
LatentMoE compresses tokens pre-routing, allowing 512 experts at same compute as standard MoE, boosting efficiency for larger models.[6]
NVFP4 pretraining stabilizes low-precision training
Demonstrates accurate pre-training in 4-bit float on Blackwell hardware, cutting memory by 4x while matching higher precision accuracy.[1]

โณ Timeline

2025-01
Nemotron-3 Nano released, introducing initial hybrid Mamba-Attention MoE architecture.[4]
2025-12
Nemotron 3 Super base model scaled up from Nano with 120B parameters.[4]
2026-03
Nemotron 3 Super officially released as open weights model with full training recipes and datasets.[1]
๐Ÿ“ฐ

Weekly AI Recap

Read this week's curated digest of top AI events โ†’

๐Ÿ‘‰Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ†—

This is a summary, not the original. Read the source, or get the weekly briefing.

Weekly AI briefing

One email a week. Unsubscribe anytime.