← Latest papers
⚡ electrical engineering

GUIDE: Guided Updates for In-context Decision Evolution in LLM-Driven Spacecraft Operations

This paper introduces GUIDE, a non-parametric framework that enhances LLM-driven spacecraft operations by evolving a structured playbook of natural-language decision rules through offline reflection, enabling continuous policy improvement without model weight updates.

Original authors: Alejandro Carrasco, Mariko Storey-Matsutani, Victor Rodriguez-Fernandez, Richard Linares

Published 2026-03-31
📖 5 min read🧠 Deep dive

Original authors: Alejandro Carrasco, Mariko Storey-Matsutani, Victor Rodriguez-Fernandez, Richard Linares

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 trying to teach a robot to play a high-stakes game of tag in space, where the rules change every time you play, and you can't stop the game to give the robot a lecture.

This paper introduces GUIDE, a new way to help AI spacecraft get smarter without needing to be "retrained" like a student studying for a final exam. Here is the breakdown using simple analogies.

The Problem: The "Stuck" Space Pilot

Usually, when we train an AI to control a spacecraft, we feed it tons of data, and it learns by adjusting its internal "brain weights" (like a student memorizing facts). But in space, this is hard.

  • You can't reset the game: If a mission goes wrong, you can't just hit "reset" and try again immediately.
  • You can't pause: The spacecraft is moving fast. The AI has to make split-second decisions.
  • The enemy changes: Sometimes the "enemy" spacecraft chases you aggressively; other times, it plays defense. A static set of instructions (a "static prompt") doesn't work for all these different scenarios.

If you use a standard AI, it might be great at the first game but terrible at the second because it doesn't know how to adapt on the fly.

The Solution: The "Living Playbook"

The authors, from MIT and other institutions, created GUIDE. Instead of trying to rewire the AI's brain every time it makes a mistake, they give it a dynamic playbook (a list of rules written in plain English) that it can update between games.

Think of it like this:

  • The Acting Model (The Pilot): This is a fast, lightweight AI that actually flies the ship. It's like a race car driver. It's fast, but it doesn't have time to think deeply while driving. It just follows instructions.
  • The Reflector (The Coach): This is a smarter, slower AI that watches the race after it's over. It looks at what went wrong and writes new notes for the playbook.
  • The Playbook (The Rulebook): This is the magic ingredient. It's a list of natural language rules like: "If the enemy guard gets too close, stop chasing the target and swerve left."

How It Works: The "Coach and Player" Loop

  1. The Game (Online): The Pilot flies the spacecraft using the current Playbook. It makes decisions based on what's happening right now.
  2. The Review (Offline): After the game, the Coach reviews the footage. It doesn't just look at failures; it sometimes looks at wins too to see what worked.
  3. The Update: The Coach writes a new rule or tweaks an old one in the Playbook.
    • Example: "Okay, in the last game, we got caught because we kept chasing the target while the guard was sneaking up behind us. New rule: If Guard is < 50km away, prioritize dodging over chasing."
  4. The Next Game: The Pilot gets the updated Playbook. It hasn't changed its brain; it just has a better set of instructions. It flies the next game smarter.

The Experiment: Space Tag

They tested this in a simulation called Kerbal Space Program (a popular space game), using a "Capture the Satellite" scenario.

  • The Goal: Your ship (the Bandit) needs to get close to a target (the Lady) while avoiding a guard ship (the Guard).
  • The Challenge: The Guard plays differently in every round. Sometimes it chases you; sometimes it hides near the target.

The Results:

  • Old Way (Static AI): The AI followed the same basic rules every time. It got caught easily when the Guard changed tactics.
  • GUIDE (The Evolving AI): After just a few rounds, the Coach figured out the Guard's patterns and updated the Playbook.
    • In the hardest scenarios, GUIDE improved performance by 82% to 99%.
    • It learned to "swallow its pride" and stop chasing the target when the Guard was too close, then sneak back in later.

Why This Matters

This is a big deal because it proves you don't need to retrain a massive AI model to make it smarter. You just need to evolve the context (the instructions) it reads.

The Analogy:
Imagine you are playing chess against a grandmaster.

  • Traditional AI: You try to memorize every move the grandmaster makes to change your own brain structure. This takes years.
  • GUIDE: You keep a notebook. After every game, you write down: "Don't move the Queen early if they have a Bishop ready." Next game, you read the notebook. You didn't change your brain, but you changed your strategy based on experience.

The Bottom Line

GUIDE allows spacecraft AI to learn from experience in real-time by updating a "cheat sheet" of rules, rather than trying to reprogram its entire brain. It makes space missions more adaptable, safer, and capable of handling unpredictable enemies without needing a massive computer upgrade.

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 →