AWS Launches Nova Forge SDK for Custom AI Models
- •AWS introduces Nova Forge SDK to simplify enterprise customization of Amazon Nova language models.
- •New toolkit enables supervised fine-tuning and reinforcement fine-tuning while mitigating the loss of base model capabilities.
- •SDK integrates with Amazon SageMaker and Bedrock, automating infrastructure setup for complex model training workflows.
Enterprise AI is moving away from generic, one-size-fits-all solutions toward highly specialized models that understand proprietary data and industry-specific terminology. To bridge this gap, AWS has released the Nova Forge SDK, a unified toolkit designed to streamline the often complex process of model customization. This tool allows developers to fine-tune Amazon Nova models without the traditional "heavy lifting" associated with infrastructure management and configuration recipes.
One of the primary challenges in AI development is "catastrophic forgetting," where a model loses its general reasoning skills after being trained on specialized data. Nova Forge addresses this by allowing users to blend their own datasets with curated data from Amazon, ensuring the resulting model retains its core instruction-following abilities. The SDK supports advanced techniques like Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO), which help align model outputs with specific human preferences or business goals.
The architecture of the SDK is divided into three layers: an input layer for hardware and data configuration, a customizer layer that automates job launches, and an output layer for performance metrics and final artifacts. By abstracting these technical hurdles, AWS aims to make high-end model customization accessible to broader engineering teams. The system is built to scale from simple tasks on Amazon Bedrock to high-performance training on SageMaker HyperPod clusters.