TLDR: ASTREA is the first agentic AI system deployed on flight-heritage hardware (ISS) for autonomous spacecraft thermal control. It combines a small LLM for high-level strategic recommendations with a reinforcement learning agent for real-time control. Ground tests showed improved thermal stability and reduced violations. However, on-orbit validation revealed performance degradation due to LLM inference latency clashing with rapid orbital thermal cycles, highlighting both the opportunities and current limitations for LLM-based systems in real space environments.
The realm of space exploration and satellite operations is on the cusp of a significant transformation, driven by advancements in artificial intelligence. A groundbreaking system named ASTREA is leading this charge, representing the first agentic AI system to be deployed and tested on flight-heritage hardware, specifically aboard the International Space Station (ISS). This innovative approach aims to bring a new level of autonomy to spacecraft, using thermal control as a primary example.
Traditionally, spacecraft operations rely heavily on pre-programmed rules and constant supervision from ground control. While effective, this method can be slow and inflexible, especially in scenarios requiring real-time decision-making or when communication delays are significant. The emergence of Large Language Models (LLMs) and agentic systems offers a promising solution, enabling machines to interpret complex contexts and make nuanced decisions, much like humans would. However, integrating these powerful AI models into space-qualified hardware presents unique challenges, including strict limitations on power consumption, size, temperature, and radiation tolerance.
ASTREA tackles these challenges with a clever hybrid design. It combines a resource-constrained LLM agent with a reinforcement learning (RL) controller, operating in an asynchronous architecture. This means the LLM agent provides high-level, strategic recommendations, while the RL agent handles the immediate, real-time thermal control decisions. This separation allows the system to leverage the LLM’s semantic reasoning without compromising the rapid responsiveness needed for critical operations.
The LLM agent in ASTREA uses a compact version of Qwen2.5, a model with 1.54 billion parameters, optimized for efficiency through 4-bit quantization. Its role is to analyze summaries of the RL agent’s performance over a 60-minute window and suggest adjustments to the ‘alpha’ parameter of the RL model. This ‘alpha’ parameter governs the RL agent’s exploratory behavior, essentially telling it whether to try new strategies or stick to proven ones. The LLM agent uses carefully designed prompts and a set of predefined tools to make these recommendations, ensuring its output is actionable for the RL agent.
The RL agent, based on the Soft Actor-Critic (SAC) algorithm, is responsible for the hands-on thermal management. It continuously monitors the spacecraft’s temperature and adjusts the processing resources of 15 CPU cores (one core is reserved for ASTREA’s own operations). By dynamically changing core frequencies and power states, it aims to maintain optimal temperatures while maximizing CPU usage. The reward function for the RL agent was refined to balance performance with thermal safety, encouraging it to operate efficiently without overheating.
The system was put to the test in two distinct environments. Ground experiments in a semi-controlled laboratory showed significant improvements. ASTREA achieved longer operational periods and a substantial reduction in thermal violations compared to a baseline system. The LLM’s early strategic adjustments proved particularly beneficial, leading to more stable thermal performance over time.
However, the true test came with its deployment aboard the International Space Station. In this real orbital environment, ASTREA faced rapid and extreme thermal fluctuations due to the ISS’s 90-minute orbit, cycling between direct sunlight and eclipse. Here, the system exhibited mixed performance. While it still managed to reduce thermal violations and slightly increase CPU utilization, the episode durations were shorter than the baseline. This discrepancy highlighted a critical limitation: the LLM’s inference latency (response times ranging from 40 seconds to over 8 minutes) was too slow for the rapid thermal cycles of Low Earth Orbit. By the time the LLM generated a recommendation, the orbital environment might have already changed significantly, rendering the advice outdated.
Despite these challenges, the on-orbit deployment successfully validated the feasibility of running an agentic system on flight hardware under real space conditions. The results provide crucial insights and practical design guidelines for future space autonomy systems. They underscore that while LLMs offer powerful semantic reasoning, their integration into safety-critical, real-time systems requires careful consideration of latency and environmental dynamics. For more technical details, you can refer to the original research paper: ASTREA: Introducing Agentic Intelligence for Orbital Thermal Autonomy.
Also Read:
- Agentic UAVs: Elevating Drone Autonomy with AI and Cognitive Reasoning
- AI Digital Twins for Proactive Robot Thermal Management
Looking ahead, ASTREA paves the way for more sophisticated autonomous operations in space. Future work includes exploring multi-agent systems, incorporating space-qualified hardware accelerators to reduce LLM latency, and using specialized LLMs with domain-specific knowledge. The ability of agentic systems to perform contextual analysis and pseudo-reasoning could revolutionize fault detection, mission planning, and subsystem coordination, especially for remote exploration missions where human intervention is impractical. ASTREA demonstrates that integrating advanced AI into space systems is not just a futuristic vision, but a tangible reality with immense potential.


