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/folder | Purpose |
|---|---|
README.md | What this capsule is, status, claim, limits, safe-use notes. |
RUN.md | Exact commands for smoke and standard run. |
manifest.sha3 | Hashes for source, data, expected outputs, and reports. |
claims_tests.json | Machine-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
| Lane | Candidate | Current public pointer | Recommended status |
|---|---|---|---|
| 8Z / compression | 8Z image encoder and PNG optimizer | /8Z/, source files in archive | OPEN-DELAYED → OPEN |
| TSP / route optimization | 8Z-RP arena / master plan | /BD/BD_8ZRP.html | OPEN-DELAYED |
| DNA / FASTA | 8Z-LO genomic compression lane | /LO/ | OPEN-DELAYED |
| Playable demos | Chess, Sudoku, Flip4M, Crosswords | /S/, /F4M/, /CW/ | OPEN |
| Trading | Offline research arenas and public books | /8ZT/ | PUBLIC-READONLY / PRIVATE for live execution |
| AI8 / AIM³ | Continuity files, prompt protocols, public mirrors | /AI8/, AIM³ OS | PUBLIC-READONLY / selected OPEN |