Small AI Models Gain Traction In places with unreliable networks
Small AI Models Gain Traction In Places with Unreliable Networks
One morning in 2019, Adebayo Alonge was in a Cape Town hotel room, preparing to demonstrate his startupās AI answer to a serious problem in African health care: counterfeit medication, which kills thousands of people across the continent every year.
The RxScanner is a handheld spectrometer that scans a pill with infrared light, then sends the itemās molecular profile to an AI model equipped with a pharmaceutical database. In seconds, the AI identifies the medication from its molecular profile-or reports that itās phony. Pharmacies were using the system in more than a dozen countries, including Ghana, Kenya, Myanmar, and Alongeās native Nigeria.
But that morning in South Africa, it didnāt work. āI was shocked,ā Alonge says. The spectrometer connected to the AI model-but the data center was 14,000 kilometers away and bandwidth was limited. āOur server was in the United States, and just to get the result of a single scan was taking me over 5 minutes.ā
So Alonge immediately asked his engineers to shrink the AI model down to a smaller, low-power, unconnected version that could run entirely on his Android phone. They produced it 2 hours later, and that saved the demo. More importantly, the work birthed a new version of his device, which can authenticate a pill in places without broadband, computers, or even reliable electricity. It also turned Alonge into an advocate for this kind of āsmall AI.ā
Small AI for Global Health Care Access
Small AI is a far cry from wealthy nationsā colossal large language models (LLMs), hyperscale data centers, multibillion-dollar investments, and debates about AI consciousness. But for millions of people around the world, the only AI that matters, and often the only kind available, is small.
According to a World Bank Report issued in November, only 0.7 percent of internet users in the worldās poorest countries have used ChatGPT, compared to a quarter of all internet users in the most developed nations.
āMost people are discussing AI from the LLM/generative side. But that needs a lot of computing power, electricity, massive data, and skilled people to manage it,ā Ajay Banga, president of the World Bank, said last January at the World Economic Forum, in Davos. āOutside the developed world, other than maybe India and China, very few countries have that combination.ā
By contrast, small AI can deliver useful, even life-saving services to people in areas that have none of those things, Banga said.
In India, where the governmentās AI plans call for more development of small AI, many such systems are working for farmers. For example, a drone-based system developed by Bala Murugan and colleagues at the Vellore Institute of Technology, in India, takes photos of cashew plants and quickly identifies those with splotches that indicate disease. All the processing takes place on the drone itself, so thereās no need for a computer on-site, nor for a connection to a central server.
Using small language models trained for a specific problem, and sometimes running on cheap, low-power devices, other small-AI implementations have been developed to:
- Identify ant infestations in a Uruguayan vineyard
- Detect the presence of malaria-carrying mosquitoes in a number of nations
- Run electrocardiograms from an Arduino device in parts of Brazil that lack access to more complex equipment
āThis is the most important area in AI nowadays,ā says Marcelo JosĆ© Rovai, a professor at the Institute of Engineering and Information Systems at the Federal University of ItajubĆ”, in Brazil, who was involved in all three projects. āItās growing very fast.ā
Low-Power, Small-AI Models on Devices
Small AI models can run on a variety of low-power devices, including an Arduino Nano 33 BLE Sense, a Seeed Wio Terminal, and an Arduino Portenta.
For Alonge, Rovai, and other advocates, small AI is not just āa promising trend,ā as that November World Bank report calls it. It may be, in the long term, the form of AI that will touch the most lives and remain sustainable after some of the giant models become too costly for most users.
āI think the future of AI is not like one giant model, at a center. I think itās millions of small, precise models deployed at the edge, each one solving like a specific problem, a specific context,ā Alonge says.
This is partly because much of humanity-including people in parts of rich countries as well as the developing world-lives without access to cutting-edge frontier models. But, he says, itās also because those models are not sustainable.
āIf someone is not subsidizing it, most people will not be able to afford those models. So those of us who are said to be small-AI developers are the ones who will have to build for the majority of the world,ā Alonge says.
There is no strict definition of āsmall AI,ā but people often use the term for language models with at most a few billion parameters. (Compare that to cutting-edge models, which can include more than a trillion.) Thatās small enough to run directly on a phone or a Raspberry Pi. Thatās what allows these applications to run on devices without a connection to a data center and use only a few watts of power, often supplied by a battery or a solar panel.
Despite their small footprint, these models arenāt fundamentally different technology from that of gigantic AI models, Rovai says. Many instances of small language models were created the same way the phone-based version of Alongeās pharmaceuticals scanner was-by āpruningā large models, or removing the parameters that werenāt involved in the task. The result is a system thatās less capable generally but still very good at the specific job it was pruned for, Rovai says.
A lighter version of RxAllās RxScanner spectrometer sends its results to an AI model run locally on a phone to check that a drugās molecular signature is genuine.
Other small models are created by ādistillation.ā They are trained to mimic a large model, until their performance approaches that of their āteacher,ā Rovai says. In other cases, a larger modelās precision is reduced, for example, so that a model run on 32-bit architecture can run on 8-bit designs. In situations where the machine learning application is being used to classify data or predict patterns (like an ant infestation), itās trained from the beginning on a small device, not derived from a larger model at all.
Running all these small, specialized systems is becoming easier, Rovai says, for two reasons.
The first reason is that hardware is getting better and more capable while using less power, he says. This means more and more phones can run small AI-especially those equipped with neural processing units, which are specialized chips that handle AI tasks like facial recognition and changing the brightness, shadows, or contrast in a photo. In 2025, slightly more than a third of all smartphones shipped worldwide were capable of running generative AI, and that figure will reach 45 percent by the end of this year, according to the technology research firm Counterpoint. By the end of next year, slightly more than half of all smartphones will be able to run a small AI model.
The second reason Rovai cites is the shrinking footprint of language models. Both Google DeepMindās Gemma 4 (released in April) and Alibabaās Qwen 3.5 are āfantasticā for small AI, Rovai says. Both models are āopen weight,ā meaning users can adjust the connections between parameters to suit their needs. This makes it easy, for example, āto take a lot of data from, say, the milk industry and retrain the model specifically on that,ā Rovai says.
Rovai illustrated these reasons on a Zoom call, using one of his most recent experiments. Holding up a device, he says, āThis is the new Arduino UNO Q-a $50 device with a Qualcomm chipset. Iām running a language model here, which collects data from sensors and analyzes that data to detect tiny pools of water where mosquitoes might be breeding. It takes 3 watts to run it.ā
Support for Small-AI Development
Convinced that millions of people are already benefiting from these kinds of applications, the World Bank now actively promotes small AI with grants, mentorship programs, financing, technical advice, and models of government policies that are friendly for small-AI development. For example, in Rwanda, the World Bank is backing a government program to help low-income households get devices that can run AI.
All that said, no one claims that large language models are going away entirely. To create a generative AI that can run on a phone or other small device requires the architectural insights, data processing, and results of a larger model, Rovai says. āWe need the big models to create these smaller models.ā
And for all that small AI can benefit people without access to big AI, the technology canāt solve the larger problems of development and digital inequality, Alonge says. Implementing small AI wonāt allow nations to escape the challenge of creating an ecosystem to support AI: reliable power, a supply chain that works, and an educational system that develops the talents needed to create AI tools.
Though his drug-scanning system can run for days on a phone with no connection, āyou still want to be able to enable periodic syncing for updates with new signatures for the medications and analytics,ā Alonge says. āAnd even when you are using batteries, reliable power is important. That phone battery is not going to last forever.ā
In many parts of the world, the future of small AI isnāt assured, he says. āIt works, and many places will eventually need to use it. The question is whether or not the political actors are wise enough to invest in infrastructure to support it long term.ā
- 12 Graphs That Explain the State of AI in 2026 āŗ
- Decentralized Training Can Help Solve AIās Energy Woes āŗ
- Your Laptop Isnāt Ready for LLMs. Thatās About to Change āŗ
Comments
No comments yet. Start the discussion.