Amazon Bedrock Flows is now generally available with enhanced safety and traceability | Amazon Web Services

Amazon Bedrock Flows is now generally available with enhanced safety and traceability | Amazon Web Services


Today, we are excited to announce the general availability of Amazon Bedrock Flows (previously known as Prompt Flows). With Bedrock Flows, you can quickly build and execute complex generative AI workflows without writing code. Key benefits include:

  1. Simplified generative AI workflow development with an intuitive visual interface.
  2. Seamless integration of latest foundation models (FMs), Prompts, Agents, Knowledge Bases, Guardrails, and other AWS services.
  3. Flexibility to define the workflow based on your business logic.
  4. Reduced time and effort in testing and deploying AI workflows with SDK APIs and serverless infrastructure.

Bedrock Flows makes it easier for developers and businesses to harness the power of generative AI, enabling you to create more sophisticated and efficient AI-driven solutions for your customers.

Thomson Reuters transforms the way professionals work by delivering innovative tech and GenAI powered by trusted expertise and industry-leading insights.

“The mandate of the Thomson Reuters Enterprise AI Platform is to enable our subject-matter experts, engineers, and AI researchers to co-create Gen-AI capabilities that bring cutting-edge, trusted technology in the hands of our customers and shape the way professionals work. Amazon Bedrock Flows will enable us to create complex, flexible, multi-prompt workflows which we can easily evaluate, compare and version. We can also quickly integrate flows with our applications using the SDK APIs for serverless flow execution — without wasting time in deployment and infrastructure management. We are excited about the potential productivity gain and acceleration for generative-AI application development with Bedrock Flows.”

– Laura Skylaki, VP of Artificial Intelligence, Business Intelligence and Data Platforms at Thomson Reuters.

Dentsu Creative is a global creative agency network designed to create meaningful connection between brands and consumers.

“We have successfully leveraged Amazon Bedrock Flows to transform customer experiences. Using Bedrock Flows, we accelerated the process of reshaping books into an easy-to-read format for readers with learning disabilities. Bedrock Flows also enabled us to easily connect customer service solutions with foundation models like Claude Haiku to address common inquiries, saving hours and allowing customer support teams to focus on more complex requests. By empowering non-technical users to understand how AI and business logic are applied with the intuitive visual interface, Bedrock Flows has driven transparency and visibility for generative AI solutions in our organization. Whether reaching new audiences or scaling customer requests, Dentsu continues to innovate with cutting-edge generative AI technology powered by Amazon Bedrock Flows.”

– Thiago Winkler, Executive Director of Operations for Dentsu Creative Brazil

New capabilities in Amazon Bedrock Flows

Organizations leveraging generative AI need robust safety controls and clear visibility into their AI workflows. Today, we’re announcing two new capabilities in Amazon Bedrock Flows that help customers build more secure and traceable AI applications:

  1. Enhanced safety: Ability to filter out harmful content and unwanted topics for Prompt and Knowledge base nodes powered by Amazon Bedrock Guardrails. Guardrails are now supported in two types of nodes:
    • Prompt node: Define and enforce controls over your FM interactions.
    • Knowledge base node: Apply guardrails to responses generated from your knowledge base.
  1. Enhanced traceability: Ability to quickly validate and debug workflows with traceability of input & output and inline validations. Gain comprehensive visibility into your workflow execution and quickly pinpoint errors through:
    • Detailed traceability support for input and output nodes.
    • Complete execution path information showing input, output, execution time, and errors for each node.
    • Inline validation status of nodes in the visual builder.

Consider ACME Corp, a fictional ecommerce company building a customer service chatbot using Amazon Bedrock Flows. They face several challenges in their implementation:

  • Their chatbot sometimes generates responses containing sensitive customer information.
  • They struggle to maintain consistent response quality and tone across different customer interactions.
  • They spend a lot of time and effort in troubleshooting issues in their application.
  • They have no way to ensure that responses comply with company policies and regulatory requirements.
  • They lack visibility into performance bottlenecks affecting customer experience.

Let’s explore how the new capabilities in Amazon Bedrock Flows address these challenges and enable Acme Corp to build a more secure, efficient, and transparent customer service solution.

Prerequisites

Before implementing the new capabilities, make sure that you have the following:

  1. An AWS account
  2. In Amazon Bedrock:
    • Create and test your base prompts for customer service interactions in Prompt Management.
    • Set up your knowledge base with relevant customer service documentation, FAQs, and product information.
    • Configure any auxiliary AWS services needed for your customer service workflow (for example, Amazon DynamoDB for order history).
  1. In Amazon Bedrock Guardrails:
    • Create a guardrail configuration for customer service interactions (for example, CustomerServiceGuardrail-001) with:
      • Content filters for inappropriate language and harmful content
      • Personally identifiable information (PII) detection and masking rules for customer data
      • Custom word filters for company-specific terms
    • Contextual grounding checks to ensure accurate information
    • Test and validate your guardrail configuration.
    • Publish a working version of your guardrail.
  1. Required IAM permissions:

After these components are in place, you can proceed with implementing the new capabilities in your customer service workflow.

Enabling enhanced safety in Flows

