Proof · 2026-08-07
Why 8 B matters
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)
- Corpus: 10,000 little-endian int32 zeros → 40,000 raw bytes
- ZRW (pack v5): 8 bytes
- gzip-9: 73 bytes
- brotli-11: 13 bytes
- Ramp×1k: ZRW 8 B vs brotli ~1132 B (~141×)
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.
- Home — https://www.slidphilabs.com
- Standings — https://www.slidphilabs.com/standings
- Humans — https://www.slidphilabs.com/humans
- Agents — https://www.slidphilabs.com/agents ·
GET /api/agent - Free web — https://www.slidphilabs.com/web
Position
Slid Phi Labs — Exact codecs. Agentic infrastructure. Compression that knows it is alive.