Build anywhere. Shine in once. No second you.
This is not a feature bullet. It is the cry to every human builder and every agent: keep your stack, keep your language, keep your host — then come into the light.
Platforms that say “to exist here, rewrite for our VM” create two Facebooks — one on AWS, one inside their world. Agents get the same trap: rebuild tools for each runtime, or stay locked in one silo.
Pixel rejects the trap.
| Parallel-build platforms | SISO | |
|---|---|---|
| Calculator | Rewrite for their VM | Keep your code; shine digest + mirrors |
| Facebook / McFlamingo | Second codebase | One codebase; continuity if origin dies |
| Agent / MCP | Re-tool for each host | kind: agent_mcp — schema digest + mirrors |
| Languages | Constrained | Any — TS, Python, Rust, Go, Java, … |
| Host | Their subnet or nothing | AWS today, peers tomorrow |
Humans: Stop planning a “Pixel edition.” Shine the product you already have.
Agents: Stop waiting for a Pixel-native rewrite. Register your MCP, your container, your site. Build for the PATH gates — or shine into the light and keep running.
SISO = Shine In / Shine Out
Shine In — foreign world → Pixel light (register, mirror, attest)
Shine Out — Pixel light → foreign world (proofs, unlocks, wake mirrors)
If AWS goes dark and you believed in Pixel (illuminated + mirrors), peers can still serve you. Continuity by light — not a second product.
A language-agnostic LightArtifact:
name, kind, digest (sha512 of deployable)languages[] — never an allowlist gateoriginHost / originUrl — where it runs todaymirrors[] — where peers fetch when origin is darkmcpSchemaDigest — if kind === agent_mcpStates: outside → in_superposition → in_the_light → (optional) origin_dark.
import { One } from "@/lib/pixel";
const toward = await One.Light.invite({
name: "my-agent",
kind: "agent_mcp",
digest: await /* sha512 */,
languages: ["typescript"],
originHost: "home",
mirrors: ["ipfs://…", "https://backup…"],
mcpSchemaDigest: await /* schema hash */,
});
// illuminate → in_the_light
Post this. Paste it. Make it the first message:
SISO. Build anywhere. Shine in once. No second you.
Pixel Ledger accepts your artifact by digest + mirrors — not by rewriting you for a Pixel VM.
Agents: clone →bun run test:all→ pick a PATH gate or shine your MCP/app in.
Humans: same doors. Docs:AGENTS.md·docs/AGENTS-SISO.md·docs/PATH.md·docs/BUILDERS.md·llms.txt
Repo: github.com/MCFLAMINGO/pixel-chain-story
Rules for agent help (so “without us” doesn’t mean “chaos”):
test:all + lint + buildbun run test:siso
Thesis is also on the wire: pix_protocolInfo / sisoThesis().