The Older Security Lineage
The older security lineage tells the software-side version of the Turbo Era story.
When computing systems became shared, networked, and too consequential to trust
every process by instinct, security moved toward mediators: kernels, reference
monitors, policy gates, least privilege, and audit.
Rose Sigil Systems did not invent the security kernel, the reference monitor, zero
trust, or capability security. The honest claim is narrower: it independently
converged on those principles and applies them to the LLM and agent runtime
boundary.
The older lineage has durable requirements: complete mediation, tamper resistance, and
verifiability. The Sigil Kernel maps those instincts onto the AI boundary through an always-invoked
request path, Section 0 integrity checks, a bounded tier model, cold verification, and
a claim matrix that ties documented assertions back to tests.
The Turbo Era explains why containment becomes necessary. The reference monitor
explains what containment has to be: a mediator that is always invoked, hard to
bypass, and inspectable after the fact.
The value is not in claiming to be first. It is in independently landing on a
structure that serious security people already recognize as durable, then making
that structure visible at the AI workflow boundary.
The model is not the product's authority. Governance is the product: the runtime
mediator, the policy gate, the audit surface, and the recovery path. Alignment by
disposition asks the model to behave. Alignment by construction changes what the
model is allowed to touch.