AWS ML ★ 77 4 min

How Cohere Health digitizes clinical policies using Amazon Bedrock AgentCore

Amazon BedrockAmazon Bedrock AgentCoreCustomer Solutions

🔗 https://aws.amazon.com/blogs/machine-learning/how-cohere-health-digitizes-clinical-policies-using-amazon-bedrock-agentcore/

📌 Cohere Health 使用 Amazon Bedrock AgentCore 建構多租戶代理系統自動化臨床政策數位化

TL;DR:透過 Amazon Bedrock AgentCore 的多租戶代理架構,Cohere Health 使臨床政策數位化效率提升 30%,每項政策處理時間從 2 小時 15 分縮短至 1 小時 35 分。

🎣 醫療保險的事先授權流程長期依賴人工審核,導致每年影響數億位患者的決策緩慢且易出錯。

🧩 方法或架構
Cohere Health 以 Amazon Bedrock AgentCore 為基礎,打造名為 Cohere Policy Studio 的多租戶代理系統。其核心包含以下要素:

  • AgentCore Runtime 的安全 MicroVM 隔離:為每個健康方案客戶提供獨立的運算、記憶體與檔案系統資源,確保租戶間的資料嚴格隔離。
  • AgentCore Gateway 統一工具存取:透過單一認證端點整合 AWS Lambda 函式與內部 API,團隊可新增工具而無需重新部署代理。
  • AgentCore Memory:儲存政策分析師的回饋,支援人機共同迴流(human‑in‑the‑loop)的政策優化流程。
  • Agent Skills 開放標準:將領域知識封裝為可版本化的技能,使臨床政策專家能直接編寫與更新技能,無需重建代理基礎設施。

為支援多團隊客製化而不重建運行環境,Cohere Health 採用兩層部署架構:

  1. 共用基礎映像(FROM):包含 LangChain 代理框架與共用依賴。
  2. 團隊專屬設定檔(COPY):例如 agent_config.yaml,控制各團隊的代理行為。

代理透過 AgentCore Gateway 呼叫工具時,Gateway 會呼叫對應的 AWS Lambda 函式,依工具名稱將請求路由至正確的處理器,例如從 Amazon S3 讀取技能定義。

📊 數據或結果
實施後,Cohere Health 報告政策數位化效率提升 30%,單項政策處理時間從 2 小時 15 分 減少至 1 小時 35 分。此外,該解決方案亦帶來政策數位化速度、部署速度與涵蓋範圍的可量測改善。

💡 深入分析

  • Agent Skills 為模組,將臨床政策專家的知識與基礎設施解耦,使新功能能以版本化技能形式直接上線,避免每次需求都重建代理。
  • 技能採用 雙層版本控制:第一層以語意版本(例如 skill/policy_ingestion/v1.2.3)追蹤能力變更並以 Git 標記;第二層利用 Amazon S3 物件版本保存每次上傳的不可變歷史,支援回滾與區分非生產/生產環境。
  • 評估流程結合機器學習工程與資料科學團隊:先以真實標籤資料集定義準確度、完整度與一致性的成功指標,再跑評估套件;失敗時分析失敗模式並迭代技能定義;通過後由資料科學驗證符合驗收標準,交由 Arize AI 追蹤生產環境效能,臨床政策分析師再標註樣本以捕捉自動化指標遺漏的錯誤。

🎯 實務啟示

  • 想要在多租戶環境中快速部署 AI 代理,可參考 共用基礎映像 + 團隊專屬設定 的模式,降低重建開銷與配置漂移。
  • 透過 統一工具 gateway(如 AgentCore Gateway)將各種後端服務(Lambda、內部 API)包裝為單一端點,團隊新增工具時無需重新部署代理。
  • 將領域知識封裝為 可版本化的技能,並建立嚴格的評估與版本管控流程,有助於在保持臨床專家監督的同時,快速迭代與擴充 AI 功能。

🔗 來源

原始資料 AWS ML · 收集於 2026-08-08
來源原標題
How Cohere Health digitizes clinical policies using Amazon Bedrock AgentCore
作者
Oleksiy Kononenko
原始標籤
Amazon Bedrock · Amazon Bedrock AgentCore · Artificial Intelligence · Customer Solutions
原始連結
https://aws.amazon.com/blogs/machine-learning/how-cohere-health-digitizes-clinical-policies-using-amazon-bedrock-agentcore/

摘要原文

