| title | Text as Substrate | ||
|---|---|---|---|
| author | unknown | ||
| date | 2026-03-22 | ||
| tags |
|
||
| type | summary |
A framework for moving beyond signal-based compression (MP3, H.265) toward semantic compression, where media is represented as structured descriptions that can be generatively reconstructed.
Traditional media systems treat signals (audio waveforms, pixel arrays) as the primary object.
This project explores a different model:
Media is not stored as a signal. Media is stored as a description of how to generate the signal.
This shift turns files into programs and transforms compression into an interpretive process.
At the center of this framework is entropy redistribution:
H_total ≈ H_description + H_model
Instead of sending all information through bandwidth, part of it is stored in a shared generative model.
- Small description → transmitted
- Large prior knowledge → already known by decoder
Result: massive compression without losing perceived meaning.
| Traditional Compression | Semantic Compression |
|---|---|
| Stores signals | Stores descriptions |
| Removes redundancy | Encodes structure |
| Decoder reconstructs | Decoder generates |
| Artifact errors | Interpretation errors |
Audio is decomposed into:
-
T = text (words)
-
P = prosody (timing, pitch)
-
V = voice identity
-
E = emotion
Audio → (T, P, V, E)
Video is no longer frames. It becomes:
-
Agents
-
Actions
-
Environment
-
Camera motion
Video → (Scene, Environment, Camera)
Instead of storing everything:
- Pick a prototype
- Encode the difference
Example:
- "chair" (prototype)
- "red, broken, tilted" (deviation)
All parts of a scene must agree.
Example:
- Lighting
- Identity
- Physical consistency
This prevents contradictions in generated output.
American Sign Language naturally uses semantic compression.
| ASL Feature | Equivalent |
|---|---|
| Handshapes | Prototypes |
| Motion | Deviations |
| Face | Global context |
| Dominant hand | Reference frame |
ASL encodes meaning, not sound.
- Transmission becomes cheap
- Compute becomes expensive
Quality depends on device capability.
Risks include:
- Collapse into generic outputs
- Loss of diversity
- Model self-reinforcement
Mitigation:
- Real-world data injection
- Expanding prototype sets
- Files → programs
- Video → simulation
- Audio → structured intent
- Less bandwidth needed
- More local compute required
- Harder to verify authenticity
- Easier to modify causality
- Reality becomes reconstructible
Semantic compression changes everything:
- We stop storing signals
- We start storing meaning
- We reconstruct reality instead of recording it
The most efficient way to transmit a world is not to send its signal, but to send how to generate it.