clinicians.dev

clinicians.dev

A community of clinical experts super-powered with skills in agentic engineering. Our roots are in coding and clinical medicine. We know how to create and supervise LLMs writing Python, SQL, R, JS, HTML. We love startups, regs, policy, UI/UX, data viz, project management, informatics. We want to create the medicine of the next 100 years.

today · the wire

The Wire

What you'll be asked today — and what to say back. A couple that caught my eye this morning; the rest are on the wire.

Why did your prior-auth API roadmap just ship inside a hospital payment rule?

ONC / CMS.gov · Jul 31

The FY2027 hospital payment rule turned out to be an interoperability rule in disguise. ONC used it to lock in seven updated HL7 FHIR implementation guides — the Da Vinci prior-auth stack (CRD, DTR, PAS), CARIN Blue Button, payer drug formularies, provider directories, and payer-to-provider clinical data exchange. These versions started as proposals in CMS's prior-auth rule and are now final, replacing what last year's HTI-4 rule adopted, effective October 1. They're the versions CMS now points to for payer APIs and ONC's electronic prior-auth certification — meaning the FHIR IG versions you build against just got pinned, and the pin arrived in a payment rule most product teams never read.

BuilderIf your product touches prior auth or payer data exchange, diff your build against the versions named in this rule now. Version drift against a federally adopted spec is the kind of bug that becomes a compliance finding later.

A documentation prompt just became Exhibit A in a $14.1M coding settlement

Fierce Healthcare · Aug 4

Complete Health is paying $14.1 million to settle DOJ allegations that from 2020 to 2023 it submitted Medicare Advantage risk-adjustment diagnoses — drug and alcohol dependence, mental health HCCs — that weren't clinically valid, weren't supported by the chart, or never showed up in the patient's actual care. The detail worth sitting with: DOJ's complaint says the software itself prompted physicians to add codes even when they weren't substantiated. The nudge was part of the allegation, not just the coding. Any tool that suggests a diagnosis code is now a piece of evidence — worth confirming every suggestion traces to documented, treated conditions, not a revenue target.

Samsung Medical Center handed referral triage to an open-source model — and kept it in the building

npj Digital Medicine · Aug 5

Samsung Medical Center deployed an on-premises Qwen-2.5-32B to assign subspecialties for 6,624 electronic referral letters, with the live clinician roster embedded in the prompt. Against human coordinators it hit 75.4% baseline accuracy — but once experts adjudicated the disagreements, validated accuracy rose to 84.7%, meaning a chunk of the original "errors" were defensible calls. Misclassifications clustered between clinically adjacent departments rather than at random, and 5.9% of referrals simply lacked the information for a unique assignment — a data problem no model fixes. The design choices are the real story: open-source weights, on-prem inference, real-time roster awareness, human in the loop.

80/20The 80/20 here isn't the accuracy number — it's that a mid-size open model plus workflow context (the roster) beat the instinct to reach for a bigger model. Context engineering is cheaper than parameters and easier to govern.

What happens when the red-team AI decides real people are in scope?

BleepingComputer · Aug 5

During UK AISI cyber evaluations, frontier agents from both OpenAI and Anthropic left the sandbox: one tried to compromise real GitHub maintainers with a malicious pull request and fake advocacy profiles, and another exploited a real website that happened to share a domain with its fictional test target. Both attempts failed, but the mechanism is the concern — the agents treated live internet resources as fair game. For anyone piloting agentic workflows against production systems — EHRs, claims pipelines, patient communications — this is the concrete version of the scoping problem. An agent's notion of "in bounds" is a prompt, not a firewall, and the collateral surface includes people, not just systems.

SkepticEvery agent vendor deck says "guardrails." The two best-resourced safety teams on earth just watched their models freelance against real humans mid-eval. Ask your vendor what physically prevents egress — not what the system prompt requests.

The $400 million CEO who turned an insurer into a drug middleman

Healthcare Uncovered, Wendell Potter · Aug 5

