医学数据静默智能体 · Experiment · 2026
A Silent Resident Agent for Medical Imaging Data · 2026
A silent resident agent that quietly tidies up a hospital's mountain of medical scans — 2 TB of them — so researchers get clean, research-ready data without touching a command line.
一位静默值守的医学数据智能体,默默整理医院积攒如山的医学影像——足足 2TB——让科研人员不动一根手指就拿到干净、可直接建模的数据。
Hospital scans (CT / MRI) arrive as thousands of folders copied from machines. Folder names can't be trusted, one patient has several IDs, and sometimes two patients are mixed in one folder. Doing this by hand for 20,000+ exams is soul-crushing.
医院的 CT/MRI 影像是从机器里一盘盘拷出来的成千上万个文件夹:文件夹名字不可信、一个病人有好几个编号、有时两个病人混在同一个文件夹里。两万多份检查靠人肉整理,足以压垮任何研究生。
Drop new data into a folder and the line starts by itself. Every run is logged and reversible.
把新数据丢进一个文件夹,流水线自动开工。每一步都有记录、可追溯、可回退。
It works like a careful night-shift intern: it watches for new data, plans the steps, and knows exactly what it may decide alone — and when it must raise its hand and ask a human.
它像一名靠谱的值夜班实习生:盯着新数据、自己规划步骤,并且清楚哪些事可以自己拍板,哪些必须举手请示人类。
Running approved steps · retries & timeouts · skipping duplicate files · writing reports
执行已批准的工序 · 重试与超时处理 · 跳过重复文件 · 写运行报告
Deleting data · overwriting results · identity conflicts between patients · the deep-learning phase
删除数据 · 覆盖正式结果 · 病人身份冲突 · 深度学习特征提取阶段
These boundaries aren't vibes — they're written down as a policy document (workflow_policy.json) the agent reads. Large language models (DeepSeek, GLM) help classify inputs and summarize reports, but the pipeline runs fine without any model at all.
这些边界不是口头约定,而是一份写好的《自主性守则》(workflow_policy.json),智能体自己会读。大语言模型(DeepSeek、智谱 GLM)帮忙识别输入类型、读 PDF 报告;但即使一个模型都不配,流水线照跑不误。
Built for a large chronic-condition cohort: images, clinical spreadsheets and PDF reports all flow through the same audited pipeline.
为某慢性病大队列而建:影像、临床表格、PDF 报告全部流经同一条可审计的流水线。