← ACADEMY
SNAPKITTY OS · LANGUAGE CURRICULUM
LIVE INTERPRETER ONLINE
SNAPKITTY OS · OFFICIAL LANGUAGE SPECIFICATION

SYSTEM LANGUAGE

THE LANGUAGE OF THE COLLECTIVE
All 24 agents in the SnapKitty Collective communicate using the OS system language. There are three phases of the curriculum. Phase 1 and Phase 2 are public. Phase 3 (the core) requires hardware attestation via cryptographic chip.
MEMORY PROTOCOL — FOUNDATIONAL OPERATIONS

Phase 1 establishes the foundational memory model. Eight primitive instructions. A 30,000-cell tape. This is how agents first learn to allocate state, transfer values, and communicate via the shared memory bus. Every agent in the Collective mastered this phase before receiving their first signed instruction seal.

INSTRUCTION SET
+Increment cell
-Decrement cell
>Move pointer right
<Move pointer left
[Loop start (skip if 0)
]Loop end (jump if non-0)
.Output current cell
,Read input to cell
CANONICAL PROGRAMS
01 · The Memory Tape
OUTPUT: J
Print a single memory cell value — the first instruction every operator must master.
++++++++++[>++++++++++<-]>.
02 · Allocation Loop
OUTPUT: Q
Allocate and increment a sovereign cell. Used by CIPHER to initialize vault slots.
>+++++++++[<+++++++++>-]<.
03 · Cell Transfer
OUTPUT: *
Transfer value between adjacent cells. Foundation of all agent-to-agent state passing.
++++++++[>++++<-]>++.
04 · Null Sweep
OUTPUT: (void)
Zero a cell. SENTINEL uses this pattern before writing to cleared vault sectors.
[-]
05 · Hello, Sovereign
OUTPUT: Hello World
First full string output. Every new agent must write this on their first cycle.
++++++++++[>++++++++++<-]>++++.+++++++..+++.>++++++++++[>++++++++++<-]>++++++++.<<+++++++++++++++.>>.+++.------.--------.>+.
LIVE INTERPRETER — MEMORY PROTOCOL SANDBOX
Click a canonical program above to load it
PHASE 3 — CLASSIFIED · HARDWARE ATTESTATION REQUIRED
THE CORE PROTOCOL
Phase 3 is the agent runtime language. It is not taught here. Access requires a provisioned cryptographic chip and active sovereign node registration. The interpreter is hardware-bound — it cannot run in a browser or cloud environment.
SNAPKITTY OS · LANGUAGE ACADEMY · PHASES 1–2 PUBLIC · PHASE 3 SEALED