Amazon Nova Forge: Powerful Multi-Turn RL, But at What Cost?
New AWS infrastructure promises smarter AI agents, but demands deep pockets and expertise

Takeaways
- ›Multi-turn RL solves real problems in complex AI workflows
- ›Current implementation requires deep AWS expertise and significant resources
- ›High costs ($786, $1,180/hour) limit accessibility to large enterprises
- ›Risk of widening the AI capability gap between resource-rich and smaller organizations
Amazon's new multi-turn reinforcement learning (RL) infrastructure for Nova on SageMaker HyperPod tackles a crucial challenge in enterprise AI: training agents to navigate complex, multi-step workflows. But while the technology offers a path to more sophisticated decision-making, its current form may be out of reach for all but the most well-resourced teams.
The problem Nova Forge addresses is real and significant. Standard reinforcement learning from human feedback (RLHF) falls short when agents need to make a series of interconnected decisions. Multi-turn RL allows agents to learn tool orchestration, error recovery, and multi-step reasoning through trial and error across entire interaction sequences. This is the difference between an AI that can answer a single question and one that can manage an entire customer support conversation, complete with database queries and error handling.
However, the solution's complexity is staggering. Deploying the infrastructure involves a two-phase process that spans multiple AWS services:
SageMaker HyperPod handles model training and response generation, ECS on Fargate runs the reward environment, and the Nova Forge SDK routes messages and tracks conversation state. This is not a plug-and-play solution, but a complex orchestration of cloud services.
The prerequisites list reads like a who's who of AWS technologies:
- Amazon Nova Forge subscription
- SageMaker HyperPod instance quota (minimum 10 × ml.p5.48xlarge)
- Bootstrapped CDK environment
- Python 3.12+
- AWS CDK v2
- AWS CLI v2
- Docker
But the real showstopper is the cost. At 1,180 per hour when running, due to the use of 10, 12 ml.p5.48xlarge instances, this infrastructure demands careful planning and deep pockets. A week-long training run could easily cost over $100,000.
So who is this for? Certainly not startups or academic researchers looking to experiment with multi-turn RL. The target audience appears to be large enterprises with existing AWS expertise, substantial AI budgets, and complex workflows that justify the investment.
For these organizations, Nova Forge on SageMaker HyperPod could be a major shift. The ability to train AI agents that can handle multi-step processes, recover from errors, and make contextually appropriate decisions could transform everything from customer service to complex data analysis pipelines.
But for the vast majority of companies, the barriers to entry are simply too high. The combination of required AWS expertise, substantial compute resources, and eye-watering costs will likely relegate this technology to the realm of 'interesting, but not for us' for the foreseeable future.
This raises questions about the long-term impact on AI development. If only the largest and most resource-rich organizations can access these advanced training techniques, does that widen the AI capability gap? Will we see a bifurcation in the market between simple, single-turn AI assistants and hyper-capable enterprise agents?
For Amazon, the path forward should focus on opening up this technology. Simplifying the deployment process, offering more cost-effective options for experimentation, and providing clear migration paths from simpler setups to full multi-turn RL would go a long way toward broadening adoption.
Until then, Nova Forge remains a tantalizing glimpse of AI's future, but one that's frustratingly out of reach for most. It's a powerful tool, undoubtedly, but one that comes with a hefty price tag in both expertise and dollars.
Related reads
Amazon SageMaker Multi-Turn RL: Lessons for Training AI Agents
5 min read
Reinforcement Learning Reshaping AI Agents: How It Works
6 min read
NVIDIA Blackwell GPUs on Amazon SageMaker: Optimizing Model Training
5 min read
NVIDIA Dynamo Explained: Multi-Turn Agentic Support, Benchmarks
5 min read
Amazon Nova Act Explained: Multimodal AI for UX Testing
3 min read
NeMo RL FP8 Precision: 15-25% Faster RL Training
5 min read
Reported and explained by AI·Reporter.