Artificial Intelligence

Category: Advanced (300)

Evaluate skill-equipped agents with Strands Evals and Amazon Bedrock AgentCore

Evaluate skill-equipped agents with Strands Evals and Amazon Bedrock AgentCore

Skills let you encode domain-specific procedures as reusable, portable instructions for agents, but a fluent answer doesn’t prove the agent picked the right skill or followed it. Learn how to measure skill selection and instruction following with Strands Evals and Amazon Bedrock AgentCore Evaluations.

Right-size generative AI endpoints with concurrency sweeps on Amazon SageMaker AI

Right-size generative AI endpoints with concurrency sweeps on Amazon SageMaker AI

Concurrency sweeps help you right-size a generative AI endpoint on Amazon SageMaker AI by systematically benchmarking it at increasing load levels. This post walks through deploying a model, running automated concurrency sweeps with the CreateAIBenchmarkJob API, and using the results to make data-driven capacity decisions about fleet size.

Extending public sector intelligence with Agentforce and AWS

Extending public sector intelligence with Agentforce and AWS

Public sector agencies process large volumes of unstructured evidence, such as body camera footage and scanned documents. This post shows how to combine Amazon Bedrock Data Automation with the Model Context Protocol (MCP) to turn that data into structured insights and surface them through natural language queries in Salesforce Agentforce.

How BMW Group detects cost anomalies across 14,000 cloud accounts

How BMW Group detects cost anomalies across 14,000 cloud accounts

BMW Group operates CLEA, a FinOps platform monitoring more than 14,000 cloud accounts. This post shows how BMW added automated daily cost anomaly detection, moving from reactive dashboards to proactive alerts using Prophet forecasting, AWS Step Functions, and a serverless pipeline that processes every account for about $50 per month.

Migrating multi-model AI agents to Amazon Bedrock AgentCore runtime

Migrating multi-model AI agents to Amazon Bedrock AgentCore runtime

Migrate a multi-model healthcare AI agent from self-managed Amazon ECS with AWS Fargate to Amazon Bedrock AgentCore runtime, preserving triple-model orchestration and vector-enhanced knowledge retrieval while reducing infrastructure management. The framework-agnostic pattern applies across healthcare, financial services, and manufacturing.

Implementing defense-in-depth authorization for MCP tools on Amazon Quick

Implementing defense-in-depth authorization for MCP tools on Amazon Quick

Learn how to enforce defense-in-depth authorization for Model Context Protocol (MCP) tools on Amazon Quick. This walkthrough wires Microsoft Entra ID group and claims-based JWTs through an Amazon Bedrock AgentCore Gateway interceptor to apply per-user, per-tool role-based and attribute-based access control, with a server-side check and an immutable audit trail.

Enhancing industrial safety AI with synthetic data on Amazon SageMaker AI

Enhancing industrial safety AI with synthetic data on Amazon SageMaker AI

Learn how to build a synthetic data augmentation pipeline on Amazon SageMaker AI and Amazon Rekognition that generates photo-realistic, auto-labeled training images for industrial safety AI. This approach improved person detection by up to 160% without manual annotation or hazardous data collection near heavy machinery.

Fault tolerant distributed training on Amazon EKS using NVRx

Fault tolerant distributed training on Amazon EKS using NVRx

Integrate NVIDIA Resiliency Extension (NVRx) into PyTorch FSDP training on Amazon EKS to overlap checkpoint I/O with training and recover from GPU faults in seconds. This post covers async checkpointing, in-process restart, and ft_launcher in-job restart, with H100 benchmarks at 2 to 8 nodes showing 99%+ training efficiency and second-scale recovery.

Build a serverless PII redaction pipeline with Amazon Bedrock Data Automation

Build a serverless PII redaction pipeline with Amazon Bedrock Data Automation

Learn how to automate end-to-end PII detection and redaction from scanned documents at scale using Amazon Bedrock Data Automation with a custom blueprint, AWS Step Functions, and AWS Lambda. A custom blueprint redacts sensitive fields with field-level precision, and a token matching quality check raises recall across degraded and handwritten documents.