product updateAmazon Web Services

AWS launches dataset management in Bedrock AgentCore for versioned agent test suites

TL;DR

Amazon Web Services introduced dataset management in Bedrock AgentCore, enabling developers to build versioned test suites with immutable baselines for agent evaluation. The feature supports predefined scenarios with ground truth assertions and user simulation scenarios where LLM-backed actors conduct multi-turn conversations.

3 min read
0

AWS launches dataset management in Bedrock AgentCore for versioned agent test suites

Amazon Web Services introduced dataset management in Bedrock AgentCore, enabling developers to build versioned test suites with immutable baselines for agent evaluation. The feature supports predefined scenarios with ground truth assertions and user simulation scenarios where LLM-backed actors conduct multi-turn conversations.

Two scenario types for different testing needs

The system handles two distinct schema types. Predefined scenarios capture specific inputs, expected outputs, tool sequences, and assertions that must hold across runs. According to AWS, these function as backward-looking tests that formalize known failures into permanent test cases.

User simulation scenarios take a different approach. Instead of scripted turns, developers define an actor persona with traits, context, and goals. An LLM-backed actor then drives a real multi-turn conversation with the agent until completion or turn limit. AWS states this tests whether an agent can satisfy a type of user across any path that user takes, not just handle specific inputs.

Versioning solves the moving baseline problem

The core issue addressed is measurement consistency. Agents are non-deterministic by design—the same input can produce different outputs. Without fixed test inputs, developers cannot distinguish whether a score changed due to agent improvements or different model sampling.

Datasets support two workflows. The inner loop operates at developer desk speed, measured in minutes. Developers iterate on a mutable draft dataset, curating production failures and adjusting test cases. The outer loop runs in CI/CD pipelines. Teams publish numbered versions of datasets that become immutable checkpoints. Each pipeline run evaluates against the same locked inputs with identical ground truth assertions.

AWS provided a financial market intelligence agent as reference implementation. The agent serves investment brokers, retrieves stock prices, searches Bloomberg and Reuters, and maintains conversation state through Bedrock Memory. A predefined scenario might verify the agent correctly identifies a broker and stores sector preferences. A simulated scenario defines a senior tech analyst persona who probes for citable analysis on NVIDIA versus AMD, pushing back on thin responses until satisfied.

Ground truth distinguishes correctness from appearance

According to AWS, LLM judges can assess whether responses sound helpful but cannot verify factual accuracy, correct tool execution order, or PII isolation. Ground truth assertions make these checks explicit. Without them, evaluation measures the appearance of correctness rather than correctness itself.

The feature integrates directly with existing Bedrock AgentCore evaluation infrastructure. Developers author scenarios with expected trajectories and assertions, publish them as immutable versions, run evaluations, and confirm improvements against the same locked inputs.

What this means

This addresses a genuine gap in agent development tooling. Most teams have CI/CD gates for agent changes but lack stable, versioned test fixtures underneath. The result is pipelines that pass builds when test questions change rather than catching actual regressions. The combination of versioned datasets with ground truth assertions and user simulation gives developers a systematic way to measure whether agent changes represent real improvements. The financial agent example demonstrates practical implementation patterns for both predefined and simulated scenarios, though pricing for dataset management was not disclosed in the announcement.

Related Articles

product update

AWS Launches Framework-Agnostic Agent Evaluation via OpenTelemetry in Bedrock AgentCore

Amazon Bedrock AgentCore Evaluations now scores AI agents regardless of the framework they're built on, by reading OpenTelemetry and OpenInference instrumentation instead of requiring a specific SDK. The service automatically decodes traces from six named frameworks and extends coverage to any library following the same telemetry conventions.

product update

Google DeepMind's AI Co-Scientist Now Runs Lab Equipment and Writes Papers, Cuts Fabrication Rate to 4%

Google DeepMind has upgraded its Co-Scientist system from a hypothesis generator into a closed-loop research partner that plans experiments, controls lab equipment, and writes manuscripts. Built on Gemini 3 models, the system cut fabricated-result rates from 46% to 4% using new verification modules, according to Google.

product update

OpenAI Adds Multi-Account Support for Gmail and Google Calendar in ChatGPT and Codex

OpenAI has enabled ChatGPT and Codex users to connect multiple Gmail, Google Calendar, and Google Contacts accounts to a single plugin, removing a prior one-account limitation. The change was confirmed by OpenAI engineer Gabriel Chua on August 28, 2026.

product update

Google Switches Gemini Notebook to Compute-Based Usage Limits Starting September 2

Google is switching Gemini Notebook from fixed daily feature limits to compute-based usage limits that factor in prompt complexity, chat length, and sources used. The change, mirroring a May update to the Gemini app, rolls out to consumer accounts on September 2, 2026.

Comments

Loading...