AWS Machine Learning Blog

Artificial Intelligence Official Machine Learning Blog of Amazon Web Services

  • Tailor responsible AI with new safeguard tiers in Amazon Bedrock Guardrails
    by Koushik Kethamakka on June 26, 2025 at 10:41 pm

    In this post, we introduce the new safeguard tiers available in Amazon Bedrock Guardrails, explain their benefits and use cases, and provide guidance on how to implement and evaluate them in your AI applications.

  • Structured data response with Amazon Bedrock: Prompt Engineering and Tool Use
    by Adam Nemeth on June 26, 2025 at 3:46 pm

    We demonstrate two methods for generating structured responses with Amazon Bedrock: Prompt Engineering and Tool Use with the Converse API. Prompt Engineering is flexible, works with Bedrock models (including those without Tool Use support), and handles various schema types (e.g., Open API schemas), making it a great starting point. Tool Use offers greater reliability, consistent results, seamless API integration, and runtime validation of JSON schema for enhanced control.

  • Using Amazon SageMaker AI Random Cut Forest for NASA’s Blue Origin spacecraft sensor data
    by Ian Lunsford on June 26, 2025 at 3:41 pm

    In this post, we demonstrate how to use SageMaker AI to apply the Random Cut Forest (RCF) algorithm to detect anomalies in spacecraft position, velocity, and quaternion orientation data from NASA and Blue Origin’s demonstration of lunar Deorbit, Descent, and Landing Sensors (BODDL-TP).

  • Build an intelligent multi-agent business expert using Amazon Bedrock
    by Justin Ossai on June 25, 2025 at 4:53 pm

    In this post, we demonstrate how to build a multi-agent system using multi-agent collaboration in Amazon Bedrock Agents to solve complex business questions in the biopharmaceutical industry. We show how specialized agents in research and development (R&D), legal, and finance domains can work together to provide comprehensive business insights by analyzing data from multiple sources.

  • Driving cost-efficiency and speed in claims data processing with Amazon Nova Micro and Amazon Nova Lite
    by Aitzaz Ahmad on June 25, 2025 at 4:50 pm

    In this post, we shared how an internal technology team at Amazon evaluated Amazon Nova models, resulting in notable improvements in inference speed and cost-efficiency.

  • Power Your LLM Training and Evaluation with the New SageMaker AI Generative AI Tools
    by Sundar Raghavan on June 24, 2025 at 11:44 pm

    Today we are excited to introduce the Text Ranking and Question and Answer UI templates to SageMaker AI customers. In this blog post, we’ll walk you through how to set up these templates in SageMaker to create high-quality datasets for training your large language models.

  • Amazon Bedrock Agents observability using Arize AI
    by Ishan Singh on June 24, 2025 at 10:31 pm

    Today, we’re excited to announce a new integration between Arize AI and Amazon Bedrock Agents that addresses one of the most significant challenges in AI development: observability. In this post, we demonstrate the Arize Phoenix system for tracing and evaluation.

  • How SkillShow automates youth sports video processing using Amazon Transcribe
    by Ragib Ahsan on June 24, 2025 at 3:28 pm

    SkillShow, a leader in youth sports video production, films over 300 events yearly in the youth sports industry, creating content for over 20,000 young athletes annually. This post describes how SkillShow used Amazon Transcribe and other Amazon Web Services (AWS) machine learning (ML) services to automate their video processing workflow, reducing editing time and costs while scaling their operations.

  • NewDay builds A Generative AI based Customer service Agent Assist with over 90% accuracy
    by Kaushal Goyal on June 24, 2025 at 3:22 pm

    This post is co-written with Sergio Zavota and Amy Perring from NewDay. NewDay has a clear and defining purpose: to help people move forward with credit. NewDay provides around 4 million customers access to credit responsibly and delivers exceptional customer experiences, powered by their in-house technology system. NewDay’s contact center handles 2.5 million calls annually,

  • No-code data preparation for time series forecasting using Amazon SageMaker Canvas
    by Muni T. Bondu on June 23, 2025 at 5:38 pm

    Amazon SageMaker Canvas offers no-code solutions that simplify data wrangling, making time series forecasting accessible to all users regardless of their technical background. In this post, we explore how SageMaker Canvas and SageMaker Data Wrangler provide no-code data preparation techniques that empower users of all backgrounds to prepare data and build time series forecasting models in a single interface with confidence.

  • Build an agentic multimodal AI assistant with Amazon Nova and Amazon Bedrock Data Automation
    by Julia Hu on June 23, 2025 at 5:36 pm

    In this post, we demonstrate how agentic workflow patterns such as Retrieval Augmented Generation (RAG), multi-tool orchestration, and conditional routing with LangGraph enable end-to-end solutions that artificial intelligence and machine learning (AI/ML) developers and enterprise architects can adopt and extend. We walk through an example of a financial management AI assistant that can provide quantitative research and grounded financial advice by analyzing both the earnings call (audio) and the presentation slides (images), along with relevant financial data feeds.

  • Build a scalable AI video generator using Amazon SageMaker AI and CogVideoX
    by Nick Biso on June 19, 2025 at 7:47 pm

    In recent years, the rapid advancement of artificial intelligence and machine learning (AI/ML) technologies has revolutionized various aspects of digital content creation. One particularly exciting development is the emergence of video generation capabilities, which offer unprecedented opportunities for companies across diverse industries. This technology allows for the creation of short video clips that can be

  • Building trust in AI: The AWS approach to the EU AI Act
    by Sara Duffer on June 19, 2025 at 7:41 pm

    The EU AI Act establishes comprehensive regulations for AI development and deployment within the EU. AWS is committed to building trust in AI through various initiatives including being among the first signatories of the EU’s AI Pact, providing AI Service Cards and guardrails, and offering educational resources while helping customers understand their responsibilities under the new regulatory framework.

  • Update on the AWS DeepRacer Student Portal
    by Jayadev Kalla on June 19, 2025 at 7:29 pm

    Starting July 14, 2025, the AWS DeepRacer Student Portal will enter a maintenance phase where new registrations will be disabled. Until September 15, 2025, existing users will retain full access to their content and training materials, with updates limited to critical security fixes, after which the portal will no longer be available.

  • Accelerate foundation model training and inference with Amazon SageMaker HyperPod and Amazon SageMaker Studio
    by Bruno Pistone on June 19, 2025 at 7:26 pm

    In this post, we discuss how SageMaker HyperPod and SageMaker Studio can improve and speed up the development experience of data scientists by using IDEs and tooling of SageMaker Studio and the scalability and resiliency of SageMaker HyperPod with Amazon EKS. The solution simplifies the setup for the system administrator of the centralized system by using the governance and security capabilities offered by the AWS services.

  • Meeting summarization and action item extraction with Amazon Nova
    by Baishali Chaudhury on June 18, 2025 at 4:13 pm

    In this post, we present a benchmark of different understanding models from the Amazon Nova family available on Amazon Bedrock, to provide insights on how you can choose the best model for a meeting summarization task.

  • Building a custom text-to-SQL agent using Amazon Bedrock and Converse API
    by Pavan Kumar Vadupu Lakshman Manikya on June 18, 2025 at 4:10 pm

    Developing robust text-to-SQL capabilities is a critical challenge in the field of natural language processing (NLP) and database management. The complexity of NLP and database management increases in this field, particularly while dealing with complex queries and database structures. In this post, we introduce a straightforward but powerful solution with accompanying code to text-to-SQL using a custom agent implementation along with Amazon Bedrock and Converse API.

  • Accelerate threat modeling with generative AI
    by Edvin Hallvaxhiu on June 18, 2025 at 4:05 pm

    In this post, we explore how generative AI can revolutionize threat modeling practices by automating vulnerability identification, generating comprehensive attack scenarios, and providing contextual mitigation strategies.

  • How Anomalo solves unstructured data quality issues to deliver trusted assets for AI with AWS
    by Vicky Andonova, Jonathan Karon on June 17, 2025 at 3:02 pm

    In this post, we explore how you can use Anomalo with Amazon Web Services (AWS) AI and machine learning (AI/ML) to profile, validate, and cleanse unstructured data collections to transform your data lake into a trusted source for production ready AI initiatives.

  • An innovative financial services leader finds the right AI solution: Robinhood and Amazon Nova
    by Renyu Chen, Dev Tagare on June 17, 2025 at 2:58 pm

    In this post, we share how Robinhood delivers democratized finance and real-time market insights using generative AI and Amazon Nova.

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