Prior authorization is the approval process health plans require before covering certain medical services or medications. It remains one of the most manual processes in healthcare, not because the medical reasoning for requiring approval is flawed, but because the policies that govern it are trapped in static, unstructured formats that resist automation. This content is at the core of day-to-day clinical operations impacting hundreds of millions of patients each year. However, the policy content varies by clinical area, geography, line of business, and health plan, and evolves as medicine and technology advances. Historically, health plans did not have a systematic way to manage, analyze, and optimize them. Digitizing these clinical policies into structured, machine-readable data using standard terminologies reduce a critical operational bottleneck by supporting more consistent, computable workflows and helping health plans modernize prior authorization operations at scale while maintaining appropriate clinical oversight. Cohere Health (R) , a clinical intelligence company that powers health plan operations, built Cohere Policy Studio (TM) using Amazon Bedrock AgentCore , which provides the multi-tenant isolation required for their health plan customers and a managed agent runtime that accelerates deployment without rebuilding infrastructure. The application uses a flexible, multi-tenant agentic architecture to accelerate policy digitization with extensive workflow management and automatic version tracking. In this post, you learn how Cohere Health built a multi-tenant agentic architecture on AgentCore using AgentCore Runtime’s secure MicroVM isolation , unified tool access through AgentCore Gateway , AgentCore Memory , and the Agent Skills open standard to rapidly scale policy digitization capabilities, while preserving transparency, version control, and human oversight. Realizing the value of AI-assisted workflows in prior authorization depends on a foundational challenge: transforming the rules trapped in static documents and PDFs into structured, machine-readable data that AI systems can use more consistently, while medical professional remain responsible for clinical review where clinical judgment is required. Health plans face a complex challenge of managing clinical policies to support rapidly changing requirements. Automating policy digitization helps health plans adapt to these changes. Cohere Health identified three challenges in building an AI solution for this workflow: AgentCore addresses these challenges with managed runtime infrastructure, session isolation, and unified tool access. The following diagram shows how Cohere Policy Studio connects AgentCore Runtime, Gateway, and Memory into a unified agentic system for policy digitization. The Policy Studio application is built on AgentCore using the Agent Skills open standard. To scale out representations in Cohere Policy Studio, Cohere Health added new skills to an existing AgentCore Runtime that was already decomposing policies. This runtime had access to the policy skills, policy APIs as Model Context Protocol (MCP) tools through AgentCore Gateway, and session memory for policy analysts’ feedback loops, helping teams refine outputs within a governed, human-in-the-loop process. The team completed three tasks: You can apply these same patterns to build your own multi-tenant agentic system. Cohere Health serves multiple health plans that require strict data isolation between tenants. AgentCore Runtime’s secure microVM isolation enforces this with dedicated compute, memory, and filesystem resources per session. When deploying multiple AI agent instances across teams, maintaining consistency while allowing customization is important. Each team needs its own agent configuration, but rebuilding the entire runtime environment for every deployment creates unnecessary overhead and drift. You can use the following base image pattern to deploy new agents to AgentCore Runtime microVMs with a minimal Dockerfile. Cohere Health developed a two-tier deployment architecture that separates the stable runtime environment from team-specific configurations: The FROM line pulls the shared base image containing the LangChain agent framework and common dependencies. The COPY line adds the team-specific agent_config.yaml , which controls the following options: With the runtime deployed, the next step was connecting it to tools and skills. Cohere Health’s agents access multiple tool types, including AWS Lambda functions for fetching skills and documents, and internal APIs, maintained across different teams. AgentCore Gateway consolidates these behind a single authenticated endpoint, so teams add new tools without redeploying the agent. Cohere Health implemented this using AgentCore Gateway with separate targets for shared tools and project-specific tools. AgentCore Gateway invokes an AWS Lambda function for each tool request. The function routes to the correct handler based on the tool name passed in the gateway context. Each tool handler fetches data from a specific source. The following example retrieves a skill definition from Amazon S3. The agent configuration defines which gateway targets the agent can access and how it authenticates. With the runtime and tools in place, Cohere Health turned to building the domain expertise layer. AI agents need domain-specific knowledge to perform specialized tasks effectively. Generic prompts produce inconsistent results, require extensive token usage, and lack the nuanced understanding that domain experts bring. Each new use case traditionally required rebuilding agent infrastructure from scratch, creating bottlenecks in deployment velocity. A modular skills framework addresses this by decoupling domain expertise from infrastructure. For Cohere Health, this means clinical policy experts can author and refine new skills directly, helping ensure the system supports policy workflows in ways that remain grounded in expert review and governance. Teams deploy new capabilities through modular, versioned skill definitions without rebuilding the agent. Cohere Health follows a structured workflow to develop and validate each skill before it reaches production. Evaluating skills requires collaboration between machine learning engineering and data science. The process starts with reference datasets that contain ground truth outputs for each skill. The team defines success metrics (accuracy, completeness, and consistency) and runs an evaluation suite against these test cases. When a skill fails, the team analyzes the failure mode and iterates on the skill definition before retesting. After a skill passes the evaluation suite, data science reviews the results against acceptance criteria and approves the skill for production deployment. After deployment, Arize AI tracks effectiveness metrics in production. Clinical policy analysts annotate sample outputs to catch errors the automated metrics miss. The team monitors for skill degradation over time and uses these data points to prioritize optimization work. Skills move to production through a layered versioning scheme and a staged deployment pipeline. Skills use dual-layer versioning: semantic versioning for capability tracking and Amazon S3 object versioning for deployment history. The first layer tracks capability changes in SKILL.md , with each version tagged in git (for example, skill/policy_ingestion/v1.2.3 ). Amazon S3 object versioning provides the second layer, maintaining immutable history for every upload with rollback capability and separate non-prod/prod buckets. Through this implementation, Cohere Health achieved measurable improvements across policy digitization speed, deployment velocity, and coverage. Policy digitization efficiency: Overall time spent on policy digitization reduced by 30 percent, from 2 hours 15 minutes to 1 hour 35 minutes per policy.

tencent/hy3:free 自動生成