Urgent.News

What's breaking now, across thousands of outlets.

AI

Mapping tsetse fly connectivity in Uganda with machine learning landscape genetics

Introduction - Tsetse flies (genus Glossina) are biting insects that transmit human and animal trypanosomiases across sub-Saharan Africa, and sustainable vector control depends on understanding dispersal barriers and reinvasion routes. Despite major progress toward elimination, Uganda remains at risk for both human forms of the disease (Trypanosoma brucei gambiense and T. b. rhodesiense) and…

Tsetse flies, carriers of human and animal trypanosomiases across sub-Saharan Africa, continue to pose a risk in Uganda, where both human forms of the disease persist. Planners lack reliable maps of tsetse movement and reinvasion risk, hindering sustainable vector control efforts. Researchers have now employed machine-learning landscape genetics and species distribution models to address this knowledge gap.

By integrating population genetic distance estimates from 11 microsatellite loci and geospatial environmental data, the team predicts and maps Glossina fuscipes fuscipes connectivity across Uganda and western Kenya. The random forest models outperformed distance-only models, indicating the efficacy of a machine-learning framework for connectivity inference in complex, heterogeneous landscapes.

Temperature and water availability emerged as the strongest predictors of genetic connectivity. Combining landscape genetics predictions with a species distribution model, the researchers identified regions with high habitat suitability but low connectivity, revealing priority zones for area-wide integrated pest management strategies.

These maps and quantitative uncertainty metrics can guide targeted tsetse control measures, while the analytical pipeline can be applied to model and map genetic connectivity in other species and landscapes.

Written by urgent.news from bioRxiv's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at biorxiv.org →

More in AI

12 Files In, 4 Out: The Secret-Scanning Gate Between Claude Code's Audit Memos and My Obsidian Wiki

Last time I wrote about handing a monitoring script exactly one root command . This post is the same question ― what do you let unattended automation touch?

  • Script named wiki-sync-improvements.sh monitors ~/.claude/improvements/ for markdown audit files
  • Allows 4 out of 12 files through, halts if any contain secrets like API keys
  • Filters out log.md, README.md, and next-session-todo.md before secret scanning

Circuit Breakers for Agentic AI Workflows: Controlling Blast Radius in Autonomous Code Review

Originally published on tamiz.pro . The rapid adoption of agentic AI in software engineering has introduced a new class of operational risks: autonomous agents that can interpret, execute, and commit…

  • Agentic AI workflows lack safety features of traditional software.
  • Circuit Breaker pattern isolates failures and enforces human intervention.
  • Agentic Circuit Breaker uses finite state machine to manage agent actions.

More from Saturday 12 September →