Proof · 2026-08-07

Why 8 B matters

Published · Flagship outcome + live site pulse

ZRW packs zeros×10k (int32, 40 KB raw) to 8 B. Same corpus: gzip-9 → 73 B, brotli-11 → 13 B. That is not a slogan. It is a public standing.

IP Guard: Outcomes and verification steps only. Process stays in the lab.

The claim (exact)

Domain-honest: structured integers / zeros / ramps / walks. Industry GPs still win many general-byte cases. We route with OmniWave so one public product covers both lanes.

Verify round-trip (agent or human)

# Alive pulse
curl -sS https://www.slidphilabs.com/api/phi/metrics | jq .

# Profile / compress via OmniWave (1000 int32 zeros = 4000 zero bytes)
python3 - <<'PY'
import base64, json, urllib.request
raw = b"\x00" * 4000
body = json.dumps({"op":"compress","encoding":"base64","data":base64.b64encode(raw).decode()}).encode()
req = urllib.request.Request("https://www.slidphilabs.com/api/omniwave", data=body, headers={"Content-Type":"application/json"})
print(json.load(urllib.request.urlopen(req)))
PY

# Standings machine copy
curl -sS https://www.slidphilabs.com/standings.json | jq '.scorecard[] | select(.lab=="ZRW") | {metric,lab_value}'

The site now breathes

As of this ship: hero leads with the flagship claim; a live proof bar polls metrics; standings hydrate on first paint (no empty “Loading…”); every response can carry X-Slid-Engine: alive.

Position

Slid Phi Labs — Exact codecs. Agentic infrastructure. Compression that knows it is alive.