---
title: "How XY builds an AI agent orchestration platform for healthcare with Temporal"
url: https://daily.dev/posts/how-xy-builds-an-ai-agent-orchestration-platform-for-healthcare-with-temporal-xglgek5oi
source_url: https://temporal.io/blog/xy-build-ai-agent-orchestration-platform-healthcare-temporal
type: article
source: "Temporal"
published: 2026-08-06T10:37:23.856Z
updated: 2026-08-06T10:40:52.369Z
tags: ["automation", "healthcare"]
reading_time: 12
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How XY builds an AI agent orchestration platform for healthcare with Temporal

**[Temporal](https://daily.dev/sources/temporal)** · 12 min read · 0 upvotes · 0 comments

## Summary

XY built an AI agent orchestration platform for healthcare using Temporal as its execution backbone. The core innovation is a YAML-based DSL interpreted by a single generic DSLWorkflow class, eliminating the need to write custom Temporal workflow code for each new healthcare automation. An LLM-powered Planner Agent translates natural language requests into validated YAML workflows. The architecture uses specialized task queues (generic, browser, GPU) with purpose-built workers that scale independently, Temporal Cloud namespaces for multi-tenant isolation, and a continue-as-new mechanism for processing thousands of records without hitting history limits. The DSL versioning approach allows safe evolution of workflow definitions while in-flight production workflows continue uninterrupted.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://temporal.io/blog/xy-build-ai-agent-orchestration-platform-healthcare-temporal>

## Similar posts on daily.dev

- [How Coverwatch uses Temporal to orchestrate AI-powered insurance workflows](https://daily.dev/posts/how-coverwatch-uses-temporal-to-orchestrate-ai-powered-insurance-workflows-3a236gsez) · Temporal · 1 upvotes · 0 comments
- [From agent zoo to agent orchestra: The benefits of Temporal as your enterprise agentic control plane](https://daily.dev/posts/from-agent-zoo-to-agent-orchestra-the-benefits-of-temporal-as-your-enterprise-agentic-control-plane-iqlzy3car) · Temporal · 1 upvotes · 0 comments

---

Tags: [#automation](https://daily.dev/tags/automation), [#healthcare](https://daily.dev/tags/healthcare)

[View this post on daily.dev](https://daily.dev/posts/how-xy-builds-an-ai-agent-orchestration-platform-for-healthcare-with-temporal-xglgek5oi)
