Skip to content
Technology How it works Breeder — Hyperion Burner — Aegis Burner — MetroVolt AI-Native Architecture Magnets Fuel cycle Safety Roadmap
Solutions AI & Data Centers Defense & Government Grid & Baseload Neutron Detection Quantum
Learn Technical Library
Proof Publications Whitepapers Technical Library Open Science & Reproducibility The Honest Gates
Company About / Mission Leadership Environment Health & Safety Investors Careers Press Contact
3D Model
AI Architecture › L7 · Ecosystem & Strategy
L7 · Ecosystem & Strategy

14 MeV Neutron Services Scheduling

The breeder's 14 MeV neutron flux is a schedulable service for irradiation, testing, and isotope production, arbitrated against tritium breeding.

THE STACK · click to jumpL7Ecosystem & StrategyL6Experience & VisualizationL5Applications & CopilotsL4OrchestrationL3Twin Modeling & AIL2Data FabricL1Control PlaneL0Foundation▲tlmctl▼L7 · ECOSYSTEM & STRATEGYThe plant in its world — integrated through one unified API.1Unified API Layerone door in/out2Grid Integrationdispatch & firm supply3Supply Chainfuel, parts, isotopes4Maintenanceservice & spares loops5Regulatorycompliance & reporting6Fleet Strategymulti-unit planningMACHINE TIEConnects the machine to grid, suppliers, and regulators — the outermost loop.KRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORECOSYSTEM & STRATEGYSHEET 09REV. 2026-08L7 · AI-NATIVE STACK
L7 · Ecosystem & Strategy — its place in the stack (left, click any layer) and its internal components (right). Telemetry rises; control descends.

Neutrons as a service

Beyond isotopes, the breeder (Hyperion) offers its 14 MeV fusion neutrons directly as a service: materials irradiation and qualification, activation-based isotope production, and fusion-relevant testing that no fission or accelerator source reproduces at the same energy and spectrum. L7 exposes irradiation positions as schedulable resources with defined flux, spectrum, and dwell time.

The trade against breeding

Every neutron sent to a service position is a neutron not captured by the lithium blanket for tritium breeding. Neutron services therefore compete directly with the tritium breeding ratio target. L7 makes this trade explicit: a service booking specifies a fluence, and the scheduler checks that fulfilling it keeps the breeding balance at or above the active TBR lever (1.1/1.5/1.8). Bookings that would push TBR below target are deferred or scaled.

python
# accept a neutron-service booking only if breeding stays on target
def book(service_req):
    fluence = service_req.fluence            # n/cm^2 over window
    diverted = neutrons_for(fluence)
    tbr_after = projected_tbr(diverted)      # twin neutronics
    if tbr_after >= tbr_target():
        return schedule(service_req)
    else:
        return defer(service_req, reason='TBR floor')

Service positions differ in flux and spectrum by location relative to the plasma, so L7 publishes a catalog of positions with their neutronic characteristics from the twin. A customer requests a spectrum and fluence; the scheduler assigns a position and window that meets it without disturbing breeding beyond the allowed lever.

Neutron activation of samples creates radioactive material, so every service creates byproduct-material records for the irradiated articles as they leave the plant, handled through the same compliance data path as isotope shipments.

Neutron services are a design-stage offering: the flux, spectrum, and position catalog are twin-computed. No irradiation is performed before the breeder operates at FOAK ~2030, and the scheduling and TBR-trade machinery is validated now against the neutronics twin.

Content reviewed August 2026 · design-and-simulation stage