# Can agentic LLMs use local field guides to improve identification of rare species?

*2026-08-01 — idea*


Imagine you're out on a field trip in the Peruvian Amazon and come across a mesmerising butterfly species you don't recognise. You could ask [iNaturalist](https://inaturalist.org)'s AI, but its identification models have biases and many missing species. The [latest computer vision model](https://www.inaturalist.org/blog/132916-the-new-computer-vision-and-geomodel-has-over-120-000-taxa) recognises just over 120,000 taxa, out of [roughly 2 million described species](https://en.wikipedia.org/wiki/Global_biodiversity) on Earth. So how else would you go about working out what species it is?

One approach is to take an image of the species and then find a [local field guide](https://diosbutterflyworld.com/) on Peruvian butterflies. You would flip through the pages, compare your image to the pictures and text descriptions for each species in the book, and reason over which seems like the best match.

<a href="https://diosbutterflyworld.com/"> <figure class="image-center"><img src="/images/butterfly-field-guide.webp" alt="" title="" loading="lazy" srcset="/images/butterfly-field-guide.768.webp 768w, /images/butterfly-field-guide.640.webp 640w, /images/butterfly-field-guide.480.webp 480w, /images/butterfly-field-guide.320.webp 320w, /images/butterfly-field-guide.1440.webp 1440w, /images/butterfly-field-guide.1280.webp 1280w, /images/butterfly-field-guide.1024.webp 1024w"><figcaption></figcaption></figure> </a>

This project would do something similar for few-shot species image classification. The research question is whether multi-modal reasoning models doing agentic search over local field guides can improve classification performance over existing approaches. The existing paradigm is to collect a huge labelled dataset and train a big supervised neural net. That approach suffers from class imbalance and long-tail problems, and so performs poorly on less common species. In theory, the field guide approach could mitigate some of those weaknesses. Rare species are also precisely where the biodiversity data gaps are worst, so this is a good application of tool-using agentic LLMs.

For evaluation, we could start with one of the existing benchmark datasets for species image classification. The [TreeOfLife-200M](https://huggingface.co/datasets/imageomics/TreeOfLife-200M) dataset is a great starting point, with 200M images spanning nearly 1M taxa. Another good candidate is the recent [Open-Insect](https://arxiv.org/abs/2503.01691) benchmark for open-set recognition of novel species, from [Sara Beery](https://beerys.github.io) and colleagues. We could then compare the accuracy of the field guide, agentic search and reasoning approach against the supervised approaches, while using only a fraction of the training data.

As far as we can tell, this approach has not been tried yet, which makes it a timely experiment. Ultimately, better identification of rare species could help address important biodiversity data gaps. It would also feed into the observation pipelines behind our [Enki](https://anil.recoil.org/projects/enki) dashboard project and [Shane Weisz](https://shaneweisz.com)'s work on a [living IUCN Red List](https://anil.recoil.org/ideas/living-iucn-redlist).
Status: Available
Level: PartII
Year: 2026
Project: Enki, a Dashboard of Life on Earth
Supervisors: Anil Madhavapeddy, Shane Weisz

## Related

- [Enki, a Dashboard of Life on Earth](https://anil.recoil.org/projects/enki) (project, 2026-01-01)
- [A Living IUCN Red List of the World's Species](https://anil.recoil.org/ideas/living-iucn-redlist) (idea, 2025-09-01)

---
Canonical: https://anil.recoil.org/ideas/agentic-field-guides
Type: idea
Tags: conservation, biodiversity, ai, llms
