AWS details custom reward functions for multi-turn reinforcement learning in Amazon Nova Forge
A new AWS blog post explains how to design composite reward functions for multi-turn reinforcement learning with Amazon Nova Forge, including safe execution of model-generated code and instrumentation to avoid reward collapse.
1 source · cross-referenced
- Amazon Nova Forge supports custom reward functions for multi-turn reinforcement learning to guide model behavior.
- Developers can use Bring Your Own Orchestration (BYOO) or a serverless multi-turn RL option to run reward logic.
- The post highlights risks of poorly designed rewards and provides guidance on instrumenting reward components.
- Reinforcement fine-tuning (RFT) is presented as an alternative to supervised fine-tuning for iterative feedback.
Amazon Nova Forge now supports custom reward functions for multi-turn reinforcement learning, a capability aimed at shaping model behavior through iterative feedback rather than curated examples. The approach centers on defining what constitutes a good outcome across multiple interaction turns, which the company argues is one of the hardest parts of customizing Amazon Nova models.
To execute reward logic, developers can use Amazon Nova Forge’s Bring Your Own Orchestration (BYOO) capability, which runs the reward function in a user-controlled environment. This allows teams to focus on defining reward criteria while Nova Forge manages rollouts, message passing, and conversation state across turns. Alternatively, a serverless multi-turn reinforcement learning option is available and described as generally available for teams that prefer not to manage the orchestration environment.
The post warns that subtly incorrect reward functions can quietly teach models the wrong behaviors even when training metrics appear healthy. It recommends designing composite rewards and instrumenting each component to detect pitfalls that could lead to reward collapse, a scenario where the reward signal no longer reflects true performance.
Reinforcement fine-tuning (RFT) is highlighted as a method that learns from evaluation signals on the model’s own outputs, contrasting with supervised fine-tuning’s reliance on annotated reasoning paths. Multi-turn RFT extends this approach to agentic workflows involving tool calls, code execution, or other sequential actions.
- Aug 16, 2026 · TechCrunch — AI
Anthropic details watermarking mechanism for Claude-generated text to comply with EU AI Act
Trust79 - Aug 15, 2026 · TechCrunch — AI
French startup Kog targets faster LLM inference on existing GPUs with low-level optimization
Trust72 - Aug 14, 2026 · Hugging Face
Hugging Face finds Chinese labs lead open model releases at frontier scale while U.S. hardware vendors dominate new model uploads
Trust79