Abstract
Artificial intelligence (AI) is increasingly used in orthopaedics, yet current models are often limited to narrow, isolated tasks like analysing an X‐ray or predicting a single outcome. This paper introduces AI agents—a new class of AI systems designed to overcome these limitations. Unlike traditional AI, agents can autonomously manage complex, multistep processes that mirror the complete patient journey. They can coordinate tasks from initial diagnosis and surgical scheduling to postoperative monitoring and rehabilitation, acting as intelligent assistants for clinical teams. This review explains what distinguishes AI agents from conventional AI, explores their potential applications in orthopaedic practice—including perioperative workflow optimisation, research acceleration and intelligent physician support—and discusses the significant implementation and ethical challenges that must be addressed. For the orthopaedic surgeon, understanding AI agents is becoming essential, as these systems offer a transformative potential to enhance efficiency, improve patient outcomes and shape the future of clinical leadership in a technologically advancing field.
Level of Evidence
Level V.
Keywords: agentic AI, artificial intelligence, clinical decision support, medical ethics, multiagent systems, surgical workflow
Abbreviations
- AI
artificial intelligence
- API
advanced programming interfaces
- EHR
electronic health record
- EMA
European Medicines Agency
- FDA
Food and Drug Administration
- HRL
hierarchical reinforcement learning
- LLM
large language model
- MAS
multiagent systems
- ML
machine learning
- NLP
natural language processing
- RL
reinforcement learning
INTRODUCTION
The use of artificial intelligence (AI) in orthopaedic practice and research has increased dramatically in recent years, with use cases to include image analysis [18, 24, 45] and outcome prediction [6, 23, 36]. Machine learning (ML), natural language processing (NLP) and deep learning have become valuable tools for gaining insight into musculoskeletal injury and recovery [7, 31, 37, 38, 55]. However, the integration of these technologies into routine practice has been slow [2, 5, 8], partly because current AI models are often fragmented, addressing single problems in isolation.
Orthopaedics presents unique clinical challenges that traditional AI struggles to address comprehensively. The longitudinal nature of musculoskeletal conditions requires continuous monitoring and adaptive treatment planning over extended timeframes. Furthermore, effective orthopaedic decision‐making relies on integrating multimodal data—including imaging, patient‐reported outcomes, clinical assessments and biomechanical measurements—which exceeds the capabilities of most single‐purpose AI models. This personalised approach, tailored to each patient's unique anatomy and recovery, demands more sophisticated technological solutions.
The emergence of AI agents represents a paradigm shift in healthcare technology. AI agents are software systems designed to perceive their environment, reason, make decisions and act autonomously to achieve specific goals [11, 50]. Unlike traditional AI models that execute predefined tasks, agents possess defining features like autonomy and adaptability [5, 11, 19, 22]. By harnessing ML, NLP and predictive analytics, they can emulate human cognitive functions, processing vast amounts of data to manage complex, goal‐oriented processes [11, 42]. A particularly powerful capability of AI agents is their potential to operate collaboratively in what has been called a ‘society of mind’ [54]. This orchestration of multiple specialised agents enables the handling of complex, multimodal data while maintaining transparency through natural language interfaces—characteristics especially valuable for the multifaceted decision‐making required in orthopaedics.
Outside of orthopaedics, AI agents have been used for drug discovery [26], designing novel viral nanobodies [46], outcome prediction [16] and even modelling hospital care [25]. Beyond healthcare, agentic AI is being utilised for finance, cybersecurity and manufacturing tasks as well [30, 52, 53]. Despite these advances in other domains, there remains a paucity of literature describing specific use cases for AI agents within orthopaedics, where their capabilities could address the field's unique longitudinal, multimodal and personalised care requirements.
Accordingly, the purpose of the current review was to examine the current state and near‐future potential of AI agents, in orthopaedics, providing a framework for understanding potential use‐cases, limitations and implementation pathways.
FUNDAMENTALS OF AGENTIC AI
Agentic AI systems utilise a composite architecture with components that function in tandem. An agent typically uses a foundation model (often a large language model, or LLM) as its central reasoning engine. This is augmented with memory mechanisms to preserve contextual information and planning modules that decompose complex goals into executable subtasks. Interactions with external data sources are achieved by leveraging advanced programming interfaces (APIs), while self‐reflection mechanisms enable metacognitive evaluation and iterative improvement through experiential learning.
Concisely, the essential feature of contemporary agentic AI is the synchronous implementation of multiple components where the foundation model acts as a meta‐controller that orchestrates complex workflows through recursive self‐monitoring. Further characteristics that distinguish AI agents from conventional AI systems include autonomy, goal‐oriented capacity, adaptability and social ability [49].
While traditional ML models are often trained on large, labelled datasets using supervised learning to perform specific classification or prediction tasks [29], agentic AI systems are typically built on foundations such as reinforcement learning (RL) and NLP using LLMs [1]. With RL, agents learn to maximise rewards by interacting with their environment to achieve goals through trial‐and‐error. Traditional models in orthopaedics, such as those developed for detecting fractures from X‐rays [14, 27] or assisting in preoperative planning [40, 44, 51], represent isolated, task‐specific systems. In contrast, AI agents integrate such capabilities into broader, goal‐directed workflows. For example, an agent might use an image analysis model as a tool, then reason about the findings, access patient records, consult clinical guidelines, propose a treatment plan and initiate scheduling or documentation [11, 34]. This orchestration mirrors how medical professionals navigate patient care.
The distinction between agentic behaviour and agentic implementation is crucial for healthcare. Agentic behaviour refers to what the system does—the observable actions and capabilities of a system, including autonomous operation, goal pursuit, adaptation to changing circumstances, and varying degrees of proactiveness or reactiveness [11, 50]. This is the external manifestation of agency. A system might exhibit agentic behaviour even if its internal architecture isn′t strictly agent‐based [4, 11]. Agentic Implementation refers to how the system is built. Is it designed using agent‐oriented principles, potentially with explicit goals, beliefs, planning capabilities and learning mechanisms? Architectures can range from simple reactive agents (responding directly to stimuli) to more complex deliberative or learning agents that maintain internal models and plan ahead. A simple classification scheme has been proposed for AI agents and is summarised in Table 1 [19, 35, 41].
Table 1.
An overview of different types of agents.
| Type of agent | Description | Examples |
|---|---|---|
| Simple reflex | Operate on condition‐action or if‐then rules without memory. Simple, fast, widely used. | An alert system on a smart cast that immediately notifies staff if a preset temperature threshold (indicating potential infection or pressure issues) is crossed and recommends further treatment. |
| Model‐based reflex | Exist in an environment, abide by rules, and consider previous perceptions from their environment | A gait analysis sensor that flags deviations from a patient's established baseline walking pattern stored in its memory and instructs therapists and patients. |
| Goal‐based | Plan and execute to achieve specified goals. Always choose the optimal path | A navigation system used during joint replacement surgery that dynamically guides the surgeon to achieve the preplanned implant position goal, despite changes in the environment. |
| Utility‐based | Uses a utility function to choose actions to maximise expected utility, balancing conflicting goals | Software recommending the optimal rehabilitation protocol by weighing factors like predicted recovery speed, cost, patient tolerance and desired functional outcome utility. |
| Learning | Continuously improve strategies based on experience, becoming more autonomous. Can be utility‐ or goal‐based. | An artificial intelligence (AI) tool analysing patient‐reported outcome measures and therapy logs over time to continuously refine personalised physical therapy recommendations. |
| Problem‐solving | Employ search algorithms to achieve desired outcomes. | Preoperative planning software using search algorithms to determine the optimal sequence of corrective osteotomies for complex limb deformity correction. |
CORE COMPONENTS OF AN AI AGENT
The agent's core requires inputs in order to understand, plan and execute complex tasks. Perception system and sensors collect data from the environment (e.g., patient data, medical images, real‐time device data, text input) [11]. This information is then processed and forwarded to the central decision‐making engine. The decision‐making engine responsible for reasoning and planning might be called the ‘brain’ of the agent. It processes information, uses logic, accesses knowledge bases (memory), plans actions and makes decisions to achieve goals, which often involves LLMs, RL, or other AI models [11, 22]. The memory of an agent is an important module as it stores past experiences and knowledge to learn and improve performance over time. The interaction with the environment is then facilitated through the action system driven by effectors. This module executes the decision into an action to interact with the environment (e.g., updating a schedule, sending an alert, controlling a robotic arm) [11, 22] (Figure 1).
Figure 1.

