🔍 Literature search: summarize papers, synthesize evidence
🩺 Clinical support: differential diagnosis, drug interactions
📊 Data extraction: structure info from free-text notes (ICD coding)
🎓 Education: explain concepts to patients in plain language
Example 1: Discharge Summary
From structured data to readable text
Input prompt:
“Write a discharge summary for: 72-year-old male, admitted for chest pain. Troponin elevated. Coronary angiography showed 90% LAD stenosis. PCI with DES performed. Discharged on aspirin, clopidogrel, atorvastatin, metoprolol.”
LLM output:
“A 72-year-old male was admitted with acute chest pain and elevated troponin levels consistent with NSTEMI. Coronary angiography revealed 90% stenosis of the left anterior descending artery. Successful percutaneous coronary intervention was performed with drug-eluting stent placement. The patient was discharged in stable condition on dual antiplatelet therapy (aspirin 100mg, clopidogrel 75mg), atorvastatin 80mg, and metoprolol 50mg. Follow-up in cardiology clinic in 4 weeks recommended.”
Example 2: Laboratory Interpretation
Pattern recognition in lab panels
Input prompt:
“Interpret: ALT 85 U/L (ref 7-56), AST 72 U/L (ref 8-48), GGT 120 U/L (ref 9-48), ALP normal, Bilirubin normal, Albumin normal.”
LLM output:
“The liver panel shows elevated transaminases (ALT 85, AST 72) with ALT > AST, and elevated GGT (120), with preserved synthetic function (normal albumin) and no cholestasis (normal ALP, bilirubin). This pattern suggests hepatocellular injury with possible etiologies including: NAFLD/NASH (given ALT > AST ratio), medication-induced hepatotoxicity, viral hepatitis, or early alcoholic liver disease. Recommend: hepatitis B/C serology, metabolic panel, medication review, and liver ultrasound.”
Example 3: Differential Diagnosis
Clinical reasoning support
Input prompt:
“55-year-old female with progressive fatigue, weight loss, and hyperpigmentation. Labs show hyponatremia (128 mEq/L), hyperkalemia (5.8 mEq/L), low morning cortisol. Generate differential diagnosis.”
LLM output:
“The clinical picture strongly suggests primary adrenal insufficiency (Addison’s disease):
✅ Rule: always verify — especially dosages, references, and protocols
Warning
Plausible ≠ Correct. A fluent, confident answer can still be completely wrong.
Other Limitations
What AI cannot do (yet)
⚖️ Bias: reproduces biases in training data (demographic, geographic)
🔒 Privacy: commercial APIs may retain prompts — never input PHI
🧮 Reasoning limits: still unreliable for complex multi-step calculations
📋 Accountability: who is responsible for an AI-assisted error?
🏥 Regulatory status: most tools are not FDA/CE approved for diagnosis
Best Practices for Clinical Use
How to use AI responsibly
✅ Do
❌ Don’t
Use as draft generator
Trust blindly without review
Verify all factual claims
Input PHI on public APIs
Use validated tools for clinical decisions
Use ChatGPT for diagnosis
Keep human in the loop
Assume AI “knows” medicine
Document AI-assisted decisions
Cite LLM outputs as sources
Key Parameters to Know
Controlling LLM behavior
🌡️ Temperature: controls randomness/creativity
Low (0.0-0.3): consistent, deterministic — best for clinical use
High (0.7-1.0): creative, varied — for brainstorming only
✂️ Max tokens: limit output length (controls cost and verbosity)
🎯 System prompt: define role, constraints, and behavior
Example: “You are a clinical assistant. Always cite sources. Never provide specific drug doses without verification.”
Clinical tip: For medical tasks, always use low temperature. “Interpret this ECG” at temperature 0.1 gives consistent, reproducible output. At 0.8, you get creative but potentially dangerous variations.
The Future: Multimodal + Agentic
Where medical AI is heading
🖼️ Multimodal integration: text + images + genomics + EMR
🤖 Agentic systems: autonomous research and analysis
🔗 Foundation models for biology: pretrained on molecular data
🏥 Clinical integration: embedded in workflows (not separate tools)
⚖️ Regulation evolving: EU AI Act, FDA guidance on AI/ML devices
Take-Home Messages
What to remember from this seminar
🧠 LLMs are powerful for documentation, literature synthesis, and education
⚠️ They hallucinate — always verify clinical information
🔬 Specialized AI (pathology, oncology) outperforms general chatbots
🤖 Agentic AI (like K Pro) is transforming drug development
👨⚕️ Keep human oversight — AI assists, doesn’t replace expertise