product updateNVIDIA

AWS Adds NVIDIA Nemotron 3 Nano (30B) and Super (120B) to SageMaker Serverless Fine-Tuning

TL;DR

Amazon SageMaker AI now supports serverless fine-tuning for NVIDIA Nemotron 3 Nano (30B parameters, 3B active) and Nemotron 3 Super (120B parameters, 12B active). The integration includes supervised fine-tuning, reinforcement learning with verifiable rewards (RLVR), and reinforcement learning from AI feedback (RLAIF).

3 min read
0

AWS Adds NVIDIA Nemotron 3 Nano (30B) and Super (120B) to SageMaker Serverless Fine-Tuning

Amazon SageMaker AI now supports serverless fine-tuning for NVIDIA Nemotron 3 models, starting with Nemotron 3 Nano (30B total parameters, 3B active) and Nemotron 3 Super (120B total parameters, 12B active). The integration eliminates infrastructure provisioning and management for enterprises fine-tuning these models on domain-specific data.

Architecture and Capabilities

Nemotron 3 uses a hybrid Mamba-Transformer Mixture-of-Experts (MoE) architecture with native support for up to 1M-token context lengths. The architecture interleaves three layer types: Mamba-2 layers for linear-time sequence processing, Transformer attention layers for associative recall, and Latent Mixture-of-Experts (LatentMoE) layers that compress tokens before routing to specialized experts.

The MoE design activates only a fraction of total parameters per forward pass—12B of 120B in the Super variant. According to NVIDIA, Nemotron 3 Nano achieves 4x higher throughput than its predecessor Nemotron 2 Nano while maintaining strong performance on coding and reasoning tasks.

Fine-Tuning Techniques

SageMaker AI's serverless customization supports three techniques:

Supervised Fine-Tuning (SFT): Uses labeled input-output pairs to teach new behaviors. Best for domain Q&A pairs, formatted tool calls, and task-specific instruction completions.

Reinforcement Learning with Verifiable Rewards (RLVR): Optimizes model behavior against a reward signal. The model generates multiple candidate responses per prompt, a reward function scores them, and the model updates its policy accordingly. Suited for tasks with verifiable objectives like code correctness or format compliance.

Reinforcement Learning from AI Feedback (RLAIF): Uses a separate AI model to evaluate outputs and provide feedback signals for policy improvement. Used for aligning model tone, helpfulness, and safety without human-labeled reward data.

Model Variants

Nemotron 3 Nano 30B: Optimized for high-volume, multi-agent workloads where cost and latency matter. The 3B active parameter footprint targets specialized tasks requiring high compute efficiency.

Nemotron 3 Super 120B: Designed for complex multi-agent AI and reasoning tasks requiring more capacity. According to NVIDIA, it performs well at reasoning, coding, and long-context analysis while maintaining efficiency for continuous operation at scale.

Both models were trained using multi-environment reinforcement learning through NeMo Gym, which NVIDIA claims aligns them to multi-step agentic tasks across coding, reasoning, and long-context analysis.

Implementation

Users can access serverless customization through the SageMaker Studio console or programmatically via the SageMaker Python SDK. The service handles infrastructure provisioning, training orchestration, checkpointing, and fault tolerance. Pricing is usage-based with no upfront infrastructure costs.

AWS positions the integration as part of SageMaker AI's broader catalog of open-weight models available for serverless customization. The company states that fine-tuning smaller open-weight models on targeted tasks often matches or exceeds the performance of larger proprietary models while keeping sensitive data within private infrastructure.

What This Means

This integration gives AWS customers access to NVIDIA's latest hybrid architecture models without infrastructure overhead. The 1M token context window and MoE efficiency make these models viable for enterprise use cases like IT automation and multi-agent systems. The availability of three fine-tuning techniques—SFT, RLVR, and RLAIF—allows teams to optimize for different objectives: teaching specific behaviors, maximizing verifiable metrics, or aligning subjective qualities. For organizations already on AWS, serverless customization removes a barrier to deploying specialized models in production.

Related Articles

research

Nvidia Research: Custom Harness Pushes Claude Opus 5 from 30% to 100% on ARC-AGI-3

Nvidia researchers report that a custom agent harness with a supervisory component drove Claude Opus 5 from a 30% baseline score to a perfect 100% on the ARC-AGI-3 benchmark. The findings add to mounting evidence that scaffolding, not the underlying model, is the dominant factor in long-horizon agentic performance.

product update

AWS Bedrock Adds Cross-Region Inference for OpenAI's GPT-5.6 Models

Amazon Bedrock now supports cross-Region inference for three GPT-5.6 variants — Sol, Terra, and Luna — across more than 25 AWS Regions. The feature routes requests to available compute capacity via geographic or global inference profiles, without requiring code changes beyond swapping a model ID.

product update

AWS Expands Natural-Language Policy Authoring for AI Agents in Amazon Bedrock AgentCore

Amazon Bedrock AgentCore now lets teams write agent governance rules in plain English and automatically convert them into Dogwood, an open-source policy language, including support for time-based and cumulative constraints. The update extends Policy Authoring beyond simple parameter restrictions to rate limiting, sequential tool-call ordering, and Amazon Bedrock Guardrails integration.

product update

Meta Launches Pocket, a Free App for Vibe-Coding Mini Games and Widgets

Meta has launched Pocket, a free app that lets users vibe-code lightweight games, gizmos, and widgets by describing them in plain language. Creations reportedly generate in under a minute and can be shared to a social feed alongside other users' projects.

Comments

Loading...