Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up

The Big Picture

Assigning patient-specific department perspectives to multiple AI agents and carrying forward only unresolved disagreements improves clinical risk prediction while cutting the amount of agent communication.

The Evidence

Department-aware agents that retrieve evidence tailored to their specialty produce more diverse, clinically grounded assessments than generic role assignments. Passing only the unresolved parts of each round into later discussion (residual deliberation) prevents repeated rehashing of settled points and reduces communication cost. residual deliberation Combining the refined consensus report with structured electronic health record embeddings yields better in-hospital outcome prediction on standard ICU benchmarks.

Data Highlights

1Tested on two ICU benchmarks: MIMIC-III and MIMIC-IV.
2Consultation uses three expert EHR embeddings (three specialist agents) fused with the leader report.
3Model stack includes an 8-billion-parameter consultation backbone and a 128-dimension fusion layer; residual rounds consume fewer prompt tokens (AR2PT < AR1PT).

What This Means

Machine learning engineers building clinical decision support and teams exploring multi-agent orchestration should care because this method gives a practical way to introduce specialty-specific reasoning without exploding agent communication. Clinical informatics leads and product managers can use the approach to improve model explainability and reduce token costs when integrating language-based agents with structured electronic health records. machine learning engineers
Not sure where to start?Get personalized recommendations
Learn More

Key Figures

Figure 1: The illustration of D 2 MDT and existing MAS.
Fig 1: Figure 1: The illustration of D 2 MDT and existing MAS.
Figure 2: The overview of the proposed D 2 MDT.
Fig 2: Figure 2: The overview of the proposed D 2 MDT.
Figure 3: The results of efficiency study.
Fig 3: Figure 3: The results of efficiency study.
Figure 4: Sensitivity analysis of D 2 MDT with respect to max_round , measured by AUPRC on two datasets.
Fig 4: Figure 4: Sensitivity analysis of D 2 MDT with respect to max_round , measured by AUPRC on two datasets.

Ready to evaluate your AI agents?

Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.

Learn More

Considerations

Results come from retrospective evaluation on two ICU datasets and only cover in-hospital outcome prediction; performance on other tasks or patient groups is untested. The approach depends on the quality of the backbone language model, the coverage of the retrieval corpus, and correct routing of department perspectives. Residual compression may accidentally drop useful context if disagreement is over-compressed, so careful tuning and clinician oversight are required before deployment. MCP Pattern

Methodology & More

D2MDT frames clinical prediction as a simulated multidisciplinary team meeting: each agent represents a department (for example, cardiology or nephrology) and pulls evidence relevant to that specialty from the patient record and an external medical corpus. Rather than assigning vague roles, department-aware retrieval forces each agent to ground its assessment in complementary evidence. Agents produce an initial consensus and a leader aggregates findings. For subsequent rounds the system uses residual deliberation — only the unresolved parts of the consensus are carried forward — so later discussion focuses on genuine disagreements instead of replaying the whole case. residual deliberation The final leader report is combined with three specialist EHR embeddings via a small neural fusion layer to produce the prediction. Experiments on two common ICU benchmarks (MIMIC-III and MIMIC-IV) show that department-aware consultation plus residual deliberation improves predictive metrics compared to deep EHR models and prior multi-agent baselines while reducing prompt token usage in later rounds. The design makes multi-agent clinical reasoning more evidence-differentiated and communication-efficient, but it remains a research prototype: broader task coverage, stronger backbone models, adaptive routing, and clinician validation are recommended next steps before clinical use. multi-agent data analysis Hallucination Propagation
Avoid common pitfallsLearn what failures to watch for
Learn More
Credibility Assessment:

Multiple authors but very low h-index scores (mostly 1–2), no listed affiliations, arXiv preprint and no citations — limited established reputation.