
TL;DR
Anthropic's Claude Science combines scientific tools, local code execution, and HPC integration into one AI workbench. Here is how to access it, what it costs, and where it fits alongside Claude Code.
| Source | Description |
|---|---|
| Claude Science Announcement | Anthropic official launch post, June 30 2026 |
| NVIDIA BioNeMo Agent Toolkit | NVIDIA integration announcement |
| Claude Science Pricing | Official Claude pricing page |
| BioNeMo Agent Toolkit on GitHub | Open-source toolkit repository |
| Claude Platform Docs | Model and platform documentation |
Claude Science launched on June 30, 2026 as a beta AI workbench designed for scientific research. Unlike Claude Code, which targets software engineering workflows, Claude Science wraps existing Claude models with specialized tools for laboratory work - local code execution, rich scientific artifacts, database connectors, and remote compute access.
This guide covers what developers and researchers need to know: where to access it, what it costs, how the integration with BioNeMo works, and when Claude Science is the right tool versus Claude Code.
Last updated: July 2, 2026
Claude Science is not a new model. It is a desktop application that wraps existing Claude models with scientific infrastructure:
The core pitch: scientists describe research tasks in natural language, Claude proposes multi-step plans, and the application handles code execution, data retrieval, and artifact generation with full auditability.
Current access (July 2026):
| Plan | Access | Notes |
|---|---|---|
| Pro | Yes | $17/month annual, $20/month monthly |
| Max | Yes | From $100/month |
| Team | Yes | Admin must enable first |
| Enterprise | Yes | Admin must enable first |
| Free | No | Not available on free tier |
Supported platforms:
To get started: visit claude.com/science and download the desktop application.
Important for organizations: Team and Enterprise admins must enable Claude Science before members can access it. The feature is off by default during beta.
Claude Science does not have separate pricing. Usage counts against your existing Claude plan limits:
| Plan | Cost | Notes |
|---|---|---|
| Pro | $17/month (annual) or $20/month | Standard Claude Pro usage limits |
| Max | From $100/month | Higher limits, priority access |
| Team Standard | $20/seat/month (annual) | Requires admin enablement |
| Team Premium | $100/seat/month (annual) | 5x usage limits |
| Enterprise | Contact sales | Custom limits and compliance |
Academic discount: Anthropic offers a discounted Team plan for active scientific labs at academic institutions and nonprofit research organizations. Eligibility is verified through the lab's principal investigator.
Grant program: Anthropic is funding up to 50 Claude Science AI for Science projects with up to $30,000 in credits and up to $2,000 in Modal compute. Applications close July 15, 2026. Awards are announced by July 31, 2026. Projects run September 1 through December 1, 2026.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 2, 2026 • 10 min read
Jul 2, 2026 • 6 min read
Jul 2, 2026 • 7 min read
Jul 2, 2026 • 10 min read
The default Python environment includes:
The default R environment includes:
Users can create task-specific environments with additional packages.
Claude Science connects via SSH to:
The application manages job submission and output retrieval. Sensitive datasets stay local - only necessary context is sent to Claude.
Claude Science natively displays:
Every artifact includes:
The NVIDIA BioNeMo Agent Toolkit is integrated into Claude Science, bringing GPU-accelerated scientific workflows directly into the workbench.
| Model | Category | Description |
|---|---|---|
| Evo 2 | Genomics | DNA/RNA sequence analysis |
| Boltz-2 | Protein structure | Structure prediction |
| OpenFold3 | Protein structure | Open-source structure prediction |
The integration delivers significant acceleration:
| Task | Standard | With BioNeMo |
|---|---|---|
| Genomic analysis | Hours | Minutes |
| 1.3M cell preprocessing | 52 minutes | 25 seconds |
| Cheminformatics similarity search | Baseline | Up to 3000x faster |
BioNeMo workflows are accessed through natural language prompts within Claude Science. The toolkit packages models as containerized NIM microservices with pre-tuned inference endpoints.
| Capability | Claude Science | Claude Code |
|---|---|---|
| Primary use | Scientific research | Software development |
| Artifact rendering | 3D structures, molecules, figures | Code, diffs, files |
| HPC integration | SLURM, SSH to clusters | Not built-in |
| Database access | 60+ scientific databases | Filesystem and git |
| BioNeMo integration | Yes | No |
| Platform | macOS, Linux desktop app | Terminal-based |
| Team collaboration | Through artifacts and provenance | Git workflows |
When to use Claude Science:
When to use Claude Code:
Claude Science uses a coordinating agent with 60+ skills that can spawn specialist agents. A built-in reviewer verifies citations and calculations against execution records.
The permission-based workflow:
During beta, be aware of:
A Forbes article documented a professor mapping their entire field using Claude Science for $26 - the equivalent of a few hours of API usage. The cost scales with complexity, but for many research workflows the economics are favorable compared to manual literature review or custom analysis pipeline development.
For academic labs, apply for the discounted Team plan through your principal investigator.
Claude Science is Anthropic's bet that workflow ownership beats raw model capability for scientific users. The same way Claude Code became the agentic coding interface rather than just a better code-completion model, Claude Science aims to own the scientific workflow end-to-end.
The BioNeMo integration is strategically smart. 18 of the top 20 pharmaceutical companies already use BioNeMo, so there is an immediate install base in labs Anthropic wants to reach.
The key differentiator is provenance. Scientific figures, tables, notebooks, and manuscripts carry the code, environment, and conversation history that created them. That is a genuine value proposition for reproducibility.
Whether it catches on depends on whether scientists adopt it as their primary interface rather than using Claude directly or via custom pipelines. The beta status and desktop-app requirement create friction. The academic discount and grant program are designed to overcome that.
For developers building research tools or scientific infrastructure, Claude Science is worth watching. The multi-agent architecture and artifact system offer patterns that could influence how AI-assisted research workflows evolve.
Claude Science is an AI workbench for scientific research that wraps Claude models with specialized tools - local code execution, rich artifact rendering, database connectors, and HPC integration. It launched in beta on June 30, 2026.
Claude Science uses your existing Claude plan. Pro is $17-20/month, Max starts at $100/month, and Team is $20-100/seat/month. Academic labs can apply for discounted Team pricing.
No. Claude Science currently supports macOS 13+ and Linux x64 only. Windows support is not available at launch.
NVIDIA's BioNeMo Agent Toolkit provides GPU-accelerated scientific workflows within Claude Science, including Evo 2 for genomics and Boltz-2/OpenFold3 for protein structure prediction.
Claude Science targets scientific research with artifact rendering, HPC integration, and database access. Claude Code targets software development with terminal-native workflows. Use Science for lab work, Code for coding.
No. During beta, Claude Science is not HIPAA compliant. Do not use it with protected health information.
Visit claude.com/science with a Pro, Max, Team, or Enterprise account. Download the desktop app and follow the setup instructions.
Anthropic is funding up to 50 AI for Science projects with up to $30,000 in credits and $2,000 in Modal compute. Applications close July 15, 2026.
Verified July 2, 2026.
Read next
After 30 days of daily use, Claude Code has become my primary coding tool. It is not trying to be an IDE or a fancy editor. It is a terminal-based AI agent that writes code, runs commands, tests its ...
9 min readClaude Opus 4.8 looks like a benchmark bump, but the developer story is better honesty, dynamic workflows, and effort controls that make long-running agent work easier to review.
8 min readContext engineering is the practice of designing the persistent information that surrounds every AI interaction. CLAUDE.md files, system prompts, skill libraries, and memory systems. It is the single highest-leverage skill for developers working with AI agents in 2026.
14 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolAnthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. R...
View ToolAnthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolAnthropic's smallest Claude 4.5 model. Near-frontier coding performance at one-third the cost of Sonnet 4 and up to 4-5x...
View ToolEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppUnlock pro skills and share private collections with your team.
View App2.5x faster Opus at a higher token cost (research preview).
Claude CodeResearcher, auditor, reviewer, and other ready-made subagent types.
Claude CodePrevent bloating the main conversation with research or exploration.
Claude Code
In this video, we dive into Anthropic's newly launched Cowork, a user-friendly extension of Claude Code designed to streamline work for both developers and non-developers. This discussion includes an

In this video, we dive into Anthrop's latest release, Claude Opus 4.5, touted as the best model for coding agents and computer use. We review the blog post and significant announcements, such...

Anthropic releases Claude Haiku 4.5, a faster, more cost-effective model for coding tasks, rivaling previous models and competitors. While maintaining similar performance to Claude Sonnet 4,...

After 30 days of daily use, Claude Code has become my primary coding tool. It is not trying to be an IDE or a fancy edit...

Claude Opus 4.8 looks like a benchmark bump, but the developer story is better honesty, dynamic workflows, and effort co...

Context engineering is the practice of designing the persistent information that surrounds every AI interaction. CLAUDE....

Everything developers need to migrate from Sonnet 4.6 to Sonnet 5 - three breaking API changes, the new effort parameter...

Claude Sonnet 5 lands near Opus 4.8 on some tasks for a fraction of the price - but a new tokenizer runs about 30 percen...

Anthropic's most capable model launched, got suspended by a US export-control order, and returned today. Here is what Fa...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.