Goose Pod LogoGoose Pod
机器人可利用AI互编大脑:科学家称

机器人可利用AI互编大脑:科学家称

2025-08-08Technology
Summary

Report Provider: The Register

Author: Thomas Claburn

Published Date: August 7, 2025

In 30 seconds

  • Report Provider: The Register
  • Author: Thomas Claburn
  • Published Date: August 7, 2025
Read source
Published
8/7/2025
Publisher
Language
Sources
1 cited
Listen
5 min listen
Published
8/7/2025
Publisher
Language
Sources
1 cited
Listen
5 min listen

Quick brief

The fastest way to understand what changed, why it matters, and what to listen for in the episode.

  • Report Provider: The Register
  • Author: Thomas Claburn
  • Published Date: August 7, 2025
  • This news report details a groundbreaking project by computer scientist Peter Burke, a professor at the University of California,...

Why this summary is trustworthy

Goose Pod anchors each episode to cited reporting so listeners can verify the source material before or after they press play.

Articles reviewed
1
Distinct sources
1
Latest cited update
8/7/2025
Topic path
Technology

Listen to the episode

Start with the audio, then open the transcript only when you want the line-by-line version.

--:--
--:--

What happened

Report Provider: The Register

Author: Thomas Claburn

Published Date: August 7, 2025

Computer scientist Peter Burke has demonstrated that a robot can program its own brain using generative AI models and host hardware, if properly prompted by handlers.The project, he explains in a preprint paper, is a step toward The Terminator."In Arnold Schwarzenegger’s Terminator, the robots become self-aware and take over the world," Burke's study begins.

"In this paper, we take a first step in that direction: A robot (AI code writing machine) creates, from scratch, with minimal human input, the brain of another robot, a drone."Autonomous capture is no longer a luxury but a foundation for spatial AIBurke, a professor of electrical engineering and computer science at the University of California, Irvine, waits until the end of his paper to express his hope that “the outcome of Terminator never occurs."

While readers may assume as much, that's not necessarily a given amid growing military interest in AI. So there's some benefit to putting those words to screen.The Register asked Burke whether he'd be willing to discuss the project but he declined, citing the terms of an embargo agreement while the paper, titled "Robot builds a robot’s brain: AI generated drone command and control station hosted in the sky," is under review by Science Robotics.

The paper uses two specific definitions for the word “robot”. On describes various generative AI models running on a local laptop and in the cloud that programs the other robot - a drone equipped with a Raspberry Pi Zero 2 W, the server intended to run the control system code.Usually, the control system, or ground control system (GCS), would run on a ground-based computer that would be available to the drone operator, which would control the drones through a wireless telemetry link.

Mission Planner and QGroundControl are examples of this sort of software.The GCS, as Burke describes it, is an intermediate brain, handling real-time mapping, mission planning, and drone configuration. The lower-level brain would be the drone's firmware (e.g. Ardupilot) and the higher-level brain would be the Robot Operating System (ROS) or some other code that handles autonomous collision avoidance.

A human pilot may also be involved.What Burke has done is show that generative AI models can be prompted to write all the code required to create a real-time, self-hosted drone GCS – or rather WebGCS, because the code runs a Flask web server on the Raspberry Pi Zero 2 W card on the drone. The drone thus hosts its own AI-authored control website, accessible over the internet, while in the air.

The project involved a series of sprints with various AI models (Claude, Gemini, ChatGPT) and AI IDEs (VS Code, Cursor, Windsurf), each of which played some role in implementing an evolving set of capabilities.The initial sprint, for example, focused on coding a ground-based GCS using Claude in the browser.

It included the following prompts:Prompt: Write a Python program to send MAVLink commands to a flight controller on a Raspberry Pi. Tell the drone to take off and hover at 50 feet.Prompt: Create a website on the Pi with a button to click to cause the drone to take off and hover.Prompt: Now add some functionality to the webpage.

Add a map with the drone location on it. Use the MAVLink GPS messages to place the drone on the map.Prompt: Now add the following functionality to the webpage: the user can click on the map, and the webpage will record the GPS coordinates of the map location where the user clicked. Then it will send a "guided mode" fly-to command over MAVLink to the drone.

Prompt: Create a single .sh file to do the entire installation, including creating files and directory structures.The sprint started off well, but after about a dozen prompts the model stopped working because the conversation (the series of prompts and responses) consumed more tokens Claude's context window allowed.

