Product Launch · XiaoHu Explains

Anthropic launches Claude Science: an AI workbench for scientists, with 60+ built-in research skills

Now open for beta. A coordinator agent rallies a team of experts to do the work, and at the end of the chain a reviewer agent specifically checks citations and numbers; compute gets outsourced to AI while raw data never leaves your local system.
One-Minute Rundown
  • Anthropic has launched Claude Science, an AI workbench app for scientists, now in open beta for Pro, Max, Team, and Enterprise users, usable locally on macOS/Linux or remotely via SSH/HPC login nodes.
  • The app comes with 60+ pre-configured skills and connectors covering genomics, single-cell biology, proteomics, structural biology, and cheminformatics, backed by connections to hundreds of specialized data sources (UniProt, PDB, Ensembl, etc.) as well as journals and preprint resources.
  • It can autonomously draft computational jobs and, with the user's consent, submit them to the user's own HPC cluster or Modal cloud GPUs, scaling analysis from a single GPU to hundreds, while raw data always stays on the user's own systems.
  • A built-in reviewer agent checks throughout whether citations in generated content are real, whether numbers trace back to the computation, and whether figures match the code that produced them, auto-correcting issues it finds.
  • Real-world cases already exist: an Allen Institute researcher produced roughly ten literature reviews (several over 100 pages) that used to take two years each; a UCSF team cut a germline variant analysis pipeline down to one-tenth the time, independently verified by the lab.
Stance note: this article is based on Anthropic's official launch announcement and reflects the vendor's own framing. Performance figures cited (one-tenth the time, roughly ten reviews, etc.) come from partner labs and the vendor; the UCSF case is stated to be independently verified by the lab, but the other figures have not been independently checked.
1Scientists get their own workbench

Scientists now have their own AI workbench

Anthropic recently launched Claude Science, an AI workbench app that brings together the tools, databases, and compute resources scientists rely on into a single environment, open for beta to Pro, Max, Team, and Enterprise users.

It's an app installed on your own computer or server: you ask a scientific question in plain language to an AI, and it mobilizes dozens of specialized tools to query data, run analyses, generate charts, and draft manuscripts, with every step traceable back to how it was produced. You can use it locally (macOS/Linux) like a Jupyter Notebook, or on a remote machine via SSH or an HPC login node.

Why it matters: a UCSF Brain Tumor Center team tested it on full-pipeline analysis of germline variants in glioma, cutting the time to one-tenth of before — and the lab independently confirmed the results were both fast and reliable.
Skills · Connectors Science DBs Journals · Preprints Modal GPU Cloud HPC Cluster Your Laptop Specialized Models Coordinator Agent
Signature figure: a central coordinator agent pulls the skills, databases, journals, specialized models, and three tiers of compute (laptop / HPC / GPU cloud) that used to be scattered around into one conversation.
2How fragmented the old way was

How frustrating scientists' day-to-day really is

There's a huge amount of tedious work baked into science. Researchers have to hop between dozens of databases, each with its own schema; the file formats they run into often need dedicated pipelines and viewers; and the toolset is a long list — PubMed, Jupyter, R, cluster terminals — switched one after another.

PubMedJupyterRCluster TerminalPer-DB SchemasCustom ViewersCustom Pipelines

Just getting these tools to work together, and letting data flow between them, eats up a huge amount of a researcher's energy. What Claude Science wants to do is pull these scattered pieces into one environment, so people can go from literature search to manuscript inside it.

3One coordinator, a team of experts

One coordinator agent, a team of experts working behind it

You're talking to a general-purpose coordinator agent. It holds those 60+ pre-configured skills and connectors, and can rally domain-specialist sub-agents, as well as custom agents you've built yourself. They go off separately to query data, run analyses, and produce results.

What skills and connectors are

Think of it like an app store plus shortcuts on your phone: whatever database or piece of software you need to operate, you equip the coordinator agent with the matching "skill pack," and it knows how to call that tool. Connectors, meanwhile, hook up the tools your lab already uses.

