Resources

Tools, frameworks, reading lists, and reference materials for working with AI in clinical practice.

AI 101 Learning Tracks

The guide’s hands-on tracks. Each is self-paced, assumes no programming background, and can be started and stopped without losing your place.

30 Days to Claude Code

Thirty short daily steps from “what even is the terminal?” to running an AI coding agent against real work. Written for clinicians, not engineers.

14 Days to GitHub

The sequel: fourteen days from “my work lives in a folder” to a backed-up repository you can branch, review, merge, and recover.

Vibe Coding

What building software by describing it actually looks like — where it works well, and where it fails badly enough to matter.

Key Frameworks

These frameworks are referenced throughout the course and serve as practical tools for evaluating and governing clinical AI.

CLAIM Checklist
42-item checklist for evaluating AI imaging papers. Covers study design, data quality, model development, validation, and reproducibility.
Read paper (Radiology: AI, 2020) →
CONSORT-AI Extension
Reporting guidelines for clinical trial reports involving AI interventions. Essential for evaluating research quality.
View Guidelines →
DEFT-AI Supervision Framework
Diagnosis, Evidence, Feedback, Teaching—structured approach to supervising AI use by medical learners. Abdulnour, Gin, and Boscardin, NEJM 2025.
Read paper →
Model Card Template
Documentation framework for AI system transparency. Based on Mitchell et al. (2019).
Read paper →

AI Tools for Clinicians

Tools referenced in the course, current as of July 2026. Model names move fast; the categories and the cautions do not. Check the vendor’s own page before relying on any capability claim below.

General-Purpose Assistants

Tool Use Case Key Considerations
Claude (Anthropic) Reading long documents, drafting, working through a reasoning problem step by step Opus 5 and Sonnet 5 are the current tiers as of July 2026. Consumer plans carry no BAA
ChatGPT (OpenAI) General drafting, summarizing, and question answering Runs the GPT-5.6 family (Sol, Terra, Luna), generally available since July 2026. Verify every clinical claim
Gemini (Google) Multimodal work — images, audio, documents — and anything already inside Google Workspace Google’s 3-series models. The 3.5 Pro flagship was still unreleased in late July 2026, so what you get depends on the model picker
NotebookLM (Google) Document-grounded assistant for guidelines and papers you upload yourself Answers stay inside your uploaded sources, which makes them easy to check. Still not a place for PHI on a consumer account

Evidence and Literature Search

Tool Use Case Key Considerations
OpenEvidence Point-of-care clinical answers with citations Free to NPI-verified US clinicians; ad-supported. Open the cited source rather than trusting the summary
Perplexity General web search with inline citations Citations make verification fast, but the underlying sources are ordinary web pages of mixed quality
Consensus Search across peer-reviewed literature with a summary of where studies agree Good for “what does the literature say” questions. The agreement meter is a starting point, not a meta-analysis
Elicit Structured literature review — screening papers and extracting findings into tables Useful for triaging a large search. Check extracted values against the paper before citing them

Documentation and Administrative Work

Tool Use Case Key Considerations
Abridge Ambient documentation from the visit conversation, written back into the EHR Named #1 for ambient AI in Best in KLAS 2026. Bought at the institution level; the BAA comes through that contract
Dragon Copilot (Microsoft) Ambient documentation; the successor to Nuance DAX The deepest native Epic and Oracle Health integration. Institutional purchase
Suki Voice-first ambient documentation, including on mobile Institutional purchase. Often chosen by smaller groups and specialty practices
Doximity GPT Prior authorization letters, patient instructions, referral and appeal drafts Free to verified US clinicians. Doximity states the tool is HIPAA-compliant for members — confirm against your own institution’s policy before entering PHI
PHI Warning

Never enter protected health information (PHI) into consumer AI tools unless your institution has a BAA in place. This includes patient names, dates, medical record numbers, and any identifiable clinical details.

Professional Guidelines

AMA: Augmented Intelligence in Health Care (H-480.940)
American Medical Association's policy principles for AI in clinical practice.
View Policy →
FDA: Artificial Intelligence and Machine Learning in Software as a Medical Device
Regulatory framework for AI-based medical devices. The January 2025 draft guidance on AI-enabled device software functions extends this to the whole product lifecycle — retraining, performance drift, and post-market monitoring, not just clearance. Still draft as of mid-2026.
View Guidance →
2025 lifecycle draft guidance →
WHO: Ethics and Governance of Artificial Intelligence for Health
World Health Organization guidance on ethical AI deployment in healthcare (2021).
View Report →
WHO: Guidance on Large Multi-Modal Models
The January 2024 update to the report above, rewritten for generative AI. Over 40 recommendations covering governments, developers, and health systems.
View Report →
Joint Commission & CHAI: Responsible Use of AI in Healthcare
Guidance issued in September 2025 with the Coalition for Health AI, covering governance, risk and bias assessment, data protection, ongoing monitoring, and patient transparency. In 2026 the Joint Commission opened a voluntary certification built on it — the closest thing yet to an accreditation standard for how a health system uses AI.
View Certification →
Read the 2025 guidance announcement →

Complete Reading List

All required and optional readings from the course, organized by topic. Every entry links to the publisher’s page. Some are paywalled; abstracts are free, and most institutions have access.

Foundations

Generative AI

Governance

Ongoing Learning

Stay current with these resources:

Glossary

AI Triad

The three fundamental components of any AI system: data (what it learns from), algorithms (how it learns), and compute (the processing power that enables learning).

Automation Bias

The tendency to over-rely on automated systems and accept their outputs uncritically, even when contradicted by other information.

Centaur

A human-AI collaboration model with clear division of labor—human handles strategy and judgment, AI handles calculation and data processing.

Chain-of-Thought Prompting

A prompting technique that asks AI to show its reasoning step-by-step before providing a final answer, making its logic visible for evaluation.

Cyborg

A human-AI collaboration model with seamless integration, where the boundary between human and machine cognition is blurred.

External Validation

Testing an AI model on data from a different institution or population than where it was developed.

Few-Shot Prompting

Providing examples of desired input-output pairs before asking the AI to perform a task.

Hallucination

When an AI generates plausible but factually incorrect information.

Label Bias

Bias introduced through the outcome variable being predicted—when the “ground truth” itself encodes discrimination.

Proxy Variable

A measurable variable used as a stand-in for something difficult to measure directly—can encode hidden biases.

Shadow AI

Use of AI tools outside institutional oversight and governance, often consumer products used for clinical work.

Temporal Validation

Testing an AI model on data from a different time period than the training data.

Zero-Shot Prompting

Asking an AI to perform a task without providing examples—relying on its pre-training.