Industry Briefing

A single destination for timely, editor-curated robotics news from around the world.

SpaceX Launches Starmind Project for 1 Million AI Satellites by 2028

SpaceX Launches Starmind Project for 1 Million AI Satellites by 2028

SpaceX has officially named its orbital AI infrastructure project 'Starmind,' which aims to deploy a constellation of up to 1 million satellites. This initiative, confirmed by Elon Musk on June 22, 2026, will enable AI inference directly in space, utilizing solar energy rather than terrestrial power sources. The first satellite, designated AI1, was unveiled on June 8, 2026, and is designed to operate in sun-synchronous orbits. The significance of Starmind lies in its potential to overcome the limitations faced by ground-based data centers, such as land, power, and water constraints. By running AI computations in orbit, Starmind can provide a more efficient solution to the growing demand for AI computing power. The project leverages the existing Starlink infrastructure for data transmission, distinguishing its function from Starlink's internet relay capabilities. Looking ahead, SpaceX plans to begin hardware deployment with the AI1 satellite, while full-scale production and deployment of the satellite constellation are targeted for 2028. As of now, no Starmind satellites have been launched, and further engineering challenges remain to be addressed, particularly regarding the scalability of the satellite design.

Small-AI Models Gain Traction Around the World

Small-AI Models Gain Traction Around the World

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 AccessSmall 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 AltayebFor 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.RxAllOther 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 DevelopmentConvinced 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.”

Small-language-models Artificial-intelligence Llms
Liquid AI's smallest model yet LFM2.5-230M beats models 4X its size at data extraction, can run 'anywhere'

Liquid AI's smallest model yet LFM2.5-230M beats models 4X its size at data extraction, can run 'anywhere'

Liquid AI, a company founded by former MIT computer scientists, has unveiled its latest AI language model, LFM2.5-230M, which is designed for efficient data extraction and local deployment on devices such as smartphones and laptops. Released today, this 230-million-parameter model is noted for its ability to run on various hardware platforms, outperforming larger models like Alibaba's Qwen3.5 and Google's Gemma 3 in specific benchmarks. Targeting developers and engineers, LFM2.5-230M operates under a dual-use commercial license, allowing free access for individuals and companies with annual revenues below $10 million, while larger enterprises must secure a paid agreement. The model distinguishes itself by utilizing the LFM2 architecture, enabling high inference speeds with a minimal memory footprint, making it suitable for edge computing. Liquid AI's launch reflects a broader industry shift towards architectural efficiency rather than sheer parameter counts, as major AI firms focus on models with hundreds of billions of parameters. The LFM2.5-230M is specifically tailored for lightweight data extraction tasks, allowing businesses to automate processes without relying on costly cloud services. In practical applications, the model has been successfully deployed in a humanoid robot, demonstrating its capability to process complex commands efficiently. Available immediately on platforms like Hugging Face, LFM2.5-230M aims to revolutionize how enterprises manage data extraction, moving away from traditional, rigid systems to more adaptable AI-driven solutions.

Technology
IEEE Rolls Out Large Language Models Virtual Training Course

IEEE Rolls Out Large Language Models Virtual Training Course

Large language models (LLMs) have transitioned from research labs to everyday use in engineering, significantly altering how digital infrastructures are developed and maintained. As technical professionals increasingly rely on LLMs for complex tasks—such as identifying vulnerabilities in source code and converting fragmented discussions into detailed specifications—the demand for expertise in this technology is surging. According to MarketsandMarkets, the LLM technology market is projected to grow by approximately 33% annually through 2030. To effectively utilize LLMs, engineers must move beyond basic interactions and understand the underlying transformer architecture that enables these models to process vast datasets simultaneously. This knowledge is crucial to mitigate risks associated with inaccuracies, often referred to as "hallucinations," and to ensure reliable performance in coding and data handling. Key advancements include integrating LLMs with application programming interfaces (APIs) for direct database connections, addressing hallucination issues through retrieval-augmented generation (RAG), and prioritizing data security by establishing private model instances. Additionally, LLMs automate repetitive tasks, allowing engineers to focus on higher-level design and problem-solving. To bridge the growing knowledge gap, IEEE has launched an online program titled "Large Language Models Demystified," designed to equip technical professionals with a deeper understanding of LLMs. The curriculum covers the evolution of AI technology, transformer architectures, and practical model-building exercises. Participants will earn professional development credits and a digital badge upon completion, enhancing their credentials in this rapidly evolving field. Organizations interested in training their teams can consult with IEEE for tailored enrollment options.