Germany and Japan teamed their ISS robots for seek-and-photograph missionUS sends 33,000 smart 'strike kits' to make Ukrainian drones even deadlierUkrainian hackers claim to have destroyed major Russian drone maker's entire networkAmerica and Britain gear up with Project Flytrap to bring anti-drone kit to the battlefieldSubsequent attempts with Gemini 2.

5 and Cursor each ran into issues. The Gemini session was derailed by bash shell scripting errors. The Cursor session led to a functional prototype, but developers needed to refactor to break the project up into pieces small enough to accommodate model context limitations.The fourth sprint using Windsurf finally succeeded.

The AI-generated WebGCS took about 100 hours of human labor over the course of 2.5 weeks, and resulted in 10K lines of code.That's about 20 times fewer hours than Burke estimates were required to create a comparable to a project called Cloudstation, which Burke and a handful of students developed over the past four years.

One of the paper's observations is that current AI models can't handle much more than 10,000 lines of code. Burke cited a recent study (S. Rando, et al.) about this that found the accuracy of Claude 3.5 Sonnet on LongSWEBench declined from 29 percent to three percent when the context length increases from 32K to 256K tokens, and said his experience is consistent with Rando's findings, assuming that one line of code is the equivalent of 10 tokens.

Hantz Févry, CEO of spatial data biz Geolava, told The Register in an email that he found the drone project fascinating."The idea of a drone system autonomously scaffolding its own command and control center via generative AI is not only ambitious but also highly aligned with the direction in which frontier spatial intelligence is heading," he said.

"However, I strongly believe there should be hard checks and boundaries for safety."The paper does note that a redundant transmitter under human control was maintained during the drone project in case manual override was required.Based on his experience running Geolava, Févry said the emergence of these sorts of systems marks a shift in the business of aerial imagery."

Aerial imagery is becoming radically more accessible," he said. "Autonomous capture is no longer a luxury but a foundation for spatial AI, whether from drones, stratospheric, or the LEO (low earth orbit) capture. Systems like the one described in the paper are a glimpse of what’s next, where sensing, planning, and reasoning are fused in near real-time.

Even partially automated platforms like Skydio are already reshaping how environments are sensed and understood."Févry said the real test for these systems will be how well generative AI systems can handle adversarial or ambiguous environments."It’s one thing to scaffold a control loop in simulation or with prior assumptions," he explained.

"It’s another to adapt when the terrain, mission goals, or system topology changes mid-flight. But the long-term implications are significant: this kind of work foreshadows generalizable autonomy, not just task-specific robotics."We leave you with the words of John Connor, from Terminator 3: Rise of the Machines: "The future has not been written.

There is no fate but what we make for ourselves." ®

The Register8/7/2025
Read original at The Register

Source coverage

Report Provider: The Register

Author: Thomas Claburn

Deeper analysis

Full source content

Computer scientist Peter Burke has demonstrated that a robot can program its own brain using generative AI models and host hardware, if properly prompted by handlers.The project, he explains in a preprint paper, is a step toward The Terminator."In Arnold Schwarzenegger’s Terminator, the robots become self-aware and take over the world," Burke's study begins.

"In this paper, we take a first step in that direction: A robot (AI code writing machine) creates, from scratch, with minimal human input, the brain of another robot, a drone."Autonomous capture is no longer a luxury but a foundation for spatial AIBurke, a professor of electrical engineering and computer science at the University of California, Irvine, waits until the end of his paper to express his hope that “the outcome of Terminator never occurs."

While readers may assume as much, that's not necessarily a given amid growing military interest in AI. So there's some benefit to putting those words to screen.The Register asked Burke whether he'd be willing to discuss the project but he declined, citing the terms of an embargo agreement while the paper, titled "Robot builds a robot’s brain: AI generated drone command and control station hosted in the sky," is under review by Science Robotics.

The paper uses two specific definitions for the word “robot”. On describes various generative AI models running on a local laptop and in the cloud that programs the other robot - a drone equipped with a Raspberry Pi Zero 2 W, the server intended to run the control system code.Usually, the control system, or ground control system (GCS), would run on a ground-based computer that would be available to the drone operator, which would control the drones through a wireless telemetry link.

Mission Planner and QGroundControl are examples of this sort of software.The GCS, as Burke describes it, is an intermediate brain, handling real-time mapping, mission planning, and drone configuration. The lower-level brain would be the drone's firmware (e.g. Ardupilot) and the higher-level brain would be the Robot Operating System (ROS) or some other code that handles autonomous collision avoidance.

