Architecture

Retrieval before generation

Axioma is not a chatbot memory trick. The durable unit is the structured summary; model calls process scoped inputs and return grounded context for session prep.

Step 1

Raw reflection

Sample reflection enters as scoped input.

Step 2

Structured summary

Deterministic summary becomes durable memory.

Step 3

Retrieved summaries

Retrieval selects summaries before generation.

Step 4

Grounded provider context

Session-prep answer cites summary context.

Design boundary

The demo uses sample data and deterministic output to show the system safely.

The model processes scoped inputs. It is not system memory.
Summaries are the durable memory layer.
Retrieval happens before generation.
Provider access is assignment-bound.