VFF - The signal in the noise
News

Bedrock AgentCore Adds Code-Based Evaluators for Production Agents

Read original
Share
Bedrock AgentCore Adds Code-Based Evaluators for Production Agents

Amazon Bedrock AgentCore now supports custom code-based evaluators built on AWS Lambda, allowing developers to assess agentic applications using deterministic logic rather than LLM-as-a-Judge checks. The feature targets production-grade quality assurance for agents in regulated domains like financial services, where requirements include schema validation, numerical accuracy checks, workflow compliance, and PII detection. Code-based evaluators can run in on-demand evaluation workflows and online production monitoring, and can be combined with built-in LLM evaluators for comprehensive quality assessment.

  • Amazon Bedrock AgentCore adds custom code-based evaluators using AWS Lambda functions for deterministic agent quality checks
  • Designed for domain-specific requirements in financial services and regulated industries, including schema validation, price accuracy, workflow compliance, and PII detection
  • Code-based evaluators avoid LLM token costs for objective checks and work across different agent frameworks with consistent logic
  • Evaluators support both on-demand CI/CD pipeline gates and online production traffic scoring, with integration to other AWS services for fact-checking and alerting

As agents move from prototypes to production, quality assurance becomes critical, especially in regulated domains where deterministic checks are more reliable and cost-effective than LLM judgment. This feature addresses a real gap: LLMs are prone to arithmetic errors and hallucinations, while code-based validation can enforce hard constraints like schema compliance and numerical accuracy that directly impact business outcomes. The ability to combine code-based and LLM evaluators gives teams flexibility to apply the right tool for each quality dimension.

For financial services and other regulated industries, this reduces the cost and latency of quality assurance by replacing expensive LLM calls with deterministic code for objective checks like price validation and workflow enforcement. Teams can now gate deployments on measurable, reproducible criteria and monitor production agents in real time without incurring per-request LLM costs. This makes it practical to run continuous evaluation on live traffic and catch data quality issues before they propagate to users.

  • Code-based evaluators lower the operational cost of agent monitoring in production by eliminating LLM token consumption for deterministic checks, making continuous evaluation economically viable
  • Deterministic validation catches structural and numerical errors that LLMs frequently miss, improving reliability in high-stakes domains like financial trading and compliance workflows
  • The ability to use custom Lambda logic across different agent frameworks creates a standardized evaluation layer that is framework-agnostic and reusable across multiple applications

Monitor adoption patterns in financial services and regulated industries to see whether code-based evaluators become the standard for production agent quality gates. Watch for ecosystem tooling that simplifies writing and managing Lambda-based evaluators, and whether AWS expands this pattern to other evaluation dimensions or other agent platforms. Also track whether competitors like Anthropic or Google add similar deterministic evaluation capabilities to their agent offerings.

Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

Snowflake adds auto-routing to cut AI query costs up to 3x

Snowflake adds auto-routing to cut AI query costs up to 3x

Snowflake has launched dynamic model routing in its Cortex AI Gateway, automatically selecting the most cost-effective model for each query rather than using a single fixed model. The company claims the capability can reduce token costs by up to 3x on some workloads by routing simple questions to cheaper models instead of expensive, high-capability ones. The move reflects a broader industry trend toward automated model routing, with competitors including Databricks, AWS, Google Cloud, and Nvidia announcing similar technologies.

· VentureBeat AI
Tesla Cybercab launch nears, but readiness remains unclear
TrendingNews

Tesla Cybercab launch nears, but readiness remains unclear

Tesla is preparing to launch the Cybercab, a fully autonomous two-seater vehicle without steering wheel or pedals, with a public debut planned in Austin, Texas as soon as August 2026. The company has been testing the vehicle around the country, often with manual controls installed, while employees gather data on private roads. Whether the vehicle is genuinely ready for public roads and customer use remains uncertain.

by Andrew J. Hawkins· The Verge AI
Alibaba's Qwen3.8-27B Brings Frontier AI to Local Hardware
TrendingModel Release

Alibaba's Qwen3.8-27B Brings Frontier AI to Local Hardware

Alibaba released Qwen3.8-27B, a 27-billion-parameter open source model on Friday that runs locally without cloud APIs and delivers frontier-class coding and reasoning capabilities. Third-party benchmarks show it matches or exceeds proprietary models from months ago, with scores equivalent to OpenAI's GPT-5.6 Luna and outperforming Claude Opus 4.8 on agentic tasks. The model runs on consumer hardware when quantized to 4-bit, making frontier-class AI accessible without vendor dependency.

by carl.franzen@venturebeat.com (Carl Franzen)· VentureBeat AI
AWS Bedrock AgentCore Adds Payment Layer for Autonomous Agents

AWS Bedrock AgentCore Adds Payment Layer for Autonomous Agents

AWS and the OpenClaw Foundation have integrated payment capabilities into OpenClaw agents through Amazon Bedrock AgentCore, enabling autonomous agents to conduct transactions with services that require HTTP 402 Payment Required responses. The integration uses protocols like x402 and Machine Payments Protocol (MPP) to allow agents to initiate payments within pre-approved spending limits without human intervention at each transaction. This addresses a key operational gap for long-running agents that encounter pay-per-use APIs and content services while operating autonomously.

by Daniel Wirjo· AWS Machine Learning Blog