A human pilot may also be involved.What Burke has done is show that generative AI models can be prompted to write all the code required to create a real-time, self-hosted drone GCS – or rather WebGCS, because the code runs a Flask web server on the Raspberry Pi Zero 2 W card on the drone. The drone thus hosts its own AI-authored control website, accessible over the internet, while in the air.

The project involved a series of sprints with various AI models (Claude, Gemini, ChatGPT) and AI IDEs (VS Code, Cursor, Windsurf), each of which played some role in implementing an evolving set of capabilities.The initial sprint, for example, focused on coding a ground-based GCS using Claude in the browser.

It included the following prompts:Prompt: Write a Python program to send MAVLink commands to a flight controller on a Raspberry Pi. Tell the drone to take off and hover at 50 feet.Prompt: Create a website on the Pi with a button to click to cause the drone to take off and hover.Prompt: Now add some functionality to the webpage.

Add a map with the drone location on it. Use the MAVLink GPS messages to place the drone on the map.Prompt: Now add the following functionality to the webpage: the user can click on the map, and the webpage will record the GPS coordinates of the map location where the user clicked. Then it will send a "guided mode" fly-to command over MAVLink to the drone.

Prompt: Create a single .sh file to do the entire installation, including creating files and directory structures.The sprint started off well, but after about a dozen prompts the model stopped working because the conversation (the series of prompts and responses) consumed more tokens Claude's context window allowed.

Germany and Japan teamed their ISS robots for seek-and-photograph missionUS sends 33,000 smart 'strike kits' to make Ukrainian drones even deadlierUkrainian hackers claim to have destroyed major Russian drone maker's entire networkAmerica and Britain gear up with Project Flytrap to bring anti-drone kit to the battlefieldSubsequent attempts with Gemini 2.

5 and Cursor each ran into issues. The Gemini session was derailed by bash shell scripting errors. The Cursor session led to a functional prototype, but developers needed to refactor to break the project up into pieces small enough to accommodate model context limitations.The fourth sprint using Windsurf finally succeeded.

The AI-generated WebGCS took about 100 hours of human labor over the course of 2.5 weeks, and resulted in 10K lines of code.That's about 20 times fewer hours than Burke estimates were required to create a comparable to a project called Cloudstation, which Burke and a handful of students developed over the past four years.

One of the paper's observations is that current AI models can't handle much more than 10,000 lines of code. Burke cited a recent study (S. Rando, et al.) about this that found the accuracy of Claude 3.5 Sonnet on LongSWEBench declined from 29 percent to three percent when the context length increases from 32K to 256K tokens, and said his experience is consistent with Rando's findings, assuming that one line of code is the equivalent of 10 tokens.

Hantz Févry, CEO of spatial data biz Geolava, told The Register in an email that he found the drone project fascinating."The idea of a drone system autonomously scaffolding its own command and control center via generative AI is not only ambitious but also highly aligned with the direction in which frontier spatial intelligence is heading," he said.

"However, I strongly believe there should be hard checks and boundaries for safety."The paper does note that a redundant transmitter under human control was maintained during the drone project in case manual override was required.Based on his experience running Geolava, Févry said the emergence of these sorts of systems marks a shift in the business of aerial imagery."

Aerial imagery is becoming radically more accessible," he said. "Autonomous capture is no longer a luxury but a foundation for spatial AI, whether from drones, stratospheric, or the LEO (low earth orbit) capture. Systems like the one described in the paper are a glimpse of what’s next, where sensing, planning, and reasoning are fused in near real-time.

Even partially automated platforms like Skydio are already reshaping how environments are sensed and understood."Févry said the real test for these systems will be how well generative AI systems can handle adversarial or ambiguous environments."It’s one thing to scaffold a control loop in simulation or with prior assumptions," he explained.

"It’s another to adapt when the terrain, mission goals, or system topology changes mid-flight. But the long-term implications are significant: this kind of work foreshadows generalizable autonomy, not just task-specific robotics."We leave you with the words of John Connor, from Terminator 3: Rise of the Machines: "The future has not been written.

There is no fate but what we make for ourselves." ®

How this page is built

Goose Pod turns cited reporting into a public episode summary first, then pairs that summary with audio playback so listeners can check the source material before they decide how deeply to engage.

The goal is to make this page useful as a news landing page first, while still giving listeners transcript access, related episodes, and direct links back to the original publishers.

Cited sources

8/7/2025

More on this topic

About this page

Goose Pod turns cited reporting into a public episode summary first, then pairs that summary with audio playback so listeners can compare the recap with the underlying source material.

This page reviewed 1 article across 1 source, with the latest cited update on 8/7/2025.

Explore related pages