Evidence-Grounded Agents Improve Musculoskeletal Care Pathways

OrthoPilot combines hospital data retrieval with external medical knowledge, improving physician management success by 10.6% in 1,870 prospective complex cases.

Editorial Desk·July 28, 2026·4 min readstrong

Underlying Paper

Evidence-Grounded AI for Musculoskeletal Care

Musculoskeletal diseases are among the leading causes of disability and drive the greatest global need for rehabilitation. Because recovery, remodelling and degeneration of bones, joints and related tissues unfold over months to years, care requires longitudinal management rather than isolated decisions. Clinicians must repeatedly integrate evolving patient evidence, medical knowledge and stage-specific functional goals, yet evidence is often fragmented across visits, departments and hospital systems, disrupting continuous, individualised management. Here we report OrthoPilot, a clinical artificial intelligence (AI) system powered by a large language model (LLM) that integrates hospital data streams with authoritative external knowledge for continuous musculoskeletal care. It autonomously retrieves real-time imaging, laboratory, pathology and order data and translates evolving patient states into evidence-based decisions from admission diagnosis through rehabilitation planning. We established a specialist-validated benchmark from real-world electronic health records (EHRs) spanning 1,000 disease codes. In a full-pathway reader study against 81 orthopaedic physicians, OrthoPilot outperformed experts with 25 years of experience in diagnostic reasoning, clinical decision-making and management planning. This advantage generalised across 60 external clinical centres, where OrthoPilot surpassed all evaluated intelligent systems. In a prospective physician decision-making study of 1,870 complex cases, OrthoPilot improved full-chain management success by 10.6%. In a randomised deployment involving 8,240 inpatients, integration into routine care increased cumulative cases per bed by 9.7% and improved patient-reported access to health information. These results move clinical AI from predicting isolated events toward executing longitudinal management across complete musculoskeletal care pathways.

arXiv:2607.12527Submitted: Jul 22, 2026v3

Musculoskeletal care is a longitudinal coordination problem more than a single diagnostic prediction problem. Orthopaedic teams have to connect imaging, laboratory tests, pathology, orders, operative decisions, discharge planning, and rehabilitation goals across weeks or months. The paper introduces OrthoPilot as an evidence-grounded agent for that whole pathway: it retrieves patient-specific hospital evidence and external medical knowledge, then produces structured reasoning and care outputs for sequential clinical tasks.

Figure 1 gives the clearest view of the intended scope: the system is not framed as a radiology classifier or a one-shot triage assistant, but as an agent spanning admission, diagnosis, perioperative planning, surgery, discharge, and rehabilitation.

Figure 1. OrthoPilot: an evidence-grounded agent system for full-pathway musculoskeletal care. a, Schematic of the musculoskeletal care pathway from admission to rehabilitation, showing sequential diagnostic, perioperative, surgical, discharge, and rehabilitation tasks along time. b, Overview of OrthoPilot and its dual evidence worlds. The system retrieves patient-specific evidence from the in-hospital information world and current medical knowledge from the external knowledge world, then generates a reasoning trace and structured clinical outputs grounded in both evidence sources. c, Retrospective and prospective study design. The retrospective evaluation includes an internal OrthoBench benchmark across 11 tasks and 1,000 diseases, multicentre validation across 60 hospitals and 6,796 cases, and a reader study with 81 physicians, 307 patients, and 550,451 assessments. The prospective evaluation includes a crossover reader study in 1,870 complex cases and an 8-month randomized clinical deployment at Ruijin Hospital with 8,240 enrolled patients.

Core Contribution

The main contribution is the coupling of a full-pathway clinical agent with a large evaluation program built around musculoskeletal care. OrthoPilot has two evidence sources. The in-hospital world contains changing patient data such as imaging, laboratory results, pathology, and medical orders. The external knowledge world supplies current medical knowledge. The system uses both to generate a reasoning trace and structured clinical outputs, which makes the claim narrower and more testable than a generic medical-chatbot claim.

The other contribution is measurement. The authors build OrthoBench from real-world electronic health records across 1,000 disease codes and 11 tasks, then validate open-ended outputs with ORACLE, a rubric-based evaluator aligned against physician rankings. That matters because many clinical LLM papers stop at question answering; this one evaluates diagnostic reasoning and management decisions across a care chain.

Technical Approach

OrthoPilot is presented as an evidence-grounded agent rather than a standalone foundation model. The architecture retrieves case-specific records from hospital systems and condition-specific information from external sources before generating responses. The output is not only an answer, but a trace of the evidence used to support it. That design targets a real failure mode in longitudinal care: evidence fragmentation across departments and visits.

Figure 2 shows how the benchmark and evaluator are built. OrthoBench covers rare and non-rare musculoskeletal disease codes, while ORACLE scores open-ended clinical-management answers against specialist rubrics. The validation plot compares ORACLE scores with physician rankings across seven management tasks, which is an important check because automated grading in clinical settings can otherwise become a hidden source of bias.

Figure 2. OrthoBench and ORACLE for full-pathway clinical evaluation. a, Overview of OrthoBench disease coverage, showing major disease categories and the distribution of rare and non-rare disease codes. b, Example ORACLE evaluation workflow for an open-ended clinical management case, showing the clinical query, ground-truth answer, physician rubric, model response and scorecard-based coverage assessment. c, Validation of ORACLE scores against physician rankings across seven clinical management tasks and overall performance.

Results and Analysis

The evaluation is unusually broad for a clinical-agent paper. Retrospectively, the authors compare 22 systems on OrthoBench, including reasoning LLMs, general-purpose LLMs, medical-domain LLMs, agent methods, CHEESE, and OrthoPilot. They also test external generalisation across 60 hospitals and 6,796 cases against three locally deployable open-source baselines: DeepSeek-R1, Qwen3-235B-A22B, and MedGemma-27B. The figure reports OrthoPilot ahead of the evaluated systems at the aggregate level and across task-level diagnostic and management settings.

Figure 3 is the central evidence figure because it combines benchmark ranking, external-centre validation, sequential diagnostic stages, and seven open-ended management tasks. The pattern supports the paper's main claim that evidence retrieval plus pathway-specific orchestration helps beyond simply scaling a general LLM.

Figure 3. Aggregate benchmark performance, external generalisability and task-level performance of OrthoPilot. a, Mean performance of 22 systems on OrthoBench, including reasoning LLMs, general-purpose LLMs, medical domain- specific LLMs, agent methods, CHEESE and OrthoPilot. Circles denote closed-ended diagnostic tasks and diamonds denote open-ended clinical management tasks; bubble size is proportional to model parameters, and colours indicate model categories. b, Centre-level external validation across 60 hospital centres and 6,796 cases, comparing OrthoPilot with three locally deployable open-source baselines: DeepSeek-R1, Qwen3-235B-A22B and MedGemma-27B. c, Diagnostic performance at four sequential clinical stages. Bars show task-specific accuracy for each model, with CHEESE and OrthoPilot highlighted. d, Open-ended management performance across seven clinical tasks. Colours encode ORACLE scores (%) from 0 to 100, with warmer colours indicating higher performance; bold values mark the highest score in each row.

The prospective studies are the stronger part of the paper. In a crossover reader study of 1,870 complex cases, OrthoPilot improved full-chain management success by 10.6%. In an 8-month randomized deployment at Ruijin Hospital with 8,240 inpatients, integration into routine care increased cumulative cases per bed by 9.7% and improved patient-reported access to health information. Those are operational endpoints, not just benchmark scores.

The interpretation should still be cautious. The deployment evidence shows that OrthoPilot can improve decision workflows and throughput in one hospital environment, while the external validation shows performance across many centres retrospectively. It does not by itself prove broad improvement in long-term functional recovery, complication rates, or rehabilitation outcomes. The paper is strongest as evidence that grounding an LLM agent in live hospital data and specialist knowledge can improve musculoskeletal-care decisions at scale; the harder clinical-outcome claim remains only partially answered.

Limitations

The main limitation is endpoint selection. The randomized deployment reports workflow and patient-information-access gains, but the abstracted results do not establish durable improvements in pain, mobility, revision surgery, or long-term rehabilitation. The deployment also took place at Ruijin Hospital, so implementation quality, hospital data integration, and clinician adoption may affect transfer to other systems. ORACLE is physician-validated, but it is still an automated evaluator for open-ended management tasks, so the clinical meaning of score differences depends on the rubric design.

Evidence Box

strong

Key Claims

  • Evidence-grounded retrieval improves full-pathway musculoskeletal decision support
  • OrthoPilot outperforms physician and LLM baselines on diagnostic and management tasks
  • Prospective use improves physician management decisions and hospital workflow
  • Automated ORACLE scoring can evaluate open-ended clinical management responses

Key Results

  • OrthoBench spans 11 tasks and 1,000 disease codes
  • Reader study included 81 physicians, 307 patients, and 550,451 assessments
  • External validation covered 60 hospitals and 6,796 cases
  • Prospective studies reported 10.6% higher full-chain management success in 1,870 complex cases and 9.7% higher cumulative cases per bed in 8,240 inpatients

Limitations & Caveats

  • Randomized deployment conducted at a single hospital
  • Long-term functional recovery and complication outcomes not established in the reported results
  • Open-ended management evaluation depends on ORACLE rubric design and physician-ranking validation
  • Performance may depend on hospital data integration quality and local clinical workflows

Related Articles

Readers are encouraged to consult the original arXiv paper for complete details. SOTA Papers does not make claims beyond what is supported by the authors' reported evidence.