Product 02 · Deterministic Decisioning

The Decision Transformer
that owns the decision.

Domain-scale Decision Transformers, trained on the complete forward projection of every attribute. The decision is a deterministic argmax on a full state — reproducible to the bit. The LLM only interprets and narrates. It never decides.

411–814×
cheaper reactive recompute
0/10k
argmax mismatches — bit-exact
~0.7ms
median projection, 315k entities
54s
to retrain a 1M-entity policy
The fork

Two camps. A third path.

Generalist LLMs re-reason everything; specialist fine-tunes go blind to the full state. The DT is a learned, deterministic policy over the whole picture.

Generalist LLMSpecialist fine-tuneVerificate DT
Decision ownerLLM (stochastic)small model, per taskDT — deterministic argmax
Same input → same outputNoUsuallyYes, to the bit
State it seesretrieved chunkshand-picked featuresfull forward projection
Latency / decisionseconds (cloud)ms (GPU)~0.6–5 ms, CPU
Audit lineagenone nativenone nativeper-decision
Adapts to driftquarterly fine-tuneperiodic retraincontinual, seconds on CPU
Data egressthird-party cloudvarieszero — sovereign
The substrate

Not a feature store. An active execution substrate.

Executable attributes

Goals, policies, thresholds and evaluation criteria live as versioned attributes inside the same store as the data they govern. Policy is data, not application code.

Cascading recomputation

Change a goal or threshold and every downstream computation updates deterministically — no code deploy — at O(changed) cost, 411–814× cheaper than re-materialising.

Full forward projection

Every qualifying attribute is projected into the state vector. The loader refuses to train on a truncated state — the model always sees the complete picture.

Governed proposal layer

An LLM may propose a new reward or rule in natural language; the engine validates, materialises and gates it before it can touch a live decision — bit-exact, with lineage.

LLM · interpret
Fact-first router
Decision Transformer
LLM · narrate

// the LLM is on the interpretation and narration ends — never on the decision path

Go deeper

The technical deep dive.

The full architecture and reporting: the forward-projection engine, the governed proposal layer, worked examples (live pricing, construction material flow), and every measured result with released reproduction harnesses. M measured · R roadmap