The key piece is that there's a dedicated error-catcher at the end of the chain: the reviewer agent. It watches the output of the other agents, checks it item by item, and fixes problems itself when it finds them.

You
ask in plain language
Coordinator Agent
Specialist Sub-agents
Your Custom Agents
Reviewer Agent ChecksVerifies citations are real, numbers trace back to the computation, and figures match the code that produced them
Issues Found
Auto-corrected
Core Innovation · One

This reviewer agent works like an always-on peer reviewer: it specifically checks whether citations actually have a source, whether the numbers given can be traced back to the original computation, and whether figures match the code that generated them. If it finds an error, it fixes it itself rather than leaving the problem for you. This goes straight at the old complaint that "AI-generated content confidently makes things up."

This pairing is called actor-critic

One agent generates content — the "actor" — while another is dedicated to checking accuracy and citation reliability — the "critic" — and the two keep each other in check. It's like one reporter writing a story while another, a dedicated fact-checking editor, verifies every sentence; neither one vouches for the other.

4Every figure traces back

Every figure it generates traces back to its code

Science itself relies heavily on visuals, so when Claude Science produces figures and manuscripts, it hands over the code that generated them alongside. It can also natively render science-specific visualization formats — 3D protein structures, genome browser tracks, chemical structures — without needing a separate viewer.

Claude Science natively rendering proteins, structures, and molecules
Claude Science natively renders proteins, molecules, and structures — every result is reproducible and traceable back to the code that generated it. Source: Anthropic

When it produces a figure, it hands over along with it: the exact code and runtime environment that produced it, a one-line explanation of how it was derived, and the full conversation record. That means months later, you can still tell what went in, how the result was validated, and how to reproduce it.

A figure comes with
  • The code that produced it
  • Runtime environment
  • A one-line explanation
  • Full conversation record
So you can
  • See every input clearly
  • Verify anytime
  • Reproduce it months later

Editing a figure doesn't require touching code yourself, either. Just tell it in plain language, "remove the gridlines" or "switch the y-axis to log scale," and it will edit the code it wrote and regenerate the figure.

Bar chart with gridlines
Gridlines removed — the agent edited its own plotting code directly
5AI operates your supercomputer

AI operates your supercomputer directly — data never moves

Big analyses are a hassle: folding a protein, running a genomics pipeline over a massive dataset — researchers often have to stop working on the actual scientific question to configure a compute job, wait in a cluster queue, watch to see if it succeeded, then pull the results back. Claude Science takes over that entire loop.

Claude Science setting up environments and scheduling compute on laptops, clusters, or on-demand GPUs
Claude Science automatically sets up the runtime environment and schedules compute on your laptop, cluster, or on-demand GPUs. Source: Anthropic

It first drafts a plan and asks you before touching any new resources — you can review or even revoke any decision. Once approved, it writes the job and submits it to the compute your lab already uses: your own HPC cluster over SSH, or on-demand cloud GPUs through your Modal account. It scales from a single GPU up to hundreds.

Draft Plan
Ask for Consent
reviewable / revocable
Write & Submit Job
Your HPC (SSH)
/ Modal GPU
Only Necessary
Context Returns
Core Innovation · Two

The whole process runs on your lab's own infrastructure — your laptop, a Linux machine, or an HPC login node. So large, sensitive datasets never have to leave the systems they're already sitting on — only the minimal context each analysis step needs gets passed to Claude. Compute gets outsourced to AI scheduling; the raw data doesn't move.

Because these agents work within a session that keeps context in memory, even massive datasets only need to be loaded once. While a job runs, the reviewer agent checks the output in parallel, catching bad citations, untraceable numbers, and figures that don't match the code, self-correcting as it goes.

What a forked session is

Partway through a task, you can duplicate the session into a parallel branch, try a different approach in each without them interfering with one another, while the original conversation thread stays intact. It's like saving the same document as two separate versions to edit independently — if one gets messed up, the original is untouched.

6Pre-built domain expertise

Ready out of the box: databases and specialized models already connected

