# EISC connectedness edges for the bitcoin cluster (workflow wd2a9zb9e, 2026-06-08). # These are PRIORS so the independence model discounts shared-guest/citation/community overlap BEFORE # transcription auto-detects it. The transcribe_worker upserts onto the SAME PK (it stores sorted([a,b]), # weight += 1.0 on conflict), so seeding in sorted order means real detections accumulate — no reversed dup. # Math is undirected (frozenset); kappa is applied in-code {shared_guest 0.85, citation 0.45, community 0.60}. # weight = per-edge strength multiplier (1.0 = one strong overlap; clamp 0.95). Loaded idempotently (DO NOTHING). # RULE: an own_network host (Ten31 portfolio/partner) is QUARANTINED in live mode regardless of edges; # edges still matter in TEST mode and for independent<->independent discounting. edges: # --- host-identity / co-host core (the Ten31 own_network orbit; near-total redundancy) --- - {a: pod-tftc, b: pod-rabbitholerecap, type: shared_guest, weight: 1.0, evidence: "Marty Bent hosts both (host identity)"} - {a: pod-citadeldispatch, b: pod-rabbitholerecap, type: shared_guest, weight: 1.0, evidence: "Matt Odell hosts both (host identity)"} - {a: pod-tftc, b: pod-citadeldispatch, type: shared_guest, weight: 1.0, evidence: "Bent+Odell co-host RHR weekly + constant guest-swap"} - {a: pod-tftc, b: pod-rabbitholerecap, type: citation, weight: 1.0, evidence: "RHR is the weekly recap/companion within the TFTC network; re-surfaces TFTC segments"} # --- What Bitcoin Did <-> Ten31-orbit core (own_network=false but heavy host-level overlap) --- - {a: pod-whatbitcoindid, b: pod-citadeldispatch, type: shared_guest, weight: 1.0, evidence: "McCormack/Odell repeat cross-guests + conference panels 2022-2023 (Odell on WBD518)"} - {a: pod-whatbitcoindid, b: pod-tftc, type: shared_guest, weight: 1.0, evidence: "McCormack/Bent mutual guests + co-panelists 2022-2023"} - {a: pod-whatbitcoindid, b: pod-rabbitholerecap, type: shared_guest, weight: 1.0, evidence: "McCormack alongside Odell+Bent repeatedly; densest guest-swap triangle"} # --- Stephan Livera <-> core + WBD (connective tissue of the independent leg) --- - {a: pod-stephanlivera, b: pod-citadeldispatch, type: shared_guest, weight: 1.0, evidence: "Livera/Odell frequent mutual guests; shared Lightning/self-custody circuit"} - {a: pod-stephanlivera, b: pod-tftc, type: shared_guest, weight: 1.0, evidence: "Livera/Bent repeat cross-guests + co-panelists 2022-2023"} - {a: pod-stephanlivera, b: pod-rabbitholerecap, type: shared_guest, weight: 1.0, evidence: "Livera overlaps RHR hosts via constant mutual guesting"} - {a: pod-stephanlivera, b: pod-whatbitcoindid, type: shared_guest, weight: 1.0, evidence: "Top-tier interview hosts sharing the same revolving guest roster"} # --- Bitcoin Audible + Anita Posch peripheral (independent leg internal coupling) --- - {a: pod-bitcoinaudible, b: pod-stephanlivera, type: shared_guest, weight: 1.0, evidence: "Guy Swann recurring on SLP / Lightning-essay circuit"} - {a: pod-bitcoinaudible, b: pod-whatbitcoindid, type: community, weight: 1.0, evidence: "Same English-language BTC podcast sub-scene; overlapping audience/guest pool"} - {a: pod-anitaposch, b: pod-stephanlivera, type: community, weight: 1.0, evidence: "Same advocacy sub-scene; peripheral (Global-South focus, separate roster)"} - {a: pod-anitaposch, b: pod-bitcoinaudible, type: community, weight: 1.0, evidence: "Educational/advocacy BTC sub-scene overlap"} # --- The Bitcoin Layer (macro node; edges-only, RSS dropped) --- - {a: pod-bitcoinlayer, b: pod-whatbitcoindid, type: shared_guest, weight: 1.0, evidence: "Nik Bhatia recurring macro/rates guest on WBD 2022-2023"} - {a: pod-bitcoinlayer, b: pod-stephanlivera, type: shared_guest, weight: 1.0, evidence: "Bhatia macro/Fed guest in SLP orbit 2022-2023"} - {a: pod-bitcoinlayer, b: pod-stephanlivera, type: community, weight: 1.0, evidence: "Shared macro-leaning corner (rates/liquidity framing)"} # --- NEW independent legs <-> core (the 'missing' edges: they share the same guest roster) --- - {a: pod-citadeldispatch, b: pod-coinstories, type: shared_guest, weight: 1.0, evidence: "Odell guested Coin Stories; Brunell on shared interview circuit"} - {a: pod-coinstories, b: pod-tftc, type: shared_guest, weight: 1.0, evidence: "Bent co-paneled w/ Brunell (Pomp panel etc.)"} - {a: pod-coinstories, b: pod-whatbitcoindid, type: community, weight: 1.0, evidence: "Same high-reach BTC interview circuit; overlapping Mallers/Saylor/Marcus roster"} - {a: pod-bitcoinstandard, b: pod-citadeldispatch, type: shared_guest, weight: 1.0, evidence: "Odell guested Bitcoin Standard ep #126 'Stacking Sats with Matt Odell' (Aug 2022)"} - {a: pod-kevinrooke, b: pod-stephanlivera, type: community, weight: 1.0, evidence: "Shared Lightning-operator guest pool (Breez/Voltage/Amboss/River)"} - {a: pod-kevinrooke, b: pod-tftc, type: community, weight: 1.0, evidence: "Shared Lightning-operator guest pool / scene overlap"} - {a: pod-bitcoinmagazine, b: pod-citadeldispatch, type: community, weight: 1.0, evidence: "Odell historical BM contributor; shared contributor/guest pool"} - {a: pod-simplybitcoin, b: pod-tftc, type: shared_guest, weight: 1.0, evidence: "Bent guested 'WE WILL WIN | Simply Bitcoin IRL'"} # --- Quarantine fixtures <-> core (matter only in TEST mode; live-dropped as own_network) --- - {a: pod-bitcoinreview, b: pod-citadeldispatch, type: shared_guest, weight: 1.0, evidence: "Odell recurring co-host of Bitcoin.Review (BR001-011 'ft. Odell')"} - {a: pod-cafebitcoin, b: pod-citadeldispatch, type: shared_guest, weight: 1.0, evidence: "Odell (Swan advisor) ran 'Bitcoin Lightning Summit' on Cafe Bitcoin"}