Interactive Delta-State Demo

Imagine tracking a sensor reading, account balance, or game score. Try ATOMiK's four core operations below — same algebra, same rules, same results as the hardware.

Live SyncOpen this page in two tabs to see convergence

ATOMiK Context State

reference0
accumulator0
current state (ref XOR acc)0
0 XOR 0 = 0
Presets
Set initial value, reset accumulator
Apply a change (XOR delta)
READ shows current value · SWAP checkpoints it as new reference

Key Properties

These aren't just nice-to-haves — they're what makes lock-free parallel accumulation correct.

Commutativity

A XOR B = B XOR A — order of accumulation doesn't matter.

Self-Inverse

A XOR A = 0 — every delta is its own undo.

Order Independence

5 random deltas, applied in two different orders — same result.

Ready to build?

From pip install to FPGA silicon — start with the SDK and scale when you're ready.