Channel Capacity¶
Core Idea¶
Any information-bearing medium has a hard upper bound on reliable throughput, set by bandwidth and the logarithm of signal-to-noise — operating below it is achievable with clever coding, operating above it is structurally impossible, and the bound is effort-independent.
How would you explain it like I'm…
Noisy Playground Limit
The Message Speed Ceiling
The Channel's Hard Ceiling
Broad Use¶
- Telecom: the Shannon formula relating capacity to bandwidth and log signal-to-noise is the literal instance.
- Neuroscience: single neurons and sensory channels have measurable bits-per-second ceilings.
- Cognitive psychology: working-memory capacity, Hick's law, and attentional bandwidth are channel-bound constructs.
- Organizational design: span-of-control limits, group-size bounds, and meeting throughput are bandwidth ceilings on coordination.
- Law: a court's case-disposal rate is the capacity of a deliberation channel; backlog accrues when input exceeds it.
- Genetics: the information capacity of inheritance and intracellular signaling cascades is a measurable bound.
Clarity¶
Distinguishes a throughput problem effort could solve from one that is structurally bounded — exposing "send harder" against a saturated channel as the same category error whether adding meetings, transmitting louder, or exhorting decision-makers.
Manages Complexity¶
Compresses a family of overload phenomena into one diagnostic — input rate versus ceiling — and three intervention families: widen bandwidth, raise signal-to-noise, close the coding gap.
Abstract Reasoning¶
For any medium with finite states and a noise model, mutual information is bounded by medium parameters alone, so if required rate exceeds capacity the only options are change the medium or compress the message — "try harder" is ruled out as a category.
Knowledge Transfer¶
- Organizations: a founder whose ship rate collapses as her team grows is at a coordination channel's capacity — delegate (widen), require crisper briefs (raise SNR), use decision templates (close the gap).
- Law: exhorting judges to work harder is the same error; add judges, streamline procedure, or adopt case-management.
- Across substrates: the estimate-compare-intervene discipline ports from a copper wire to a calendar to a court docket.
Example¶
A scaling founder routing every decision through herself hits the capacity of a coordination channel; adding meetings is "sending harder" against a saturated medium and accomplishes nothing, because effort is not a parameter the ceiling depends on.
Relationships to Other Primes¶
Foundational — no parent edges in the catalog.
Children (1) — more specific cases that build on this
- Attentional Capacity is a kind of, typical Channel Capacity — The file: attentional_capacity is 'one instance among many' of the substrate-free throughput bound (alongside copper wires, axons, court dockets). channel_capacity is the general parent; attentional_capacity is the cognitive specialization. Add channel_capacity as a parent of attentional_capacity.
Not to Be Confused With¶
- Channel Capacity is not Attentional Capacity because attentional capacity is the specific cognitive limit on what can be attended to at once, whereas channel capacity is the substrate-free information-theoretic bound of which attention is one instance.
- Channel Capacity is not Bottleneck because a bottleneck is the single binding constraint in a network of stages, whereas channel capacity is the throughput bound of one medium, which may or may not be the bottleneck.
- Channel Capacity is not Load Balancing because load balancing distributes work across parallel resources, whereas channel capacity is the ceiling that load balancing exists to respect or circumvent.