← Latest papers
⚡ electrical engineering

ManeuverGPT Agentic Control for Safe Autonomous Stunt Maneuvers

This paper introduces ManeuverGPT, a novel framework that leverages a large language model-based agentic architecture to generate and safely execute high-dynamic autonomous stunt maneuvers, such as J-turns, through iterative prompt refinement and physics-based validation without retraining model weights.

Original authors: Shawn Azdam, Pranav Doma, Aliasghar Moj Arab

Published 2026-04-09
📖 4 min read☕ Coffee break read

Original authors: Shawn Azdam, Pranav Doma, Aliasghar Moj Arab

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a brand-new, incredibly smart robot driver how to perform a J-turn—that dramatic, 180-degree spin you see in action movies where a car reverses, whips around, and speeds off in the opposite direction.

Usually, teaching a robot to do this is like trying to teach a human to ride a unicycle by writing a 5,000-page manual on physics. You have to program every single rule, and if you want the robot to drive a different car (like a heavy truck instead of a sports car), you have to rewrite the whole manual from scratch.

ManeuverGPT is a new, smarter way to do this. Instead of writing a manual, the researchers gave the robot a super-smart "co-pilot" brain (based on Large Language Models, the same tech behind chatbots) and asked it to figure out the moves through trial and error, just like a human learning a new skill.

Here is how it works, broken down into simple concepts:

1. The Three-Person Pit Crew

Instead of one robot trying to do everything, ManeuverGPT uses a team of three specialized "agents" (AI assistants) working together like a pit crew at a race track:

  • The Translator (Query Enricher): You tell the system, "Do a J-turn!" The Translator takes that vague command and adds all the necessary details, like "Remember, we are in the rain, and this car is slippery." It turns a simple wish into a detailed instruction manual.
  • The Driver (Driver Agent): This is the one who actually picks the controls. Based on the Translator's notes, it says, "Okay, I'll press the gas to 50%, turn the wheel left, then brake hard." It guesses the numbers.
  • The Safety Inspector (Parameter Validator): This is the strict coach. Before the car moves, the Safety Inspector checks the Driver's plan. "Whoa, turning the wheel that hard in this car will make it flip! Let's dial it back." If the plan is safe, it gives the green light. If not, it sends the plan back to the Driver to try again.

2. Learning by "Talking" (Not by Rewiring)

The coolest part is how the system learns.

  • Old Way: To teach a robot a new trick, you usually have to "retrain" it, which is like forcing a human to go back to school for a year to learn a new math formula.
  • ManeuverGPT Way: It learns by chatting.
    1. The team tries a J-turn.
    2. The car spins a little too wide.
    3. The system looks at the mistake and tells the "Driver Agent": "Hey, you turned too sharply in the second step. Next time, try turning 10% less."
    4. The Driver Agent updates its instructions and tries again.

It's like a human learning to drive a manual transmission car. You don't need to rebuild your brain; you just get feedback ("You stalled the engine!") and adjust your foot pressure next time. The system does this over and over until the J-turn is perfect, without ever changing its underlying code.

3. The Results: Sedan vs. Sports Car

The researchers tested this on two very different cars in a video game simulation (CARLA):

  • The Sedan: A normal, stable family car. The system learned to do the J-turn perfectly very quickly.
  • The Sports Coupe: A fast, twitchy, high-performance car that is much harder to control.

The Result: The system succeeded 90% of the time with the Sedan and 70% of the time with the Sports Coupe.

  • Why the difference? The Sports Coupe is like a racehorse—very sensitive. A tiny mistake in the steering makes it spin out. The Sedan is like a calm horse; it forgives small mistakes. The AI had to be much more precise with the Sports Coupe, but it still managed to pull it off without crashing.

4. Why This Matters

Think of autonomous vehicles (self-driving cars) today. They are great at driving to the grocery store, but if a deer jumps out in front of them, they might just slam on the brakes. They aren't built to do "stunt driver" moves to dodge danger.

ManeuverGPT shows that we can teach self-driving cars to be agile and brave without needing to reprogram them from scratch every time we get a new car model. It combines the creativity and reasoning of a human (using language) with the strict safety checks of a computer.

In a nutshell:
This paper proves that if you give a self-driving car a team of AI assistants that can talk to each other, critique each other's plans, and learn from their mistakes through conversation, that car can learn to perform dangerous, high-speed stunts safely—just by being told what to do and getting a little feedback when it messes up.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →