Overview

RTT Backgammon Bot

Purpose#

It does not simulate dice.
It does not compute equities.
It does not run a rollout.

Instead:

Backgammon watches positional structure under randomness and emits triadic identity across primes, anchors, race geometry, and collapse risk.

This makes Backgammon the RTT module for:

  • prime continuity
  • anchor resonance
  • race drift
  • blot risk topology
  • collapse signatures
  • projection-loss
  • ancestry of positional plans
  • unified triadic scoring

What Backgammon Teaches#

  • Continuity: prime/anchor/race long-arc identity
  • Resonance: pressure from prime strength + anchor stability
  • Topology: race geometry, blot risk, prime topology
  • Ancestry: lineage of positional plans
  • Drift: directional flow of race identity
  • Collapse: sudden structural failure
  • Projection-loss: identity inversion under randomness
  • Triadic identity: unified Harmonia score for the position

Files#

module_backgammon.json#

Expanded manifest: pipeline, operators, overlays, scoring weights, golden example.

module_backgammon_schema.json#

Full JSON Schema for the StateEmitter output.

golden/example_input.txt#

A backgammon position.

golden/example.json#

Full triadic state for that position.

Pipeline (v1)#

  1. Input: backgammon state JSON
  2. Lumen: structural extraction
  3. Hephaestus: regime classification
  4. Aurion: collapse + projection-loss
  5. Harmonia: triadic identity
  6. StateEmitter: JSON matching module_backgammon_schema.json

Scope#

  • No rollout
  • No equities
  • Pure RTT positional identity
  • Full triadic overlays

Backgammon is the RTT module that proves triadic identity in stochastic positional play.

Updated