Sample Architecture of an artificial intelligence (AI) agent. This figure illustrates the core components of a typical AI agent. The perception system gathers raw data from the environment (e.g., patient information, sensor readings). This data are processed and sent to the reasoning & decision‐making engine (the ‘Brain’), which uses logic and AI models to create an action plan based on the agent's overarching goals and objectives. The engine accesses memory (a knowledge base of past experiences) to improve its decisions. The resulting action plan is sent to the action system, which uses effectors to interact with and modify the external environment (e.g., updating a clinical schedule or controlling a device). This entire process forms a continuous loop, allowing the agent to learn and adapt.
High agentic behaviour (autonomy) necessitates high trust. This trust is better supported by a robust agentic implementation that allows for explainability, predictability and validation [34]. Common architectural approaches for implementing agentic AI include multiagent systems (MAS), hierarchical reinforcement learning (HRL) and goal‐oriented modular architectures (Figure 2) [1]. In MAS, tasks are divided amongst multiple autonomous agents with a common goal [3]. In contrast, decision making is structured hierarchically in HRL, where high‐level agents define subgoals, which are executed by low‐level agents [39]. In goal‐oriented modular architectures, agent functions are modular, where each module specialises in specific aspects of a task [10]. These implementations can help enhance transparency, as interactions between components or agents are often structured and observable.
Figure 2.