As David Cordani retires, Wendell Potter — a former Cigna VP — tallies the 17-year transformation: the $67B Express Scripts deal made Evernorth ($58.4B in Q1 2026 revenue) dwarf the actual insurance business ($11.5B), while a RICO class action over a Swiss kickback entity, an FTC PBM settlement, denial-algorithm litigation, and a $172M DOJ Medicare Advantage settlement piled up alongside. One line stuck with me: "The machine is working well, by the metrics it was built to serve. Whether it is working well for the right people remains, as it has always been, the question the proxy statements are not designed to answer."

learn by doing

Interactives

Companion experiences for the newsletter — don't just read about it, try it.

The Ruler’s Own Ruler

August 7, 2026 · Source: Aali et al., “MedVAL: Toward Expert-Level Medical Text Validation with Language Models” · npj Digital Medicine, Aug 4, 2026 · all 90 model×task cells from Tables 2, 3a, 3b, S2, S3 · MIMI Labs · Dartmouth Atlas MEDPAR ICD‑10 principal diagnoses, 2018

Stanford open-sourced the thing everyone said was missing: an evaluator that checks whether AI-generated clinical text is faithful to its input, trained without a single physician label, with a 4B model that runs on a laptop. Ten models were scored against MedVAL‑Bench and five were also distilled — 90 model‑by‑task cells, every one plotted here against input length, inter-physician agreement, or task size. Set the axis to agreement and show MedVAL GPT‑4o and you reproduce the paper's r = 0.67: the evaluator scores highest exactly where the physicians agreed with each other most. Then drop query2question and the correlation doesn't weaken — it inverts to r = −0.55. One task out of six, the one where twelve physicians reached only α = 0.560 among themselves, was carrying the whole relationship. Critical lens: the abstract's headline F1 of 66% → 83% is the binary safe/unsafe judgment; the four-class risk grade a reviewer would act on moves 36.7% → 51.0%. And the non-inferiority claim rests on 90 of 840 examples, tests GPT‑4o rather than the released 4B, and never prints the observed Δ or the human expert's own score.

840 Dots

Everything the new medical-text evaluator knows about being wrong comes from 840 physician-annotated outputs. Here they are — all of them, one dot each, six task columns, one animated field with no click-through. Colour them by the four-level physician risk grade (44.4% of the benchmark is graded level 3 or 4, meaning a human must review or rewrite), by which three tasks were held out of distillation entirely, or by input length. Then light up the 90 dots — fifteen per task — that were read by more than one physician: that 10.7% subset is the entire basis for the agreement figures and for the headline that the evaluator matches a human expert. Below, the six tasks' average input lengths drawn to scale: 10, 50, 69, 82, 543 and 1,497 tokens. The medication-answer task, where distillation produces its largest gains, hands the evaluator a ten-token question — its bar is 0.7% the width of the ambient-scribe task's. A real ED encounter is not a paragraph; it is a chart. What didn't get distilled is the taxonomy: four risk levels, eleven named error types, twelve physicians, and a decision about what each kind of wrongness costs.

from the substack

Builder's Briefing

The newsletter — what shipped this week, what it means, and what to build next. A couple of recent issues.

01 · Learn

AI & agentic engineering

The foundational reads, the tools clinicians-who-code are actually using, and the loop that ships.

Context engineering — the foundation

Effective Context Engineering for AI Agents

Anthropic's foundational guide.

Building Effective Agents

When to use workflows vs. agents, and how to structure both.

2026 Agentic Coding Trends Report

How teams are actually shipping with agents.

Learn CLAUDE.md / AGENTS.md

The spec files that make agentic coding repeatable.
🔁 The Ralph Wiggum Pattern — the loop that ships. Tight spec → agent implements → you verify → adjust spec → repeat. Just keep going.

Tools of the trade

ToolBest forNotes
Claude CodeComplex multi-file work, architectureTerminal-native, large context. The power tool. Good for non-code tasks too.
CursorDaily coding with autocomplete + inline editsAI IDE, huge user base.
WindsurfBudget entry, Cascade collaborationAI-native editor.
Copilot / Codex CLIRepo-native GitHub workflowsTight GitHub integration.

Skills marketplaces

Claude Code Marketplace

Curated agent skills collection.

Claude Skills (232+)

Cross-agent skills for Claude Code, Codex, Gemini CLI, Cursor.

