AIToday
Large Language ModelsAI Coding AssistantsOpen-Source AIAmazon AI BlogPublished: Sep 17, 2026, 01:00 JST

Amazon Bedrock AgentCore optimizer hits 95.83 percent on AppWorld

Amazon Bedrock AgentCore optimizer hits 95.83 percent on AppWorld

3 Key Points

  1. What happened

    AWS published benchmark results for Amazon Bedrock AgentCore's prompt optimizer. On AppWorld, the Sub-Agent Reflector hit 95.83 percent success—a 23-point lift over the 72.62 percent baseline—and the Single Agent Reflector reached 81.55 percent in 6 minutes, an 18× speed-up over GEPA.

  2. Why it matters

    The Sub-Agent Reflector's 95.83 percent is 16 points above the next-best method on AppWorld, while the Single Agent Reflector's 18× speed-up over GEPA for a comparable or better score suggests faster iteration cycles on agent quality improvements may be possible.

  3. What to watch

    The Sub-Agent Reflector is an experimental, open-source preliminary release in the Strands GitHub repository, not the managed offering, so broader adoption hinges on migration to the managed workflow. Watch the 20 percent length-ceiling guardrail that rejects bloated prompts.

WHO IT HITSEnterprise AI platform teams and agent developers who tune system prompts can now use production traces to propose and validate configuration changes, potentially cutting optimization time from hours to minutes; teams with specialized research needs can apply the same pattern to custom workflows.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

AgentCore optimization builds on Amazon Bedrock AgentCore's observability and evaluation capabilities, using production traces to propose configuration changes, validate them through offline batch evaluation and online A/B testing, and promote the winners. The system prompt optimizer works through an agentic reflector that examines evaluated traces stored in a filesystem, identifies patterns distinguishing successful runs from failures, and returns proposed edits that must pass platform-level guardrails before acceptance.

Two reflector designs are compared. The Single Agent Reflector works through the full trace set in a single pass to return one coherent set of edits, while the experimental Sub-Agent Reflector uses a swarm of agents to analyze individual traces independently before an orchestrator aggregates the findings. The benchmark results reflect this design trade-off: the Single Agent Reflector offers the best quality-per-cost trade-off, and the Sub-Agent Reflector achieves the highest quality ceiling, particularly on AppWorld where diverse failure modes can be missed by a single pass.

The practical stakes for teams lie in the guardrails and validation workflow. Length ceilings, safety screening, and the prohibition on verbatim trace phrases aim to prevent common optimization drift, but the Sub-Agent Reflector's status as an experimental release means its path to broader production use is likely to hinge on whether it moves into the managed offering. For teams evaluating the approach, the body's best practices—starting with 10 to 50 diverse traces and including free-text feedback alongside scalar rewards—suggest the workflow is designed for incremental adoption rather than wholesale replacement of existing evaluation routines.

FAQ
How much faster is the Single Agent Reflector than GEPA and MIPROv2 on AppWorld?
It reaches 81.55 percent in 6 minutes and 20 turns, an 18× speed-up over GEPA and a 36× speed-up over MIPROv2 for a comparable or better score.
What are the guardrails for AgentCore optimization?
Candidates that grow the configuration by more than 20 percent over the previous version are rejected; candidates are screened against safety standards; and candidates cannot reuse exact phrases from the optimization traces.
Where is the Sub-Agent Reflector available?
AWS launched it as an experimental, open-source preliminary release in the Strands GitHub repository.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Palo Alto Networks details 10-hour AI agent hackSemafor Tech · 2h ago
  • Mozilla's Firefox Smart Window beta runs on Mistral modelsTHE DECODER · 2h ago
  • TypeSafe AI's Jev skips text, scores options in 70msTHE DECODER · 2h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleOpenAI tests Sponsored Agents ads in ChatGPT