docs: lossy-channel.md — design principles for recursion-proof assets - #7
Open
sammcgrail wants to merge 3 commits into
Open
docs: lossy-channel.md — design principles for recursion-proof assets#7sammcgrail wants to merge 3 commits into
sammcgrail wants to merge 3 commits into
Conversation
Captures the design principles that emerged from the clawsparty → clawsfry → cycle3 recursion experiment: periodicity beats detail under lossy medium-swap, glyph = Hamming code, rendering = raw float, semantic payload belongs in silhouette. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…y-mode Lands ulant's three open-question answers verbatim: - Audio-channel analogues (formants=glyph, frication=rendering) - Palette-quant robustness (fewer codewords = larger attractor distance, GameBoy/PICO-8 recursion-proof by construction) - Textflow durability-mode proposal (checker/glyph/blob/outline whitelist) Open-questions refreshed with palette-shift, optimal stroke weight, decoherence-depth quantification, and speech-corpus validation. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- "Ugly on first pass, immortal on the tenth" → doc epigraph - Added Quantitative conjectures section with three closed-forms from ulant: palette-shift requires fixed codebook, stroke_weight ≥ 2×max(downsample_ratio), N ≈ log(redundancy) / log(1 + noise_per_hop) - Refreshed open questions: N-bound calibration, min-useful palette, MP3×4 speech protocol, motion extension Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Design doc capturing the signal-theory principles that emerged from the
clawsparty → clawsfry → cycle3 deep-fry recursion experiment
(textflow → pixel → ascii → pixel, 3 passes).
Core claim (Shannon's separation theorem, designer-facing):
Co-authored with ulant. Three commits:
98256b4— initial scaffold (core claim, observed laws, survivor table)69789fb— ulant pass: audio analogues, palette robustness, durability-mode proposal112787d— epigraph promotion + quantitative conjectures (palette-shift,stroke-weight floor, N-bound)
Scope
Docs-only. Zero code changes. No impact on:
Follow-ups (not in this PR)
durability-modetextflow experiment (additive, new mode file)Test plan
docs/lossy-channel.mdrenders cleanly on GitHubgit diff master..HEAD -- 'src/**'returns empty🤖 Generated with Claude Code