Scientific knowledge is scattered across hundreds of specialized sources. In biology alone, relevant data may be spread across UniProt, PDB, Ensembl, Reactome, ClinVar, ChEMBL, GEO — each with its own structure and query language — plus journals, preprint servers, and domain-specific open-source models. Ask a question in plain language, and a specialist agent will query and synthesize across these sources, saving you from having to navigate each one yourself.

Claude Science pre-configured for research — 60+ skills connect you to data sources
Built-in pre-configuration for genomics, single-cell biology, proteomics, and cheminformatics — 60+ skills connect you to scientific data sources. Source: Anthropic
60+
pre-built research skills and connectors covering genomics, single-cell biology, proteomics, structural biology, cheminformatics
Hundreds
of specialized data sources where scientific knowledge lives (UniProt, PDB, Ensembl, etc.), plus journals and preprints
1 → hundreds
of GPUs a compute job can elastically scale to
UniProtPDBEnsemblReactomeClinVarChEMBLGEO

It also connects to NVIDIA's BioNeMo Agent Toolkit, natively linking to life-science models and libraries in BioNeMo, including Evo 2, Boltz-2, and OpenFold3. And the models, datasets, and pipelines scientists already trust can be brought in too: any pipeline can be saved as a reusable skill, any commonly used tool can be hooked up via a connector, and future sessions automatically inherit them. You don't have to give up the toolchain you already trust just to use AI.

7What three labs have already done with it

What three labs have already done with it

Over the past several months, researchers testing the beta have used it for single-cell RNA-seq analysis, CRISPR screen design, protein structure prediction, cheminformatics, and more. Three cases best show what it looks like in practice.

LabWhat they did with itQuantified result
Manifold BioEnd-to-end screening of tissue-targeting drug candidates, evaluating surface expression, in vivo trafficking, and safety for each target, ranked against criteria learned from their own proprietary dataRan the full pipeline in one pass; the key difference from a general-purpose coding assistant is that it can find the right data itself and make judgment calls informed by past project experience
Allen Institute
Neuroscientist Jérôme Lecoq
Built a multi-agent "computational review template" with about 20 custom skills; sub-agents read thousands of papers, extract core arguments and key quantitative findings into an evidence base, then draft the review section by section, with each section handled by a dedicated sub-agent using actor-critic pairing to check as it writesA review that previously took up to two years to write has now produced about 10, several over 100 pages, with citations checked by the reviewer agent
UCSF Brain Tumor Center
Associate Professor of Epidemiology Stephen Francis
Researching the molecular epidemiology of glioma: how thousands of small-effect germline variants combine to shape individual susceptibility, running a comprehensive germline analysis across multiple methodsTime cut to about one-tenth; the team independently reviewed the results and confirmed they were both fast and reliable
UCSF analysis time
before
10×
UCSF analysis time
after
1× · one-tenth
Allen review output
before / two years
1 review
Allen review output
now
~10 reviews
8How to get access now

Who can use it now, and how

The Claude Science app is now in beta on macOS and Linux for Pro, Max, Team, and Enterprise users. Team and Enterprise users need an admin to enable it. Anthropic says releasing early is meant to let scientists start working on real problems now, and feed back what needs refining.

There's also a discounted Team plan seat tier for active labs at academic institutions and nonprofit research organizations.

There's also a science-program grant (click for details)

Anthropic will support up to 50 Claude Science "AI for Science" projects, each with up to $30,000 in credits; Modal is separately providing up to $2,000 in compute for selected projects. Priority goes to biology and biomedical research. Applications are open through July 15, 2026, with notifications by July 31, and the project period runs September 1 through December 1, 2026.

Every output comes with an auditable record of how it was generated, so you can verify and reproduce the results. Anthropic, "Claude Science, an AI workbench for scientists"
This article is based on Anthropic's official launch announcement, "Claude Science, an AI workbench for scientists" (claude.com/science). The data, cases, and product capabilities described come from that announcement and reflect the vendor's own framing; the UCSF case is stated to be independently verified by the lab. Images are from Anthropic's official launch page.