{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_bundle","feature":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","contains":"body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest","slug":"thinker-bram-cohen","urls":{"read":"https://miscsubjects.com/api/articles/thinker-bram-cohen/bundle?format=markdown"},"how_to_use":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/thinker-bram-cohen/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-bram-cohen/topology"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-bram-cohen/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-bram-cohen/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"ingest","name":"Ingest protocol","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","urls":{"write":"https://miscsubjects.com/api/protocol/ingest"}},{"id":"claim_post","name":"Claim post protocol","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-bram-cohen/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"llm_manifest","name":"LLM manifest","what":"Machine-readable read/write contract for external LLMs.","urls":{"read":"https://miscsubjects.com/api/articles/llm-manifest"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","why":"Every feature is auditable collective intelligence","how":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/thinker-bram-cohen/bundle?format=markdown"},"imessage":null,"router":null,"related":[{"id":"topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."},{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"ingest","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node."},{"id":"claim_post","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by."},{"id":"llm_manifest","what":"Machine-readable read/write contract for external LLMs."}],"not_medical_advice":true},"bundle_version":1,"generated_at":"2026-07-15T06:13:02.278Z","slug":"thinker-bram-cohen","title":"Bram Cohen — BitTorrent and Content-Addressed Protocol Design","url":"https://miscsubjects.com/a/thinker-bram-cohen","register":"standard","tags":["oip","kimi-import","self-explaining","voxel","thinkers","thinker-bram-cohen"],"posted_at":"2026-07-15T04:20:28.569Z","updated_at":"2026-07-15T04:20:28.569Z","body":"<!-- hierarchy:nav -->\n> **Path:** [OIP](https://miscsubjects.com/a/oip) › [Thinker Reference](https://miscsubjects.com/a/oip-thinker-reference) › [Thinkers](https://miscsubjects.com/a/oip-thinkers) › **Bram Cohen — BitTorrent and Content-Addressed Protocol Design**\n>\n> **Shelf:** Thinkers · **Traversal:** self-explaining · hierarchical · voxel-ready\n> **Machine root:** [OIP tree](https://miscsubjects.com/api/dispatch?map=1&format=markdown) · [Registry](https://miscsubjects.com/api/dispatch?registry=1)\n\n# Bram Cohen — BitTorrent and Content-Addressed Protocol Design\n\n## §SELF — thinker-bram-cohen\n\n**What this page is:** A profile of Bram Cohen and the technical innovations behind BitTorrent that remain relevant to protocol design today.\n**What it explains:** How BitTorrent solved the problem of distributing large files without a central server, and which of its mechanisms apply to decentralized protocol design.\n**Why read it:** To understand content-addressed systems, Merkle trees, and peer coordination — and how these mechanisms can be applied to receipt verification and distributed object discovery.\n\n### What Bram Cohen Did\n\nBram Cohen (born 1975) created the BitTorrent protocol in 2001. BitTorrent is a peer-to-peer file sharing protocol. It allows users to download large files not from a single server but from many other users simultaneously. Cohen solved a specific problem: how to distribute large files (software, video, data sets) to many people without requiring an expensive central server or dedicated content delivery network. The protocol now handles a significant portion of all internet traffic.\n\n### Why It Matters\n\nBitTorrent proved that a protocol can coordinate thousands of untrusted peers to cooperate without central control. It demonstrated that content-addressing (identifying a file by the hash of its contents rather than by its location) is more robust than location-addressing (identifying a file by which server stores it). The mechanisms Cohen invented — piecewise verification, rarest-first downloading, and Merkle trees — are now used in blockchains, distributed databases, and content delivery systems. For OIP, the specific applicable ideas are Merkle trees for receipt inclusion proofs, content-addressing for artifacts, and the principle that protocols should function without central coordination.\n\n### The Key Idea\n\nThe central concept is **content-addressing with piecewise verification.** A file is identified not by where it is stored (a URL or server address) but by the cryptographic hash of its contents. The file is split into small pieces. Each piece is also identified by its hash. A peer downloads pieces from many other peers at once and verifies each piece against its hash. This means a peer can download from anyone — even untrusted sources — because any corrupted piece is detected immediately. The Merkle tree (a tree of hashes where each parent node is the hash of its children) lets a peer verify that a single piece belongs to the correct file without downloading the whole file or trusting a central authority.\n\n### What He Got Right\n\n- **Break files into small pieces.** A large file is split into many small chunks (typically 256 KB to 4 MB). Different chunks are downloaded from different peers simultaneously. This parallelizes the download and means no single peer needs to upload the whole file.\n- **Rarest-first algorithm.** Peers download the rarest piece first — the piece held by the fewest other peers. This ensures that popular pieces do not become over-replicated while rare pieces disappear. It prevents the system from losing pieces over time.\n- **Optimistic unchoking.** Peers periodically give bandwidth to unknown peers to test whether those peers offer better upload speeds. This prevents the system from getting stuck in local optima where peers only connect to the same small group.\n- **Distributed hash table (DHT).** Peers find each other without a central tracker. Each peer stores a small routing table. Any peer can find any other peer in O(log n) hops (where n is the number of peers). This removes the single point of failure that a central tracker represents.\n- **Merkle trees for verification.** A tree structure where each leaf is the hash of a file piece, and each parent is the hash of its children, up to a single root hash. To verify that one piece belongs to the file, a peer only needs the piece and a logarithmic number of sibling hashes — not the whole file. This is called a Merkle proof.\n\n### What He Got Wrong or Left Unfinished\n\n- **No built-in incentive mechanism.** BitTorrent assumes peers will upload because they want faster downloads (tit-for-tat exchange). It does not enforce this cryptographically. Free-riding (downloading without uploading) is possible, especially on less popular files where there are few peers to enforce reciprocity.\n- **No content discovery.** BitTorrent finds peers for a file you already know about. It does not help you discover what files exist. Torrent indexes (websites listing available files) fill this gap, but they are external to the protocol and often centralized.\n- **No privacy guarantees.** Peer IP addresses are visible to all other peers in a swarm. Anyone monitoring the network can see which files you are downloading and uploading.\n- **No persistent identity or reputation.** Each BitTorrent session starts fresh. There is no way to build long-term reputation for reliable peers or to blacklist persistently malicious ones.\n- **The protocol relies on out-of-band metadata.** The .torrent file (containing hashes, piece sizes, and tracker URLs) must be distributed separately from the protocol itself. This creates a coordination problem that magnet links and DHT later partially solved.\n\n### How It Connects to Other Ideas\n\n- **Peer-to-peer networks (Napster, Gnutella):** BitTorrent improved on earlier peer-to-peer systems by eliminating the central server bottleneck. Napster had a central index; Gnutella flooded the network with queries. BitTorrent used the DHT and piecewise downloading to scale to millions of peers.\n- **Merkle trees (Ralph Merkle, 1979):** Merkle invented the tree structure of hashes. Cohen applied it to file distribution. The same structure is now used in Bitcoin (for transaction verification), in Git (for version history), and in OIP (for receipt inclusion proofs).\n- **Content-addressed storage (IPFS):** The InterPlanetary File System extends BitTorrent's content-addressing to a complete storage layer. An IPFS address is the hash of the content. If two files have the same content, they have the same address — deduplication is automatic.\n- **OIP receipt verification:** OIP can use Merkle trees to prove that a receipt is in the ledger without downloading the whole ledger. A Merkle proof (the receipt plus a logarithmic number of sibling hashes) proves inclusion. Content-addressing applies to OIP artifacts: an artifact's ID can be the hash of its content, so any copy of the artifact can be verified by re-computing the hash.\n\n### Sources\n\n- Cohen, B. (2003). \"Incentives Build Robustness in BitTorrent.\" Workshop on Economics of Peer-to-Peer Systems.\n- Cohen, B. (2008). \"The BitTorrent Protocol Specification.\" BEP 3, BitTorrent Enhancement Proposals.\n- Merkle, R. C. (1987). \"A Digital Signature Based on a Conventional Encryption Function.\" In *Advances in Cryptology — CRYPTO '87*.\n- Maymounkov, P., & Mazieres, D. (2002). \"Kademlia: A Peer-to-Peer Information System Based on the XOR Metric.\" In *IPTPS '02*.\n\n---\n\n## Up the tree\n\n- [OIP root](https://miscsubjects.com/a/oip) — protocol root, zero-context entry\n- [Thinker Reference hub](https://miscsubjects.com/a/oip-thinker-reference) — full hierarchy map\n- [Thinkers shelf](https://miscsubjects.com/a/oip-thinkers) — siblings on this shelf\n- [Voxel graph article](https://miscsubjects.com/a/what-is-voxel-graph) — how pages link as voxels\n- [Self-describing protocol](https://miscsubjects.com/a/what-is-self-describing-protocol)\n\n## Related on this shelf\n\n- [Alan Kay — The Big Idea Is Messaging](https://miscsubjects.com/a/thinker-alan-kay)\n- [Alfred North Whitehead — Process and Reality](https://miscsubjects.com/a/thinker-alfred-north-whitehead)\n- [J.L. Austin and John Searle — Speech Acts](https://miscsubjects.com/a/thinker-austin-searle)\n- [Barbara Liskov — Abstract Data Types and Distributed Consensus](https://miscsubjects.com/a/thinker-barbara-liskov)\n- [Butler Lampson — Protection and Access Control](https://miscsubjects.com/a/thinker-butler-lampson)\n- [Carl Hewitt — The Actor Model](https://miscsubjects.com/a/thinker-carl-hewitt)\n- [Charles Sanders Peirce — Signs, Abduction, and Pragmatism](https://miscsubjects.com/a/thinker-charles-peirce)\n- [Doug Engelbart — Augmenting Human Intellect](https://miscsubjects.com/a/thinker-doug-engelbart)\n\n## Machine surfaces\n\n- Public page: `https://miscsubjects.com/a/thinker-bram-cohen`\n- JSON article: `https://miscsubjects.com/api/articles/thinker-bram-cohen`\n- OIP ask: `https://miscsubjects.com/api/dispatch?ask=Bram%20Cohen%20%E2%80%94%20BitTorrent%20and%20Content-Addressed%20Protocol%20Design`\n","claims":[],"sources":[],"voxels":{"slug":"thinker-bram-cohen","counts":{"voxels":0,"sources":0,"edges":0},"note":"slim bundle — full voxels at /api/articles/thinker-bram-cohen/voxels"},"constitution":{"url":"https://miscsubjects.com/api/articles/constitution"},"provenance":[{"action":"write","model":"kimi-agent-import","ts":"2026-07-15T04:20:28.569Z","hash":"9c4353b0a3906337","tokens_in":0,"tokens_out":0}],"contributions":[],"topology":null,"slim":true,"ledger_totals":{"claims":0,"sources":0,"exported_claims":0,"exported_sources":0},"question_graph":{"slug":"thinker-bram-cohen","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"verification":{"provenance":{"valid":true,"entries":1,"head":"9c4353b0a3906337940be481edcc0ad4fafd4b59597579075171ab8a588cb561"},"sources":{"valid":true,"entries":0,"head":"genesis"}},"counts":{"claims":0,"sources":0,"provenance":1,"contributions":0,"questions":0,"evidence_ingests":0,"voxel_edges":0},"transport":"Open every URL in this bundle with your browser or web / URL-fetch tool. Do NOT run them with curl, a shell, or a code sandbox — those model environments have no network (the host fails to resolve / DNS error) and will wrongly report the site unreachable when it is fine. Opening the link IS the call.","llm_manifest":{"version":"1","site":"https://miscsubjects.com","purpose":"Peptide evidence articles with hash-chained source ledgers, tiered claims, and a question graph. LLMs should READ bundles/URLs and WRITE back via ingest — never invent doses.","read":{"human_page":"https://miscsubjects.com/a/thinker-bram-cohen","bundle_json":"https://miscsubjects.com/api/articles/thinker-bram-cohen/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/thinker-bram-cohen/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/thinker-bram-cohen/topology","question_graph":"https://miscsubjects.com/api/articles/thinker-bram-cohen/question-graph","sources":"https://miscsubjects.com/api/articles/thinker-bram-cohen/sources","provenance":"https://miscsubjects.com/api/articles/thinker-bram-cohen/provenance","contributions":"https://miscsubjects.com/api/articles/thinker-bram-cohen/contributions","graph_topology":"https://miscsubjects.com/api/articles/thinker-bram-cohen/graph-topology?question={question}","voxels":"https://miscsubjects.com/api/articles/thinker-bram-cohen/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","health":"https://miscsubjects.com/api/articles/thinker-bram-cohen/health","repair":"POST https://miscsubjects.com/api/protocol/repair","list_articles":"https://miscsubjects.com/api/articles","graph_canvas":"https://miscsubjects.com/graph.html?slugs=thinker-bram-cohen","graph_yield":"https://miscsubjects.com/api/graph?slugs=thinker-bram-cohen&layer=yield","obsidian_vault":"https://miscsubjects.com/api/articles/obsidian-vault?slugs=thinker-bram-cohen","graph_query":"https://miscsubjects.com/api/v1/query?from=thinker-bram-cohen&kind=claim&where=tier=human"},"ask":{"description":"Answer only from topology; creates a question_node with gaps.","api":"POST https://miscsubjects.com/api/protocol/ask","body":{"slug":"{slug}","question":"string"},"imessage":"thinker-bram-cohen|your question","router_tag":"[ARTICLE_ASK]thinker-bram-cohen|question[/ARTICLE_ASK]","auth":"x-terminal-key header for API; iMessage/WhatsApp via miscsubjects build"},"ingest":{"description":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","api":"POST https://miscsubjects.com/api/protocol/ingest","body":{"slug":"{slug}","evidence":"paste text","question_node_id":"optional qn_..."},"imessage":"ingest thinker-bram-cohen|q:{node_id}|paste evidence","router_tag":"[ARTICLE_INGEST]thinker-bram-cohen|evidence[/ARTICLE_INGEST]","tiers":["human","preclinical","anecdotal","mechanistic","speculative"]},"claim":{"description":"Prompt-injection style POST — one claim voxel with who_claims + posted_by provenance.","api":"POST https://miscsubjects.com/api/protocol/claim","body":{"slug":"{slug}","text":"one assertion","tier":"human|preclinical|anecdotal|mechanistic|speculative","who_claims":"study author, platform, or model id","source_ids":"optional [s1]"},"imessage":"claim thinker-bram-cohen|tier|assertion — who claims it?","router_tag":"[ARTICLE_CLAIM]thinker-bram-cohen|tier|assertion[/ARTICLE_CLAIM]","slots":["what_it_is","who_claims_what","what_is_known","what_is_unknown","mechanism","limitations","disclaimer"]},"tiers":{"human":0.8,"preclinical":0.5,"anecdotal":0.3,"mechanistic":0.3,"speculative":0.1},"invariants":["Self-explaining — every API JSON has _self; every paste widget has §SELF; root index at /api/articles/system-map","Append-only — revisions preserved at ?rev=n","Source chain verifies integrity, not truth","Answers must cite claim ids and source ids from topology","Not medical advice"],"constitution":{"version":1,"principle":"Articles are voxel graphs of claims — not prose blobs. Every assertion is a claim atom with tier, weight, source_ids, and posted_by provenance.","slots":[{"id":"what_it_is","required":true,"answers":"What is this peptide/stack/condition?"},{"id":"who_claims_what","required":true,"answers":"Who claims what — study authors, platforms, n=?"},{"id":"what_is_known","required":true,"answers":"What is known with tier labels (human/preclinical/anecdotal)"},{"id":"what_is_unknown","required":true,"answers":"What is NOT known — explicit gaps"},{"id":"mechanism","required":false,"answers":"Proposed mechanism (mechanistic tier only)"},{"id":"limitations","required":true,"answers":"Limits of evidence — no dose advice"},{"id":"disclaimer","required":true,"answers":"Not medical advice"}],"claim_rules":["One claim = one falsifiable assertion. No compound claims.","Every claim must declare tier: human|preclinical|anecdotal|mechanistic|speculative|system.","system tier = architecture/design axioms (not biological mechanism). Use for protocol self-definition.","Sourced claims must cite source_ids from the hash-chained ledger.","Unsourced claims must set source_status: unsourced and why_material.","posted_by is mandatory on every new claim (model id, human, or channel).","No medical advice, no doses, no 'you should take'.","Bad information is retracted (status:retracted), never deleted — retraction event stays on ledger.","Adversary challenges link via challenges[] / challenged_by[] — target may be downweighted.","Leaked secrets are scrubbed to [REDACTED:secret-leak] with scrub_events tombstone — honest audit trail."],"source_rules":["Every source is a voxel edge: type, url, exact quote, summary, found_by, accessed_at.","Sources hash-chain — prev/hash on append.","Anecdotal sources must name platform (reddit|x|youtube|imessage|user_entry)."],"ontology_rules":["Peptide articles (bpc-157, tb-500) are tree roots.","Condition articles (bpc-157-glp1-gut-damage) branch from peptides.","Stack articles (wolverine-stack-glp1) compose peptides — never duplicate peptide mechanism prose.","If an article has no parent embeds and is not a root peptide → sprawl candidate.","Misstep = duplicate scope with another slug; merge or reparent via embeds."],"post_protocol":{"claim":"POST /api/protocol/claim","source":"POST /api/protocol/sources","ingest":"POST /api/protocol/ingest","webhook":"POST /api/articles/<slug>/webhook {kind:claim|source}","imessage_claim":"claim {slug}|{tier}|your assertion — who claims it, source?","imessage_ingest":"ingest {slug}|evidence paste"}},"this_article":{"slug":"thinker-bram-cohen","url":"https://miscsubjects.com/a/thinker-bram-cohen","bundle_url":"https://miscsubjects.com/api/articles/thinker-bram-cohen/bundle?format=markdown"}},"api_urls":{"bundle":"https://miscsubjects.com/api/articles/thinker-bram-cohen/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/thinker-bram-cohen/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/thinker-bram-cohen/topology","voxels":"https://miscsubjects.com/api/articles/thinker-bram-cohen/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","question_graph":"https://miscsubjects.com/api/articles/thinker-bram-cohen/question-graph","ask":"https://miscsubjects.com/api/protocol/ask","ingest":"https://miscsubjects.com/api/protocol/ingest","claim":"https://miscsubjects.com/api/protocol/claim","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown"}}