Signal Brief

AI医疗索赔代理

PE支持的医疗账单平台在四个月内部署了七个生产级AI代理,处理真实医疗索赔并确保零PHI泄露。他们通过构建包含34个动态变量的丰富化层、固定架构和严格的输出模式验证,将调用路由在两个模型提供商之间进行交换而不影响输出。与常规直接接入模型的做法相比,该团队花费的工程时间主要用于构建评估套件和数据预处理...

twitter关注列表 Rohan Paul (@rohanpaul_ai) 发布 2026-07-23 收录 2026-07-23 观察

一句话判断

该实现展示了在严格HIPAA约束下构建可靠医疗AI工作流的具体方法,值得进一步研究其评估套件设计。

核心信息

PE支持的医疗账单平台在四个月内部署了七个生产级AI代理,处理真实医疗索赔并确保零PHI泄露。他们通过构建包含34个动态变量的丰富化层、固定架构和严格的输出模式验证,将调用路由在两个模型提供商之间进行交换而不影响输出。与常规直接接入模型的做法相比,该团队花费的工程时间主要用于构建评估套件和数据预处理,实现了可靠的生产运行。

原始内容

Autonomous agent demos get millions of views running on benchmarks in sandboxes. This team shipped 7 production agents handling live healthcare claims under HIPAA, built in 4 months with zero patient data exposed to any model. They route calls across two model providers and swapping one for the other changes nothing in the output. The team spent more engineering hours building enrichment pipelines and eval harnesses than integrating the model. Follow @mardehaym for breakdowns of AI in production. > **引用原帖 Mark Ajzenstadt (@mardehaym):** > A PE-backed healthcare billing platform had two people hand-writing every rule in their claims system. 300+ denial codes, payer variations that change three times a year. > We built seven production AI agents that handle it. Four months. Zero PHI exposure. > I want to walk through what that actually took, because "we added AI to the product" tells you nothing. > Their system processed real claims under real HIPAA constraints. A wrong output costs money or violates a regulation. This is production healthcare, not a demo. > First month, we didn't pick models. We mapped data. Where is it, what are we NOT capturing, how do we structure it so agents reason correctly? Most teams skip this. They bolt a model onto the product, watch it hallucinate over unstructured inputs, and conclude AI isn't ready. > We built an enrichment layer. 34 dynamic variables assembled per claim before any LLM touches it. Pre-computed, versioned, auditable. The agent doesn't search for context. It receives clean, ranked facts. > Then we designed the architecture. Every agent follows a fixed pattern: pre-compute context, strip all patient data before the model sees it, call the LLM, validate output against a strict schema, let deterministic code decide the action. Our engineers wrote validation logic that rejects any output outside a bounded allowlist. If the model suggests something the allowlist doesn't cover, the system fails closed. > Seven agents, each locked to a single workflow. One handles denied claim follow-up. Another runs billing reconciliation. Each has its own enrichment payload and output schema, validated by a dedicated eval suite. > Their PE operating partner drove AI transformation across the full portfolio. The other portfolio companies now benchmark against this agent system. > You bolt a chat widget onto your product and call it intelligent. Production agents need enrichment pipelines pre-computing context and eval harnesses catching regression. They need audit trails and human-in-the-loop controls at confidence thresholds. We spent more engineering hours building that scaffolding than integrating the model. > We route calls across two model providers. Swapping one for the other changes nothing in the output. Model integration was the shortest line item in the build. > https://x.com/mardehaym/status/2080221212639101131

相关动态

02

Offloop 发布多智能体调度框架 D1

Offloop 发布了多智能体框架 D1,通过小型调度模型控制 Agent 动作、停止时机及人工介入。在基准测试中,D1 在 GDPval 表现优于 Claude Code 和 Codex,并在处理任务遇到瓶颈时能自动升级至人工处理。

twitter关注列表2026-07-23#技术#产品发布#大模型
观察
03

ChatGPT 健康功能面向美国用户

OpenAI 开始向美国用户滚动 ChatGPT 健康功能,支持连接 Apple Health 与医疗记录,每周有超过 3 亿人进行健康相关提问。该功能基于 GPT‑5.5 Instant 与 GPT‑5.6 Sol 两代模型,经数百名医师评估,且不使用连接的医疗数据进行模型训练或广告定位。

twitter关注列表2026-07-23#产品发布#技术
观察