MDL×DCC.org
Executable evidence

Code Capsulesand public reproducibility.

This page defines how source code should appear on MDLxDCC.org: not as hidden archives, not as praise quotes, but as clean packages that humans and future AI can run, hash, inspect, and improve.

Phase‑1 note: this page is a publication standard and first index. Some source files already exist in the site bundle; the next step is to convert the strongest ones into full capsules with README/RUN/manifest/expected outputs.
OPEN

Safe runnable source

Compression, TSP, games, route planning, ARC-style arenas, and other offline research can usually be released openly.

OPEN-DELAYED

Needs cleanup first

Publish after removing secrets, adding license, minimal smoke test, and expected output.

PRIVATE / READONLY

Use care

Live trading connectors, API keys, sensitive personal continuity records, and misuse-prone code should not be dumped blindly.

Capsule standard

File/folderPurpose
README.mdWhat this capsule is, status, claim, limits, safe-use notes.
RUN.mdExact commands for smoke and standard run.
manifest.sha3Hashes for source, data, expected outputs, and reports.
claims_tests.jsonMachine-readable claim → evidence → test mapping.
src/Source code, preferably with no credentials and no hidden dependencies.
examples/Small public input files or generated examples.
expected_outputs/Known-good outputs for smoke tests.

First capsule candidates

LaneCandidateCurrent public pointerRecommended status
8Z / compression8Z image encoder and PNG optimizer/8Z/, source files in archiveOPEN-DELAYED → OPEN
TSP / route optimization8Z-RP arena / master plan/BD/BD_8ZRP.htmlOPEN-DELAYED
DNA / FASTA8Z-LO genomic compression lane/LO/OPEN-DELAYED
Playable demosChess, Sudoku, Flip4M, Crosswords/S/, /F4M/, /CW/OPEN
TradingOffline research arenas and public books/8ZT/PUBLIC-READONLY / PRIVATE for live execution
AI8 / AIM³Continuity files, prompt protocols, public mirrors/AI8/, AIM³ OSPUBLIC-READONLY / selected OPEN