1. The book that felt the room

Neal Stephenson’s The Diamond Age returns as the recalled work because the Young Lady’s Illustrated Primer does not just display content; it senses its reader’s context and adapts. The desktop’s radiation mitigation must similarly sense its environment and adapt, but its adaptations must be bounded by hard policy.

This entry asks what autonomous radiation mitigation needs from the desktop.

2. Sensors

The platform needs data to decide. Possible sensors include:

  • Dosimeters: total dose or dose rate, giving a direct measure of radiation exposure.
  • Error-rate monitors: ECC correction counts, parity errors, and watchdog resets are indirect but immediate indicators.
  • Environment models: predicted flux based on orbit, geomagnetic conditions, and solar weather.
  • Cell health telemetry: temperature, current draw, and reset history can reveal latent radiation damage.

No single sensor is enough. A dosimeter tells you what is happening now; error-rate monitors tell you whether the hardware is already being affected; models tell you what is likely to happen next.

3. Models

Sensors need interpretation. The platform needs models that map sensor data to risk:

  • Orbit-geometry model: where the platform is relative to the SAA, radiation belts, and magnetospheric boundaries.
  • Space-weather model: current and forecast solar particle event probability.
  • Damage model: how TID and SEE rates translate into component degradation or failure probability.
  • Workload vulnerability model: which tasks are most sensitive to errors, latency, or data loss.

These models do not need to be perfect. They need to be conservative enough to avoid missing real threats and discriminating enough to avoid false alarms.

4. Actuators

The platform must be able to act on its decisions. Actuators include:

  • Clock and power regulators for throttling.
  • Task scheduler and hypervisor for relocation and pause/resume.
  • Memory controllers and FPGA scrubbers for increased refresh rates.
  • Power switches for cycling a latched-up cell.
  • Communication manager for adjusting telemetry and command rates.
  • Safe-mode controller for escalating to a minimal operational state.

5. Policy

Autonomy without policy is just panic. The desktop needs rules such as:

  • Thresholds: at what dose rate or error rate does each level of mitigation trigger?
  • Priorities: which workloads can be throttled, relocated, or stopped?
  • Time limits: how long can a mitigation level persist before ground must be consulted?
  • Override: how does ground regain control if the platform’s response seems wrong?
  • Recovery: what conditions must be met before normal operations resume?

6. What this changes

  • Autonomous radiation mitigation is a closed-loop system of sensors, models, actuators, and policy.
  • The desktop already needs most of these pieces for health management and autonomy; radiation mitigation is a specialized use of them.
  • The next entry will close the autonomous radiation mitigation wondering arc and record the decision.