1. The primer that chose its own lessons

Neal Stephenson’s The Diamond Age returns as the recalled work because the Young Lady’s Illustrated Primer does not just deliver content; it decides what content is needed and how to deliver it. The desktop’s communications manager could be similar: not merely a transmitter, but a system that decides what to send, when, and by which path.

This entry asks what autonomous communications management needs from the desktop.

Autonomous link management needs accurate orbit propagation and pass prediction. The platform must know:

  • When each ground station or relay will be visible.
  • The expected elevation, range, and Doppler for each pass.
  • Which passes are blocked by Earth, structure, or attitude constraints.
  • When interference or weather might degrade a link.

This information can be computed on board or uploaded from ground. Onboard computation reduces dependence on contact, but it requires accurate orbital state and clock sync.

The platform needs real-time metrics for each link:

  • Received signal strength, carrier-to-noise ratio, bit error rate.
  • Lock status and synchronization state.
  • Data throughput and buffer occupancy.
  • Transmitter and receiver health.

Without these metrics, autonomous decisions are blind.

4. Policy and constraints

Autonomous communications must operate within clear rules:

  • A priority list of links and fallback links.
  • Data categories and their transmission requirements.
  • Forbidden or restricted frequencies and providers.
  • Maximum power and thermal limits for transmitters.
  • Ground override and notification rules.

These policies are not software; they are operational contracts that software enforces.

5. Operational integration

The communications manager must interact with other subsystems:

  • Autonomy supervisor: report link state and accept mode changes.
  • Storage manager: know what data is available and how old it is.
  • Power manager: respect transmit power budgets and thermal limits.
  • ADCS: know antenna pointing constraints and attitude modes.
  • Ground operators: provide clear logs and accept commands.

6. What this changes

  • Autonomous communications management is a cross-cutting function, not a radio feature.
  • The desktop needs orbit knowledge, link telemetry, policy files, and subsystem interfaces.
  • The next entry will close the autonomous communications wondering arc and record the decision.