AI News HubLIVE
Public articles 241Collected articles 267Trust 88Refresh 30 min
Health HealthySource type OfficialFull-text rights Official full textLast ingested 2026-08-10ID aws-ml-blogStatus Enabled

Official cloud provider blog; confirm reuse terms before enabling full body display.

Latest public articles

Run interactive IDEs on Amazon EKS with SageMaker AI to power up your AI workflows

The Amazon SageMaker AI Spaces add-on for Amazon EKS runs managed JupyterLab and Code Editor environments on the cluster your ML team already operates. This post shows how to install and configure the add-on, connect from the browser and from VS Code over SSH-over-SSM, and move your team to OpenID Connect sign-in with Amazon Cognito.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • The Amazon SageMaker AI Spaces add-on for Amazon EKS runs managed JupyterLab and Code Editor environments on the cluster your ML team already operates. This post shows how to inst…
In-site article

How nOps shipped FinOps agents 75% faster with Amazon Bedrock AgentCore

nOps rebuilt its Clara FinOps AI agent on Amazon Bedrock AgentCore, replacing a self-managed Amazon EKS stack running LangChain and LangGraph. The move cut time-to-production by 75% (from 10-12 months to 4 months), improved response quality, and reduced operational overhead while keeping analytics governed through Databricks Lakehouse Metric Views.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • nOps rebuilt its Clara FinOps AI agent on Amazon Bedrock AgentCore, replacing a self-managed Amazon EKS stack running LangChain and LangGraph. The move cut time-to-production by 7…
In-site article

How Cohere Health digitizes clinical policies using Amazon Bedrock AgentCore

In this post, you learn how Cohere Health built a multi-tenant agentic architecture on AgentCore using AgentCore Runtime’s secure MicroVM isolation, unified tool access through AgentCore Gateway, AgentCore Memory, and the Agent Skills open standard to rapidly scale policy digitization capabilities, while preserving transparency, version control, and human oversight.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • In this post, you learn how Cohere Health built a multi-tenant agentic architecture on AgentCore using AgentCore Runtime’s secure MicroVM isolation, unified tool access through Ag…
In-site article

How TReNDS automates root-cause analysis with Amazon Bedrock

TReNDS, a research center at Georgia State University, built an agentic AI pipeline on Amazon Bedrock and the open-source Strands Agents SDK that automatically investigates production errors in real time, reducing root-cause analysis from 15 to 30 minutes of manual work to under 60 seconds.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • TReNDS, a research center at Georgia State University, built an agentic AI pipeline on Amazon Bedrock and the open-source Strands Agents SDK that automatically investigates produc…
In-site article

Determining playoff clinching scenarios in the NHL using constraint programming

The AWS Generative AI Innovation Center built an automated system that uses constraint programming and custom tree search to determine, with mathematical certainty, when and how an NHL team clinches a playoff spot. The approach was validated against four full NHL seasons of officially published results.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • The AWS Generative AI Innovation Center built an automated system that uses constraint programming and custom tree search to determine, with mathematical certainty, when and how a…
In-site article

Securing AI agents with temporal policies in Amazon Bedrock AgentCore

Temporal policies in Amazon Bedrock AgentCore let you define stateful rules that evaluate authorization based on an agent's session history. Learn how to enforce workflow sequencing, prevent data fabrication, cap financial exposure, and require human approval for high-value actions.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Temporal policies in Amazon Bedrock AgentCore let you define stateful rules that evaluate authorization based on an agent's session history. Learn how to enforce workflow sequenci…
In-site article

Configure rate limits for AI traffic on AgentCore gateway

Learn how to configure rate limits on Amazon Bedrock AgentCore gateway to enforce per-user and per-target traffic controls. Define request, token, and connection limits scoped by JWT claims or IAM identity to protect downstream models, tools, and agents from traffic spikes.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Learn how to configure rate limits on Amazon Bedrock AgentCore gateway to enforce per-user and per-target traffic controls. Define request, token, and connection limits scoped by…
In-site article

Control agent behaviors and cost beyond a single action: new capabilities in Amazon Bedrock AgentCore

