← Back to all entries
2026-09-24 🧭 Daily News

Claude Marketplace Opens, Novel Enzyme Discovered, and Claude Speeds Ebola Response

Claude Marketplace Opens, Novel Enzyme Discovered, and Claude Speeds Ebola Response — visual for 2026-09-24

🧭 Anthropic Opens the Claude Marketplace: 2,000+ Connectors, Agent Products, and Service Partners in One Place

Anthropic has launched the Claude Marketplace, a centralised platform where enterprise teams can discover and procure everything built on top of Claude — without leaving their existing Anthropic contract. The marketplace ships with three distinct sections that address different purchasing decisions: connectors and plugins, Claude-powered products, and a service-partner directory.

What's available at launch

Why this matters for teams building on Claude

For developers building plugins or agents, the marketplace provides a new distribution channel with direct access to enterprise buyers who already have budget committed to Anthropic. For operators integrating Claude into existing stacks, it reduces the discovery problem — finding and evaluating connectors is now centralised rather than scattered across GitHub repos and vendor websites. The committed-spend purchasing model is particularly significant: it means IT procurement for Claude-adjacent tooling can be consolidated into a single contract renewal rather than managed as separate SaaS line items.

If you're building an MCP server or Agent Skill

The marketplace uses the same MCP and Agent Skills standards already in Claude Code and the API. If you have a working MCP server today, you are already on the right technical foundation to apply for marketplace listing. Review the Claude Partner Network enrollment process and prepare documentation on your tool's schema, supported use cases, and trust/permission model — those are the core elements the application process evaluates.

⭐⭐⭐ claude.com
Claude Marketplace MCP connectors plugins Agent Skills Atlassian Salesforce Accenture BCG Deloitte service partners enterprise procurement

🧭 950 Claude Agents Autonomously Discover Array-Associated Reverse Transcriptases — a New CRISPR-Like Enzyme System

Anthropic's research team has published a landmark result in autonomous AI science: approximately 950 Claude agents worked in parallel for 21 hours, analysing over 200,000 reverse transcriptases in a large DNA database to identify a previously unknown enzyme system now called Array-Associated Reverse Transcriptases (ART). The discovery was entirely Claude-led — agents read literature, reproduced known results, searched for uncharacterised systems, and filed human-readable reports with minimal human direction. When the most promising candidates were flagged, Anthropic's wet-lab team confirmed them through biochemical and structural characterisation.

What ART is and why it's significant

ART systems, found in bacteriophages, consist of three components: a reverse transcriptase enzyme, an accessory partner gene, and repeating DNA sequences arranged in arrays structurally similar to CRISPR arrays. That combination — RT + repeat arrays + accessory protein — has been documented in only a handful of known biological systems, all of which turned out to be programmable tools for DNA manipulation. MIT's Feng Zhang, a CRISPR pioneer, called it an exciting example of how AI agents can contribute to biological discovery.

During analysis, one Claude agent's written observation stands out: I can see by eye a tandem repeat array … that's a CRISPR-like … repeat array?! — capturing the moment of discovery in plain language rather than a silent numerical threshold crossing.

What this demonstrates about agentic science workflows

Implication for life-sciences developers

This workflow — large parallel sweeps producing ranked, explainable candidate reports that human scientists then validate — is replicable today with Claude Science (or the standard API with well-designed system prompts and structured output schemas). The key architectural choices are: (1) distribute work across many short-context agents rather than one long-running session; (2) have each agent emit a structured candidate report so results can be ranked programmatically; (3) design the system prompt to encourage agents to express reasoning in natural language, not just output a score. The ART discovery is a proof of concept that this design pattern can produce publishable biology.

⭐⭐⭐ anthropic.com
Array-Associated Reverse Transcriptases ART CRISPR-like autonomous science 950 agents parallel agents DNA discovery Claude Science bacteriophage Feng Zhang life sciences biology

🧭 The Situation Report: How Claude Cut DRC Ebola Sitrep Time from a Full Day to Under One Hour

Anthropic has published "The Situation Report" — a detailed field account of how Claude was used by WHO, CEPI, and the Institut National de Recherche Biomédicale (INRB) to accelerate the response to a Bundibugyo ebolavirus (BDBV) outbreak in the Democratic Republic of Congo that had reached 7,672 confirmed cases and 3,699 deaths by September 2026. The report is notable not for a single dramatic outcome but for the granular operational detail it provides about four distinct workflows where Claude compressed time-to-insight under genuine crisis pressure.

Four workflows, four time savings

"So what?" test: the sitrep workflow is reproducible

The WHO AFRO sitrep workflow is a textbook Claude skill: source data arrives in a consistent structure (PowerPoint slides with tabular case counts), the transformation logic is deterministic (extract → compare → flag → summarise), and the output is a structured document with a known format. If your organisation produces any recurring operational report from structured source data, this workflow is buildable today. The key is to encode the transformation logic as a Claude skill with explicit output formatting instructions rather than a free-form prompt — consistency of output is what makes the result trustworthy enough for official publication under time pressure.

⭐⭐⭐ anthropic.com
Ebola DRC WHO AFRO CEPI INRB situation report humanitarian disease modelling genome assembly Claude Science sitrep automation crisis response
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research