AI in medicine

AI won’t replace doctors.

But doctors who understand AI
will replace those who don’t.

This isn’t a talk about replacing medicine with AI.
It’s about learning where AI helps—and where it can hurt.

CLINICAL AI / SESSION 001Human supervised
Patient context
History
Examination
Medication list
Evidence
Clinical judgment
01

The good

AI is not coming to healthcare.
It’s already here.

AI + Pharmacology

From molecule to bedside support.

Drug discovery
Molecular screening
Drug repurposing
Interaction detection
Adverse-event analysis
Literature synthesis
Clinical support
AI can process more information.
It does not automatically mean AI understands the patient.
02

Clinical reality

Your colleagues are already asking AI.

ChatGPT
Gemini
OpenEvidence
Copilot
Medical AI tools

Relative visual emphasis only · not a statistical ranking

What are doctors asking AI?

Summarize this paper.

Explain this mechanism.

What are the differential diagnoses?

Check these drug interactions.

Explain this lab result.

Draft patient instructions.

What dose should I prescribe?

That last question changes everything.

Audience pulse check

Have you used a general-purpose AI tool for a medical question?

03

The bad · the confidently wrong

AI tool
horror stories.

When a plausible answer becomes a clinical risk.

HORROR STORY / 01

The headache

HORROR STORY / 02

The wrong cream

HORROR STORY / 03

The drug interaction

HORROR STORY / 04

The hallucinated paper

HORROR STORY / 05

The perfect dose

04

Under the hood

AI doesn’t think like your professor.

Question
Tokens
Probability
Next token
Next token
Answer
FluentProfessionalDetailedConfident
Fluency ≠ truth
Confidence ≠ certainty
AI output ≠ clinical decision
05

Designing safer behavior

What if AI asked questions
before giving the answer?

Bad AI
Patient question
Immediate answer
VS
Safer clinical assistant
Patient question
Clarify
Collect context
Check red flags
Identify missing information
Retrieve evidence
Express uncertainty
Escalate when appropriate
Answer
The safest AI is sometimes the AI
that refuses to answer yet.
06

Major reveal

So I built my own.
Private medical AI assistant.

What if the medical AI ran locally instead of sending everything to a public chatbot?

Doctor
Running locally
Medical chat interface
Safety / context layer
Local medical model
Medical knowledge / references

Local execution improves control. Security still depends on the surrounding system.

07

Model ecosystem

Think of Hugging Face as a model ecosystem.

A large ecosystem includes models targeting medical Q&A, radiology, pathology, dermatology, biomedical language, imaging, clinical text, drug discovery, protein science, and embeddings.

Microsoft Research

BiomedCLIP

biomedical visionimage-text
Microsoft

BioGPT

biomedical NLPgeneration
Community

ClinicalBERT

clinical textembeddings
Model ecosystem

Protein language models

protein sciencedrug discovery

Results reflect this curated teaching demo—not a live ecosystem count.

08

Featured family

Meet MedGemma.

MedGemma

A family of open models designed for medical text and medical image comprehension.

Medical text
Clinical questions
Radiology
Dermatology
Pathology
Ophthalmology
Medical images
Medical model ≠ medical deviceModel performance ≠ clinical validation

A healthcare-focused model still needs validation for its intended use.

09

Hands-on concept

Your laptop can become
a private AI laboratory.

$ docker model run hf.co/google/medgemma-4b-ptDownloading model layers…Starting local inference…✓ Interactive session ready

Hardware needs vary. Larger models require substantially more RAM or VRAM. Quantized variants can reduce requirements when available and appropriate.

Model downloads locally
Inference runs locally
Your application talks to the local model
Build your own medical assistant
10

Interactive centerpiece

A safer medical AI conversation.

Questioning improves context. It does not turn a language model into a clinician.

Private Medical AI AssistantEducational demonstration
Safety layer active
I have a headache. What medicine should I take?
I need a little more context first. A medication suggestion would not be appropriate from that information alone.
11

Dedicated teaching mode

Pharmacology lab.

Mechanism

Beta blockers

A receptor-level explanation. Select a lens to inspect the same concept.

β-adrenoceptor blockade
↓ cAMP signaling
↓ heart rate + contractility
↓ myocardial oxygen demand

Patient-specific dose questions require indication, age, route, formulation, organ function, medicines, and other clinical context.

12

Architecture choices

Public AI vs private AI.

DimensionPublic general-purpose AIPrivate / controlled medical AI
Data control

Provider-dependent

Higher control; system-dependent

Model choice

Provider catalog

Chosen by your team

Customization

Usually limited

Potentially extensive

Knowledge sources

Often opaque or mixed

Can be curated

Auditability

Variable

Can be designed in

Offline operation

Usually no

Possible

Latency

Network-dependent

Hardware-dependent

Cost

Subscription / usage

Hardware + maintenance

Governance

Shared with provider

Your organization owns it

Security responsibility

Shared

Primarily yours

Local ≠ safeMedical model ≠ doctorPrivate ≠ validated
13

The right equation

The doctor + AI model.

AI alone

Fast, but can miss context.

+

Doctor alone

Clinical judgment, but limited time and information bandwidth.

Doctor + well-designed AI

Human judgment + computational assistance.

Doctor + AI + evidence + context + governance
= Augmented medicine
14

Keep these

Seven rules for medical AI.

1

Never confuse confidence with correctness.

2

Ask for context before answering.

3

Verify clinical claims and citations.

4

Protect patient information.

5

Know which model you are using.

6

Understand the model’s limitations.

7

Keep a qualified human responsible for clinical decisions.

The final prescription

AI won’t replace doctors.

But doctors who understand AI
will replace those who don’t.

Don’t fear AI.Understand it.Question it.Verify it.Control it.Use it well.