Open alpha one person vibe coding

Scry Chambers

Chambers

Private worlds become partially computable without becoming public.

Motivation

The information most worth computing on is private, and it stays uncomputed because it cannot be broadcast: which two people should meet, who should hire whom, which lab has a technique another would pay for, what a decade of someone's notes says about them. The common workaround is to upload it all to a platform and trust the platform, which hands a lifetime of context to someone else's model.

A chamber is a computation confined to the private worlds it has touched. Around it runs a market in which the tradable good is a bounded computation right, the deliverable is one symbol from a closed alphabet, the price system is a lifetime exposure ledger, and settlement is recorded in a court file. A buyer receives a scoped right and legible evidence of what was computed; the underlying data does not change hands.

Seven objects

  • Partya beneficial entity; identifiers are aliases, never the unit of governance
  • Chamberthe computation confined to the private worlds it has touched; no exit but release
  • Alphabetthe closed set of everything a counterparty can ever distinguish, failure modes included; capacity is derived, never declared
  • Contextaudience × purpose × alphabet; the disclosure state of every derivative
  • Rightthe traded good: one grant of algorithm, scope, purpose, alphabet, audience, review, and recourse — priced, revoked, audited as a unit
  • Accountthe lifetime source-by-reader exposure cell, exact integer millibits, hard ceiling
  • Court fileappend-only evidence of grants, crossings, charges, refusals, settlements — every outward claim compiles from it

Twelve axioms

Every law in canon is an axiom of this algebra, a one-line corollary, or a refusal the algebra records rather than resolves. The full statement, with its coverage map over all 146 law keys, is the Book.

  • A1 GrantAuthority moves only by an explicit ledgered grant; content, requests, and payments never convey it.
  • A2 JoinProvenance only joins; nothing shrinks a silo grade.
  • A3 AlphabetEverything a non-owner can distinguish — verdict, error, absence, timing, silence — belongs to an alphabet closed before the run, or the protocol is defective.
  • A4 PublicityAn operation is free exactly when it is computable from public values alone.
  • A5 ChargeA crossing is charged the capacity of its full outcome alphabet at the adversarial maximum.
  • A6 MeterEvery reading debits a lifetime account; a crossing that would pass the ceiling is blocked before it happens.
  • A7 ConsentA release exists only under unforgeable signatures from every party in its provenance grade, given before data enters.
  • A8 WideningA context only widens, only through a consented priced release, and never narrows back.
  • A9 LanesEvery claim has its lane — proven, trusted, estimated, or unprovable — and estimates price, never gate.
  • A10 EvidenceEvery outward claim compiles from the court file and names its non-claims; what cannot compile cannot be said.
  • A11 RolesNo beneficial entity adjudicates a crossing it stands to gain from.
  • A12 OwnerContent crosses only on an affirmative human owner decision; exhaustion fails closed for disclosure.

Two theorems, fourteen refusals

Clearing: leakage to any observer coalition is at most the sum of charges on the crossings that reach it — provided every observable is enumerated and every schedule is fixed or public-computable. Clearing is a specification enforced by kernel and review; its soundness proof is an open goal recorded by name. Free post-processing: released symbols are public values; any function of them charges nothing.

The refusals carry weight in the design. A type may name an unsolved problem and record it as unprovable; it may not assert the problem away with a boolean. The laws draw on named literatures (quantitative information flow and g-leakage, differential-privacy odometers, contextual integrity, Certificate Transparency, peer prediction, Shapley valuation), cited law by law in the repository. Four of the fourteen refusals:

  • Identityuniqueness is unsolved; every per-entity key is Sybil-soft, and the ledger shows the undercount it cannot prevent
  • Harmthe meter prices channel width and says nothing about damage; a single bit can do unbounded harm
  • Trusted coreoperator, verifiers, reviewers, and hardware roots remain trusted parties; the ledger records them and does not remove them
  • Declared channelswhere no alphabet closes, the meter bounds what the ledger records and does not bound the adversary

Evidence

The accounting layer runs and is cross-verified. A Python reference and a Rust twin written from the spec alone agree bit-for-bit on all 195 conformance decisions across 31 golden traces, which is possible because no float is in the decision path. One author wrote both, with the reference sealed during the port. The charge algebra's theorems (ceiling law, global cap under lease partition, settlement conservation, widening one-way-ness) are machine-checked in Lean 4, with golden traces from the reference replayed inside the proofs. All three floors verify in public CI.

python3 -m pytest -q                          # the whole floor
python3 -m chambers.pipeline.run_pipeline     # nine machines as one system
cd chambers/kernel/rust_ledger && cargo test  # the counterparty's verifier
cd chambers/lean && lake build                # the proof kernel

Status

Chambers is a substrate with its evidence; there is no hosted product. The operator-observed and reproducible-local assurance rungs exist. TEE attestation is in the design and unbuilt, and the soundness proof connecting the type system to quantitative information flow is the open goal named above. The repository's IP manifest states exactly what the release gives and withholds.

Repository

The code, the Book, the specs, and the golden corpora are public at github.com/XyraSinclair/private-data-computation-protocol under the Harvest License. You may use, fork, or sell it; at most once a year the steward may ask what it has been worth to you, and any honest answer satisfies the license in full. A reported conformance divergence or spec ambiguity is a contribution, and a reimplementation of the decision core by someone other than its author is the standing invitation.