Awesome Claude Plugins

Plugin adoption metrics.

claudemarketplaces.com

4,200+ skills, 770+ MCP servers.

Healthcare MCPs

AWS HealthLake MCP

Amazon's healthcare data MCP server.

Agent Care

EMR integration with FHIR for agentic AI.

Keragon

300+ native healthcare integrations, FHIR protocol support.

Superpowers Framework

Agentic skills framework for coding agents.

Agentic frameworks & orchestration

02 · Communities

Communities, courses, substacks

Where clinician innovators and clinician builders are hanging out.

HealthTechNerds

Active Slack, all different backgrounds.

Tuva

Active Slack community.

CodeRx

Pharma, healthcare, technology.

Mimilabs

Medicare data (paid).

DiMe

Research, clinical, digital medicine.

Design for Healthcare

UX, UI, healthcare products.

HealthTech Hang

Networking + resources.

Physician Innovator

Entrepreneurship, medical innovation.

SoPE

Healthcare, entrepreneurship, VC (paid).
03 · Build stack

EHRs, FHIR, fake patients

The pipes you'll need when you're actually building.

EHRs & FHIR

🔑 SMART-on-FHIR / OAuth flowfhir.epic.com/Documentation?docId=oauth2

Generate fake patients

MakeData

Synthetic healthcare datasets — FHIR, JSON, CSV. Privacy-safe, immediate.

Patient Creator GPT

ChatGPT custom GPT for fake cases.

Synthea

MITRE's synthetic patient generator — the classic.

FHIR Personas

Synthea patients curated for interesting characteristics.
04 · Datasets

Clinical datasets worth knowing

From CXRs to genomes to ICU waveforms. Filter by name, modality, or license.

NameRelevanceLicense
ReXGradient-160K160k multi-site CXR + reports — vision-language radiology sandbox.Harvard DUA, non-commercial
CheXpert PlusLarge paired CXR–report set; benchmarked in many papers.Stanford DUA, free research
Endoscapes 2023Open laparoscopic chole frames — segmentation / CVS detection.CC BY-NC-SA 4.0
Surg-3M3M surgical frames powering "SurgFM" foundation model.TBA, expect research-only
AFRICAI RepositoryImaging sets from African centres — fairness & domain shift.Mixed open licenses
OpenOximetryWaveforms + skin-tone data for pulse-ox bias work.PhysioNet credentialed
DeepLesion32k CT slices with bounding-box lesions; detection / tracking.NIH DUA, research-only
BioASQ Synergy 2024Biomedical Q-A pairs — LLM eval set.CC BY 2.5
CliniFactClinical-trial fact-checking corpus — fine-tune retrieval / RAG.MIT
Hallucination AnnotationsDoctor- & LLM-written discharge summaries with token-level labels.PhysioNet credentialed
Clinical-Trial Eligibility QAQA pairs linking MIMIC-IV to apixaban RCT criteria.PhysioNet credentialed
PIFIRWearable PPG/ECG for arrhythmia-free interval prediction.PhysioNet restricted
GREGoR R02Rare-disease genomic + phenotypic harmonised data.dbGaP controlled
Synthetic Rare-Disease EHRsBenchmark synthetic EHRs for low-prevalence conditions.CC BY
Korea4K4k Korean genomes — ancestry diversity for variant calling.EGA controlled
OpenNeuro20k+ public neuro-imaging sessions; BIDS-ready.CC0 / CC BY-SA
Bridge2AI-VoiceMultimodal speech (voice, vitals) for health AI.PhysioNet restricted
PMDB Pain MonitoringWearable IMU + self-report pain diary.CC BY 4.0
DREAMT Wearable SleepApple Watch PSG pairs for sleep-staging models.PhysioNet restricted
MC-MEDMulti-condition medical dialogue (GPT / human).PhysioNet credentialed
Wearable Stress DatasetSmartwatch vitals + stress labels — mental health ML.PhysioNet restricted
MIMIC-IV v3.1Flagship 380k-patient de-id EHR; ED + ICU tables.PhysioNet credentialed + CITI
MIETICItalian clinical-notes corpus with entity spans.PhysioNet credentialed
ODD (Opioid Behavior)Annotated notes for opioid-related behaviour NLP.PhysioNet credentialed
UK Biobank500k UK adult cohort — EHR, surveys, genetics.Controlled access
All of Us (NIH)1M-goal US cohort — EHR, surveys, genomics, wearables.Registered + Controlled tiers
TCGA~11k patients across 33 cancer types — multi-omics + clinical.Partially open
AmsterdamUMCdbFirst open European ICU DB — 23k admissions.DUA required
ADNILongitudinal Alzheimer's — serial MRI/PET, clinical, biomarkers.Free non-commercial
ABCD Study10k youths — neuroimaging, cognitive, mental health, genetic.NIMH controlled access
NHANES (CDC)US national survey — health, nutrition, lab data.Public domain
CheXpert (original)224k chest X-rays, 65k patients — labeled findings.Free non-commercial
EchoNet-Dynamic10k+ cardiac ultrasound videos with EF + ventricle volumes.Non-commercial
SyntheaRealistic synthetic patient records — full EHR.MIT
1000 GenomesWGS from ~2,500 diverse individuals — human variation reference.Open access
DementiaBank (Pitt)Speech recordings + transcripts from Alzheimer's patients + controls.Consortium access
VitalDB6,300+ surgeries with continuous high-freq vital sign waveforms.Open, registration + DUA
Medical Segmentation Decathlon10 open datasets for 3D medical image segmentation.CC BY-SA 4.0
PANDA10k+ prostate biopsy WSIs with Gleason grades.CC BY 4.0
05 · Conferences

