IPTP and the Anchor Problem: A Shannon-Theoretic Account of Context-Bundled Intention Transfer
Abstract
The Intention Pulse Transfer Protocol (IPTP) transmits Pulse content bundled with Intention and Logic context that the receiver, in most operational cases, already holds. This note formalizes that behavior within Shannon's information-theoretic framework, showing that IPTP's bundling pattern corresponds to a decoder-side side-information setting — structurally related to Slepian-Wolf and Wyner-Ziv coding — but deliberately implemented without encoder-side binning. We show the resulting overhead is precisely quantifiable, is informationally inert by Shannon's own definition, and exists to solve a problem Shannon's original framework does not address: verifiable context synchronization between sender and receiver, as distinct from raw rate efficiency.
1. Setup
Let:
- Y — Intention + Logic, established prior context, assumed known at the receiver via existing CPUX/FieldBoard state.
- X — Pulse content, the genuinely novel payload for a given transfer event.
- Z — the actual transmitted bundle, containing both Intention and Pulse together, as IPTP implements it.
Under Shannon's definition, the information content of X relative to a receiver already holding Y is not H(X), but the conditional entropy:
H(X | Y) = H(X, Y) − H(Y)
This is the true novelty in any given Pulse transfer — the quantity that should, in principle, set the minimum required transmission rate.
2. The theoretical minimum vs. what IPTP actually sends
Classical distributed source coding (Slepian & Wolf, 1973) proves that H(X|Y) is achievable as a rate even when the encoder has no access to Y — provided the decoder holds Y and the encoder uses structured (binning) codes. This is a non-obvious, foundational result: the encoder does not need to see the receiver's context to hit the conditional-entropy rate.
IPTP does not do this. It transmits a joint bundle whose raw content approximates:
R(Z) ≈ H(X, Y) = H(Y) + H(X | Y)
The gap between what is sent and the theoretical minimum is:
Δ = R(Z) − H(X|Y) = H(Y)
By Shannon's definition, Δ carries zero mutual information to a receiver that already holds Y. This is not a claim about Δ being small or negligible — it is the precise, formal statement that re-stating known Intention/Logic content contributes nothing to reducing the receiver's uncertainty about anything it did not already know.
3. Why the redundancy is not a design flaw
Shannon's framework has no mechanism for distinguishing "redundant and therefore worthless" from "redundant and therefore verifying." Both collapse to the same H(X|Y)-preserving, zero-marginal-information event. But engineering practice — checksums, MACs, protocol handshakes — routinely ships deliberate redundancy precisely because shared context between two parties cannot always be assumed to be perfectly synchronized.
IPTP's bundled Intention plays this role: it is not primarily a payload, but a binding key — a mechanism for the receiver to confirm this specific Pulse was addressed to this specific Intention/Logic state, before trusting any extraction of X from it. This is functionally equivalent to shipping a syndrome check alongside compressed data: informationally inert under Shannon's metric, operationally load-bearing under desynchronization risk.
4. The distinction Shannon's theorem does not cover: rate vs. decoding cost
Shannon's coding theorems bound the rate at which information can be reliably transmitted. They say nothing about the computational cost of extracting the conditional payload from a bundled representation. This is the seam IPTP's "extra processing" requirement sits inside.
To recover the genuine novel content H(X|Y) from a bundle Z, a receiver must:
- Decode the full bundle Z — cost scales with H(Y) + H(X|Y), not H(X|Y) alone.
- Match the embedded Intention component against its own locally held Y (a joint-typicality check: is this Z consistent with my Y and some valid X?).
- Project out the matched component to isolate the residual — reconstructing, after the fact, the payload that an optimally Slepian-Wolf–coded transmission would have sent directly.
This matching-and-subtraction step is real computational work, entirely separate from — and in addition to — the rate cost paid on the channel. It is the formal identity of what is experienced, at the protocol level, as "recovering bundled X as one-dimensional information."
5. Formal statement
IPTP operates as a decoder-side side-information system (Y known at the receiver) implemented without encoder-side binning. It deliberately ships H(Y) bits of Shannon-redundant context alongside H(X|Y) bits of genuine novelty, trading channel-rate efficiency for context verifiability, and shifting the cost of conditioning from the encoder (which would need trusted, exact knowledge of the receiver's Y to bin correctly) to the decoder (which performs the joint-typicality match at receipt time).
This positions IPTP as occupying a specific, nameable point in a known design space — closer to a verified/checksummed side-information protocol than to a rate-optimal Slepian-Wolf implementation — and gives that design choice a precise cost, Δ = H(Y), rather than leaving it as an informally justified architectural decision.
6. Open directions
- A worked numerical example from an actual CPUX interaction, quantifying H(Y), H(X|Y), and Δ for a representative Pulse transfer.
- A formal complexity bound on the joint-typicality matching step (§4.2) as a function of Y's state space size — the computational analogue of the rate bound above.
- Comparison of IPTP's bundled scheme against an encoder-binned variant (true Slepian-Wolf), to quantify what verifiability costs in rate terms for a given desynchronization-risk tolerance.
- Extension to time-lagged anchoring (Intention at t anchoring Pulse at t+τ), using transfer entropy / directed mutual information, for cases where Intention and Pulse are not strictly simultaneous.
References
- C. E. Shannon, "A Mathematical Theory of Communication," Bell System Technical Journal, 1948.
- C. E. Shannon, "Communication Theory of Secrecy Systems," Bell System Technical Journal, 1949.
- D. Slepian and J. K. Wolf, "Noiseless Coding of Correlated Information Sources," IEEE Transactions on Information Theory, 1973.
- A. Wyner and J. Ziv, "The Rate-Distortion Function for Source Coding with Side Information at the Decoder," IEEE Transactions on Information Theory, 1976.
- S. Gelfand and M. Pinsker, "Coding for Channel with Random Parameters," Problems of Control and Information Theory, 1980.
- T. Schreiber, "Measuring Information Transfer," Physical Review Letters, 2000.