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.

Ten AI companies got a closed-door demo day with FDA and CMS. The rest of us don't get a docket.

STAT · Aug 5

FDA and CMS ran an unannounced "clinical AI demo day" at White Oak on July 8 — ten companies in the room, Anthropic, Microsoft AI, Amazon One Medical, Hippocratic AI, and Doctronic among them. No public docket, no minutes. The same week, the American Telemedicine Association stood up a formal AI in Virtual Care Policy Initiative — three working groups on state policy, federal legislation, and agency guidance. Clinical AI policy is being drafted right now, and the room where it's happening has a different guest list than the one for public comment.

SkepticThe comment period is becoming theater. By the time a proposed rule reaches the Federal Register, the companies at demo day will have already told CMS what's technically "feasible" — and feasibility is where regulation actually gets decided. Your health system wasn't in the room.

Hinge Health just paid $105M to prove the point-solution era is over

MobiHealthNews · Aug 6

Hinge is paying $105 million in cash for Cylinder Health, bolting GI care — IBS, IBD — onto a public company built on musculoskeletal and migraine. The logic is benefits-buyer fatigue: employers don't want to contract, integrate, and audit ten single-condition vendors, so the survivors are assembling multi-condition platforms and selling one contract. If you're a single-condition startup without a distinctive outcome story, your realistic exit is now an acquisition price, not an IPO.

An echo you already ordered could have flagged heart failure 263 days earlier

Healthcare IT News, on an AHA AI Assessment Lab report · Aug 5

The American Heart Association's AI Assessment Lab found Ultromics' FDA-cleared EchoGo tool could flag heart failure with preserved ejection fraction up to 263 days earlier than standard care — from routine echocardiograms, no new imaging required. Projected savings run about $1,800 per patient in avoided hospitalizations, and unusually for clinical AI, the largest accuracy gains landed on younger and non-white patients. HFpEF is exactly the diagnosis that gets missed on first pass, and the model runs retrospectively on studies you've already acquired. The real question isn't whether the algorithm works — it's who owns the worklist when it flags a patient nobody's cardiologist is following.

Your billing vendor's breach is your breach

Security Affairs · Aug 4

Attackers sat inside one of CareCloud's AWS environments for six days in March and pulled data — SSNs, bank and card details, medical records — on 345,000 people. CareCloud serves roughly 45,000 provider organizations. The breach was disclosed in March, then went quiet for four months; the details only surfaced through state attorney-general filings. It follows Cognizant's TriZetto breach at 3.4 million. The pattern is fourth-party: the incident happens at the billing vendor, but the notification duty and the trust damage land on the practice. Worth an afternoon: an inventory of every vendor holding your PHI in their cloud, and the notification-timeline language in each BAA.

Explainable AI closed the skin-tone gap in dermatology — and made lay users more confident, not more careful

Nature Medicine · Aug 6

A new study ran 623 lay people and 153 primary care physicians against an LLM-based explainable AI tool for dermatological diagnosis. It reduced skin-tone-related accuracy disparities — a genuine win. But experienced physicians stayed resilient whether the AI was right or wrong, while lay users followed it either way. The same explainability layer that improved equity also deepened deference in exactly the population most likely to use these tools unsupervised. The explanations made the AI more persuasive, not more checkable.

80/20Expertise is the guardrail, not the interface. The benefits of explainable AI accrue to people who can tell when it's wrong — which makes this a question of who you put in front of the tool, not which vendor you buy.
learn by doing

Interactives

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

The Underwater Line

August 6, 2026 · Source: CMS FY 2027 IPPS/LTCH final rule (CMS‑1849‑F), Federal Register, Aug 4, 2026 · MIMI Labs · CMS Medicare Inpatient Hospitals by Geography & Service, 2023 vintage, 773 MS‑DRGs / 6,926,093 discharges / $104.1B

CMS just repealed the pathway that let an FDA Breakthrough Device designation stand in for proof of substantial clinical improvement when applying for a New Technology Add-on Payment. That reads like paperwork; it is a pricing constraint. Medicare pays one fixed amount per inpatient stay regardless of what the hospital spent — so here is every one of those 773 prices on one scatter, average payment against annual discharges, with a slider for the cost of the new thing you want to put inside the stay. At $25,000 with no add-on payment the technology costs more than the entire average Medicare payment in 620 of 773 DRGs — 88% of all fee-for-service inpatient volume; turn NTAP on at 65% and it falls to 220 DRGs and 32%. That gap is the add-on payment. Stress test: flip the axis to Charges and the red mostly vanishes — 196 DRGs below a $50,000 line by charges against 729 by payments, because the median DRG's submitted charge is 6.0× its payment. Critical lens: NTAP is computed off the hospital's cost and this file has no cost column, so the red-dot test is a ceiling test, not a margin test.

773 Prices

Ten companies got an unannounced demo day with FDA and CMS at White Oak on July 8, and part of the agenda was how Medicare should pay for clinical AI. This is that question, drawn. One animated field, no click-through: all 773 national MS‑DRGs arrive as a cloud, settle into a dot histogram sorted by what Medicare actually pays, the median lands at $12,714, and a technology-cost line sweeps in from $300,000 down to $25,000 while the prices that can't hold it turn red and a counter runs — 620 of 773 with no add-on payment, 220 with NTAP at 65%. Then the last act: an empty box where autonomous clinical AI would sit. No DRG, no code, no rate, 0 of 773 rungs — because when no clinician performs the service, no existing category contains it, and whoever writes the definition of “a unit of service” sets the business model for everything that follows. Critical lens: payments are not costs, fee-for-service excludes the half of Medicare in Advantage plans, and 263 of the 773 DRGs carry under 1,000 discharges a year between them — a dot is a row, not a population.

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