Skip to main content
  1. Home
  2. Emerging Tech
  3. Computing
  4. Legacy Archives

Harvard researchers have created a swarm of learning robots

Add as a preferred source on Google

Totally ignoring Asimov’s laws of robotics, a team of computer scientists at Harvard University have crafted a swarm of over one thousand diabolical robots, programmed only for evil. Despite the fact that each of the Kilobots is only about the size of a quarter, their great numbers and advanced coordination allows them to operate without any human interaction, save for issuing the initial command. Once they’ve been given the word, these robots won’t stop until they’ve carried out their inventors’ sinister plans to draw complex shapes on a flat surface.

Computer science is often inspired by the natural world, and the Kilobot swarm is no different, taking cues from ants and micro-organisms that achieve complex goals by working as a large system following a simple set of orders. Each robot on its own is simple and prone to failure, a weakness humans will have to exploit before the tiny robots can join together into a group, where they’re most effective.

Recommended Videos

Kilobot-CloseupWheels and other traditional motor mechanisms are surprisingly difficult to replicate cheaply and effectively on a scale that large, so instead each Kilobot stands on three rigid legs, and is able to move straight ahead, as well as rotating clockwise and counterclockwise, by vibrating a small servo at different frequencies. Despite their individual shortcomings, the algorithm that pulls them together allows the system to function at a much higher level than any of its individual parts, allowing these simple robots to carry out a range of tasks including identifying their location in a larger group, shifting towards ambient light, and possibly learning to stage a geopolitical coup.

By communicating through infrared connections, the Kilobots are able to send location information and simple commands to each other, which may be related to plotting the fall of humanity, or the shape that the swarm is currently attempting to form. The control board is able to send messages to the entire swarm at once, programming them all for action in under 40 seconds. From that point on the Kilobots talk to their neighbors and form the desired shape around a few coordinating robots, navigating traffic jams, edges of the shape, and any robots that have wandered off from the group and gotten lost.

While their work may not seem particularly exciting right now, there are a lot of important lessons to be learned from coordinating robots in such large numbers. While most of these projects involve anywhere from 10 to 100 Kilobots, this most recent round tested to see how well 1024 of the low-cost robots could form simple shapes, such as the letter ‘K,’ a wrench, and a starfish. The real-world applications of this aren’t evident right away, but could encourage the use of robotics in areas that were believed to be most effectively completed by humans until now.The simple commands that the Kilobots use to disperse, follow each other, and communicate important locations could guide much more complex robots in much more complex operations.

Kilobot-ControllerThe idea behind experimenting with communication between the Kilobots isn’t just an exercise in computing; it’s a step towards developing new systems of robotics where many smaller parts act as part of a single, cohesive system. The lessons learned from the Kilobot swarm could lead to robots that rebuild broken sections of buildings or other machines automatically, find lost people in developing or disaster-stricken locations, or form a sentient system of computers that start a nuclear war after deciding that all of humanity is a threat to its existence. Whatever happens though, we’re excited to see what this exciting advance in robotics turns into.

[Images courtesy of the Harvard School of Engineering and Applied Sciences]

Brad Bourque
Brad Bourque is a native Portlander, devout nerd, and craft beer enthusiast. He studied creative writing at Willamette…
Researchers hid a prompt injection inside a PNG, and AI fell for it
Hacker

AI coding assistants like Claude are becoming every developer's favorite coworker. They can review code, explain confusing functions, and even write entire features with a single prompt. But new research suggests that this growing trust could also become their biggest weakness.

A team of security researchers (professor Sudipta Chattopadhyay and researcher Murali Ediga) has demonstrated an unusual attack that doesn't target the AI model directly. Instead, it targets what the AI doesn't pay enough attention to during code reviews. Rather than hiding malicious instructions in lines of code, the researchers tucked them inside an image file. Since many AI review tools treat images as decorative assets rather than as something worth inspecting, the pull request can appear perfectly harmless and sail through the review.

Read more
AI has already fallen into the wrong hands and they’re using it to make bombs
Logo, Text

Artificial intelligence has quickly become the go-to tool for everything from writing emails and summarizing meetings to helping students study or developers debug code. But the same technology that saves people time can also be misused, and a new report suggests that terrorist organizations are finding ways to do exactly that.

According to a research paper shared with The New York Times ahead of its publication, researchers found evidence that members of Boko Haram have been using popular AI chatbots to support both day-to-day activities and combat-related tasks. Interviews with 27 former members conducted in Nigeria over the past two years suggest that tools such as ChatGPT, Gemini, Claude, Grok, Meta AI, and DeepSeek were used to gather technical information, troubleshoot weapons, and even assist with planning attacks.

Read more
Claude Code can now browse the web without opening Chrome
The desktop app now includes an in-app browser that can read websites, click links, and interact with web apps.
Claude Code Featured

Developers spend a surprising amount of time bouncing between their code editor, browser tabs, API documentation, GitHub issues, and design files. Anthropic thinks Claude Code should simply do all of that without constantly asking users to switch windows. The company has announced a new in-app browser for Claude Code on desktop, allowing its AI coding assistant to open websites, read documentation, inspect designs, and interact with web pages directly from within the application.

A browser built into Claude Code

Read more