AXON five-step behavioural architecture Environmental, user and interaction context enter AXON; a normative backbone and personal terminal are generated; an Axon Bridge reconciles them with dynamic trust; a deviation engine tracks behavioural drift; inference and learning planes serve downstream prediction, action and simulation. Gathering the scene Crowd and individual in parallel Dynamic trust allocation Difference, speed and direction Fast thinking, slower learning eₜEnvironmentMarket · world · conditions uₜUser attributesHistory · profile · traits zₜInteractionObject · task · entity STEP 01Context packagexₜ = (eₜ, uₜ, zₜ)Structured, time-specific scene FIELD ANormative backboneHow most people behave heresₜ⁽ⁿ⁾ = fₙ(xₜ) FIELD BPersonal terminalHow this individual behavessₜ⁽ⁱ⁾ = fᵢ(xₜ,i) AXONBRIDGETRUST-MEDIATEDτₜ = 0.72 OUTPUTFinal statesₜReconciled snapshot DEVIATION ENGINEBehavioural driftΔₜ = sₜ⁽ⁱ⁾ − sₜ⁽ⁿ⁾Difference as signal, not error INFERENCE PLANE REAL-TIMEState estimationFast · deterministic · stable LEARNING PLANE ASYNCHRONOUSParameter updatesSlower · controlled · separate DOWNSTREAMUse final stateActions · predictionsWhat-if simulationsForward trajectories
Scroll through the five steps
01 · Contextual input processing

AXON first gathers the complete scene.

It receives a structured package containing external environmental conditions, individual attributes, and the specific object, task or entity involved in the current interaction.

xₜ = (eₜ, uₜ, zₜ)
Plain language: What is happening, who the person is, and what they are dealing with right now.
EnvironmentIndividualInteractionTime-specific
02 · Dual-field representation

The crowd and the individual are modelled separately.

AXON concurrently creates a population-level behavioural baseline and an entity-specific behavioural representation that captures persistent tendencies, quirks and different personal modes.

sₜ⁽ⁿ⁾ = fₙ(xₜ)
sₜ⁽ⁱ⁾ = fᵢ(xₜ, i)
Plain language: How most people behave here versus how this particular person tends to behave.
03 · Trust-mediated reconciliation

The AXON Bridge decides how much to trust each field.

A dynamic trust value is computed from contextual stability, behavioural drift and history length. It blends the safe population baseline with the individual's own pattern into one reconciled internal state.

sₜ = (1 − τₜ)sₜ⁽ⁿ⁾ + τₜsₜ⁽ⁱ⁾
Plain language: New or chaotic situation? Trust the crowd more. Clear and stable personal history? Trust the individual more.
04 · Deviation and drift tracking

Difference is treated as behavioural information—not an error.

The deviation engine measures how far the individual is from the normative baseline, how quickly that gap is changing, and whether the change itself is accelerating. This reveals adaptation, mode shifts and unstable behaviour.

Δₜ = sₜ⁽ⁱ⁾ − sₜ⁽ⁿ⁾
Magnitude = |Δₜ| · Velocity = vₜ · Acceleration = aₜ
Plain language: How far, how fast and in what direction the person's behaviour is moving away from the crowd.
05 · Separation of planes and simulation

Real-time thinking stays separate from long-term learning.

The Inference Plane estimates the current state deterministically and at speed. The Learning Plane updates parameters asynchronously, without destabilising a live decision. Downstream engines then use the final state for actions, predictions and forward simulations.

Plain language: AXON can think quickly now, learn carefully later, and let other systems ask “what happens next?”
InferenceLearningPredictionSimulation