Building AI agents for business support using Amazon Bedrock AgentCore

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cloud Computing & IT Infrastructure, Robotics & Autonomous Systems · Depth: Intermediate, medium

Summary

AWS Generative AI Innovation Center (GenAIIC) collaborated with Works Human Intelligence (WHI) to develop two AI agents for business support using Amazon Bedrock AgentCore, achieving up to a 97% cost reduction and improved operational efficiency. The Commuting Allowance Agent, which automates application approvals, migrated from a monolithic LangGraph/Amazon ECS setup to AgentCore Runtime, enabling individual sub-agent launches and multi-tenancy with Amazon DynamoDB and Amazon Cognito. The Browser Operation Agent, designed to interact with WHI's "COMPANY" HR system, was built using Strands Agents. This agent initially achieved an 88% token reduction through prompt caching and optimized conversation history. Further cost optimization for the Browser Operation Agent involved using Amazon Bedrock's prompt caching, refining sub-agent prompts, and switching from Claude Sonnet 4.5 to Haiku 4.5, reducing cost per process from \$14.5 to \$0.4. This collaboration streamlined development and enabled WHI to focus on business logic.

Key takeaway

For AI Engineers or MLOps Engineers building or optimizing AI agents for business process automation, you should consider Amazon Bedrock AgentCore and Strands Agents. Migrating to this managed service can significantly reduce operational costs by up to 97% and streamline development efforts. Leverage features like prompt caching and evaluate cost-effective models such as Haiku to optimize your agent's behavior and resource consumption. This approach allows you to focus on core business logic rather than infrastructure management.

Key insights

Amazon Bedrock AgentCore and Strands Agents enable significant cost reduction and operational efficiency for AI agent development in business support.

Principles

Method

The Browser Operation Agent workflow involves searching for optimal operation templates, creating a manual, operating the browser to check information, proposing changes, and executing them upon user approval.

In practice

Topics

Code references

Best for: AI Engineer, MLOps Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.