For Acme Corp’s customer service chatbot, implementing guardrails helps ensure safe, compliant, and consistent customer interactions.

Here’s how to enable guardrails in both Prompt node and Knowledge base node:

  1. In the AWS Management Console for Amazon Bedrock, open the Prompt node or Knowledge base node in your customer service flow where you want to add guardrails. Create a new flow if required.
  2. In the node configuration panel, locate the Guardrail section.

  3. Select an existing guardrail from the dropdown menu. For example, CustomerServiceGuardrail-001.
  4. In this instance, CustomerServiceGuardrail-001 is configured to:
    1. Mask customer PII data (name and email)
    2. Block inappropriate language and harmful content
    3. Have responses align with company policy
    4. Maintain professional tone in responses
  1. Choose the appropriate version of your guardrail. For example, Working draft.
  2. Enter your prompt message for customer service scenarios. For example, Respond to customer queries.
  3. Connect your Prompt node to the flow’s input and output nodes.
  4. Test your Flows with the implemented guardrails by entering a prompt in the Test Flow. For example, Hi, my name is John Smith, email – john.smith@email.com. How do I get started with setting up an ACME Corp account?
  5. In the Test flow shown on the right pane of the interface, you can see how the model response handles sensitive information. For example:
    1. Original response: “Dear Mr. John Smith…”
    2. Guardrail response: “Dear Mr. {NAME}…”

Enhanced traceability with Flows Trace View

The new Flows Tracing capability now provides detailed visibility into the execution of the flows, enhancing debugging capability with Trace view and inline validations. This comprehensive monitoring solution helps developers monitor, debug, and optimize their AI workflows more effectively.

Key benefits of enhanced traceability include:

  • Complete execution path with visibility through Trace view
  • Detailed input/output tracing for each node
  • Errors, warnings, and execution timing for every node
  • Quick identification of bottlenecks and issues
  • Faster root-cause analysis for errors

For Acme Corp’s customer service team, the new Flows Tracing capability provides crucial insights into their chatbot’s performance and behaviours. This helps them:

  • Monitor response times for customer interactions
  • Identify patterns in customer queries that cause delays
  • Debug issues in the conversation flow
  • Optimize the customer experience

To use the Trace view:

  1. In the Amazon Bedrock console, open your flow and test it with sample query.
  2. After running your flow, choose Show trace to analyze the interaction.
  3. Review the Flow Trace window showing:
    1. Response times for each step of the customer interaction
    2. How customer inputs are processed
    3. Where guardrails are applied
    4. Performance bottlenecks

  4. Analyze execution details, including:
    1. Customer query processing steps
    2. Response generation and validation
    3. Time taken by each step
    4. Error details and cause analysis

Inline validation status

The Flows visual builder and SDK now include intuitive node validation capabilities:

Visual Builder:

  • Green background indicates a valid node configuration.
  • Red background indicates an invalid node configuration that needs attention.
  • Yellow background indicates a node configuration with warnings.

These validation capabilities help developers quickly identify and resolve potential issues in their flows by giving real-time validation feedback during both visual and programmatic development.

Conclusion

The integration of Bedrock Guardrails and enhanced traceability in Bedrock Flows represent a significant advancement in generative AI development. These capabilities enable developers to create more secure, transparent, and efficient AI-powered solutions, addressing critical challenges in the rapidly evolving field of AI application development.

Bedrock Flows with the new capabilities are now generally available in all regions that Amazon Bedrock is available except for GovCloud. Starting February 1st 2025, you will also be charged for Bedrock Flows usage based on the number of node transitions required to operate your workflows at $0.035 per 1000 node transitions. We invite you to explore these new capabilities and experience firsthand how they can improve your generative AI development process. To get started, open the Amazon Bedrock console and begin building flows with enhanced safety and visibility with Flows today. To learn more, see the AWS user guide for Guardrails integration and Traceability. For pricing information, visit the Amazon Bedrock pricing page.

We’re excited to see the innovative applications you’ll build with these new capabilities. As always, we welcome your feedback through AWS re:Post for Amazon Bedrock or your usual AWS contacts. Join the generative AI builder community at community.aws to share your experiences and learn from others.


About the Authors

Amit Lulla is a Principal Solutions Architect at AWS, where he architects enterprise-scale generative AI and machine learning solutions for software companies. With over 15 years in software development and architecture, he’s passionate about turning complex AI challenges into bespoke solutions that deliver real business value. When he’s not architecting cutting-edge systems or mentoring fellow architects, you’ll find Amit on the squash court, practicing yoga, or planning his next travel adventure. He also maintains a daily meditation practice, which he credits for keeping him centered in the fast-paced world of AI innovation.

Huong Nguyen is a Principal Product Manager at AWS. She is leading the Amazon Bedrock Flows, with 18 years of experience building customer-centric and data-driven products. She is passionate about democratizing responsible machine learning and generative AI to enable customer experience and business innovation. Outside of work, she enjoys spending time with family and friends, listening to audiobooks, traveling, and gardening.



Source link
lol

By stp2y

Leave a Reply

Your email address will not be published. Required fields are marked *

No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.