Trust Layer
Deterministic Arena
In the intended design, determinism is a trust layer: the same state and inputs should produce the same outcome, making learning inspectable and replayable.
Claim status
Product-direction status: game mechanics described on this page are intended concepts and remain unverified until current evidence from the owning game repository is pinned. This page does not claim a playable implementation.
Quick Facts
- Intended product direction — The intended core design avoids hidden randomness.
- Intended product direction — Tie-breaks and graph ordering are intended to be explicit.
- Intended product direction — The proposed determinism layer is meant to support debugging, replays, and future persistence.
- Intended product direction — Presentation layers are intended to remain separate from deterministic behavior.
Why Determinism Matters
Intended product direction — A brain game needs trust. If the AI changes for invisible or random reasons, players cannot understand what they trained. BAIS protects deterministic behavior so changes can be inspected and repeated.
Intended product direction — This means the same state and the same inputs should lead to the same result. That makes the brain feel like a system, not a magic trick.
What It Enables
Intended product direction — Determinism enables useful debugging, reliable replays, fairer comparison between brains, and future persistence. A saved brain should restore into the same structure and behavior rules that made it meaningful.
Intended product direction — It also helps future tournaments and spectators because people can analyze why something happened rather than arguing that the system simply rolled a hidden dice.
How BAIS Protects It
Intended product direction — The intended BAIS core is designed around deterministic ordering, explicit ticks, documented tie-breaks, no hidden RNG, and separated presentation layers.
Current implementation evidence is not asserted on this page.
Intended product direction — This is one reason the project is building the engine foundation carefully before expanding into full arena presentation, economy, or multiplayer systems.