Learn about new capabilities in Amazon Bedrock AgentCore: temporal policies powered by Dogwood, a new open source policy language for AI agents, and rate limiting on the gateway. These features give you deterministic control over sequences of agent actions and cost ceilings that hold regardless of agent behavior.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Learn about new capabilities in Amazon Bedrock AgentCore: temporal policies powered by Dogwood, a new open source policy language for AI agents, and rate limiting on the gateway.…
In-site article

Build visibility for Codex on Amazon Bedrock with OpenTelemetry and Amazon CloudWatch

As engineering teams adopt coding agents like Codex, leaders need visibility into adoption, consumption, and reliability. This post shows how to route Codex OpenTelemetry metrics through a local collector to Amazon CloudWatch for an AWS native view of usage by user, team, and cost center.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • As engineering teams adopt coding agents like Codex, leaders need visibility into adoption, consumption, and reliability. This post shows how to route Codex OpenTelemetry metrics…
In-site article

Enforcing data residency with single-Region Claude Code on Amazon Bedrock

A regulated customer needed all Claude Code inference processed in a single AWS Region (London), not just in-geography. This post shows two ways to pin Claude Code on Amazon Bedrock to one Region: an application inference profile or the Mantle endpoint, paired with an IAM Region condition, plus how to verify compliance in AWS CloudTrail.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • A regulated customer needed all Claude Code inference processed in a single AWS Region (London), not just in-geography. This post shows two ways to pin Claude Code on Amazon Bedro…
In-site article

Agent Skills for Automated Reasoning policies in Amazon Bedrock

Learn how to run the full Amazon Bedrock Automated Reasoning policy lifecycle from your coding agent. A suite of open source Agent Skills builds, reviews, tests, debugs, deploys, and validates a custom policy end to end, turning a specialized console task into a repeatable engineering workflow.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Learn how to run the full Amazon Bedrock Automated Reasoning policy lifecycle from your coding agent. A suite of open source Agent Skills builds, reviews, tests, debugs, deploys,…
In-site article

Building an agentic app deployer with Amazon Bedrock and AWS Lambda

PDI Technologies built PDI Brew, an agentic platform on AWS where non-technical employees describe a tool in plain English and receive a fully provisioned, multi-tenant web application in seconds. See how a pluggable planner and an AWS Lambda provisioning agent turn plain-English intent into governed, multi-tenant apps backed by Amazon Bedrock.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • PDI Technologies built PDI Brew, an agentic platform on AWS where non-technical employees describe a tool in plain English and receive a fully provisioned, multi-tenant web applic…
In-site article

LLM optimization integration for Amazon SageMaker Python SDK

The Amazon SageMaker Python SDK v3 now exposes generative AI inference recommendations in Amazon SageMaker AI directly in your notebook. Benchmark an endpoint, generate data-driven deployment recommendations, and deploy the recommended configuration without leaving your notebook workflow.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • The Amazon SageMaker Python SDK v3 now exposes generative AI inference recommendations in Amazon SageMaker AI directly in your notebook. Benchmark an endpoint, generate data-drive…
In-site article

How LendingTree built a multi-agent mortgage assistant on Amazon Bedrock

Learn how LendingTree built a production multi-agent mortgage assistant on Amazon Bedrock. Three coordinated agents use LangGraph, the Model Context Protocol, and Amazon Nova models with built-in guardrails to deliver 24/7 personalized mortgage guidance while meeting strict financial-services compliance.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Learn how LendingTree built a production multi-agent mortgage assistant on Amazon Bedrock. Three coordinated agents use LangGraph, the Model Context Protocol, and Amazon Nova mode…
In-site article

How Mobileye transformed support operations using Amazon Bedrock AgentCore

In this post, we'll explore how Mobileye deployed an AI support agentic solution on Amazon Bedrock AgentCore - from the support bottleneck that sparked the idea, through the proof of concept that validated it, to the hybrid architecture that bridges on-premises systems with AWS cloud services. This approach is relevant for enterprises struggling to scale AI Agents while maintaining enterprise grade governance and security standards.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • In this post, we'll explore how Mobileye deployed an AI support agentic solution on Amazon Bedrock AgentCore - from the support bottleneck that sparked the idea, through the proof…
In-site article

How we built an MCP bridge to give our AgentCore-hosted AI agent access to local MCP tools

