AWS Machine Learning Blog

Artificial Intelligence Official Machine Learning Blog of Amazon Web Services

  • Connect an AgentCore Runtime hosted MCP server to Amazon Quick
    by Vivek Ghatala on August 31, 2026 at 10:47 pm

    In this post, you will learn how to deploy and host your MCP server in AgentCore Runtime and integrate it with Amazon Quick, along with the prerequisites. With this pattern, you promote reusability and avoid duplication of AI tools, so clients can reuse commonly used tools and agents exposed through an MCP server instead of authoring them from scratch again. Your customers get a way to use your product inside Amazon Quick (chat agents and workflows) without building custom connectors for every use case.

  • AWS recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025
    by Kim Gibbons on August 31, 2026 at 7:50 pm

    We’re excited to share that AWS has been recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025. In this evaluation of 13 providers, AWS received the highest score in the Strategy category.

  • Manage agents, tools and skills at scale with AWS Agent Registry
    by Chaitra Mathur on August 31, 2026 at 7:18 pm

    AWS Agent Registry is now generally available: a single, searchable, governed catalog for the agents, tools, skills, and custom resources across your organization. This post explains what Registry is and walks through its publishing, curation, and discovery workflows, plus enterprise considerations and what’s next.

  • Build observable enterprise agentic retrieval using Managed Amazon Bedrock Knowledge Base with AWS CloudFormation
    by Luis Felipe Yepez Barrios on August 31, 2026 at 7:08 pm

    This post builds an enterprise agentic retrieval solution on the Amazon Bedrock Managed Knowledge Base and Amazon Bedrock AgentCore. An agent reasons, routes across multiple knowledge bases, and returns cited answers, with seven layers of observability and both on-demand and continuous evaluation, all deployed with a single AWS CloudFormation chain.

  • Build multi-tenant agentic chat applications on enterprise data with Amazon Bedrock Managed Knowledge Base
    by George Belsian on August 31, 2026 at 6:56 pm

    Learn how to build a multi-tenant agentic document chat application on Amazon Bedrock Managed Knowledge Base, where users upload documents and immediately ask grounded questions. This post covers the ingestion and retrieval flows, the asynchronous indexing lifecycle, per-user data isolation, and best practices for operating the solution at scale.

  • Batch write and discover records in Amazon SageMaker Feature Store
    by Harshil Shah on August 28, 2026 at 7:31 pm

    Amazon SageMaker Feature Store now supports two new APIs: BatchWriteRecord writes up to 25 records across multiple feature groups in a single call, and ListRecords enumerates record identifiers within a feature group. In this post, we walk through each API with code examples you can use to get started.

  • How Decathlon runs demand forecasting at scale with Chronos-2
    by Vianney Bruned on August 28, 2026 at 4:22 pm

    Decathlon, one of the world’s largest sporting goods retailers, forecasts weekly demand for tens of thousands of products across multiple continents. Learn how they deployed Chronos-2 on AWS to improve forecast accuracy by 11-15 points while cutting operational complexity and running weekly inference for about $0.03 on CPU-only instances.

  • Spreading the load: How Salesforce met Multi-AZ HA with SageMaker Inference Components
    by Rielah De Jesus on August 28, 2026 at 4:20 pm

    Learn how Salesforce used Amazon SageMaker AI Inference Component placement (the SchedulingConfig parameter) to distribute model copies across multiple Availability Zones, meeting their Multi-AZ high availability compliance requirements without sacrificing the cost efficiency of multi-model co-hosting.

  • Build agentic creative workflows with Amazon Quick and fal
    by James Wu on August 27, 2026 at 11:04 pm

    Creative teams produce more assets than ever, but fragmented tools and manual context transfer slow production. This post shows how to build a reusable agent harness with Amazon Quick and fal, connected through the Model Context Protocol (MCP), using two hands-on workflows: an eight-panel storyboard and a music-video concept prototype.

  • Introducing OpenAI models on Amazon Bedrock for in-country inferencing in India
    by Sahil Verma on August 27, 2026 at 6:36 pm

    Amazon Bedrock now supports the OpenAI GPT-5.6 models, Terra and Luna, in India with India geographic cross-Region inference. If you have local data processing requirements, you can now use these models at scale while Amazon Bedrock keeps inference requests and data within India.

  • Deepgram deepens Amazon SageMaker AI observability with Enhanced Metrics
    by Victor Wang on August 27, 2026 at 4:11 pm

    Self-hosted speech AI carries an observability trade-off: the numbers that drive capacity planning and cost management stay locked inside the vendor container. Deepgram closes that gap on Amazon SageMaker AI with two capabilities that land billing, usage, and per-GPU metrics directly in your own Amazon CloudWatch account.

  • Reduce ASR inference costs by 75% with NVIDIA MPS on Amazon EC2
    by Iman Abbasnejad on August 27, 2026 at 4:05 pm

    Serving automatic speech recognition (ASR) models at scale is costly when each request uses only a fraction of a GPU. Learn how NVIDIA CUDA Multi-Process Service (MPS) with NVIDIA Triton Inference Server on Amazon EC2 GPU instances cuts GPU infrastructure by 75% while holding sub-second latency at 92.1 requests per second per GPU.

  • Evaluate any agent framework with Amazon Bedrock AgentCore Evaluations
    by Swarnim Singhal on August 26, 2026 at 7:13 pm

    Amazon Bedrock AgentCore Evaluations decouples agent evaluation from the framework you build on. As long as your agent emits OpenTelemetry telemetry, the service can score it, whether you use LangGraph, LlamaIndex, the OpenAI Agents SDK, Google ADK, the Claude Agent SDK, or Strands Agents. This post explains how the framework-agnostic contract works.

  • How GoDaddy transformed its analytics with Amazon Quick
    by Jake Minette on August 26, 2026 at 4:51 pm

    In this post, you will learn how GoDaddy migrated from their legacy business intelligence (BI) tool to Amazon Quick. This was a two-year transformation that delivered results across every dimension of the business: 15,000 hours saved annually, 50% reduction in dashboard count, rendering times cut to under 5 seconds, and AI-powered self-service analytics now accessible to every employee.

  • Natera’s intelligent appointment scheduling with Amazon Bedrock AgentCore
    by Cem Onan on August 26, 2026 at 4:36 pm

    Learn how Natera built an automated voice agent on Amazon Bedrock AgentCore that lets patients book mobile phlebotomy appointments through natural conversation. The post covers the dual-WebSocket bridge, event-driven latency masking, and progressive-trust authentication behind 100% tool-calling accuracy and sub-7-second latency.

  • Bring your own model with Amazon SageMaker AI: Script mode in SDK v3
    by Bobby Lindsey on August 26, 2026 at 4:31 pm

    The SageMaker Python SDK v3 redesigns script mode with unified ModelTrainer and ModelBuilder classes. This post walks through two end-to-end examples, a scikit-learn Random Forest and a multi-GPU Stable Diffusion 3.5 LoRA fine-tune, showing how SourceCode syncs your local code into any container at runtime so you can iterate without rebuilding Docker images.

  • Preparing data for supervised fine-tuning Part 2: Advanced data strategies
    by Krishnateja Killamsetty on August 26, 2026 at 4:24 pm

    The advanced side of supervised fine-tuning data prep. This second post in a two-part series covers evaluating data readiness with learning curves, selecting high-value data subsets, augmenting data with synthetic and distilled examples, and mixing data sources to prevent catastrophic forgetting.

  • Preparing data for supervised fine-tuning Part 1: Formatting and quality
    by Elyse Zhang on August 26, 2026 at 4:24 pm

    Data preparation determines the ceiling of any supervised fine-tuning project. This first post in a two-part series covers the foundations of SFT data prep: quality checks, conversational (JSONL) formatting, reasoning and tool-calling schemas, and a representative train/evaluation split.

  • Connect Amazon Bedrock AgentCore to cross-account knowledge bases
    by Kunal Ghosh on August 26, 2026 at 3:48 pm

    Learn how Amazon Bedrock AgentCore agents in one account can generate answers from an Amazon Bedrock knowledge base backed by Amazon Redshift Serverless in another account, without copying source data. This post covers the architecture, security boundary, and two orchestration models: a code-based Strands agent and a declarative AgentCore harness.

  • Agentic observability with Amazon OpenSearch Service MCP Apps
    by Hang Zuo on August 25, 2026 at 7:00 pm

    Amazon OpenSearch Service now supports MCP Apps, which return interactive visualizations alongside your AI agent’s text responses. Learn how a single, locally run MCP server lets your agent move from alert to trace to logs to root cause in one conversation, and how you can verify every step inline without leaving your IDE.

Share Websitecyber
We are an ethical website cyber security team and we perform security assessments to protect our clients.