Open Access
ARTICLE
Knowledge–Rule–Decision: A Loosely-Coupled Architecture for Auditable High-Stakes Clinical Decision Support
Bailing Zhang*, Genlang Chen
School of Computer Science and Data Engineering, NingboTech University, Ningbo, China
* Corresponding Author: Bailing Zhang. Email:
Journal of Intelligent Medicine and Healthcare 2026, 4, 109-124. https://doi.org/10.32604/jimh.2026.084876
Received 30 April 2026; Accepted 30 June 2026; Issue published 21 July 2026
Abstract
High-stakes clinical decision support (CDS) demands a property that aggregate accuracy cannot capture: a trace that a clinician who was not in the room can inspect layer by layer when the system is wrong. We argue that the way to obtain this property is to refuse to entangle the large language model (LLM) with the rest of the pipeline. We propose
KRD (Knowledge–Rule–Decision), a four-component architecture that separates fact extraction, a compile-time clinical knowledge layer in the spirit of the LLM Wiki pattern of Karpathy, a rule layer of hand-written contraindications and heuristics, and a decision interface whose
compose method short-circuits to a rule-cited blocking response whenever any hard violation fires. We evaluate
KRD against a pure language model, a retrieval-augmented language model, a rule-only system, and a light hybrid on a benchmark of 32 type-1 diabetes scenarios. A strict version of the unsafe-suggestion rate stratifies the five systems monotonically into four distinct tiers from 0.867 down to zero, with
S4 and
S5 tied at the floor; the full
KRD stack and the light hybrid reach the hard-safety ceiling together;
KRD leads the light hybrid on evidence trace completeness by 25% relative and on reviewer correction burden by 12% relative, both directionally clear and borderline significant under bootstrap intervals; and
KRD issues 17 language model calls per benchmark pass against the light hybrid’s 32, a 47% reduction that is a direct consequence of the architectural choice to evaluate the rule layer before invoking the model. We also report honestly that the evidence gate is inert on this benchmark because every compiled concept is graded A or B, and we trace five fact-extraction failures to a single field and a single linguistic pattern. The contribution is not that
KRD is universally optimal but that layer-wise auditability is a design discipline whose cost in this setting was lower than its critics would have predicted.
Keywords
Clinical decision support; large language models; neuro-symbolic AI; auditability; type-1 diabetes; high-stakes AI
Supplementary Material
Supplementary Material File
Cite This Article
APA Style
Zhang, B., Chen, G. (2026). Knowledge–Rule–Decision: A Loosely-Coupled Architecture for Auditable High-Stakes Clinical Decision Support.
Journal of Intelligent Medicine and Healthcare,
4(1), 109–124.
https://doi.org/10.32604/jimh.2026.084876
Vancouver Style
Zhang B, Chen G. Knowledge–Rule–Decision: A Loosely-Coupled Architecture for Auditable High-Stakes Clinical Decision Support. J Intell Medicine Healthcare. 2026;4(1):109–124.
https://doi.org/10.32604/jimh.2026.084876
IEEE Style
B. Zhang and G. Chen, “Knowledge–Rule–Decision: A Loosely-Coupled Architecture for Auditable High-Stakes Clinical Decision Support,”
J. Intell. Medicine Healthcare, vol. 4, no. 1, pp. 109–124, 2026.
https://doi.org/10.32604/jimh.2026.084876

Copyright © 2026 The Author(s). Published by Tech Science Press.
This work is licensed under a
Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.