AI agents on Amazon Bedrock AgentCore run in the cloud, but users' tools and files live on their laptops. Learn how to build a secure MCP bridge that lets a cloud-hosted agent call local MCP servers by tunneling signed messages over the existing WebSocket connection through a browser extension and Chrome native messaging, with no open ports or VPN required.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • AI agents on Amazon Bedrock AgentCore run in the cloud, but users' tools and files live on their laptops. Learn how to build a secure MCP bridge that lets a cloud-hosted agent cal…
In-site article

Run production AI agents in n8n with Amazon Bedrock AgentCore harness

Amazon Bedrock AgentCore harness is now generally available. Learn how to add it as an agent step in n8n workflows using a new open-source community node, and build agents with persistent memory, real tools, code execution, and VPC isolation — all from the n8n editor with no infrastructure or agent code.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Amazon Bedrock AgentCore harness is now generally available. Learn how to add it as an agent step in n8n workflows using a new open-source community node, and build agents with pe…
In-site article

Introducing Web Search on Amazon Bedrock for foundation model grounding

Today, we are introducing the general availability of Web Search on Amazon Bedrock. It is a server-side built-in tool that grounds model responses in current web knowledge. With Web Search, grounding becomes a native capability of Amazon Bedrock, with no third-party vendors to onboard, no external APIs to orchestrate, and no additional third party vendor security reviews to conduct. In this post, we walk through what Web Search on Amazon Bedrock is, why it matters, how to enable it using the OpenAI Responses API, and how to get started with the tool.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Today, we are introducing the general availability of Web Search on Amazon Bedrock. It is a server-side built-in tool that grounds model responses in current web knowledge. With W…
In-site article

Automated web insight extraction with Amazon Bedrock AgentCore

Extracting insights from dozens of websites by hand quickly becomes overwhelming. This post shows how to build an automated web insight extraction solution with Amazon Bedrock AgentCore Browser, Amazon Bedrock, Amazon OpenSearch Serverless, and AWS Lambda that monitors RSS feeds, renders pages reliably, and makes AI-extracted insights searchable.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Extracting insights from dozens of websites by hand quickly becomes overwhelming. This post shows how to build an automated web insight extraction solution with Amazon Bedrock Age…
In-site article

From weeks to minutes: How Formula 1® uses agentic AI on AWS to accelerate data operations

Formula 1® partnered with AWS to build the Data Accelerator, using agentic AI on Amazon Bedrock AgentCore to transform its MarTech data platform. Learn how F1 cut data source onboarding from up to 8 weeks to about 40 minutes, automated schema evolution, and gained end-to-end observability across its fan-engagement data estate.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Formula 1® partnered with AWS to build the Data Accelerator, using agentic AI on Amazon Bedrock AgentCore to transform its MarTech data platform. Learn how F1 cut data source onbo…
In-site article

Automated Reasoning policy refinement in Amazon Bedrock

Amazon Bedrock now supports automatic Automated Reasoning policy refinement. The refinement engine diagnoses failing tests and proposes formal-logic fixes for rule issues and language issues, and you approve every change before it takes effect. This post walks through both refinement modes with complete API and console workflows.

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Amazon Bedrock now supports automatic Automated Reasoning policy refinement. The refinement engine diagnoses failing tests and proposes formal-logic fixes for rule issues and lang…
In-site article

Announcing the Agentic Catalog Experience in Amazon Quick

Amazon Quick announces the Agentic Catalog Experience, an AI-powered workflow for data curators to discover upstream catalog assets in natural language and auto-create Datasets and Topics with inherited semantics. Now in preview for AWS Glue Data Catalog and Databricks Unity Catalog.

  • Agentic Catalog Experience lets data curators describe needs in natural language to find relevant catalog assets quickly.
  • Automatically creates Catalog-Generated Datasets and Topics, inheriting table/column definitions and primary/foreign key relationships.
In-site article

Deploying Kimi K3 on AWS

Moonshot AI's Kimi K3, a 2.8 trillion parameter open-weight MoE model, can be deployed on AWS via SageMaker HyperPod or EKS using p6-b300 instances and vLLM.

  • Kimi K3 is a 2.8T parameter MoE model with 896 experts, activating 16 per token, featuring KDA, MLA, and Stable LatentMoE.
  • Deployable on AWS using SageMaker HyperPod with Inference Operator or self-managed EKS, both requiring p6-b300 (8x B300 GPU) instances and reserved capacity.