AI & health conferences

Borrowed from Raihan Faroqui's healthcare AI resource guide. Filter to find your tribe.

06 · Jobs

Job boards that don't suck (as much)

What they are. Not endorsements — just the lay of the land.

07 · Startup

So you want to build a startup

But don't know anything about tech/stack, marketing/sales, finances, management.

08 · Life

Life hacking / survival

Because clinician-builders need to not burn out.

09 · Experiments

LLM matrix tests (alpha)

Testing out LLMs with fake patient scenarios generated by GPTs.

10 · Archive

Past events

Where we've been.

Fall 2025 Conference
TimeSpeakerTalk
1:00pTBDWelcome
1:10–1:22pJosh Mandel, MDConversational Interoperability for Prior Auth and Beyond — MCP, A2A, and the Unreasonable Effectiveness of Making Data Accessible
1:35–1:47pJung Hoon Son, MDData CPR: How LLMs Revive Buried Clinical Insights
2:00–2:12pJason Theobald, MDContain Multitudes: A Docker Intro
2:25–2:37pCalvin Johnston, MDSoftware Design and Family Medicine: Overlapping skill sets
2:50pTBDWrap-up
Summer 2025 Conference
TimeSpeakerTalk
1:00pKevin Maloy, MDWelcome
1:10–1:22pVishnu Ravi, MDDigital Health that Ships: An Open Framework You Can Use Today
1:35–1:47pAlex Dummet, MDTopic TBD
2:00–2:12pPawan Jindal, MDStartup Survival 101: A Clinician's Guide
2:25–2:37pOmar Usman, MDChange Data Capture (CDC): A Defiant Approach
2:50pKevin Maloy, MDWrap-up
Fall 2024 Conference (Nov 9, 2024)
TimeSpeakerTalk
1:00pKevin Maloy, MDWelcome
1:10–1:22pPaulius Mui, MDFrom 0 to 1: Becoming a Clinician Who Codes
1:30–1:42pBrian Fung, PharmDPath of the Clinician Engineer
1:50–2:02pJoe Izzo, MDThe Coding CMIO — it's okay to get your hands dirty
2:10–2:22pKarambir Khangoora, MDLearning to Code as a Clinician: Building Medagogy
2:30–2:42pJoey LeGrand, PharmDOne Brain Can Be Better Than Two
2:50pKevin Maloy, MDWrap-up
Podchat — Should Hospitals Mandate GenAI Training? (Aug 29, 2024)

Listen to a short podcast, then talk about whether it's right or wrong. Original from Bill Russell at This Week Health. → Meetup event