Building an agentic AI solution at Bluesight with Amazon Bedrock
Bluesight developed Prism, an agentic AI solution using Amazon Bedrock AgentCore to unify six healthcare compliance products into a single reasoning layer. The architecture leverages Model Context Protocol (MCP) via AgentCore Gateway to securely connect existing APIs, enabling multi-agent delegation for complex compliance tasks. HIPAA eligibility and data privacy safeguards were critical design constraints, ensuring patient data is not used for model training while maintaining audit trails. Init
Analysis
TL;DR
- Bluesight developed Prism, an agentic AI solution using Amazon Bedrock AgentCore to unify six healthcare compliance products into a single reasoning layer.
- The architecture leverages Model Context Protocol (MCP) via AgentCore Gateway to securely connect existing APIs, enabling multi-agent delegation for complex compliance tasks.
- HIPAA eligibility and data privacy safeguards were critical design constraints, ensuring patient data is not used for model training while maintaining audit trails.
- Initial deployment of Prism Assistant for ControlCheck launched in May 2026, serving 20 health systems with a conversational interface for drug diversion detection.
- The solution addresses significant manual labor inefficiencies, reducing thousands of annual audit hours by automating cross-referencing of FDA, ASHP, and inventory data.
Why It Matters
This case study demonstrates a practical, production-ready implementation of agentic AI in a highly regulated industry, proving that LLMs can be safely integrated with legacy enterprise systems through standardized protocols like MCP. It highlights the importance of choosing cloud infrastructure that natively supports compliance requirements such as HIPAA and Business Associate Agreements (BAAs) when handling sensitive healthcare data. Furthermore, it illustrates how multi-agent architectures can solve complex, cross-domain problems that single-product AI prototypes cannot address alone.
Technical Details
- Architecture: Utilizes Amazon Bedrock AgentCore with Strands Agents, featuring a coordinator agent delegating tasks to specialized worker agents (e.g., querying CostCheck, ShortageCheck, and 340BCheck).
- Integration: AgentCore Gateway transforms existing REST APIs into Model Context Protocol (MCP) compatible tools, allowing agents to discover and invoke functions with built-in authentication and encryption.
- Security & Compliance: Operates under a HIPAA-eligible framework with a BAA; ensures session isolation via serverless hosting and guarantees that customer data is not used to train foundation models.
- Development Process: Built through an AWS Experience-Based Acceleration (EBA) sprint involving 15 engineers, resulting in a functional prototype within nine months, including frontend visualization and observability tools.
- Use Cases: Primary applications include automated drug diversion detection (ControlCheck) and verifying GPO exemption eligibility by cross-referencing purchase records, shortage data, and 340B status.
Industry Insight
Healthcare organizations should prioritize agentic frameworks that support modular, multi-agent collaboration to handle complex, multi-source data verification tasks rather than relying on isolated chatbots. Implementing standard protocols like MCP for API integration can significantly reduce the engineering overhead required to connect LLMs with existing enterprise software ecosystems. Finally, selecting cloud providers with explicit HIPAA eligibility and strict data governance policies is essential for deploying AI solutions in regulated industries without compromising patient privacy or regulatory compliance.
Disclaimer: The above content is generated by AI and is for reference only.