Ai Type-ti Education Ieee-educational-activities Large-language-models Ieee-products-and-services
Visual Language Models Train Robots to Read Human Emotions

Visual Language Models Train Robots to Read Human Emotions

A recent study led by Seung Chan Hong at the University of Melbourne explores the emotional capabilities of collaborative robots as they increasingly work alongside humans. Published on May 18 in IEEE Robotics and Automation Letters, the research investigates how robots can better understand human emotions through contextual cues, beyond just facial expressions. Involving 40 volunteers, the study trained a vision language model (VLM) to interpret emotions based on video interactions where robots handed objects to humans. The VLM outperformed traditional AI systems, scoring 0.86 in emotional accuracy compared to 0.77 for conventional methods. This improvement is attributed to the VLM's ability to consider the entire context of interactions rather than isolated facial expressions. In a follow-up experiment, participants interacted with a robot that was programmed to make an error, receiving either an emotionally adaptive apology or a standard one. The majority preferred the adaptive response, but trust in the robot diminished after it failed to complete its task, highlighting that emotional responses cannot compensate for a lack of functionality. While the VLM effectively recognized emotions from a third-party perspective, its accuracy dropped when compared to participants' self-reported feelings, indicating that robots still struggle to fully understand human emotions. The findings suggest that while emotional adaptivity is valuable, the primary concern for users remains the robot's competence in performing tasks.

Robotics Journal-watch Ai-models Emotion-recognition
When Machines Learn to See Like Experts: The Rise of Vision Language Models in Manufacturing

When Machines Learn to See Like Experts: The Rise of Vision Language Models in Manufacturing

In a significant development for the manufacturing sector, experts have highlighted the transformative potential of Variational Latent Models (VLMs) in enhancing quality assurance processes. While acknowledging that VLMs will not address every challenge faced in the realm of artificial intelligence within manufacturing, they emphasize that these models provide a unique capability that surpasses existing technologies, particularly in high-complexity production environments. This advancement comes at a time when industries are increasingly seeking innovative solutions to improve efficiency and accuracy in their operations. As manufacturers strive to meet rising demands and maintain high standards, the adoption of VLMs could represent a pivotal shift in how quality assurance is approached, ultimately leading to more reliable and efficient production outcomes.

Why Are Large Language Models So Terrible at Video Games?

Why Are Large Language Models So Terrible at Video Games?

Recent advancements in large language models (LLMs) have led to significant improvements in various domains, particularly in coding. However, a notable limitation remains: LLMs struggle to play video games effectively. Despite some successes, such as Gemini 2.5 Pro defeating Pokémon Blue in May 2025, these models often perform poorly compared to human players, making frequent mistakes and requiring specialized software to assist them. Julian Togelius, director of New York University’s Game Innovation Lab and co-founder of AI game-testing firm Modl.ai, discussed these challenges in a recent interview with IEEE Spectrum. He highlighted that while coding resembles a well-structured game with clear tasks and immediate feedback, video games present a more complex landscape that LLMs have yet to navigate successfully. Unlike games like chess or Go, which have been mastered by AI through retraining, video games vary significantly in mechanics and input requirements, complicating the development of a general game AI. Togelius pointed out that the lack of comprehensive benchmarks for video games further hinders LLMs' performance. While benchmarks have driven improvements in coding, the diverse nature of video games makes it difficult to establish similar metrics. He noted that current LLMs perform poorly even compared to basic algorithms in gaming contexts, primarily due to insufficient training data and challenges in spatial reasoning. Despite their coding capabilities, LLMs cannot engage in the iterative process of game development, which involves testing and refining gameplay. This disparity raises questions about the future of AI in mastering video games and its implications for broader AI applications.

Llms Artificial-intelligence Video-games
RobotToday Initiative

Robotics needs a service framework.

RSF defines a common language for robot service capability, lifecycle operations, certification pathways, and service-provider networks.

inJoin the RobotToday community on LinkedIn

Daily robotics news, in-depth analysis, conference highlights, and discussions with professionals worldwide.