CheckMate 8HW Sentiment BCG Matrix
CheckMate 8HW Sentiment Matrix
3 min read
Brian Shields
:
Jul 1, 2026 5:26:03 PM
At the end of June, Anthropic shipped something that quietly changes how clinical and scientific analysts can work: Claude Science. It's brand new, so before I show you the first thing I built with it — a skill that generates auditable FDA-approval comparison tables — let me start where it should start: what Claude Science is, and how to get it.
Claude Science is Anthropic's AI workbench for scientific research — a desktop app that connects to the data sources, tools, and systems research teams use across R&D, clinical operations, and regulatory affairs. Instead of toggling between a database, a code terminal, a literature search, and a document editor, you work in one place. Crucially, it runs the analysis locally on your own machine and produces auditable artifacts — traceable and reproducible, which is exactly what regulated science demands.
It builds on Claude for Life Sciences (Anthropic's Oct 2025 platform) and gives you two things that made my project possible:
SKILL.md of instructions + helper code) that teach Claude a procedure it runs the same way every time.Claude Science is available in beta. You'll need macOS 13+ or Linux (x64) and a Claude.ai account on Pro, Max, Team, or Enterprise (on Team/Enterprise, an admin enables it for your org first).
claude-science serve.Sign in, and a setup wizard walks you through enabling connectors and skills.
That's the tool. Here's what I did with it.
Line up the trials behind a drug class — say the ADCs in metastatic triple-negative breast cancer — and four errors show up again and again:
The whole skill is built around a single discipline I wrote into the first page of the instructions: never populate a cell from memory. Every column has exactly one authoritative, live source.
| Column | Source of truth |
|---|---|
| Indication text, biomarker & companion-diagnostic wording | openFDA SPL drug labels |
| FDA approval dates + BLA/NDA numbers | Drugs@FDA submission history (the "AP" actions) |
| NCT, enrollment, sponsor, phase, endpoints | ClinicalTrials.gov API |
| Median PFS / OS, HR, CI, p-values | PubMed — transcribed verbatim from the abstract |
Point the skill at a drug class and it works through a fixed workflow: (1) scope the class — including the negative and withdrawn trials; (2) pull the FDA labels and approval dates first; (3) fetch trial metadata from ClinicalTrials.gov; (4) find the pivotal publications and transcribe the exact efficacy numbers from the abstracts; (5) assemble one row per trial; (6) render a hyperlinked, viewport-fit HTML table where every FDA action, PMID, and NCT links back to its primary source.
The discipline is in the details the skill refuses to skip: it reconciles the registry enrollment against the publication's randomized N (and shows both when they differ), it labels exploratory subgroups as exploratory, and it flags "positive" results that were never formally tested in the statistical hierarchy.
I ran it on metastatic TNBC. The output is a single page comparing eleven FDA-registration trials — from the 2026 Trop-2 ADC and pembrolizumab-combo approvals back to the PARP inhibitors — with the withdrawn atezolizumab indication and the failed confirmatory trials kept in as the rows that actually explain the field. Every hazard ratio traces to its paper; every approval date to Drugs@FDA.
See the live mTNBC comparison table →
When I spot-checked the newest citations against PubMed afterward, every 2025–2026 PMID resolved to the right trial and the hazard ratios matched the abstracts verbatim. That's the point of building it as a skill instead of a one-off: the rigor is baked in, not re-earned each time.
One nice touch: the FDA layer runs on openFDA's public API, so the skill needs no special connector setup to reproduce — anyone can run it and get the same auditable table. That's the KOL Pulse thesis in miniature: clinical intelligence you can click through to the source, generated fast enough to keep up with the field.
CheckMate 8HW Sentiment Matrix
Visualizing the Global MARIPOSA Discussion Network: How AI Maps KOL Interactions The MARIPOSA Phase 3 trial has generated significant discussion...
In a powerful video discussion with Dr. Biagio Ricciuti, Dana-Farber Cancer Center, Dr. Marcelo Corassa shared an impressive discussion of the...