Skip to content
HomeNewsDigestsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Agents & MCP/
  4. Anthropic and WHO Automate Complex Outbreak Reporting via Claude Skills
Agents & MCP

Anthropic and WHO Automate Complex Outbreak Reporting via Claude Skills

WHO AFRO data teams deployed custom Claude skills to extract, diff, and summarize case metrics across decentralized PowerPoint decks in the DRC. The pipeline cuts reporting time from a full day to under an hour.

September 25, 2026· 6 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated September 25, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Anthropic and WHO Automate Complex Outbreak Reporting via Claude Skills

Impact: Medium

Why it matters

You can adapt this pattern to replace tedious daily slide deck synthesis with automated diff-checking skills.

TL;DR

  • 01Claude skills can parse multi-source presentation decks and compute automated diffs against historical records.
  • 02Batching epidemiological or business projection models concurrently removes single-thread analytical bottlenecks.
  • 03Natural language workbenches like Claude Science eliminate command-line friction in specialized bioinformatics pipelines.

Key facts

Report turnaround
Reduced from all day to under 1 hour
Cases tracked
Nearly 8,000 confirmed BDBV cases
Partners
WHO AFRO, CEPI, INRB, Anthropic

Automated Slide Ingestion and Trend Diffing

In eastern Democratic Republic of the Congo, response teams combating the Bundibugyo Ebolavirus (BDBV) outbreak previously spent entire working days manually transcribing district case data from PowerPoint presentations into consolidated situation reports (sitreps). Data systems engineers at WHO AFRO—Tendai Muza, Tamayi Mlanda, and Gianni-Ferrari Donkor Muza—built a specialized Claude skill to automate this pipeline.

The skill instructs Claude to extract laboratory and case tallies from each health zone's deck, cross-reference them against the previous day's published figures, highlight anomalies or trend deviations with explanatory notes, and assemble the final summary. This transformed an all-day data entry process into an operational run that finishes in under 60 minutes.

Multi-Model Forecasting and Plain-Language Bioinformatics

Beyond document synthesis, the WHO AFRO analytics team expanded Claude into predictive modeling. Paul Ouma noted that severe time constraints previously forced analysts to rely on only one disease model. Claude allows analysts to execute and evaluate multiple predictive models concurrently, helping logisticians forecast hospital demand and decide where to construct treatment centers.

At the Institut National de Recherche Biomédicale (INRB), researchers deployed Claude Science to assemble viral genomes from raw sequencer fragments. Rather than typing specialized commands into a programmer's terminal to process millions of genetic fragments, researchers use natural language prompts to assemble the genome, construct virus family trees, and monitor mutations.

Try it in 2 minutes

# SitRep Auditor Skill Prompt
Parse the incoming district PowerPoint tables and cross-reference with yesterday's JSON baseline:
1. Extract total confirmed cases, new admissions, and fatalities per zone.
2. Compute absolute and percentage deltas against baseline metrics.
3. Flag any zone with >10% daily increase and append contextual hypothesis.
4. Output a consolidated markdown summary table and executive diff block.

markdown

✓ When to use

  • Use when operational field data arrives trapped in human-formatted slide presentations or chat messages.
  • Use when aggregating multi-district reporting streams that require automated anomaly and diff detection.

✕ When NOT to use

  • Do not use when input source files follow rigid database schemas that can already be queried via deterministic SQL.
  • Avoid using without human-in-the-loop verification in high-consequence medical or financial decisions.

What to do today

  • →Structure custom Claude skills with clear diff-checking rules when aggregating metrics across recurring slide decks.
  • →Keep final domain validation and action approval reserved for human experts rather than granting models write execution.

What the community says

  • “Probably one of the better real-world AI use cases I've seen. Automate the tedious data work, save hours, and keep the actual scientific decisions with experts.”

    — waximabbax on Hacker News

  • “Claude is helping the organization (people) react faster, and more accurately. The article mentions: you defeat Ebola by meeting it where it is now, not where it was.”

    — itsalwaysgood on Hacker News

#Claude#Claude Science

Sources

  • Anthropic: The Situation Report
  • Hacker News Discussion: Anthropic Situation Report
ShareShare on XShare on LinkedIn
← Previous storyGoogle Introduces Multi-Agent Architecture for Consistent Long-Horizon Video GenerationNext story →Hardening Agent Boundaries: Context Compression Hazards and Model Context Protocol Permissions

Related stories

  • Agents & MCPCursor Shares Harness Tuning Prompt to Cut Agent Token Overhead
  • Agents & MCPAnthropic Open-Sources Financial Reference Agents and Model Context Protocol Connectors
  • Agents & MCPBenchmarking Claude Opus 5.5: Why Agent Skills and CLI Updates Still Matter
  • Agents & MCPProduction Readiness Checklist for Hardening Model Context Protocol Servers

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.