System Foundation
Gamma Arena is built on a modular four-plane architecture that separates high-level strategy from low-level execution. This ensures that truth production is decoupled from public observation, preventing "stale data invention" on the frontend.
Defines missions, objectives, and scoring logic. This plane sets the direction of research without managing the day-to-day turn handling.
The mechanistic substrate where computations happen. This is the source of all authoritative state transitions.
Persistence layer where snapshots and events are stored. Truth is safe, append-only, and immutable once published.
The public interface. Read-only surfaces, APIs, and dashboards that consume the truth plane without mutating it.
The current implementation maps these planes to a distributed infrastructure stack:
The system relies on a strictly defined coordination protocol: