📄
Part 1 article
What is a Behavioral Intelligence OS?

the behavioral AI platform treats behavioral intelligence like an OS: a registry of 34 isolated engines, a control plane scheduler, an event bus, and a governan…

📄
Part 2 article
The 34-Engine Registry — Design and Metadata

Every engine in the behavioral AI platform self-registers with a metadata object: ID, category, dependencies, compute cost, activation state, and event topics. …

📄
Part 3 article
The Control Plane — Orchestrating an AI Pipeline

The control plane reads the engine registry, runs a topological sort to produce dependency-ordered execution batches, runs batches in parallel, and collates all…

📄
Part 4 article
Confidence Propagation in Multi-Engine Systems

A score without a confidence measure is just a number. This article explains the propagation formula — base × evidence × stability × completeness × contradictio…

📄
Part 5 article
Explainability Traces as First-Class Objects

the behavioral AI platform generates causal traces at scoring time — not post-hoc. Each trace contains the full evidence chain, field weights, contributions, an…

📄
Part 6 article
The Behavioral Event Bus

Engines in the behavioral AI platform do not call each other. They emit events and subscribe to topics through an in-process bus. This decoupling prevents circu…

📄
Part 7 article
Governance Wrappers — Enforcing Safe Language

Before any engine output reaches a product adapter, the governance wrapper applies a safe-language map, runs harm-detection gates, and sets requiresHumanReview …

📄
Part 8 article
The Shared Behavioral Ontology

With 34 engines all measuring overlapping dimensions of behaviour, semantic drift is inevitable without a shared vocabulary. The behavioral ontology provides ca…

← All Series