Why safety architecture is a separate topic
Safety appears in this study as a thread running through every bucket and as a required advance (C6) in its own right. It also deserves its own topic page because the architectural patterns that make AIHS safe are not localised to any single bucket — they are properties of the integrated system.
The lesson from The Expanse's protomolecule is precise: an agent capable of the biological reorganisation AIHS would perform is intrinsically dangerous if not strictly bounded. The danger does not come from malice or accident in the usual sense; it comes from autonomy combined with capability. Either capability or autonomy in isolation is manageable. The combination is what requires architectural defence.
The five layers
AIHS safety architecture rests on five layers, each providing independent failsafe properties so that no single failure causes catastrophe. This is the cybersecurity principle of "defence in depth" applied to medical autonomy.
Layer 1: Physical containment
Where possible, AIHS operations should occur within physical containment that bounds the consequences of failure. The treatment pod itself is the primary containment for most therapeutic action. Implanted components, where used chronically outside the pod, should be designed with their own bounded operating envelopes — they should not be capable of action outside narrow ranges of authorised behaviour.
Physical containment does not eliminate risk but reduces blast radius. A therapeutic agent confined to a treatment pod cannot escape into the population; the same agent, freely circulating in a patient who has left the facility, can. Containment-aware design is a meaningful constraint at the architectural level.
Layer 2: Biochemical kill switches
Every therapeutic agent the system uses must have a built-in deactivation mechanism. This is the engineering content of C5 (bounded reversible agents). Cell therapies need induced apoptosis. Engineered organisms need auxotrophy or other confinement. Nanoparticles need predictable clearance. Synthetic gene circuits need explicit off-switches.
The principle is uniform: nothing the system deploys should be uncontrollable once deployed. Kill switches must be redundant (multiple independent mechanisms), externally triggerable (clinician override), and validated for reliability (99% effectiveness is not adequate; the failure rate must be much lower).
Layer 3: Immune surveillance
The body's existing immune system is itself a safety layer. AIHS design should work with, not against, immune surveillance. Engineered therapeutic agents that cannot be recognised and cleared by the immune system represent a failure mode — they are exactly the agents that, if they malfunction, the body has no defence against.
This is a deliberate design choice and a non-trivial one. Many current therapeutic strategies aim to evade immune recognition (so the therapy is not destroyed before doing its work). AIHS architecture should reverse this default: agents should be designed to be immune-clearable, with the therapeutic dosing strategy compensating for clearance rather than evading it. This is harder but produces safer systems.
Layer 4: External override
At every level of autonomous operation, there must be clinician override authority. This is not just a UI feature — it is an architectural commitment. The system must be designed to accept being overruled gracefully, to expose its reasoning so a clinician can evaluate the override, and to learn from override patterns over time.
The override should function at multiple time scales: immediate (stop what you're doing now), tactical (don't proceed with this intervention class for this patient), and strategic (this entire deployment is operating outside parameters; suspend autonomous action pending review).
Layer 5: Uncertainty quantification and abstention
The system must reason about its own confidence and abstain from action when uncertain. This is a property of how the AI components in Bucket B (interpretation) are designed. Current medical AI generally lacks well-calibrated uncertainty; AIHS must require it.
Concretely: every action the system considers should have an associated confidence estimate, and the system should be configured to defer to clinician judgement when confidence falls below thresholds calibrated to the consequences of the action. Irreversible interventions get higher thresholds. Novel situations get higher thresholds. Patients with rare conditions get higher thresholds. The thresholds themselves should be auditable and adjustable.
The autonomy-capability tradeoff
A useful framing: at each architectural decision, the designer is implicitly choosing a point on a tradeoff between autonomy (system can act without human approval) and capability (system can do impactful things). The product of the two is the level of trust the system requires.
AIHS should be designed to keep that product within tolerable bounds. High-capability actions should require high human oversight. Autonomous operation should be restricted to bounded, reversible, well-understood actions. The system should never both have high capability and operate without oversight — that combination is the protomolecule failure mode, and it is the architectural pattern AIHS must structurally prevent.
Validation and assurance
Building a safe system is one problem; demonstrating it is safe is another. AIHS validation requires methods that don't yet exist at the relevant scale: testing autonomous medical decision systems across the combinatorial space of possible scenarios, certifying that a continuously-learning system remains safe after each learning update, and providing the regulatory and clinical communities with assurance evidence they can evaluate.
This is an underdeveloped area of medical regulatory science. Investment here is essential — capability without validation cannot deploy, and validation methods are themselves research artefacts that take time to mature.
Failure mode planning
The defining design exercise for any AIHS architecture is: enumerate the failure modes that would be catastrophic, and demonstrate the architectural reason each one cannot occur. This is the inverse of typical engineering practice (which focuses on what the system should do); it is the practice of safety-critical engineering, which focuses on what the system must never do.
The protomolecule's failure mode — autonomous biological reorganisation that cannot be halted by external action — is the worst case. Architectural defences against it: containment (Layer 1), kill switches (Layer 2), immune clearability (Layer 3), and override authority (Layer 4) all directly address it. Designing for this failure mode is the architectural floor; everything beyond is refinement.