Prem P. Singh
Open Data, Decoded

AI Studies Tomatoes More Than Wheat

The world grows six times more maize than tomatoes. AI research does the opposite: tomatoes get more plant disease papers than maize, rice or wheat. Here is what the numbers show, and why it happens.

August 2, 2026 · 3 min read

Dataset

OpenAlex publication records and FAOSTAT world crop production

Records analyzed

170,605

Reproducible code

View analysis code
2,848Tomato papersThe most of any crop
1,658Maize papersDespite 6x more maize grown
11.5×The gapTomato research per tonne vs maize
0.2SugarcanePapers per million tonnes. The lowest.

The world grows 1.2 billion tonnes of maize a year. And 185 million tonnes of tomatoes.

Guess which one AI studies more.

It's tomatoes. By a wide margin.

What I checked

I counted how many AI plant disease papers exist for each major crop. Then I compared that to how much of each crop the world actually grows.

What I found

Bar chart of AI plant disease papers per million tonnes produced. Coffee, tomato, apple and grape are at the top. Sugarcane, barley and cassava are at the bottom.

Tomato is the most studied crop of all, with 2,848 papers. That is more than rice, maize or wheat.

Once you account for how much is grown, the gap is wide:

  • Tomato gets 11.5 times more research per tonne than maize.
  • Cassava, which feeds hundreds of millions of people, gets 0.9 papers per million tonnes.
  • Sugarcane, the world's largest crop, gets 0.2. The lowest of any crop I checked.

Scatter plot of world production against AI plant disease papers. Tomato sits high with modest production. Sugarcane sits low despite the largest production.

If research followed what we grow, this chart would climb to the right. It does not.

Why it happens

Free image datasets are the likely reason.

To train a model that spots plant disease, you need thousands of labelled photos. A few public datasets exist, and they are heavy on tomatoes. Almost nothing exists for cassava.

So researchers use what is available. Each new paper makes the next one easier, and the literature piles up around the data rather than around the problem.

Some of the imbalance is fair. Coffee and tomatoes are worth far more per tonne than sugarcane, so extra attention makes sense. But that does not explain tomato outranking every staple crop on earth.

Why it matters

The crops getting the least attention are the ones feeding the most people.

Cassava, sugarcane and barley sit at the bottom of the list. These are also the crops where field conditions are hardest and good diagnostic tools would help most.

One more thing: AI really has taken over

A quick check on the wider trend, since raw paper counts can mislead when publishing grows overall.

Line chart showing AI's share of plant disease papers rising from about 3 percent in 2005 to about 15 percent in 2025

In 2005, about 1 in 30 plant disease papers used AI. Today it is about 1 in 7. This is measured as a share, so it is not just an effect of more papers being published.

What this does not prove

  • I counted papers, not quality. Many papers does not mean a working tool.
  • Tonnage is not everything. Crops differ in price and in how many people depend on them.
  • Keyword searching misses papers that never name the crop in the abstract.

The dataset explanation is my best reading, not a proven cause. The way to test it would be to catalogue public plant disease image datasets by crop and see whether paper counts track datasets more closely than they track production.

If they do, the fix is not to ask researchers to care more about cassava. It is to build the cassava dataset.

How this was done

Paper counts come from the OpenAlex API. I only counted papers whose title or abstract mentions the crop, an AI method, and a disease, which keeps out loosely related work. Production figures are FAO world totals for 2023. Every figure here is made by the linked code.

PythonpandasmatplotlibOpenAlex APIFAOSTAT bulk dataReproducible pipeline
Every figure on this page was produced by the linked code from the raw public data. Numbers reflect the data as accessed on the date shown and may change as the source is updated.