2019年的一天早晨,阿德巴约·阿隆格(Adebayo Alonge)正在开普敦的一家酒店房间里,准备演示他初创公司的人工智能解决方案,以应对非洲医疗保健中的一个严重问题:假药。假药每年导致非洲大陆数千人死亡。
RxScanner 是一款手持式光谱仪,它用红外光扫描药片,然后将该物品的分子图谱发送给一个配备药品数据库的人工智能模型。几秒钟内,AI 就能根据分子图谱识别出该药物——或者报告它是假药。
包括加纳、肯尼亚、缅甸以及阿隆格的祖国尼日利亚在内的十几个国家的药店都在使用这个系统。但那天早上在南非,它却失灵了。“我很震惊,”阿隆格说。
光谱仪连接上了 AI 模型——但数据中心远在 14,000 公里之外,而且带宽有限。“我们的服务器在美国,仅仅获取一次扫描结果就花了我 5 分多钟。”
于是阿隆格立即要求他的工程师将 AI 模型缩小成一个更小、低功耗、无需联网的版本,使其能够完全在他的安卓手机上运行。他们两小时后便完成了,这拯救了那次演示。
更重要的是,这项工作催生了他的设备的新版本,该版本可以在没有宽带、没有电脑、甚至没有稳定电力的地方验证药片真伪。这也让阿隆格成为了这种“小型 AI”的倡导者。
小型 AI 助力全球医疗保健可及性
小型 AI 与富裕国家庞大的大语言模型(LLM)、超大规模数据中心、数十亿美元的投资以及关于 AI 意识的争论相去甚远。但对于全球数百万人来说,唯一重要的 AI,而且往往是唯一可用的 AI,就是小型 AI。(根据世界银行 11 月发布的一份报告,在全球最贫困国家,只有 0.7% 的互联网用户使用过 ChatGPT,而在最发达国家,这一比例为所有互联网用户的四分之一。)
世界银行行长阿贾伊·班加去年1月在达沃斯世界经济论坛上表示:“大多数人讨论的AI都来自大语言模型/生成式AI这一侧。但这需要大量的算力、电力、海量数据和熟练人员来管理。在发达国家之外,除了印度和中国,很少有国家同时具备这些条件。”
班加表示,相比之下,小型AI可以为那些不具备这些条件的地区的人们提供有用甚至拯救生命的服务。在印度,政府的AI计划要求进一步发展小型AI,许多此类系统正在为农民服务。
例如,印度维洛尔理工学院的巴拉·穆鲁甘及其同事开发了一套基于无人机的系统,该系统拍摄腰果树照片,并快速识别出带有病斑的植株。所有处理都在无人机本身上完成,因此现场无需计算机,也无需连接中央服务器。
通过使用针对特定问题训练的小型语言模型,有时在廉价、低功耗设备上运行,其他小型AI应用已被开发出来,用于识别乌拉圭葡萄园中的蚂蚁侵扰、检测多个国家携带疟疾的蚊子的存在,以及在巴西部分缺乏更复杂医疗设备的地区,通过Arduino设备运行心电图。
参与了这三个项目的巴西伊塔茹巴联邦大学工程与信息系统研究所教授马塞洛·若泽·罗瓦伊表示:“这是当今AI最重要的领域。它发展得非常快。”
设备上的低功耗小型AI模型
小型AI模型可以在多种低功耗设备上运行,包括[从左到右]Arduino Nano 33 BLE Sense、Seeed Wio Terminal和Arduino Portenta。Moez Altayeb
对于阿隆吉、罗瓦伊和其他倡导者来说,小型AI不仅仅是那份11月世界银行报告所称的“一个有前途的趋势”。从长远来看,它可能是一种将触及最多人生活、并在一些巨型模型对大多数用户来说成本过高后仍能保持可持续性的AI形式。
“我认为人工智能的未来不是像中心化部署的一个巨型模型。而是数百万个小型、精准的模型部署在边缘端,每个模型解决一个特定的问题、一个特定的场景,”Alonge 说道。这部分是因为人类中的大多数——包括富裕国家部分地区以及发展中国家的人们——无法使用到最前沿的尖端模型。但他表示,另一个原因在于这些模型不可持续。
“如果没有补贴,大多数人都负担不起这些模型。因此,我们这些所谓的‘小 AI’开发者,才是必须为世界上大多数人构建解决方案的人,”Alonge 说道。
“小 AI”并没有严格的定义,但人们通常用这个词来指代参数规模最多几十亿的大语言模型。(相比之下,尖端模型的参数可以超过一万亿。)这个规模足够小,可以直接在手机或树莓派上运行。这使得这些应用能够在无需连接数据中心的情况下运行在设备上,并且仅消耗几瓦的电力,通常由电池或太阳能板供电。
尽管体积小巧,但这些模型与巨型 AI 模型在技术上并无根本区别,Rovai 表示。许多小型语言模型的创建方式与 Alonge 的药品扫描仪手机版相同——即通过“剪枝”大型模型,移除那些不参与特定任务的参数。Rovai 说,这样得到的系统虽然通用能力较弱,但在其被剪枝优化的特定任务上仍然表现出色。
RxAll 的 RxScanner 光谱仪的一个轻量版本,会将其检测结果发送到手机本地运行的一个 AI 模型上,以验证药品的分子特征是否真实。
其他小型模型是通过“知识蒸馏”创建的。罗瓦伊表示,它们经过训练来模仿大型模型,直到其性能接近其“老师”的水平。在其他情况下,大型模型的精度会被降低,例如,让原本在32位架构上运行的模型能够在8位设计上运行。当机器学习应用被用于对数据进行分类或预测模式(例如蚂蚁侵扰)时,它从一开始就在小型设备上进行训练,而不是从大型模型衍生而来。
罗瓦伊表示,运行所有这些小型、专门的系统正变得越来越容易,原因有两个。
第一个原因是硬件性能越来越好、能力越来越强,同时功耗却更低,他说。这意味着越来越多的手机能够运行小型AI——尤其是那些配备了神经处理单元的设备,这是一种专门处理AI任务的芯片,例如面部识别以及调整照片的亮度、阴影或对比度。
根据技术研究公司Counterpoint的数据,2025年,全球出货的智能手机中略超过三分之一能够运行生成式AI,到今年年底,这一比例将达到45%。到明年年底,略超过一半的智能手机将能够运行小型AI模型。
罗瓦伊提到的第二个原因是语言模型体积的不断缩小。罗瓦伊表示,Google DeepMind的Gemma 4(于4月发布)和阿里巴巴的通义千问3.5(Qwen 3.5)对于小型AI来说都“非常出色”。这两个模型都是“开放权重”的,这意味着用户可以调整参数之间的连接以满足自身需求。这使得“例如,从乳制品行业获取大量数据,并专门针对这些数据重新训练模型”变得很容易,罗瓦伊说。
罗瓦伊在一次Zoom通话中,用他最近的一个实验说明了这些原因。他拿起一个设备说:“这是新的Arduino UNO Q——一个售价50美元、搭载高通芯片组的设备。我在这里运行一个语言模型,它从传感器收集数据并分析这些数据,以检测蚊子可能滋生的微小水洼。运行它只需要3瓦的功率。”
对小型AI开发的支持
世界银行确信,已有数百万人从这类应用中受益,因此现在积极通过赠款、导师计划、融资、技术咨询以及有利于小型AI发展的政府政策模型来推广小型AI。例如,在卢旺达,世界银行正支持一项政府计划,帮助低收入家庭获得能够运行AI的设备。
尽管如此,没有人声称大语言模型会完全消失。Rovai表示,要创建能在手机或其他小型设备上运行的生成式AI,需要借鉴更大模型的架构洞见、数据处理方法和成果。“我们需要大模型来创建这些小模型。”
Alonge表示,尽管小型AI能让无法使用大型AI的人们受益,但这项技术无法解决发展和数字不平等的更大问题。实施小型AI并不能让各国摆脱创建支持AI的生态系统所面临的挑战:可靠的电力、运转正常的供应链,以及能够培养创造AI工具所需人才的教育体系。
尽管他的药物扫描系统可以在无网络连接的手机上运行数天,“但你仍然希望能够定期同步,以获取药品的新特征码和分析数据,”Alonge说。“即使你使用电池,可靠的电力也很重要。那块手机电池不可能永远持续下去。”
他说,在世界许多地方,小型AI的未来并不确定。“它能工作,许多地方最终也需要使用它。问题在于,政治人物是否足够明智,能够投资于长期支持它的基础设施。”
- 12张图表解读2026年AI现状 ›
- 去中心化训练有助于解决AI的能源难题 ›
- 你的笔记本电脑还没准备好运行LLM。这种情况即将改变 ›
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, and 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 [from left to right] an Arduino Nano 33 BLE Sense, a Seeed Wio Terminal, and an Arduino Portenta.Moez Altayeb
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.RxAll
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 US $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.”