Illustration of three common architectures for implementing agentic artificial intelligence (AI). Multiagent systems (MAS) use multiple autonomous agents working towards a shared goal. Hierarchical reinforcement learning (HRL) structures decision‐making into levels, where higher levels set subgoals for lower levels. Goal‐oriented modular architectures divide a process into specialised modules, each responsible for a specific part of the task.
CLINICAL APPLICATIONS AND FUTURE DIRECTIONS OF AGENTIC AI IN ORTHOPAEDICS
Perioperative workflow optimisation
Perioperative care represents one of the most promising applications for AI agents in orthopaedics, where these systems can coordinate and optimise complex workflows across clinical management pathways. Through the analysis of historical case durations, surgeon availability and patient needs, scheduling optimisation AI agents can reduce delays, prevent overbooking and maximise operating room utilisation—addressing a critical inefficiency particularly relevant in orthopaedics, where procedures vary dramatically in duration and resource requirements [11, 15, 34]. The complexity of these systems increases significantly in high‐acuity settings such as trauma services, where hierarchical decision‐making processes must accommodate rapid changes to OR schedules, prioritise emergent cases and redistribute resources in real‐time based on patient condition and surgical urgency. Practical implementations are emerging through MAS dedicated to each phase of the perioperative process: preoperative, intraoperative and postoperative. A preoperative MAS might incorporate multiple specialised agents, including a Risk Stratification Agent utilising predictive analytics to assess surgical risks, a scheduling optimisation agent applying ML to maximise resource efficiency—including interdepartmental OR sharing and a preoperative communication agent facilitating seamless information flow between patients, surgical teams and administrative staff [22, 34]. These specialised agents may operate under the coordination of a preoperative master orchestrator agent that integrates data inputs and optimises decision‐making for surgical preparation. Similar multigent architectures for intraoperative and postoperative phases create a comprehensive system spanning the entire care continuum, potentially transforming efficiency and outcomes in orthopaedic surgery through intelligent automation and coordination [4, 22].
RESEARCH ACCELERATION
AI agents may soon be capable of transforming research across various domains, however, they still lack strategic, purposeful implementation [9, 11, 13]. The literature demonstrates that these systems can autonomously search, read and synthesise thousands of studies—moving beyond simple keyword searching to understanding conceptual relationships and clinical implications, thereby identifying patterns, contradictions and knowledge gaps with unprecedented efficiency [9, 11]. In experimental design and optimisation, AI agents could recommend optimal methodologies, sample sizes and measurement approaches for biomechanical studies, clinical trials, or basic science experiments based on specific research questions and available resources [9, 12, 22]. In data analysis and interpretation, these agents can assist in both traditional statistical approaches, while also identifying complex patterns in research data, suggesting novel hypotheses and even generating preliminary manuscripts based on findings [12]. These capabilities represent a significant advancement over current research tools, potentially accelerating both the pace of discovery and clinical translation in orthopaedics by automating labour and time‐intensive tasks while uncovering insights that might otherwise remain hidden within the growing volume of scientific literature and research data.
INTELLIGENT CLINICAL AND SURGICAL SUPPORT
The future landscape of agentic AI in orthopaedics likely extends beyond what is currently envisioned, with numerous applications still to be discovered. Among the more apparent opportunities on the horizon are intelligent assistant agents which could function as copilots for healthcare providers, reducing cognitive burden and administrative workload by retrieving information, drafting documentation, managing alerts, summarising patient histories and facilitating routine patient communications [11, 34]. These systems will evolve alongside advanced decision support tools that integrate comprehensive datasets spanning radiomics, wearable technology and outcomes metrics to deliver increasingly personalised predictions regarding implant success and complication risks in both perioperative and outpatient contexts [11].
Further developments are anticipated in patient management optimisation, with AI agents intelligently prioritising cases based on acuity, complexity and resource availability while dynamically adjusting clinical and surgical schedules to enhance efficiency without compromising care quality [11, 34]. Real‐time procedural guidance represents another frontier, particularly in surgical settings where hybrid AI models may provide intraoperative decision support [11, 22, 34]. Additionally, remote monitoring capabilities will expand through AI systems that continuously analyse data from wearable devices and patient‐reported outcomes, identifying concerning trends and coordinating interventions before complications manifest, thereby extending the reach of orthopaedic care beyond traditional clinical boundaries.
THE CONTINUUM OF SOFTWARE AND ROBOTIC AGENTS
The landscape of agentic AI encompasses diverse implementation approaches, with software‐based agents representing the major category. These digital entities analyse clinical data, generate recommendations and streamline workflows without physical intervention capabilities [11, 34, 50]. Their digital nature enables rapid deployment and iteration, making them useful for clinical decision support systems, research assistance tools and administrative process optimisation. In contrast, robotic systems with agentic components may merge computational intelligence with physical capabilities, improving on largely passive surgical robots to such that will precisely execute surgeon commands to more advanced systems which will be capable of adapting to changing conditions during procedures. Rather than representing distinct categories, these implementations will exist along a continuum where many promising applications combine elements of both—resulting in intelligent software agents that enhance planning for robotic procedures or increasingly autonomous robotic systems guided by sophisticated agentic software.
The healthcare field has much to gain from MAS, with applications emerging across diagnostics, collaborative decision support, prehospital emergency response and automated insurance justifications [4, 12, 34]. These systems feature multiple specialised agents working in concert through collaboration or negotiation protocols [4, 11, 34]. Notable examples include MD Agents, which leverages large language models within a multiagent framework for medical decision‐making and systems applying the MAS approach to modular healthcare data analysis [21]. Such architectures may simulate healthcare team collaboration, analyse complex data streams and perform other tasks requiring distributed intelligence—pointing toward future systems where specialised digital agents collaborate much like human healthcare teams to deliver comprehensive orthopaedic care.
IMPLEMENTATION CONSIDERATIONS
The implementation of agentic AI in orthopaedics faces numerous challenges, not entirely unique compared to other medical specialties and also other industries. Seamless integration with existing electronic health records (EHRs) and imaging systems remains an initial hurdle, as these agents must function within established clinical workflows. Data quality presents another obstacle—as up to 80% of the EHR consists of unstructured data [20, 28], which is prone to human error [43, 47]. This necessitates either algorithms capable of standardising diverse inputs or a transition to more compatible information systems. Additionally, these applications must achieve real‐time performance with minimal latency while processing complex, multimodal data streams, not only for intraoperative use cases, but already in administrative tasks, as multiple patients might be requesting help simultaneously.
Beyond these technical considerations, the successful deployment of AI agents in orthopaedics depends on establishing appropriate validation metrics and explainability for clinical performance—a critical step for both regulatory approval and physician confidence [32, 33]. Economic factors will inevitably influence adoption rates, as practices must weigh implementation costs against potential efficiency gains and improved outcomes. Accordingly, evaluation of these agents, currently limited to accuracy/task completion metrics, should include cost‐effectiveness measures to facilitate practical deployment in resource‐limited environments [17]. Perhaps most importantly, these systems must earn acceptance from both patients and healthcare providers, who may harbour reservations about AI agents. As the field progresses, addressing these implementation barriers will be essential for realising the full potential of agentic AI in orthopaedic practice.
ETHICAL AND LEGAL FRAMEWORK
The ethical and legal landscape surrounding agentic AI in orthopaedics presents significant challenges. Regulatory frameworks remain underdeveloped, with bodies like the US Food and Drug Administration (FDA) and European Medicines Agency (EMA) still establishing pathways for evaluating adaptive AI technologies [48]. This uncertainty is compounded by complex questions of liability. When an autonomous agent contributes to an adverse outcome, determining responsibility—whether it lies with the developer, the healthcare provider, or the institution—becomes legally and ethically fraught, particularly when the agent's decision‐making process is not fully transparent.
Privacy and data governance represent another critical dimension. Agents that continuously learn from clinical data challenge traditional notions of patient consent and confidentiality, while the immense volumes of sensitive data they require raise questions about storage and access. Furthermore, equity considerations loom large. There is an inherent risk that biases present in training data (e.g., from specific patient demographics) could be amplified, exacerbating health disparities. Similarly, these advanced technologies might become disproportionately available in well‐resourced settings, widening the gap in care quality. Addressing these challenges requires thoughtful collaboration between clinicians, scientists, ethicists and policymakers to ensure that the benefits of AI are realised responsibly.
CONCLUSION
AI agents, representing a generational improvement upon traditional AI, present a potentially practice‐changing shift in orthopaedic practice. While promising applications are already possible in perioperative optimisation, research acceleration and workflow management, implementation faces significant technical, ethical and regulatory challenges. As orthopaedics navigates this frontier, success will depend on thoughtful integration that augments, rather than replaces, human expertise. For the orthopaedic surgeon, engaging with these technologies is no longer a niche interest but a professional necessity. Understanding the principles of agentic AI will be crucial for leading clinical teams, shaping the future of surgical practice and ensuring that these powerful tools are implemented safely and effectively to the ultimate benefit of the patient.
AUTHOR CONTRIBUTIONS
All listed authors have contributed substantially to this work. F.C.O., J.P. and B.Z. performed literature review. F.C.O. performed primary manuscript preparation. Editing and final manuscript preparation were performed by J.P., B.Z., Y.Y., T.C., R.F., P.W.W., M.T.H. and K.S. All authors read and approved the final manuscript.
CONFLICTS OF INTEREST STATEMENT
Prof. Kristian Samuelsson is a board member of Getinge AB. The remaining authors declare no conflict of interest.
ETHICS STATEMENT
The authors have nothing to report.
ACKNOWLEDGEMENTS
The authors have nothing to report.
Oettl FC, Pruneski J, Zsidai B, Yu Y, Cong T, Feldt R, et al. Artificial intelligence agents in orthopaedics: concepts, capabilities and the road ahead. Knee Surg Sports Traumatol Arthrosc. 2025;33:4475–4483. 10.1002/ksa.70109
DATA AVAILABILITY STATEMENT
Data sharing is not applicable to this article as no datasets were generated or analysed during the current study.
REFERENCES
- 1. Acharya DB, Kuppan K, Divya B. Agentic AI: autonomous intelligence for complex goals—A comprehensive survey. IEEE Access. 2025;13:18912–18936. [Google Scholar]
- 2. Ahmed MI, Spooner B, Isherwood J, Lane M, Orrock E, Dennison A. A systematic review of the barriers to the implementation of artificial intelligence in healthcare. Cureus. 2023;15:e46454. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3. Cardoso RC, Ferrando A. A review of agent‐based programming for multi‐agent systems. Computers. 2021;10:16. [Google Scholar]
- 4. Chen Y‐J, Albarqawi A, Chen C‐S. Reinforcing clinical decision support through multi‐agent systems and ethical AI governance; arXiv:2504.03699; 2025. Available from: 10.48550/arXiv:2504.03699; https://ui.adsabs.harvard.edu/abs/2025arXiv250403699C [DOI]
- 5. Cheng Y, Zhang C, Zhang Z, Meng X, Hong S, Li W, et al. Exploring large language model based intelligent agents: definitions, methods, and prospects; arXiv:2401.03428; 2024. Available from: 10.48550/arXiv.2401.03428:arXiv; https://ui.adsabs.harvard.edu/abs/2024arXiv240103428C [DOI]
- 6. Domb BG, Ouyang VW, Go CC, Gornbein JA, Shapira J, Meghpara MB, et al. Personalized medicine using predictive analytics: a machine learning‐based prognostic model for patients undergoing hip arthroscopy. Am J Sports Med. 2022;50:1900–1908. [DOI] [PubMed] [Google Scholar]
- 7. Eckhardt CM, Madjarova SJ, Williams RJ, Ollivier M, Karlsson J, Pareek A, et al. Unsupervised machine learning methods and emerging applications in healthcare. Knee Surg Sports Traumatol Arthrosc. 2023;31(2):376–381. [DOI] [PubMed] [Google Scholar]
- 8. Familiari F, Saithna A, Martinez‐Cano JP, Chahla J, Castillo JMD, DePhillipo NN, et al. Exploring artificial intelligence in orthopaedics: a collaborative survey from the ISAKOS young professional task force. J Exp Orthop. 2025;12:e70181. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9. Gao S, Fang A, Huang Y, Giunchiglia V, Noori A, Schwarz JR, et al. Empowering biomedical discovery with AI agents; arXiv:2404.02831; 2024. Available from: 10.48550/arXiv.2404.02831; https://ui.adsabs.harvard.edu/abs/2024arXiv240402831G. Accessed April 01, 2024. [DOI] [PubMed]
- 10. Getu TM, Kaddoum G, Bennis M. A survey on goal‐oriented semantic communication: techniques, challenges, and future directions. IEEE Access. 2024;12:51223–51274. [Google Scholar]
- 11. Google D. What is an AI agent?; 2025. Available from: https://cloud.google.com/discover/what-are-ai-agents?hl=en
- 12. Gottweis J, Weng W‐H, Daryin A, Tu T, Palepu A, Sirkovic P, et al. Towards an AI co‐scientist; arXiv:2502.18864; 2025. Available from: 10.48550/arXiv.2502.18864, https://ui.adsabs.harvard.edu/abs/2025arXiv250218864G [DOI]
- 13. Gridach M, Nanavati J, Zine El Abidine K, Mendes L, Mack C. Agentic AI for scientific discovery: a survey of progress, challenges, and future directions; arXiv:2503.08979; 2025. Available from: 10.48550/arXiv.2503.08979; https://ui.adsabs.harvard.edu/abs/2025arXiv250308979G [DOI]
- 14. Guermazi A, Omoumi P, Tordjman M, Fritz J, Kijowski R, Regnard NE, et al. How AI may transform musculoskeletal imaging. Radiology. 2024;310:e230764. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15. Huang KA, Choudhary HK, Kuo PC. Artificial intelligent agent architecture and clinical decision‐making in the healthcare sector. Cureus. 2024;16:e64115. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16. Jiang LY, Liu XC, Nejatian NP, Nasir‐Moin M, Wang D, Abidin A, et al. Health system‐scale language models are all‐purpose prediction engines. Nature. 2023;619:357–362. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17. Kapoor S, Stroebl B, Siegel ZS, Nadgir N, Narayanan A. Ai agents that matter. arXiv preprint arXiv:2407.01502; 2024.
- 18. Karnuta JM, Murphy MP, Luu BC, Ryan MJ, Haeberle HS, Brown NM, et al. Artificial intelligence for automated implant identification in total hip arthroplasty: a multicenter external validation study exceeding two million plain radiographs. J Arthroplasty. 2023;38:1998–2003. [DOI] [PubMed] [Google Scholar]
- 19. Karunanayake N. Next‐generation agentic AI for transforming healthcare. Inform Health. 2025;2:73–83. [Google Scholar]
- 20. Kim JS, Vivas A, Arvind V, Lombardi J, Reidler J, Zuckerman SL, et al. Can natural language processing and artificial intelligence automate the generation of billing codes from operative note dictations? Glob Spine J. 2023;13:1946–1955. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21. Kim Y, Park C, Jeong H, Chan YS, Xu X, McDuff D, et al. MDAgents: an adaptive collaboration of LLMs for medical decision‐making; arXiv:2404.15155; 2024. Available from: 10.48550/arXiv.2404.15155; https://ui.adsabs.harvard.edu/abs/2024arXiv240415155K [DOI]
- 22. Krishnan N. AI agents: evolution, architecture, and real‐world applications; arXiv:2503.12687; 2025. Available from: 10.48550/arXiv.2503.12687; https://ui.adsabs.harvard.edu/abs/2025arXiv250312687K [DOI]
- 23. Kunze KN, Kaidi A, Madjarova S, Polce EM, Ranawat AS, Nawabi DH, et al. External validation of a machine learning algorithm for predicting clinically meaningful functional improvement after arthroscopic hip preservation surgery. Am J Sports Med. 2022;50:3593–3599. [DOI] [PubMed] [Google Scholar]
- 24. Kunze KN, Rossi DM, White GM, Karhade AV, Deng J, Williams BT, et al. Diagnostic performance of artificial intelligence for detection of anterior cruciate ligament and meniscus tears: a systematic review. Arthrosc J Arthrosc Rel Surg. 2021;37:771–781. [DOI] [PubMed] [Google Scholar]
- 25. Li J, Lai Y, Li W, Ren J, Zhang M, Kang X, et al. Agent hospital: a simulacrum of hospital with evolvable medical agents. arXiv preprint arXiv:2405.02957; 2024.
- 26. Liu S, Lu Y, Chen S, Hu X, Zhao J, Lu Y, et al. Drugagent: automating AI‐aided drug discovery programming through llm multi‐agent collaboration. arXiv preprint arXiv:2411.15692; 2024.
- 27. Lu Y, Yang L, Mulford K, Grove A, Kaji E, Pareek A, et al. AKIRA: deep learning tool for image standardization, implant detection and arthritis grading to establish a radiographic registry in patients with anterior cruciate ligament injuries. Knee Surg Sports Traumatol Arthrosc. 2025. Available from: 10.1002/ksa.12618 [DOI] [PubMed] [Google Scholar]
- 28. Martin‐Sanchez F, Verspoor K. Big data in medicine is driving big changes. Yearb Med Inform. 2014;23:14–20. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29. Matsuo Y, LeCun Y, Sahani M, Precup D, Silver D, Sugiyama M, et al. Deep learning, reinforcement learning, and world models. Neural Net. 2022;152:267–275. [DOI] [PubMed] [Google Scholar]
- 30. Mosca F, Such J. ELVIRA: an explainable agent for value and utility‐driven multiuser privacy. Paper presented at: International Conference on Autonomous Agents and Multiagent Systems (AAMAS); 2021.
- 31. Oeding JF, Williams RJ, Nwachukwu BU, Martin RK, Kelly BT, Karlsson J, et al. A practical guide to the development and deployment of deep learning models for the Orthopedic surgeon: part II. Knee Surg Sports Traumatol Arthrosc. 2023;31(5):1635–1643. [DOI] [PubMed] [Google Scholar]
- 32. Oettl FC, Oeding JF, Samuelsson K. Explainable artificial intelligence in orthopedic surgery. J Exp Orthop. 2024;11(3):e12103. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33. Oettl FC, Pareek A, Winkler PW, Zsidai B, Pruneski JA, Senorski EH, et al. A practical guide to the implementation of AI in orthopaedic research, Part 6: how to evaluate the performance of AI research? J Exp Orthop. 2024;11(3):e12039. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34. Pandey H, Amod A, Shivang. Advancing healthcare automation: multi‐agent system for medical necessity justification; arXiv:2404.17977; 2024; Available from: 10.48550/arXiv.2404.17977; https://ui.adsabs.harvard.edu/abs/2024arXiv240417977P [DOI]
- 35. Petrova‐Dimitrova VS. Classifications of intelligence agents and their applications. J Fundament Sci Appl. 2022;28. [Google Scholar]
- 36. Polce EM, Kunze KN, Fu MC, Garrigues GE, Forsythe B, Nicholson GP, et al. Development of supervised machine learning algorithms for prediction of satisfaction at 2 years following total shoulder arthroplasty. J Shoulder Elbow Surg. 2021;30:e290–e299. [DOI] [PubMed] [Google Scholar]
- 37. Pruneski JA, Pareek A, Kunze KN, Martin RK, Karlsson J, Oeding JF, et al. Supervised machine learning and associated algorithms: applications in orthopedic surgery. Knee Surg Sports Traumatol Arthrosc. 2023;31(4):1196–1202. [DOI] [PubMed] [Google Scholar]
- 38. Pruneski JA, Pareek A, Nwachukwu BU, Martin RK, Kelly BT, Karlsson J, et al. Natural language processing: using artificial intelligence to understand human language in orthopedics. Knee Surg Sports Traumatol Arthrosc. 2023;31(4):1203–1211. [DOI] [PubMed] [Google Scholar]
- 39. Putta P, Mills E, Garg N, Motwani S, Finn C, Garg D, et al. Agent q: advanced reasoning and learning for autonomous ai agents. arXiv preprint arXiv:2408.07199; 2024.
- 40. Rouzrokh P, Khosravi B, Mickley JP, Erickson BJ, Taunton MJ, Wyles CC. THA‐Net: a deep learning solution for next‐generation templating and patient‐specific surgical execution. J Arthroplasty. 2024;39:727–733.e4. [DOI] [PubMed] [Google Scholar]
- 41. Russell SJ, Norvig P. Artificial intelligence: a modern approach. Pearson; 2016. [Google Scholar]
- 42. Gaurav Samdani S, Kabita Paul P, Flavia Saldanha S. Agentic AI in the age of hyper‐automation. World J Adv Eng Technol Sci. 2023;8:416–427. [Google Scholar]
- 43. Sanders TL, Pareek A, Desai VS, Hewett TE, Levy BA, Stuart MJ, et al. Low accuracy of diagnostic codes to identify anterior cruciate ligament tear in orthopaedic database research. Am J Sports Med. 2018;46:2894–2898. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44. Siddiqui IA, Littlefield N, Carlson LA, Gong M, Chhabra A, Menezes Z, et al. Fair AI‐powered orthopedic image segmentation: addressing bias and promoting equitable healthcare. Sci Rep. 2024;14:16105. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45. Suzuki T, Maki S, Yamazaki T, Wakita H, Toguchi Y, Horii M, et al. Detecting distal radial fractures from wrist radiographs using a deep convolutional neural network with an accuracy comparable to hand orthopedic surgeons. J Digit Imaging. 2022;35:39–46. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46. Swanson K, Wu W, Bulaong NL, Pak JE, Zou J. The virtual lab: AI agents design new SARS‐CoV‐2 nanobodies with experimental validation. bioRxiv 2024.2011. 2011.623004; 2024.
- 47. Tavabi N, Singh M, Pruneski J, Kiapour AM. Systematic evaluation of common natural language processing techniques to codify clinical notes. medRxiv;2010.2010.22280852; 2022. 10.1101/2022.10.10.22280852 [DOI] [PMC free article] [PubMed]
- 48. Winkler PW, Zsidai B, Hamrin Senorski E, Pruneski JA, Hirschmann MT, Ley C, et al. A practical guide to the implementation of AI in orthopaedic research—Part 7: risks, limitations, safety and verification of medical AI systems. J Exp Orthop. 2025;12:e70247. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49. Wooldridge M. An introduction to multiagent systems, John Wiley & Sons; 2009. [Google Scholar]
- 50. Yao S, Zhao J, Yu D, Du N, Shafran I, Narasimhan K, et al. ReAct: synergizing reasoning and acting in language models; arXiv:2210.03629; 2022; Available from: 10.48550/arXiv.2210.03629; https://ui.adsabs.harvard.edu/abs/2022arXiv221003629Y [DOI]
- 51. Yao SY, Zhang XZ, Podder S, Wu CT, Chan YS, Berco D, et al. Enhanced reliability and time efficiency of deep learning‐based posterior tibial slope measurement over manual techniques. Knee Surg Sports Traumatol Arthrosc. 2025;33:59–69. [DOI] [PubMed] [Google Scholar]
- 52. Yun L, Wang D, Li L. Explainable multi‐agent deep reinforcement learning for real‐time demand response towards sustainable manufacturing. Appl Energy. 2023;347:121324. [Google Scholar]
- 53. Zheng X‐l, Zhu M‐y, Li Q‐b, Chen C‐c, Tan Y‐c. FinBrain: when finance meets AI 2.0. Front Inform Technol Electr Eng. 2019;20:914–924. [Google Scholar]
- 54. Zhuge M, Liu H, Faccio F, Ashley DR, Csordás R, Gopalakrishnan A, et al. Mindstorms in natural language‐based societies of mind; arXiv:2305.17066; 2023; Available from: 10.48550/arXiv.2305.17066; https://ui.adsabs.harvard.edu/abs/2023arXiv230517066Z [DOI]
- 55. Zsidai B, Kaarre J, Narup E, Hamrin Senorski E, Pareek A, Grassi A, et al. A practical guide to the implementation of artificial intelligence in orthopaedic research—Part 2: a technical introduction. J Exp Orthop. 2024;11:e12025. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
Data sharing is not applicable to this article as no datasets were generated or analysed during the current study.
