概要

RTT Hanabi Bot

Purpose#

It is the only bot where:

  • players cannot see their own cards
  • communication is constrained
  • cooperation is mandatory
  • continuity is shared
  • collapse is collective
  • Harmonia means synthesis

This makes Hanabi the RTT demonstration of cooperative inference.

What Hanabi Teaches#

  • Shared continuity: long-arc team identity
  • Cooperative resonance: pressure from clue economy and stack stability
  • Discard topology: structural collapse risk
  • Ancestry: lineage of shared plans
  • Drift: alignment of team intent
  • Collapse: bomb risk, clue collapse
  • Projection-loss: team-level identity inversion
  • Triadic identity: unified Harmonia score for the team

Files#

module_hanabi.json#

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

module_hanabi_schema.json#

Full JSON Schema for the StateEmitter output.

golden/example_input.txt#

A cooperative inference sequence.

golden/example.json#

Full triadic state for that sequence.

Pipeline (v1)#

  1. Input: Hanabi state JSON
  2. Lumen: structural extraction
  3. Hephaestus: regime classification
  4. Aurion: cooperative ancestry
  5. Harmonia: triadic synthesis
  6. StateEmitter: JSON matching module_hanabi_schema.json

Scope#

  • No external engine
  • Cooperative hidden-information domain
  • Full triadic overlays
  • Harmonia as synthesis

Hanabi is the RTT module that proves triadic identity in cooperative play.

Updated