Security should stay awake
when cognition is offline.
Networks, identities, devices and infrastructure do not pause because a model is unavailable. Monitoring, policy enforcement, anomaly handling and recovery are built as continuous functions, not as prompts.
Detection is useful. Continuity of defence is essential.
01 — THE SECURITY PRINCIPLE
A defence that depends on an API is a defence with an outage.
Most AI security tooling assumes the model is reachable. When it is not — an outage, a rate limit, an expired credential, a severed link — the intelligent layer stops and the organisation discovers how much of its security posture was rented rather than owned. Attackers do not schedule around vendor availability.
The question is not how clever the system is at its best. It is what remains when the clever part is gone.
02 — KAGE GUARDIAN
Four functions that never sleep.
KAGE Guardian is the security posture of the KoLo runtime: a set of always-on functions that observe and enforce on local capability, escalating to heavier cognition only when a judgement genuinely requires it.
03 — FROM EVENTS TO INTELLIGENCE
See the system, not the alert.
Teams drown in disconnected alerts. Context held across time is what turns a signal into a judgement — and the expensive stage runs last, on what survived the cheap ones.
04 — THE SECURITY CONTINUITY THREAD
What the runtime remembers between incidents.
An analyst who leaves takes context with them. A session that ends takes context with it. The thread below is held by the runtime rather than by a person or a conversation, so the second incident is not investigated from zero.
05 — SIGNAL CLASSES
What is watched, and why it matters.
The last class matters more than it looks. A monitoring system that silently stops collecting reports the same thing as a quiet network — firing is not landing, and absence of alerts is not evidence of safety.
06 — DEGRADED OPERATION
Designed behaviour when things are not fine.
Degradation is a design surface, not an exception path. Each condition below has a defined behaviour, and in every one of them the loss is interpretation quality — never observation itself.
07 — AUTHORITY AND ESCALATION
Nothing consequential acts on its own recommendation.
Security is where autonomy is most tempting and most dangerous. Revoking access during a false positive is itself an outage. Authority is therefore tiered by reversibility, not by confidence score.
| Action class | Who may perform it | Constraint |
|---|---|---|
| Observe and record | Autonomic | Runs continuously without approval. Cannot change state. |
| Correlate and rank | Autonomic | Produces findings and priority. Recommends; does not act. |
| Reversible action | Policy-bound agent | Bounded, logged, reversible, within an explicitly defined envelope. |
| Consequential action | Human operator | Isolation, revocation, shutdown. Requires a person with the role. |
| Irreversible action | Accountable authority | Destruction, disclosure, external notification. Final authority is human. |
08 — RECOVERY AND CONTINUITY
Restoration is part of the security function.
Detection without recovery leaves the organisation informed and still down. Recovery is treated as a first-class capability with its own evidence requirements.
09 — DEPLOYMENT MODELS
Where the security function runs.
Sovereignty here means the same thing it means everywhere else on this site — seven layers, not one server →
10 — STATUS AND CLAIM BOUNDARY
What this page does not claim.
The same discipline applied to our research applies to our capability pages. The architecture described above is real work. The following are not established, and saying so here is cheaper than being caught assuming it.
The objective is not to automate every security decision. It is to ensure the organisation can still observe, understand and respond when conditions change — including when the conditions that changed are our own.