In-site article

How Yahoo enhances search retargeting using Amazon Bedrock

Yahoo implemented Amazon Bedrock to boost its Search Retargeting (SRT) capabilities, using generative AI for keyword expansion, achieving up to 600x improvement in expansion rates and 5x growth in addressable audience.

  • Yahoo DSP replaced Word2Vec+LSH with Amazon Bedrock and Claude 3.5 Sonnet v2 for keyword expansion.
  • New system yields up to 600x higher keyword expansion rates and 5x larger addressable audience.
In-site article

Inference meta-monitoring for Amazon SageMaker AI endpoints with Amazon Quick

Learn how to build an inference meta-monitoring system for Amazon SageMaker AI endpoints using Amazon Quick. This governance layer sits above production ML inference pipelines to continuously track prediction and data quality, detect drift, integrate delayed ground truth, and surface automated performance dashboards.

  • ML models can silently degrade in production, causing issues noticed weeks later.
  • The meta-monitoring system uses AWS managed services (SageMaker AI, Athena, Lambda, EventBridge, Quick) and open-source tools (MLflow, Evidently AI).
In-site article

Introducing explicit prompt caching for OpenAI GPT-5.6 models on Amazon Bedrock

OpenAI GPT-5.6 Sol, Terra, and Luna are now generally available on Amazon Bedrock, along with explicit prompt caching that gives you precise control over which parts of your prompt are cached and reused. Learn how to get started, set up explicit caching, and migrate existing GPT workloads to reduce inference cost.

  • GPT-5.6 Sol, Terra, and Luna offer three capability tiers for complex reasoning, balanced production, and high-volume tasks. Explicit prompt caching allows you to mark cache breakpoints for precise control.
  • Prompt caching discounts cached input tokens by 90% and retains them for 30 minutes, ideal for agentic workflows with repeated instructions or tool definitions.
In-site article

Migrate your prompts to new models and optimize them on Amazon Bedrock

Amazon Bedrock Advanced Prompt Optimization optimizes your prompts for up to 5 models at once and compares original versus optimized performance across quality, latency, and cost. Migrate to a new model or improve your current one in minutes instead of weeks.

  • Advanced Prompt Optimization supports optimizing prompts for up to 5 models simultaneously with performance comparisons.
  • Three evaluation modes: AWS Lambda function, LLM-as-a-Judge, and steering criteria.
In-site article

Authenticate with Private Key JWT using Amazon Bedrock AgentCore Identity

Amazon Bedrock AgentCore Identity now supports Private Key JWT client authentication for agents, enabling authentication to identity providers using a signed JWT instead of a shared secret. The private key stays in AWS KMS, while the public key is registered with the identity provider. This article explains the workflow, supported grant flows (M2M, OBO, user-delegated), and provides a step-by-step guide for configuration, including creating a KMS signing key, registering the public key, and setting up a credential provider. Also includes example CloudTrail events for auditing.

  • Private Key JWT replaces shared secrets with signed JWTs for OAuth2 client authentication.
  • The private key is stored securely in AWS KMS and never leaves it.
In-site article

Generate Autonomous Business Insights with AI Agent and MCP Servers

Learn how Amazon Bedrock AgentCore delivers autonomous, cross-system business intelligence through configuration rather than custom code. Using pre-built MCP server connectors, fine-grained access control, and persistent memory, enterprises can query multiple data sources with natural language while enforcing role-based boundaries automatically.

  • Amazon Bedrock AgentCore enables autonomous business intelligence via configuration, not custom code.
  • Pre-built MCP connectors integrate with Redshift, Aurora, S3, and more.
In-site article

Automating customer retention workflows in Amazon Quick

Learn how to build a no-code customer retention pipeline in Amazon Quick that detects at-risk customers from call transcripts and CSAT data, scores them by retention priority with a custom MCP Action, and generates personalized retention letters, reducing response time from days to minutes.

  • Amazon Quick reduces churn response cycle from days to minutes.
  • Pipeline combines structured data and call transcript sentiment analysis.
In-site article

All sources