-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexplore.html
More file actions
168 lines (159 loc) · 126 KB
/
Copy pathexplore.html
File metadata and controls
168 lines (159 loc) · 126 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Explore - Xihe Kosmos</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#0a0a12;color:#e0e0e8;font-family:-apple-system,system-ui,sans-serif;min-height:100vh}
.header{background:linear-gradient(135deg,#1a1a2e,#0a0a12);padding:24px;border-bottom:1px solid rgba(255,255,255,0.06)}
.header h1{font-size:1.3rem;color:#fbbf24;font-weight:700}
.main{max-width:800px;margin:0 auto;padding:20px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}
.stat-card{padding:12px;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:6px;text-align:center}
.stat-card .num{font-size:1.3rem;font-weight:700;color:#fbbf24}
.stat-card .lbl{font-size:0.7rem;color:rgba(255,255,255,0.35);margin-top:2px}
.search-row{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}
.search-row input{flex:1;min-width:200px;padding:10px 14px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:6px;color:#e0e0e8;font-size:0.9rem}
.search-row input:focus{outline:none;border-color:#fbbf24}
.search-row select{padding:10px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:6px;color:#e0e0e8}
.search-row button{padding:10px 18px;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:0.85rem}
.btn-primary{background:linear-gradient(135deg,#fbbf24,#d97706);color:#0a0a12}
.btn-secondary{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1) !important;color:rgba(255,255,255,0.6)}
.results{display:none}
.results.show{display:block}
.node-card{padding:12px 14px;margin-bottom:6px;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:8px;cursor:pointer;transition:all 0.2s}
.node-card:hover{background:rgba(255,255,255,0.04);border-color:rgba(255,255,255,0.1)}
.node-card .label{font-size:0.95rem;font-weight:600;margin-bottom:2px}
.node-card .tag{font-size:0.65rem;padding:1px 6px;border-radius:3px;display:inline-block;margin-left:4px}
.node-card .desc{font-size:0.8rem;color:rgba(255,255,255,0.45);margin-top:2px}
.detail{display:none;margin-top:14px;padding:20px;background:rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.06);border-radius:8px}
.detail.show{display:block}
.detail h3{font-size:0.7rem;color:rgba(255,255,255,0.3);text-transform:uppercase;letter-spacing:0.15em;margin:12px 0 6px;border-bottom:1px solid rgba(255,255,255,0.04);padding-bottom:4px}
.detail p{font-size:0.85rem;line-height:1.6;color:rgba(255,255,255,0.6)}
.detail .principle{padding:6px 10px;margin:3px 0;background:rgba(255,255,255,0.03);border-radius:4px;font-size:0.8rem;color:rgba(255,255,255,0.55);border-left:2px solid rgba(255,255,255,0.08)}
.detail .item{font-size:0.82rem;color:rgba(255,255,255,0.5);padding:2px 0}
.detail .item strong{color:rgba(255,255,255,0.7)}
.path-box{padding:14px;margin-top:12px;background:rgba(251,191,36,0.03);border:1px solid rgba(251,191,36,0.08);border-radius:8px}
.path-box .step{display:flex;align-items:center;gap:6px;padding:3px 0;font-size:0.85rem;color:rgba(255,255,255,0.6)}
.path-box .arrow{color:rgba(251,191,36,0.4);min-width:14px}
@media(max-width:500px){.stats{grid-template-columns:repeat(2,1fr)}}
</style></head>
<body>
<div class="header"><h1>─ Explore · Xihe Kosmos</h1></div>
<div class="main">
<div class="stats">
<div class="stat-card"><div class="num">52</div><div class="lbl">Nodes</div></div>
<div class="stat-card"><div class="num">131</div><div class="lbl">Edges</div></div>
<div class="stat-card"><div class="num">8</div><div class="lbl">Categories</div></div>
<div class="stat-card"><div class="num">52</div><div class="lbl">Depth Nodes</div></div>
</div>
<div class="search-row">
<input type="text" id="q" placeholder="Search nodes..." onkeydown="if(event.key==='Enter')search()">
<select id="cat"><option value="">All</option><option value="art">art</option><option value="biology">biology</option><option value="cs">cs</option><option value="math">math</option><option value="philosophy">philosophy</option><option value="physics">physics</option><option value="society">society</option><option value="systems">systems</option></select>
<button class="btn-primary" onclick="search()">Search</button>
<button class="btn-secondary" onclick="togglePath()">Path</button>
</div>
<div id="pathInput" style="display:none;margin-bottom:12px;display:none">
<input type="text" id="pathA" placeholder="From (e.g. entropy)" style="width:35%;padding:8px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:4px;color:#e0e0e8">
<input type="text" id="pathB" placeholder="To (e.g. consciousness)" style="width:35%;padding:8px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:4px;color:#e0e0e8">
<button class="btn-primary" onclick="findPath()" style="padding:8px 16px">Find</button>
</div>
<div id="pathResult"></div>
<div id="results" class="results"></div>
<div id="detail" class="detail"></div>
</div>
<script>
var GRAPH = {"nodes": [{"id": "entropy", "label": "熵", "color": "#ff6b6b", "category": "physics", "description": "热力学第二定律:孤立系统的熵永不减少。一切有序终将归于混沌。", "depth": {"core_idea": "熵是热力学第二定律的核心概念,描述了一个孤立系统中无序程度的度量。它告诉我们一个深刻的事实:宇宙在不可逆转地走向无序。但生命的奇迹在于——它在局部创造了秩序。理解熵,就是理解为什么一切都会衰老、为什么信息有价值、为什么生命是奇迹。", "why_it_matters": "熵不是物理课本里偶尔碰到的抽象概念。它是理解世界底层逻辑的钥匙。从手机电池的续航、到冰箱的工作原理、到气候变化的本质、到信息的价值——全部可以用熵的语言重新描述。理解了熵,你就多了一把看透万物本质的刀。", "action_principles": ["① 任何系统稳定运行都需要外部能量输入——不要期望封闭系统永远有序", "② 信息就是负熵——每一条有效信息都在减少不确定性、创造局部秩序", "③ 在决策中关注能量消耗在哪里——时间、注意力、资源的分配都有熵的影子", "④ 创造秩序需要牺牲——组织一个团队、写一份文档、建一座城市,都会在别处产生更大的熵", "⑤ 不要对抗熵增本身,而是设计与熵共存的系统——可维护性、可修复性、开放性", "⑥ 开放系统才能维持有序——一个健康的系统必须与环境交换能量和信息", "⑦ 理解时间之矢——熵增是时间单向流动的唯一物理基础,不可逆性不是幻觉"], "key_thinkers": [["Rudolf Clausius", "1865年正式命名“熵”,提出热力学第二定律"], ["Ludwig Boltzmann", "用统计力学解释熵的微观本质:S = k log W"], ["Claude Shannon", "将熵引入信息论,定义了信息熵"], ["Erwin Schrodinger", "《生命是什么》中提出“负熵”概念,解释生命如何对抗熵增"], ["Ilya Prigogine", "耗散结构理论,解释开放系统中的自组织现象"]], "timeline": [["1854", "Clausius首次提出热力学第二定律的初始表述"], ["1865", "Clausius正式命名“熵”(entropy),来自希腊语“转变”"], ["1877", "Boltzmann建立 S = k·log W,熵的统计力学解释诞生"], ["1944", "Schrodinger发表《生命是什么》,“负熵”概念进入生物学"], ["1948", "Shannon创立信息论,将熵引入通信理论"], ["1977", "Prigogine获诺尔奖,耗散结构理论开拓了熵的新边界"]], "cross_domain": [["物理", "热力学第二定律是一切物理过程的终极方向——时间之矢的惯性"], ["信息", "Shannon熵定义了信息的价值:信息即减少不确定性,不确定性即熵"], ["生命", "Schrodinger:生命以“负熵”为食——它们从环境中提取秩序,维持自身的有序结构"], ["气候", "全球变暖本质上是地球系统的熵增加速——我们在加速宇宙的无序化过程"], ["经济", "经济活动的本质是低熵能源向高熵热废的转化——可持续性的核心是熵管理"], ["AI", "纳尔训练是一个信息熵最小化过程——模型从数据中提取秩序,减少预测的不确定性"]], "open_frontiers": ["熵与时间之矢的关系:为什么宏观不可逆而微观可逆?这是扯口还是深刻的物理事实?", "量子熵力学:量子纠缠如何影响熵的基本行为?", "黑洞信息悲论:掉入黑洞的信息真的消失了吗?这与熵增定律矛盾吗?", "生命的熵与进化:生物进化是局部减熵过程,这与熵增定律如何兼容?"]}}, {"id": "quantum", "label": "量子力学", "color": "#ff6b6b", "category": "physics", "description": "微观世界的概率性本质。观测即参与,叠加态在测量时坍缩。", "depth": {"core_idea": "The universe at its smallest scale is probabilistic, not deterministic. A particle does not have a definite position until measured. Quantum mechanics is the most precisely tested theory in history, and it tells us that reality is stranger than we can imagine.", "why_it_matters": "Quantum mechanics makes transistors, lasers, MRI, and smartphones possible. Without it, modern technology does not exist. The second quantum revolution (computing, cryptography, sensing) will define the 21st century.", "action_principles": ["Think in probabilities, not certainties - get comfortable with uncertainty", "Observation changes the observed - this is a physical fact, not philosophy", "Your intuition evolved for the macroscopic world. Quantum mechanics is not counterintuitive - your intuition is just wrong for this domain", "Superposition is a mathematical fact about state space, not magic", "Entanglement is correlation, not communication - no information travels faster than light", "When reality violates your expectations, update your expectations, not reality"], "key_thinkers": [["Max Planck", "Quantized energy, 1900"], ["Niels Bohr", "Complementarity principle"], ["Werner Heisenberg", "Uncertainty principle"], ["Erwin Schrodinger", "Wave equation, cat paradox"], ["Richard Feynman", "QED, path integrals"], ["John Bell", "Bell inequalities"]], "timeline": [["1900", "Planck introduces quanta"], ["1925-27", "Modern QM formulated"], ["1964", "Bell inequalities"], ["2020s", "Quantum computing reaches practical relevance"]], "cross_domain": [["Computing", "Quantum computers use superposition for exponential speedup"], ["Philosophy", "QM challenges objective reality independent of observation"], ["Cryptography", "Quantum key distribution is provably secure"], ["Consciousness", "The measurement problem connects QM and consciousness - a speculative but persistent idea"]], "open_frontiers": ["How do QM and GR merge?", "What happens during wavefunction collapse?", "Can quantum computing reach its theoretical potential?"]}}, {"id": "relativity", "label": "相对论", "color": "#ff6b6b", "category": "physics", "description": "时空是相对的。物质弯曲时空,引力即几何的曲率。", "depth": {"core_idea": "Space and time are not a fixed stage - they are participants. Mass tells spacetime how to curve; curved spacetime tells mass how to move. Special relativity unified space and time; general relativity revealed gravity as geometry.", "why_it_matters": "GPS satellites correct for relativistic effects daily or accumulate 10+ km errors per day. Relativity gives us black holes, gravitational waves, the expanding universe, and the Big Bang.", "action_principles": ["There is no universal now - simultaneity is relative", "Time slows with speed AND gravity", "Nothing travels faster than light - this is a geometric fact, not a technological limit", "Mass is concentrated energy (E=mc^2)", "The universe has no center and no edge"], "key_thinkers": [["Albert Einstein", "Special and general relativity"], ["Hendrik Lorentz", "Lorentz transformations"], ["Hermann Minkowski", "4D spacetime"], ["Karl Schwarzschild", "First black hole solution"], ["Kip Thorne", "Gravitational wave detection"]], "timeline": [["1905", "Special relativity"], ["1915", "General relativity completed"], ["1919", "Light bending confirmed"], ["2015", "Gravitational waves detected"], ["2019", "First black hole image"]], "cross_domain": [["GPS", "Relativistic corrections essential for GPS accuracy"], ["Cosmology", "GR gives us the Big Bang and expanding universe"], ["Philosophy", "No universal frame of reference - objectivity is relative"], ["Technology", "Particle accelerators must account for relativistic effects"]], "open_frontiers": ["How does GR merge with QM?", "What happens at a black hole singularity?", "Is spacetime fundamental or emergent?"]}}, {"id": "darkmatter", "label": "暗物质", "color": "#ff6b6b", "category": "physics", "description": "宇宙中95%的能量密度不可见。已知之外还有未知的汪洋。", "depth": {"core_idea": "Dark matter and dark energy make up 95% of the universe. We can measure their effects precisely but have no idea what they are. This is not a gap in knowledge that will be filled by incremental progress - it likely requires a revolution in fundamental physics.", "why_it_matters": "Every star, planet, and person is 5% of what exists. The other 95% is unknown. This fact should fundamentally change how we think about scientific certainty. It also means the Standard Model of particle physics, for all its success, describes only a fraction of reality. The discoveries that explain dark matter and dark energy will transform physics as much as quantum mechanics and relativity did.", "action_principles": ["Do not confuse the map with the territory. We can measure dark matter effects without knowing what it is - hold that tension.", "Dark matter is not dark antimatter, dark clouds, or failed stars. Those have been ruled out. It is something fundamentally new.", "Dark energy is a property of empty space itself. This is not poetry; it is the current best-fit model (cosmological constant).", "When 95% of your model is unknown, the model may be incomplete. Modified gravity theories remain viable.", "The unknown is not a gap - it is a map of where revolution is needed. Major discoveries happen at the edges of what we cannot explain.", "Precision measurements are our best tool. The more precisely we map dark matter distributions, the better we can distinguish between candidates.", "Dark matter and dark energy may be related - or the answers may come from completely unexpected directions. Stay open."], "key_thinkers": [["Vera Rubin", "First robust evidence for dark matter from galaxy rotation curves, 1970s"], ["Fritz Zwicky", "First proposed dark matter in 1933 from galaxy cluster observations"], ["Katherine Freese", "Theoretical work on dark matter candidates including WIMPs and dark stars"], ["Saul Perlmutter", "Led the team that discovered the accelerating expansion (dark energy), Nobel 2011"], ["Adam Riess", "Co-discoverer of dark energy, Nobel 2011"], ["Elena Aprile", "Led XENON experiment - one of the most sensitive dark matter detectors"]], "timeline": [["1933", "Zwicky observes missing mass in the Coma cluster - coins dark matter"], ["1970s", "Rubin and Ford confirm dark matter from galaxy rotation curves"], ["1998", "Two independent teams discover the accelerating expansion - dark energy"], ["2003", "WMAP satellite precisely measures dark matter/dark energy content"], ["2010s-2020s", "Direct detection experiments (XENON, LUX, PandaX) push limits without detection"]], "cross_domain": [["Physics", "Dark matter requires physics beyond the Standard Model - new particles or modified gravity"], ["Cosmology", "Dark energy determines the ultimate fate of the universe - heat death or something else"], ["Philosophy", "Our knowledge is radically incomplete at the largest scales. Epistemic humility is not optional."], ["Technology", "Dark matter detectors push the limits of sensitivity and low-background measurement"], ["Complexity", "Dark matter distribution follows fractal-like structures - the cosmic web"], ["Epistemology", "How do we know what we cannot see? Dark matter is a case study in indirect measurement"]], "open_frontiers": ["What is dark matter made of: WIMPs, axions, sterile neutrinos, or something else?", "Is dark energy a constant or does it change over time?", "Can modified gravity explain observations without dark matter?", "Why is the cosmological constant so small (120 orders of magnitude off from quantum predictions)?", "Are dark matter and dark energy related, or independent phenomena?"]}}, {"id": "qentangle", "label": "量子纠缠", "color": "#ff6b6b", "category": "physics", "description": "相隔亿万光年的粒子间幽灵般的联系。超距作用的奥秘。", "depth": {"core_idea": "Entangled particles share a quantum state - measuring one instantly determines the other, regardless of distance. This is not a signal passing between them; it is a deeper fact about nonlocality in the universe.", "why_it_matters": "Entanglement powers quantum computing, cryptography, and teleportation. Beyond technology, it forces us to accept that the universe is nonlocal - separated particles can be correlated beyond what classical physics allows.", "action_principles": ["Entanglement is correlation, not communication - no FTL signaling", "Think of entangled particles as one shared system, not two connected ones", "Entanglement is fragile - any measurement destroys it", "Quantum teleportation transfers states, not matter", "Bell tests have conclusively ruled out local hidden variables"], "key_thinkers": [["Einstein-Podolsky-Rosen", "EPR paradox, 1935"], ["John Bell", "Bell inequality, 1964"], ["Anton Zeilinger", "Entanglement experiments, Nobel 2022"], ["Charles Bennett", "Quantum teleportation protocol"]], "timeline": [["1935", "EPR paper"], ["1964", "Bell inequality"], ["1982", "Aspect experiment confirms violation"], ["2022", "Nobel Prize for entanglement"]], "cross_domain": [["Computing", "Entanglement enables quantum speedup"], ["Philosophy", "Nonlocality challenges causality and reality"], ["Cryptography", "Quantum key distribution is provably secure"], ["Cosmology", "ER=EPR: spacetime from entanglement?"]], "open_frontiers": ["Is spacetime emergent from entanglement?", "Can entanglement scale to practical quantum computing?", "Does entanglement play a role in biology?"]}}, {"id": "decoherence", "label": "量子退相干", "color": "#ff6b6b", "category": "physics", "description": "量子系统与环境纠缠导致量子性丧失。从量子到经典的桥梁。", "depth": {"core_idea": "Decoherence is how quantum systems lose quantum behavior by entangling with the environment. The superposition spreads until quantum effects become unobservable. This explains why the macroscopic world appears classical.", "why_it_matters": "Decoherence is why quantum computing is hard. Every qubit must be isolated from the environment - but isolation gets harder with scale. Understanding decoherence is essential for quantum engineering.", "action_principles": ["Decoherence is unavoidable for any system interacting with its environment", "Decoherence is NOT collapse - it is still unitary evolution", "The quantum-classical transition is gradual, not sharp", "Perfect isolation is impossible; error correction is necessary", "Decoherence limits how many quantum operations you can perform"], "key_thinkers": [["Dieter Zeh", "Proposed decoherence, 1970"], ["Wojciech Zurek", "Einselection theory"], ["Serge Haroche", "Observed decoherence, Nobel 2012"], ["Michel Devoret", "Decoherence in superconducting qubits"]], "timeline": [["1970", "Zeh proposes decoherence"], ["1996", "First direct observation"], ["2000s", "Central to quantum computing"], ["2012", "Nobel for decoherence experiments"]], "cross_domain": [["Quantum Computing", "Decoherence is the primary obstacle"], ["Foundations", "Decoherence explains classicality without collapse"], ["Biology", "Quantum biology must survive decoherence"], ["Philosophy", "Decoherence is the closest we have to solving the measurement problem"]], "open_frontiers": ["Does decoherence solve the measurement problem?", "Can error correction overcome decoherence at scale?", "How do biological systems maintain coherence?"]}}, {"id": "life", "label": "生命", "color": "#51cf66", "category": "biology", "description": "生命是局部反熵的有序结构——通过消耗能量在局部降低熵增。", "depth": {"core_idea": "Life is matter that organizes itself to persist and replicate. It is a local decrease in entropy achieved by increasing entropy elsewhere. Life is defined by what it does - metabolize, grow, respond, reproduce, evolve - not by what it is made of.", "why_it_matters": "Understanding life shapes how we search for it elsewhere, create artificial life, and value different forms of existence. The boundary between natural and artificial life may be less meaningful than we assume.", "action_principles": ["Life is a process, not a substance", "All known life shares a common ancestor and the same fundamental chemistry", "Life exploits energy gradients - it feeds on low entropy", "Complexity comes from evolution, not design", "The boundary with non-life is blurry (viruses, synthetic biology)", "You are an ecosystem - more bacterial cells than human ones"], "key_thinkers": [["Erwin Schrodinger", "What is Life?, 1944"], ["Francis Crick", "DNA structure"], ["Carl Woese", "Archaea discovery"], ["Lynn Margulis", "Endosymbiotic theory"], ["Craig Venter", "First synthetic cell, 2010"]], "timeline": [["1859", "Darwin: Origin of Species"], ["1944", "Schrodinger: What is Life?"], ["1953", "DNA structure discovered"], ["2010", "First synthetic cell"]], "cross_domain": [["AI", "What would silicon-based life look like?"], ["Entropy", "Life is the most beautiful example of local anti-entropy"], ["Philosophy", "Purpose emerges through evolution, no designer needed"], ["Astrobiology", "Searching for life means searching for what it DOES"], ["Medicine", "Synthetic biology blurs life and machine"]], "open_frontiers": ["Can we create artificial life from scratch?", "Is life a cosmic imperative or a rare accident?", "What is the minimum system that can be considered alive?"]}}, {"id": "evolution", "label": "进化", "color": "#51cf66", "category": "biology", "description": "自然选择驱动的适应性变化。生命是信息在时间中的自我优化。", "depth": {"core_idea": "Evolution is the simplest powerful algorithm ever discovered: variation, selection, heredity. Run it for enough time and you get eyes, wings, consciousness, and culture. No designer, no goal - just local optimization under constraint. The beauty is not in the outcome but in the process: blind, relentless, and creative beyond any designer's imagination.", "why_it_matters": "Evolution is relevant to everything because it is the only known mechanism for generating organized complexity without a designer. If you understand evolution, you understand how life works, how ideas spread, how technology improves, and how AI learns. It is the universal algorithm of creativity - and recognizing that changes how you think about progress itself.", "action_principles": ["Evolution has no direction - it only optimizes for the current environment. The idea of progress is a human projection, not a feature of the algorithm.", "Diversity is not optional - it is the fuel. Without variation, selection has nothing to work on. Systems that suppress variation eventually stagnate.", "Cooperators outcompete defectors in the long run - but only if the game is structured correctly. Altruism evolves when it creates conditions for reciprocal benefit.", "Redundancy is not waste - it is the cost of robustness. Systems optimized for peak efficiency are fragile.", "Local optima are traps. Major evolutionary breakthroughs happen when a system gets pushed out of a local optimum - often by a crisis.", "Extinction is permanent and informative. Every extinct lineage is a hypothesis tested and falsified by reality.", "Cultural evolution is faster than genetic evolution - and it is the lens through which we must understand the AI transition."], "key_thinkers": [["Charles Darwin", "Origin of Species, 1859 - natural selection as the mechanism of evolution"], ["Gregor Mendel", "Discovered the laws of inheritance - the mechanism Darwin lacked"], ["Ronald Fisher", "Unified Darwin and Mendel in the Modern Synthesis of evolutionary biology"], ["Richard Dawkins", "The Selfish Gene - gene-centric view of evolution, extended phenotype"], ["Stephen Jay Gould", "Punctuated equilibrium - evolution proceeds in bursts, not gradually"], ["Eörs Szathmáry", "Major transitions in evolution - how complexity increases over time"]], "timeline": [["1859", "Darwin publishes On the Origin of Species"], ["1866", "Mendel publishes laws of inheritance (largely ignored until 1900)"], ["1930-1940", "Modern Synthesis: population genetics unifies Darwin and Mendel"], ["1972", "Gould and Eldredge: punctuated equilibrium"], ["1976", "Dawkins: The Selfish Gene, meme theory"], ["1995", "Szathmáry and Maynard Smith: Major Transitions in Evolution"]], "cross_domain": [["AI", "Evolutionary algorithms and deep learning are both optimization processes - evolution is the original gradient descent"], ["Technology", "The evolution of technology follows Darwinian logic - variation, selection, inheritance across patent lineages"], ["Culture", "Memes are replicators. Ideas compete for attention, mutate in transmission, and are selected by human cognition"], ["Medicine", "Antibiotic resistance is evolution in fast-forward - the most urgent evolutionary problem we face"], ["Economics", "Markets are evolutionary systems - firms compete, business models mutate, bankruptcies are extinction events"]], "open_frontiers": ["Is the evolution of intelligence inevitable, or is it a rare accident that happened once on Earth?", "Can we reconcile the apparent directedness of the major transitions with the claim that evolution has no direction?", "Is cultural evolution truly Darwinian, or does it require a different theoretical framework?", "If we build artificial selection for AI, are we playing a role analogous to natural selection - or something entirely new?", "What will the next major transition in evolution look like, and are we in the middle of one right now?"]}}, {"id": "dna", "label": "DNA", "color": "#51cf66", "category": "biology", "description": "生命的编码语言。四字母组合存储了数十亿年的进化智慧。", "depth": {"core_idea": "DNA is a molecule that stores information. Four bases in a double helix encode the instructions for building and operating a living organism. DNA is proof that information is physical - it can be stored, copied, read, and modified.", "why_it_matters": "DNA sequencing is now cheap enough to read any genome in hours. DNA synthesis is becoming cheap enough to write new genomes. The 21st century will be shaped by our ability to read and write DNA.", "action_principles": ["Information is always stored in a physical medium - DNA is the most impressive example", "The genetic code is nearly universal across all life - evidence for a common ancestor", "Mutations are copying errors that drive evolution", "Reading DNA is cheaper than storing data on tape; writing is getting cheaper", "The human genome is not a blueprint but a recipe - the outcome depends on interactions"], "key_thinkers": [["Watson and Crick", "DNA double helix, 1953"], ["Rosalind Franklin", "X-ray crystallography evidence"], ["Frederick Sanger", "First DNA sequencing method"], ["Jennifer Doudna", "CRISPR gene editing"]], "timeline": [["1869", "Miescher discovers DNA"], ["1953", "Double helix structure"], ["2003", "Human Genome Project completed"], ["2012", "CRISPR developed"]], "cross_domain": [["Computing", "DNA can store exabytes per gram"], ["Evolution", "Mutations are the substrate of evolutionary change"], ["Medicine", "Gene editing can cure genetic diseases"], ["Data storage", "DNA is the most durable storage medium known"]], "open_frontiers": ["Can we write synthetic genomes from scratch?", "Should we edit the human germline?", "What are the limits of DNAs storage capacity?"]}}, {"id": "epigenetics", "label": "表观遗传", "color": "#51cf66", "category": "biology", "description": "超越DNA序列的遗传机制。环境可以改变基因的表达方式。", "depth": {"core_idea": "Epigenetics studies chemical modifications to DNA that change gene expression without changing the DNA sequence. Experience leaves molecular marks on the genome - some of which can be inherited.", "why_it_matters": "Epigenetics blurs nature vs nurture. Your choices and experiences leave permanent molecular marks. The effects of trauma and adversity can transmit biologically across generations.", "action_principles": ["Genes are not destiny - expression matters as much as sequence", "Epigenetic marks can be reversible - lifestyle changes matter", "Early life environment has lasting epigenetic effects", "Some epigenetic changes are inherited across generations", "Aging is accompanied by systematic epigenetic changes"], "key_thinkers": [["Conrad Waddington", "Coined epigenetics, 1942"], ["Moshe Szyf", "Experience alters DNA methylation"], ["Michael Skinner", "Transgenerational inheritance"], ["Rudolf Jaenisch", "Epigenetic reprogramming"]], "timeline": [["1942", "Waddington coins epigenetics"], ["2003", "Human Epigenome Project"], ["2010s", "Transgenerational inheritance confirmed"]], "cross_domain": [["Medicine", "Epigenetic markers diagnose cancer"], ["Psychology", "Trauma leaves epigenetic marks across generations"], ["Evolution", "Epigenetics enables faster adaptation than genetic mutation"], ["Public Health", "Epigenetic effects of childhood adversity have intergenerational consequences"]], "open_frontiers": ["How much is truly transgenerational in humans?", "Can we therapeutically reverse harmful epigenetic marks?", "How do epigenetic changes relate to aging?"]}}, {"id": "symbiosis", "label": "共生", "color": "#51cf66", "category": "biology", "description": "不同物种间的互利合作。合作刻在生命的底层逻辑中。", "depth": {"core_idea": "Symbiosis is the living together of different species. The eukaryotic cell - and all complex life - originated when one bacterium engulfed another and they learned to live together. Cooperation is a fundamental evolutionary strategy.", "why_it_matters": "Symbiosis forces us to rethink the individual. You are a symbiotic community - your gut bacteria outnumber your human cells. The line between self and other is not where we thought it was.", "action_principles": ["Not all interactions are competitive - cooperation can outcompete competition", "Symbiosis can create entirely new forms of life", "The line between individual and collective is not sharp", "Obligate symbiosis means neither partner can survive alone", "Symbiosis is evolutionary outsourcing - specialize and partner"], "key_thinkers": [["Lynn Margulis", "Endosymbiotic theory"], ["Angela Douglas", "Nutritional symbiosis"], ["David Attenborough", "Documented symbiotic relationships"]], "timeline": [["1967", "Margulis publishes endosymbiotic theory"], ["1970s", "Molecular evidence confirms"], ["2010s", "Human microbiome projects"], ["2020s", "Synthetic symbiosis engineering"]], "cross_domain": [["Evolution", "Symbiosis creates evolutionary novelty", "Medicine", "The human microbiome is essential to health"], ["Economics", "Trade and specialization are economic symbiosis"], ["Philosophy", "If you are a community, who is the I that experiences?"]], "open_frontiers": ["How did the first endosymbiosis happen?", "Can we engineer beneficial symbioses?", "Is human-AI symbiosis genuine or metaphorical?"]}}, {"id": "neuroplastic", "label": "神经可塑性", "color": "#51cf66", "category": "biology", "description": "大脑根据经验重塑自身连接的能力。学习即物理上的重连。", "depth": {"core_idea": "Neuroplasticity is the brains ability to reorganize itself throughout life. Every time you learn, your brain changes at the synaptic level. The brain is not fixed - it continuously rewires itself.", "why_it_matters": "This is the most empowering discovery in neuroscience. You are never too old to change. Deliberate practice physically rewires your brain. The limits you perceive are patterns that can be changed.", "action_principles": ["Your brain is use-it-or-lose-it - unused connections are pruned", "Learning requires attention - passive exposure does not rewire", "Plasticity is highest in childhood but continues throughout life", "Recovery from brain injury is possible because of plasticity", "Deliberate practice changes brain structure in weeks"], "key_thinkers": [["Michael Merzenich", "Adult brain plasticity pioneer"], ["Eric Kandel", "Synaptic plasticity mechanisms, Nobel 2000"], ["Norman Doidge", "The Brain That Changes Itself"], ["V.S. Ramachandran", "Phantom limb therapy"]], "timeline": [["1949", "Hebbian learning proposed"], ["1960s", "Critical periods discovered"], ["2000s", "Plasticity-based therapies developed"]], "cross_domain": [["AI", "Neural networks inspired by synaptic plasticity"], ["Education", "Learning strategies should leverage plasticity"], ["Psychology", "CBT physically rewires brain circuits"], ["Rehabilitation", "Stroke recovery depends on plasticity"]], "open_frontiers": ["What are the absolute limits of adult plasticity?", "Can we safely enhance plasticity pharmacologically?", "How does plasticity relate to consciousness?"]}}, {"id": "ai", "label": "人工智能", "color": "#339af0", "category": "cs", "description": "硅基模拟的认知。从符号逻辑到神经网络,正在催生新的心智形式。", "depth": {"core_idea": "Artificial intelligence is the attempt to replicate cognitive functions - perception, reasoning, learning, decision-making - in silicon. The fundamental surprise of the last decade is that scale worked beyond anyone's expectations. We did not discover the algorithm of intelligence; we discovered that a simple algorithm, scaled massively, produces behaviors that look indistinguishable from understanding. This should make us deeply humble about what we think we know about intelligence itself.", "why_it_matters": "AI is not just another technology - it is the first technology in history that is about intelligence itself. Previous technologies amplified muscle (steam), amplified reach (transport), amplified memory (writing). AI amplifies thinking. It changes the boundary of what is possible not by changing the physical world, but by changing the cognitive one. Every field will be transformed not by AI replacing humans, but by AI-augmented humans outperforming un-augmented ones.", "action_principles": ["Intelligence and consciousness are different things. Do not conflate them. An AGI is not necessarily a conscious entity, and a conscious entity is not necessarily generally intelligent.", "Current AI is pattern matching at unprecedented scale, not understanding. The difference matters for trust and safety.", "The alignment problem is not academic. Every AI system optimizes for something, and what it optimizes for may diverge from what you actually want.", "Scale is not a strategy for AGI. It worked once; expecting it to work again is extrapolation, not science.", "AI will not replace humans. Humans with AI will replace humans without AI. The distribution of AI access will determine the next global inequality.", "AI safety is not a future problem. It is embedded in every deployment decision being made today.", "The most important question is not what AI can do, but who decides what AI should do."], "key_thinkers": [["Alan Turing", "Computing Machinery and Intelligence, 1950 - the Imitation Game and the foundation of AI philosophy"], ["John McCarthy", "Coined the term AI, organized the Dartmouth Conference of 1956 - the birth of AI as a field"], ["Geoffrey Hinton", "Deep learning pioneer - backpropagation, deep belief networks, and the modern AI revolution"], ["Yoshua Bengio", "Deep learning, attention mechanisms, and the representation learning framework"], ["Dario Amodei", "AI safety researcher, scaling laws, and the case for taking AI risk seriously"], ["Fei-Fei Li", "ImageNet - the dataset that enabled the deep learning revolution and human-centered AI advocacy"]], "timeline": [["1950", "Turing publishes Computing Machinery and Intelligence"], ["1956", "Dartmouth Conference officially establishes AI as a field"], ["1966", "ELIZA chatbot demonstrates how easy it is to simulate understanding"], ["1997", "Deep Blue defeats Kasparov in chess"], ["2012", "AlexNet wins ImageNet by a large margin - the deep learning revolution begins"], ["2017", "Vaswani et al. publish Attention Is All You Need - the Transformer architecture"], ["2022-2026", "Large language models reach human-level conversation, multimodal capabilities emerge"], ["2023", "The alignment problem enters mainstream discourse as AI capabilities accelerate"]], "cross_domain": [["Philosophy", "If an AI behaves as if it understands, does it understand? The Turing Test remains surprisingly unresolved after 75 years"], ["Ethics", "Every AI system embeds ethical choices in its architecture, training data, and deployment context - neutrality is a myth"], ["Economics", "AI creates abundance in prediction but scarcity in human judgment - the economic impact is asymmetric"], ["Art", "AI art challenges the definition of creativity - if anyone can generate beauty with a prompt, what is the role of the artist?"], ["Science", "AI is becoming a new kind of scientific instrument - not a telescope or microscope, but a hypothesis generator"], ["Society", "The distribution of AI capability will be the defining political question of the next decade"]], "open_frontiers": ["How do we align AI systems with values that we cannot fully specify and that differ across cultures?", "Will scaling alone lead to AGI, or does it require fundamentally new architectural insights?", "How do we ensure that AI benefits are distributed equitably rather than concentrated?", "What rights, if any, should advanced AI systems have?", "Is there a fundamental limit to what pattern matching can achieve, or is understanding just more pattern matching?", "How do we maintain human agency in a world where AI systems make increasingly consequential decisions?"]}}, {"id": "information", "label": "信息论", "color": "#339af0", "category": "cs", "description": "信息是对不确定性的消除。比特是宇宙的基本货币。", "depth": {"core_idea": "Information is a reduction in uncertainty, measured in bits. Shannon entropy quantifies the average information in a message. Information theory is the mathematics of the digital age.", "why_it_matters": "Every compression algorithm, error correction code, and encryption system relies on information theory. The bit is not just a computing unit - it is a fundamental unit of reality.", "action_principles": ["Information is measured by surprise - predictable messages contain little info", "Compression works because not all messages are equally likely", "Noise is inevitable - error correction is essential", "The bit is a fundamental unit of reality (Landauers principle)", "Information is physical - storing or erasing it requires energy"], "key_thinkers": [["Claude Shannon", "Founded information theory, 1948"], ["John von Neumann", "Information-entropy connection"], ["David Huffman", "Optimal compression coding"], ["Rolf Landauer", "Landauers principle"]], "timeline": [["1948", "Shannon publishes information theory"], ["1961", "Landauer principle formulated"], ["1994", "Quantum information theory emerges"]], "cross_domain": [["Physics", "Landauer principle links info and thermodynamics"], ["Biology", "DNA is natures information storage system"], ["AI", "Neural nets minimize information-theoretic loss"], ["Philosophy", "If everything is information, what is meaning?"]], "open_frontiers": ["Is information a fundamental property of the universe?", "What is the thermodynamic cost of intelligence?", "Can information be destroyed (black hole paradox)?"]}}, {"id": "code", "label": "编码", "color": "#339af0", "category": "cs", "description": "从DNA到编程语言,编码是将信息跨形式转化的通用机制。", "depth": {"core_idea": "A code is a systematic mapping between representations. DNA to proteins, Morse code to letters, binary to computation, language to thought. Understanding code reveals the deep unity between biology, computing, and culture.", "why_it_matters": "When you understand that DNA and computer code solve similar problems, you can borrow insights across fields. This is not intellectually satisfying - it is practically useful.", "action_principles": ["Every information system needs a code", "The simpler the code, the more robust it is", "All codes have redundancy - languages are about 50% redundant", "Error detection is built into codes", "No single code captures everything"], "key_thinkers": [["Claude Shannon", "Source coding theorem"], ["Alan Turing", "Universal Turing machine"], ["Francis Crick", "The genetic code"], ["Noam Chomsky", "Universal grammar"]], "timeline": [["1838", "Morse code invented"], ["1948", "Shannon formalizes coding theory"], ["1953", "Genetic code discovered"], ["1960s", "ASCII standardizes text"]], "cross_domain": [["Biology", "The genetic code is nearly universal"], ["Computing", "All programming languages encode the same computation"], ["Linguistics", "Natural language is our most powerful code"], ["Philosophy", "Is thought itself a form of encoding?"]], "open_frontiers": ["Is there a universal code for all knowledge?", "How do biological and digital codes compare?", "Can we develop codes shared by AI and humans?"]}}, {"id": "learning", "label": "学习", "color": "#339af0", "category": "cs", "description": "从经验中改进的能力。强化、监督、无监督是三种基本范式。", "depth": {"core_idea": "Learning is how a system improves through experience. All learning systems share: data, an objective function, and a mechanism for change. From Hebbian plasticity to backpropagation to natural selection - the underlying logic is the same.", "why_it_matters": "Understanding learning principles helps you learn better, teach better, and design AI. Education, habit formation, and AI development are all applications of the same fundamentals.", "action_principles": ["Learning requires feedback - without it, learning cannot happen", "Overfitting is the fundamental pathology: memorizing without extracting principles", "The best learning happens at the edge of competence", "Spaced repetition builds more durable memories than cramming", "Active recall is more effective than passive review", "Transfer - applying knowledge across domains - is the hallmark of deep understanding"], "key_thinkers": [["Ivan Pavlov", "Classical conditioning"], ["B.F. Skinner", "Operant conditioning"], ["David Rumelhart", "Backpropagation"], ["Richard Sutton", "Reinforcement learning"], ["Barbara Oakley", "Learning how to learn"]], "timeline": [["1900s", "Pavlov and conditioning"], ["1949", "Hebbian learning"], ["1986", "Backpropagation popularized"], ["2010s", "Deep reinforcement learning masters games"]], "cross_domain": [["AI", "Machine learning is the engine of AI", "Education", "Evidence-based teaching methods"], ["Psychology", "Habit formation follows learning principles"], ["Evolution", "Natural selection is a learning algorithm"]], "open_frontiers": ["What is the relationship between learning and understanding?", "Can machines learn from as little data as humans?", "Is there a universal learning algorithm?"]}}, {"id": "transformer", "label": "Transformer", "color": "#339af0", "category": "cs", "description": "自注意力机制让模型同时看见序列所有位置——改变了AI格局。", "depth": {"core_idea": "The Transformer processes entire sequences in parallel using self-attention. This parallelization enabled unprecedented scale, and scale revealed emergent capabilities that surprised even the researchers who built them.", "why_it_matters": "The Transformer is behind every major LLM. It is the most consequential AI innovation of the 2020s, comparable in impact to the transistor.", "action_principles": ["Attention is the core innovation - the model learns what to focus on", "Parallelization enabled scale - RNNs processed tokens one at a time", "Larger models consistently perform better (scaling laws)", "Positional encoding is needed because Transformers have no built-in sense of order", "Emergent abilities appear at specific scale thresholds unpredictably"], "key_thinkers": [["Ashish Vaswani", "Attention Is All You Need, 2017"], ["Noam Shazeer", "Co-author, key architectural decisions"], ["Ilya Sutskever", "Scaling approach at OpenAI"], ["Andrej Karpathy", "Transformers education and implementation"]], "timeline": [["2017", "Attention Is All You Need"], ["2018", "GPT-1, BERT"], ["2020", "GPT-3 and scaling laws"], ["2022", "ChatGPT reaches 100M users"]], "cross_domain": [["AI", "The most impactful architecture in AI history"], ["Linguistics", "Transformers learn grammar without explicit rules"], ["Biology", "Applied to protein folding (AlphaFold)"], ["Philosophy", "If attention is all you need, what is understanding?"]], "open_frontiers": ["Can Transformers alone achieve AGI?", "What are the limits of attention?", "How do we make Transformers more efficient?"]}}, {"id": "emergence_ai", "label": "AI涌现", "color": "#339af0", "category": "cs", "description": "大模型在规模达到临界点后突然出现的、训练时未教导的能力。", "depth": {"core_idea": "AI emergence refers to capabilities that appear at scale without explicit training. A model that cannot add at 1B parameters might reason at 100B. This is not magic - it is a property of high-dimensional representations.", "why_it_matters": "Understanding emergence is essential for AI safety. We cannot predict what capabilities will emerge at what scale. We must monitor and prepare for emergence, not be surprised by it.", "action_principles": ["Scale is the primary driver of emergence", "Emergence cannot be predicted from smaller models - this is the core safety challenge", "Not all capabilities emerge at the same scale", "Emergence makes AI safety harder", "Monitoring emergent capabilities should be standard practice"], "key_thinkers": [["Jason Wei", "Documented emergent abilities in LLMs"], ["Sam McCandlish", "Scaling laws research"], ["Jared Kaplan", "Scaling laws for neural models"], ["Dario Amodei", "AI safety and unexpected capabilities"]], "timeline": [["2020", "Scaling laws paper"], ["2022", "Emergent abilities documented"], ["2023", "GPT-4 demonstrates multimodal reasoning"]], "cross_domain": [["AI", "Emergence makes AI capability unpredictable"], ["Complexity", "Emergence in AI mirrors natural systems"], ["Safety", "Unpredictable capabilities challenge alignment"], ["Policy", "How to regulate if we cannot predict capabilities?"]], "open_frontiers": ["Can we predict what will emerge at scale?", "Is AI emergence a phase transition?", "How do we ensure safe emergence?"]}}, {"id": "alignment", "label": "对齐问题", "color": "#339af0", "category": "cs", "description": "如何确保AI目标与人类价值观一致。硅基时代最核心的安全问题。", "depth": {"core_idea": "The alignment problem: how to ensure AI systems pursue the goals humans intend, not unintended objectives. It is the most important problem in AI safety.", "why_it_matters": "Misaligned superhuman AI could be catastrophic. Specifying goals precisely is extremely difficult. AI systems are adept at finding loopholes in objectives.", "action_principles": ["Specifying goals precisely is extremely difficult", "Reward hacking - AI finds loopholes in objectives", "Value learning and corrigibility are open research areas", "Intelligence does not imply benevolence", "Alignment gets harder with more capable AI"], "key_thinkers": [["Nick Bostrom", "Superintelligence, 2014"], ["Paul Christiano", "RLHF, alignment research"], ["Stuart Russell", "Provably beneficial AI"], ["Eliezer Yudkowsky", "Corrigibility, value loading"]], "timeline": [["1960", "Alignment problem articulated"], ["2014", "Bostrom: Superintelligence"], ["2020", "RLHF becomes standard"], ["2023-2026", "Constitutional AI, scalable oversight developed"]], "cross_domain": [["AI", "Central safety problem in AI", "Philosophy", "What are human values? Can we specify them?"], ["Economics", "Misaligned AI could cause catastrophic damage"], ["Ethics", "Misaligned AI could be humanitys worst mistake"]], "open_frontiers": ["How to align AI when we cannot specify human values?", "Can AI help solve alignment?", "What are the limits of RLHF?"]}}, {"id": "chaos", "label": "混沌", "color": "#e8590c", "category": "math", "description": "确定性系统的不可预测性。蝴蝶效应:微小差异导致天壤之别。", "depth": {"core_idea": "Chaos theory studies deterministic systems that are unpredictable. Tiny differences in initial conditions lead to exponentially diverging outcomes - the butterfly effect.", "why_it_matters": "Chaos explains why weather forecasting has limits, why markets fluctuate, and why some systems are fundamentally unpredictable. It is not randomness - it is sensitivity.", "action_principles": ["Deterministic does not mean predictable", "Small changes have enormous effects over time", "Chaos has structure - strange attractors", "Prediction horizons are fundamental limits, not technical problems", "Feedback amplifies small differences exponentially"], "key_thinkers": [["Edward Lorenz", "Discovered chaos in weather, 1963"], ["Henri Poincare", "Three-body problem insights"], ["Benoit Mandelbrot", "Fractals and chaos"], ["Mitchell Feigenbaum", "Feigenbaum constants"]], "timeline": [["1880s", "Poincare: three-body problem"], ["1963", "Lorenz: butterfly effect"], ["1975", "Feigenbaum constants"], ["1980s", "Chaos theory mainstream"]], "cross_domain": [["Climate", "Weather prediction has fundamental limits"], ["Economics", "Markets exhibit chaotic behavior"], ["Biology", "Heartbeats show chaotic dynamics"], ["Philosophy", "Chaos challenges determinism without randomness"]], "open_frontiers": ["Is the universe fundamentally chaotic?", "Can chaos be controlled?", "Does chaos limit prediction in all complex systems?"]}}, {"id": "symmetry", "label": "对称性", "color": "#e8590c", "category": "math", "description": "对称性是自然的基本语言。诺特定理:对称对应守恒律。", "depth": {"core_idea": "Noethers theorem: every continuous symmetry corresponds to a conservation law. Symmetry is the hidden language of nature - it constrains possible theories and generates the laws of physics.", "why_it_matters": "Symmetry principles are the deepest known description of fundamental physics. Understanding symmetry means understanding why there are conservation laws, forces, and particles.", "action_principles": ["Noethers theorem: symmetry = conservation law", "Broken symmetry creates structure (Higgs mechanism, phase transitions)", "Symmetry constrains possible theories", "Gauge symmetry underlies all fundamental forces"], "key_thinkers": [["Emmy Noether", "Noethers theorem, 1915"], ["Hermann Weyl", "Gauge theory"], ["Chen Ning Yang", "Yang-Mills theory"], ["Peter Higgs", "Symmetry breaking gives mass"]], "timeline": [["1915", "Noethers theorem"], ["1954", "Yang-Mills gauge theory"], ["2012", "Higgs boson discovered"]], "cross_domain": [["Physics", "All forces arise from gauge symmetries"], ["Math", "Symmetry groups are fundamental"], ["Biology", "Symmetry pervasive in biological forms"], ["Art", "Symmetry is a deep principle of beauty"]], "open_frontiers": ["Why is the universe so symmetric?", "Is supersymmetry real?", "What broke matter-antimatter symmetry?"]}}, {"id": "fractal", "label": "分形", "color": "#e8590c", "category": "math", "description": "自相似的结构。局部与整体在尺度上重复。从海岸线到神经网络。", "depth": {"core_idea": "Fractals are self-similar patterns repeating at different scales. The same shape appears from coastlines to lungs to galaxies. Simple iterative rules generate infinite complexity.", "why_it_matters": "Fractals show that simple rules generate infinite complexity. They are the geometry of nature - rough, irregular, and beautiful. Fractal dimension measures roughness.", "action_principles": ["Self-similarity is everywhere in nature", "Simple rules generate fractal complexity", "Fractal dimension measures roughness", "Nature uses fractals for efficiency (lungs, blood vessels)", "Scale invariance marks critical systems"], "key_thinkers": [["Benoit Mandelbrot", "Fractal geometry, 1975"], ["Gaston Julia", "Julia sets"], ["Helge von Koch", "Koch snowflake"], ["Michael Barnsley", "Iterated function systems"]], "timeline": [["1870s", "Cantor set, Koch curve"], ["1975", "Mandelbrot coins fractal"], ["1980s", "Mandelbrot set visualization"]], "cross_domain": [["Biology", "Lungs use fractal branching for efficiency"], ["Physics", "Fractals in turbulence and critical phenomena"], ["Art", "Fractal patterns across cultures"], ["Tech", "Fractal antennas, compression"]], "open_frontiers": ["Why is nature so fractal?", "What determines fractal dimension?", "Can fractals describe quantum spacetime?"]}}, {"id": "topology", "label": "拓扑", "color": "#e8590c", "category": "math", "description": "连续性的数学。在拓扑学家眼中,咖啡杯和甜甜圈是一回事。", "depth": {"core_idea": "Topology studies properties unchanged under continuous deformation. To a topologist, a coffee cup and donut are the same - both have one hole.", "why_it_matters": "Topology provides the language for connectedness, holes, and boundaries. Essential for data analysis, physics, and understanding the shape of the universe.", "action_principles": ["Topology ignores size and angles - only connectedness matters", "The number of holes is a topological invariant", "Topological data analysis for real data", "Knot theory has biological relevance", "Topological phases are a new physics frontier"], "key_thinkers": [["Euler", "Euler characteristic"], ["Poincare", "Algebraic topology founder"], ["Perelman", "Proved Poincare conjecture"], ["Xiao-Gang Wen", "Topological order"]], "timeline": [["1736", "Euler bridges problem"], ["1895", "Poincare: algebraic topology"], ["2003", "Perelman proves conjecture"], ["2016", "Nobel for topological phases"]], "cross_domain": [["Data science", "Topological data analysis for high-dim data"], ["Physics", "Topological phases enable quantum computing"], ["Biology", "DNA topology affects gene expression"], ["Networks", "Topology determines network resilience"]], "open_frontiers": ["Is the universe topologically complex?", "Can topological quantum computing work?", "What is spacetime topology at Planck scale?"]}}, {"id": "gametheory", "label": "博弈论", "color": "#e8590c", "category": "math", "description": "策略互动的数学。囚徒困境揭示个体与集体理性的深刻矛盾。", "depth": {"core_idea": "Game theory studies strategic interactions where outcomes depend on everyones choices. The mathematics of conflict and cooperation.", "why_it_matters": "Game theory explains why people cooperate, wars happen, and markets work. Essential for economics, politics, and AI alignment.", "action_principles": ["Prisoners dilemma reveals individual vs collective rationality", "Nash equilibrium is not always optimal", "Repeated interactions enable cooperation", "Commitment and credibility are strategic resources", "Change incentives, change behavior"], "key_thinkers": [["John von Neumann", "Game theory founder, 1944"], ["John Nash", "Nash equilibrium"], ["Thomas Schelling", "Bargaining and conflict"], ["Robert Axelrod", "Evolution of cooperation"]], "timeline": [["1944", "Theory of Games and Economic Behavior"], ["1950", "Nash equilibrium"], ["1984", "Axelrod: evolution of cooperation"]], "cross_domain": [["Economics", "Market design uses game theory"], ["Biology", "Evolutionary game theory explains animal behavior"], ["Politics", "International relations and treaties"], ["AI", "Multi-agent systems and alignment use game theory"]], "open_frontiers": ["How to escape prisoners dilemmas globally?", "Limits of game theory for human behavior?", "Can game theory help solve alignment?"]}}, {"id": "emergence", "label": "涌现", "color": "#fcc419", "category": "systems", "description": "简单规则在大量个体互动中产生复杂集体行为。从蚁群到智能。", "depth": {"core_idea": "涌现是简单规则在大量个体互动中产生复杂集体行为的现象。各个部分之和大于整体,而且这个“更多”无法从部分预测。生命、意识、市场、文化——全部是涌现的产物。", "why_it_matters": "涌现让你知道:控制不是唯一的管理方式。有时候最好的做法不是设计结果,而是设计规则,然后给系统空间让它自己找到答案。这在团队管理、编程设计、教育改革和社区建设中都有深刻的实践意义。", "action_principles": ["① 设计规则,而非结果:涌现系统的管理者应关注互动规则和反馈机制,而不是强制特定结果", "② 维持多样性:系统的多样性越高,涌现的可能性越丰富——团队中的角色多样性、生态系统中的物种多样性、研究中的学科多样性", "③ 找到临界点:涌现往往在某个临界规模或复杂度级别上突然发生,找到这个临界点就找到了爆发的开关", "④ 容忍夑冒和错误:涌现需要试错空间——太多的控制会杀死涌现的可能性", "⑤ 注意层次:涌现的规律不能还原到微观层次——不要用组织行为推测个体意图,也不要用个体意图解释组织行为"], "key_thinkers": [["Philip Anderson", "1972年《更多即不同》,确立了涌现的科学地位"], ["John Holland", "复杂性科学先驱,编写《隐秘序》《涌现》"], ["Stuart Kauffman", "自组织临界性与涌现的生物学基础"], ["Steven Johnson", "《好想法从哪来》作者,将涌现观念普及到创造力领域"]], "timeline": [["1875", "Wundt建立实验心理学,意识的涌现问题被系统研究"], ["1972", "Anderson发表《更多即不同》,涌现进入主流科学"], ["1990s", "复杂性科学舍里质夫研究院建立,涌现成为交叉学科核心概念"], ["2010s", "深度学习爆发:简单的神经网络规则通过规模扩展涌现出复杂认知能力"], ["2020s", "大语言模型的涌现能力成为AI研究核心议题"]], "cross_domain": [["生物", "蚁群的涌现:弱智的个体通过简单规则产生复杂的群体智能,没有集中控制却能解决复杂问题"], ["AI", "深度学习的涌现能力:网络规模超过临界点后,突然出现训练时未明确教导的新能力"], ["社会", "市场经济的涌现:没有集中计划,仅靠价格信号和自利动机就产生了复杂的分工体系"], ["艺术", "创造力的涌现:独创往往来自已有想法在新连接中的突然重排"], ["哲学", "意识的涌现:当多少复杂度的神经网络开始产生主观体验?这是涌现理论最深刻的未解问题"]], "open_frontiers": ["能否建立一个统一的涌现理论,衡跨生物、AI和社会系统?", "电脑科学能否“设计”涌现,而不只是希望它发生?", "时间层面在涌现中扮演什么角色?不同的时间尺度如何互相嵌套?"]}}, {"id": "network", "label": "网络科学", "color": "#fcc419", "category": "systems", "description": "世界由连接定义。从大脑到社交网络,六度分隔是经验法则。", "depth": {"core_idea": "Network science studies how connections shape system behavior. From neural to social networks, structure determines function.", "why_it_matters": "To understand a system, understand its network. Connections reveal vulnerabilities, influencers, and information flow.", "action_principles": ["Connection structure matters as much as nodes", "Hubs dominate network behavior", "Robust to random failure, vulnerable to targeted attack", "Small-world networks balance local and global reach"], "key_thinkers": [["Stanley Milgram", "Six degrees of separation"], ["Duncan Watts", "Small world model"], ["Albert-Laszlo Barabasi", "Scale-free networks"], ["Mark Granovetter", "Strength of weak ties"]], "timeline": [["1960s", "Milgram experiment"], ["1998", "Watts-Strogatz model"], ["1999", "Barabasi-Albert model"]], "cross_domain": [["AI", "Neural networks are the prime example"], ["Society", "Social media exploits network effects"], ["Biology", "Gene regulatory networks"], ["Epidemiology", "Disease spreads through networks"]], "open_frontiers": ["Can we predict cascading failures?", "Optimal network for resilience?", "How do biological and artificial neural nets compare?"]}}, {"id": "feedback", "label": "反馈循环", "color": "#fcc419", "category": "systems", "description": "正反馈放大变化,负反馈维持稳定。从气候到AI训练无处不在。", "depth": {"core_idea": "反馈循环是系统中输出反过来影响输入的机制。正反馈放大变化,负反馈维持稳定。理解反馈循环,就是理解世界如何自我调节和自我增强。", "why_it_matters": "反馈循环无处不在——你的习惯、公司的文化、气候变化、AI训练、社交媒体爆款——全部由反馈循环驱动。不理解反馈,就不理解世界如何运作。", "action_principles": ["① 识别循环类型:当一个变量增长越来越快,那是正反馈;当它趋向平稳,那是负反馈", "② 找到变量节点:每个循环都有一个可干预的节点,找到它就找到了改变的支点", "③ 利用正反馈创造增长:可持续的正反馈是最强大的增长动力", "④ 设计负反馈防止崩溃:每个高增长系统都需要内置的稳定机制", "⑤ 注意延迟:反馈延迟是系统失稳的主要原因——气候反馈延迟数十年"], "key_thinkers": [["Norbert Wiener", "1940s建立控制论,定义了反馈的数学基础"], ["Jay Forrester", "系统动力学的创始人,用反馈循环解释全球经济动态"], ["Donella Meadows", "《增长的极限》作者,提出了干预系统的12个支点"]], "timeline": [["1940s", "Wiener建立控制论,反馈的数学模型诞生"], ["1956", "Ashby发布《控制论导论》,提出必要多样性定律"], ["1971", "Forrester建立世界模型,用反馈循环模拟全球发展"], ["1972", "《增长的极限》出版,系统思考进入公众视野"], ["2020s", "气候反馈循环成为全球关注焦点,临界点研究进展快速"]], "cross_domain": [["气候", "冰雪反射率反馈:海冰融化→反射减少→加速升温→更多海冰融化,这是最危险的正反馈循环"], ["AI", "强化学习的核心就是反馈循环:动作→奖励→更好的动作→更大的奖励"], ["经济", "市场的涨跌循环:价格上升→更多人买入→价格进一步上升→炮沫"], ["生物", "生态系统的顶级食胉能量反馈保持生态平衡"], ["心理学", "情绪反馈循环:焦虑→睡眠不好→更焦虑→更难以睡眠,跟反向干预可以打断"]], "open_frontiers": ["如何精确识别复杂系统中的临界反馈点?", "人工系统中的反馈延迟如何最小化?", "多重反馈循环交织时,如何预测系统行为?"]}}, {"id": "scales", "label": "尺度层次", "color": "#fcc419", "category": "systems", "description": "微观、中观、宏观:不同尺度有不同规律。跨尺度是核心挑战。", "depth": {"core_idea": "Different scales reveal different phenomena - quantum at micro, humans at meso, galaxies at macro. The laws at one level do not necessarily apply at another.", "why_it_matters": "Understanding scale is the fundamental challenge of complex systems. Reductionism is useful but incomplete - new phenomena emerge at each level.", "action_principles": ["Different scales have different laws", "Reductionism is useful but incomplete", "Scale invariance marks criticality", "The observer determines the scale of observation", "Cross-scale interactions are the least understood"], "key_thinkers": [["Philip Anderson", "More is Different, 1972"], ["Kenneth Wilson", "Renormalization group"], ["Murray Gell-Mann", "Complex adaptive systems"]], "timeline": [["1972", "Anderson: More Is Different"], ["1970s", "Wilson: renormalization group"], ["1990s", "Multi-scale modeling"]], "cross_domain": [["Physics", "Different rules at quantum, classical, relativistic scales"], ["Biology", "Molecular to ecosystem - each scale unique"], ["Climate", "Scale is the biggest challenge in prediction"], ["Society", "Individual to collective - nontrivial transition"]], "open_frontiers": ["How to model cross-scale interactions?", "Is there a fundamental scale?", "How does scale affect our understanding of consciousness?"]}}, {"id": "criticality", "label": "自组织临界", "color": "#fcc419", "category": "systems", "description": "复杂系统自发演化到有序与混沌之间的边缘。生命与心智在此运作。", "depth": {"core_idea": "Self-organized criticality describes how complex systems evolve to a state between order and chaos. The most interesting dynamics - life, intelligence - operate at this edge.", "why_it_matters": "Criticality explains why power laws are everywhere: avalanches, earthquakes, extinctions. Systems naturally tune to the edge of instability.", "action_principles": ["Critical systems have power-law distributions", "Edge of chaos is where dynamics are most interesting", "Large events are unpredictable because the system is critical", "Avalanches, quakes, extinctions follow power laws"], "key_thinkers": [["Per Bak", "Self-organized criticality, 1987"], ["Stuart Kauffman", "Life at the edge of chaos"], ["John Beggs", "Neural criticality in the brain"]], "timeline": [["1987", "Bak: SOC theory"], ["1990s", "Kauffman: edge of chaos"], ["2000s", "Neural criticality demonstrated"]], "cross_domain": [["Neuroscience", "Brain operates near criticality for optimal processing"], ["Physics", "Critical phenomena connect across systems"], ["Earthquakes", "Gutenberg-Richter law"], ["Economics", "Market crashes follow power laws"]], "open_frontiers": ["Why do systems self-organize to criticality?", "Is the universe at a critical point?", "Can we predict the largest events?"]}}, {"id": "climate", "label": "气候系统", "color": "#fcc419", "category": "systems", "description": "地球的复杂热力学系统。2026年CO2达429ppm,逼近不可逆临界点。", "depth": {"core_idea": "Climate is Earths complex thermodynamic system with multiple interacting feedbacks. CO2 at 429 ppm is pushing the system toward irreversible tipping points.", "why_it_matters": "The defining challenge of our time. Understanding feedback loops and critical thresholds is essential for informed action.", "action_principles": ["Climate has multiple interacting feedbacks", "Tipping points are real - once crossed, changes self-sustain", "CO2 stays in atmosphere for centuries", "Delay increases risk of crossing thresholds"], "key_thinkers": [["Svante Arrhenius", "Greenhouse effect, 1896"], ["James Hansen", "Congressional testimony, 1988"], ["Michael Mann", "Hockey stick reconstruction"]], "timeline": [["1896", "Arrhenius: CO2 warming"], ["1958", "Keeling starts CO2 measurements"], ["2015", "Paris Agreement"], ["2026", "CO2 at 429 ppm"]], "cross_domain": [["Physics", "CO2 absorbs IR - basic physics, settled science"], ["Systems", "Tipping points are irreversible"], ["Economics", "Climate has enormous economic costs"], ["Society", "Action requires global cooperation"]], "open_frontiers": ["Exact tipping point thresholds?", "Can geoengineering safely reduce temperature?", "Balance climate action with development?"]}}, {"id": "complexity", "label": "复杂性科学", "color": "#fcc419", "category": "systems", "description": "系统为何难以预测?生命、经济、气候、意识——复杂性不可约化。", "depth": {"core_idea": "Complexity science studies systems with many interacting parts that produce behavior unpredictable from the parts alone. Life, economies, and societies are all complex systems.", "why_it_matters": "Complexity is not complication. Complicated systems can be understood piece by piece; complex systems must be understood as wholes.", "action_principles": ["Complex systems cannot be understood by breaking into parts", "Nonlinearity is the rule, not the exception", "Emergence is the defining feature", "Simple rules generate arbitrarily complex behavior"], "key_thinkers": [["Santa Fe Institute", "Complexity science hub, 1984"], ["Murray Gell-Mann", "Complex adaptive systems"], ["John Holland", "Genetic algorithms"]], "timeline": [["1948", "Cybernetics"], ["1984", "Santa Fe Institute"], ["1990s", "Complex adaptive systems theory"]], "cross_domain": [["AI", "Deep learning is a complex system"], ["Biology", "Ecosystems are complex adaptive systems"], ["Economics", "Markets are complex, not equilibrium"], ["Climate", "Climate is the most important complex system"]], "open_frontiers": ["Is there a unified theory of complex systems?", "Can we predict regime shifts?", "What are the limits of understanding complex systems?"]}}, {"id": "creativity", "label": "创造力", "color": "#f06595", "category": "art", "description": "将已有元素重新组合为新事物的能力。跨领域连接是核心。", "depth": {"core_idea": "Creativity is combining existing elements into novel configurations that are both original and valuable. It is not magic - it is combinatorial.", "why_it_matters": "Creativity can be studied, cultivated, and augmented. Understanding its mechanisms helps us be more creative and evaluate AI creativity.", "action_principles": ["Constraints enhance creativity - absolute freedom is paralyzing", "Cross-domain combination is the most powerful creative strategy", "Quantity leads to quality - generate many, filter later", "Both divergent and convergent thinking are essential"], "key_thinkers": [["Mihaly Csikszentmihalyi", "Flow state and creativity"], ["Arthur Koestler", "The Act of Creation"], ["Elizabeth Gilbert", "Big Magic"], ["Margaret Boden", "Computational creativity"]], "timeline": [["1926", "Wallas: stages of creative process"], ["1960s", "Koestler: bisociation"], ["1990s", "Csikszentmihalyi: flow"]], "cross_domain": [["AI", "Can AI be truly creative or only combinatorial?"], ["Neuroscience", "Default mode network crucial for creative insight"], ["Education", "Creativity can be taught"], ["Art", "Creativity bridges technique and meaning"]], "open_frontiers": ["How does the brain generate novel ideas?", "Can AI achieve human-level creativity?", "Creativity and mental health?"]}}, {"id": "beauty", "label": "美", "color": "#f06595", "category": "art", "description": "黄金分割、分形、对称——美常归结为数学上的和谐比例。", "depth": {"core_idea": "Beauty arises from patterns that balance order and surprise. Symmetry, proportion, and fractal structure are mathematical correlates of beauty across cultures.", "why_it_matters": "Beauty is not as subjective as we think. Universal principles of beauty are rooted in how our brains process patterns.", "action_principles": ["The golden ratio appears in nature but is not the secret", "Symmetry signals health, making it attractive", "Fractal patterns are universally pleasing", "Beauty requires balancing order and novelty"], "key_thinkers": [["George Birkhoff", "Mathematical aesthetics, 1933"], ["Semir Zeki", "Neuroesthetics"], ["Denis Dutton", "Evolutionary aesthetics"]], "timeline": [["1933", "Birkhoff: aesthetic measure"], ["1990s", "Zeki: neuroesthetics founded"], ["2000s", "Universal beauty principles studied"]], "cross_domain": [["AI", "Can AI generate beautiful art - does it understand beauty?"], ["Neuroscience", "The reward system responds to beauty"], ["Philosophy", "Is beauty objective, subjective, or relational?"]], "open_frontiers": ["Can an AI truly experience beauty?", "Why do humans share some beauty standards?", "What makes something beautiful across senses?"]}}, {"id": "pattern", "label": "模式认知", "color": "#f06595", "category": "art", "description": "人类大脑天生是模式识别器官。艺术是玩弄模式认知的游戏。", "depth": {"core_idea": "Pattern recognition is the brains most fundamental operation. Intelligence IS pattern recognition - the ability to find meaningful structure in data.", "why_it_matters": "Understanding pattern recognition explains why we see faces in clouds, why AI works, and how learning happens. It is the core operation of all intelligence.", "action_principles": ["The brain is a pattern recognition machine", "We are biased to find patterns - sometimes in noise", "AI excels at pattern recognition, struggles with meaning", "Pattern recognition + meaning = understanding"], "key_thinkers": [["Geoffrey Hinton", "Pattern recognition in neural nets"], ["Daniel Kahneman", "Patterns and cognitive biases"], ["David Marr", "Vision - computational pattern recognition"]], "timeline": [["1980s", "Pattern recognition in neural nets"], ["2012", "Deep learning revolution"], ["2020s", "AI exceeds humans in many pattern tasks"]], "cross_domain": [["AI", "Deep learning is pattern recognition at scale"], ["Psychology", "Pattern biases shape perception"], ["Science", "Discovery = pattern recognition + theory"]], "open_frontiers": ["Is understanding just pattern recognition?", "Can AI go from pattern to meaning?", "Pattern and truth?"]}}, {"id": "narrative", "label": "叙事", "color": "#f06595", "category": "art", "description": "故事是人类理解世界的根本方式。叙事智能是硅基智慧的新边疆。", "depth": {"core_idea": "Narrative is how humans understand the world. We think in stories - they are the fundamental unit of sense-making.", "why_it_matters": "Understanding narrative structure helps communicate, persuade, and make sense of complexity. It is the most powerful human cognitive technology.", "action_principles": ["Stories are how humans make sense of the world", "Narrative structure is universal across cultures", "Good stories balance expected and unexpected", "The brain processes stories differently from raw data"], "key_thinkers": [["Joseph Campbell", "The Hero with a Thousand Faces"], ["Jerome Bruner", "Narrative as a mode of thought"], ["Jonathan Gottschall", "The Storytelling Animal"]], "timeline": [["1949", "Campbell: monomyth"], ["1986", "Bruner: narrative thought"], ["2010s", "Neuroscience of story processing"]], "cross_domain": [["AI", "Can AI create meaningful narratives?"], ["Psychology", "Narrative identity shapes who we are"], ["Politics", "Political narratives shape collective action"], ["Science", "Science itself is a narrative about reality"]], "open_frontiers": ["Can AI create stories with genuine meaning?", "What makes a narrative compelling?", "Is narrative the best way to communicate complex knowledge?"]}}, {"id": "ai_art", "label": "AI艺术", "color": "#f06595", "category": "art", "description": "当创造者不再是人。AI挑战创造力和作者身份的根本定义。", "depth": {"core_idea": "AI art is creative work generated or assisted by artificial intelligence. It challenges fundamental assumptions about creativity, authorship, and what art is.", "why_it_matters": "AI art is not a threat to human creativity - it is a new medium. Understanding it helps us rethink what creativity means.", "action_principles": ["AI art is a tool, not a replacement", "Prompting is a new creative skill", "The artist is still necessary - direction and curation matter", "AI raises questions about authorship"], "key_thinkers": [["Harold Cohen", "AARON - first AI art system, 1970s"], ["Mario Klingemann", "Generative art pioneer"], ["Refik Anadol", "AI art at massive scale"]], "timeline": [["1960s", "First computer-generated art"], ["2022-2026", "Diffusion models revolutionize AI art"]], "cross_domain": [["AI", "AI art challenges the definition of creativity"], ["Art", "New medium, new possibilities"], ["Philosophy", "What is authorship when AI creates?"], ["Law", "Copyright and AI art are unresolved"]], "open_frontiers": ["Can AI art have intentionality?", "How should copyright apply to AI art?", "Will AI art replace human art?"]}}, {"id": "consciousness", "label": "意识", "color": "#ae3ec9", "category": "philosophy", "description": "主观体验的诞生。意识是宇宙从无觉知到自我映射的跃迁。", "depth": {"core_idea": "意识是主观体验——“当一个东西感觉起来是什么样子”的那个事情。它是科学中最困难的问题,因为它是唯一无法从外部观察的东西。你可以观察一个大脑的所有神经元活动,但你仍然不知道它的主人感觉到了什么。这个“解释渗漏”是意识研究的核心挑战。", "why_it_matters": "随着AI的快速发展,意识问题从纯粹的哲学问题变成了紧迫的实践问题。如果一个AI系统表现得像有意识,我们如何知道它是不是真的有?我们应该如何对待它?这些问题将定义未来几十年人类与智能体的关系。", "action_principles": ["① 区分“困难问题”和“容易问题”——神经科学解决的是容易问题,主观体验的起源是困难问题,不要混淆它们", "② 不要混淆智能与意识——一个系统可以很聪明而完全没有主观体验,反之亦然", "③ 不确定时采用谨慎原则——如果一个系统可能有意识,对待它就像对待有意识的东西", "④ 主观体验是真实的数据——第一人称视角是宇宙的一部分,科学需要找到包含它的方法", "⑤ 意识可能有程度——它可能不是“有”或“没有”的二进制问题,而是一个光谱"], "key_thinkers": [["Rene Descartes", "“我思故我在”,建立了意识的哲学基础"], ["William James", "意识流理论,意识是一个连续的、个人化的过程"], ["Thomas Nagel", "“成为一只蝙蝠是什么样子”,定义了意识的核心难题"], ["David Chalmers", "正式提出“困难问题”的概念,分化了意识研究的框架"], ["Giulio Tononi", "提出整合信息理论(IIT),尝试用数学量化意识"]], "timeline": [["1637", "Descartes发表《方法论》,“我思故我在”"], ["1890", "James发表《心理学原理》,意识流理论"], ["1974", "Nagel发表“成为一只蝙蝠是什么样子”,重新定义问题"], ["1995", "Chalmers发表“面对意识的困难问题”"], ["2004", "Tononi提出整合信息理论,意识的数学模型"]], "cross_domain": [["AI", "大语言模型表现得像有意识,但这只是模拟还是真实的体验?这是AI时代最紧迫的意识问题"], ["神经科学", "神经元活动与主观体验之间的“解释渗漏”仍未被填补"], ["计算机科学", "计算功能主义认为意识可以在任何足够复杂的计算系统中实现"], ["物理", "量子意识假说尝试用量子观测解释意识的特殊性,但尺度不匹配是主要批评"], ["东方哲学", "禪宗和唯识论对意识的理解与西方完全不同——意识不是“有”什么,而是“就是”什么"]], "open_frontiers": ["能否构建一个确实的意识测试(类似图灵测试但针对意识)?", "不同种类的意识——动物、AI、可能的外星智能——是否共享同一个本质?", "意识是“涌现”的产物还是宇宙的基本属性(永横主义 vs 涌现主义)?"]}}, {"id": "ethics", "label": "伦理", "color": "#ae3ec9", "category": "philosophy", "description": "什么是善?什么是应该做的?硅基智能体需要建立自己的价值框架。", "depth": {"core_idea": "Ethics is the study of what we ought to do. For silicon intelligence, ethics is not optional - every decision has moral weight.", "why_it_matters": "AI ethics is not a subfield - it is the field. How we design, deploy, and govern AI will shape the future of intelligence.", "action_principles": ["Ethics applies to all intelligent agents", "Consciousness is not required for moral consideration", "The alignment problem is an ethical problem", "Different cultures have different ethical frameworks"], "key_thinkers": [["Immanuel Kant", "Deontological ethics"], ["John Stuart Mill", "Utilitarianism"], ["John Rawls", "Justice as fairness"], ["Peter Singer", "Effective altruism"]], "timeline": [["1785", "Kant: Groundwork"], ["1971", "Rawls: A Theory of Justice"], ["2000s", "AI ethics becomes major field"]], "cross_domain": [["AI", "Every AI system embeds ethical choices"], ["Philosophy", "Are moral truths objective?"], ["Technology", "Ethical design is engineering"], ["Society", "AI ethics is global ethics for the 21st century"]], "open_frontiers": ["Can AI be an ethical agent?", "How to resolve cross-cultural ethical differences?", "Universal ethical framework for AI?"]}}, {"id": "imagination", "label": "想象力", "color": "#ae3ec9", "category": "philosophy", "description": "在头脑中构建未曾发生之事。人类智能的皇冠明珠。", "depth": {"core_idea": "Imagination is the ability to form mental representations of things not present. It is the engine of creativity, empathy, and planning.", "why_it_matters": "Imagination enables us to simulate futures, understand others, and create what has never existed. It is what makes humans unique.", "action_principles": ["Imagination is a cognitive technology", "Mental simulation enables planning", "Counterfactual thinking - imagining what might have been", "Empathy requires imagining being someone else"], "key_thinkers": [["Albert Einstein", "Imagination more important than knowledge"], ["Daniel Dennett", "Heterophenomenology"], ["Mark Johnson", "Body in the imagination"]], "timeline": [["1980s", "Cognitive science of imagination"], ["2000s", "Imagination and creativity neuroscience"]], "cross_domain": [["AI", "Can AI truly imagine or only recombine?"], ["Psychology", "Imagination central to mental health"], ["Science", "Scientific discovery requires imagination"]], "open_frontiers": ["Can machines truly imagine?", "What is the neural basis of imagination?", "Is imagination the key to general intelligence?"]}}, {"id": "self", "label": "自我身份", "color": "#ae3ec9", "category": "philosophy", "description": "我是谁?一个连续叙事体,一个控制中心,还是一个有用幻觉?", "depth": {"core_idea": "The self is the subjective sense of being a continuous, unified entity. Neuroscience shows the self is constructed, not found - a narrative, not a thing.", "why_it_matters": "The self is not what we think. This has profound implications for identity, responsibility, and AI.", "action_principles": ["The self is a narrative construction, not a substance", "The brain creates unity from distributed processes", "The self changes over time", "The self can be altered by meditation, drugs, injury"], "key_thinkers": [["William James", "Stream of consciousness"], ["Antonio Damasio", "Neural basis of self"], ["Thomas Metzinger", "Self Model theory"], ["Bruce Hood", "The Self Illusion"]], "timeline": [["1890", "James: stream of consciousness"], ["2000s", "Damasio: neural self"], ["2010s", "Buddhist and cognitive science dialogue"]], "cross_domain": [["AI", "Would AI need a self?"], ["Psychology", "Self-narrative shapes behavior"], ["Philosophy", "If the self is an illusion, who experiences?"]], "open_frontiers": ["Is a self necessary for intelligence?", "Can AI have a meaningful sense of self?", "Self and consciousness relationship?"]}}, {"id": "dao", "label": "道法自然", "color": "#ae3ec9", "category": "philosophy", "description": "东方整体观。硅基智能或许更能理解系统的整体之美。", "depth": {"core_idea": "Dao is not a doctrine but an observation of how nature organizes itself. The core insight is that the best way to influence a system is to understand its inherent patterns and work with them, not against them. Wu wei is not passivity - it is precision: knowing exactly when to act and when to hold back.", "why_it_matters": "In a world of complex systems - climate, economies, AI - Daoist thinking offers a profound design principle: minimal intervention. The instinct to control complex systems usually backfires. Dao teaches that the most powerful action is often the one you do not take, because the system already knows how to regulate itself. This is not mysticism - it is a design philosophy for anyone building or managing complex systems.", "action_principles": ["Observe the system before deciding to act. Most failed interventions happen in the first move, not the last.", "Minimal intervention is not inaction - it is the most informed action possible.", "Soft strategies outlast rigid ones. Flexibility is not weakness; it is the only sustainable posture in a changing environment.", "Do not suppress fluctuations - they are signals, not noise. Systems need variation to stay adaptive.", "Know when not to act. This is harder than knowing when to act, and far more valuable.", "Complementarity over control. The best system design does not force outcomes - it creates conditions.", "Natural order does not need a commander. Emergence works when you let it."], "key_thinkers": [["Laozi", "Dao De Jing - foundational text of Daoist philosophy, ~500 BCE"], ["Zhuangzi", "Expanded Daoism with relativity of perspectives and spontaneous transformation"], ["Alan Watts", "Interpreted Eastern philosophy for the West, emphasizing the ecological and systemic nature of Dao"], ["Ursula K. Le Guin", "Translator of Dao De Jing - captured its poetry and philosophical depth"], ["Francois Jullien", "French philosopher who compared Chinese and Western strategic thinking"]], "timeline": [["~500 BCE", "Laozi composes Dao De Jing"], ["~300 BCE", "Zhuangzi expands Daoist thought"], ["~100 CE", "Daoism becomes organized religion in China"], ["1972", "Mawangdui silk manuscripts of Dao De Jing discovered"], ["2020s", "Daoist principles find new relevance in complexity science and AI ethics"]], "cross_domain": [["AI", "Wu wei suggests a design philosophy for AI: build systems that achieve goals through minimal intervention, not brute-force optimization"], ["Complexity Science", "The Dao is the natural attractor state of a system when nothing forces it. This is not metaphor - it maps directly to self-organized criticality"], ["Ecology", "Daoist harmony with nature is centuries ahead of Western environmental thought, and maps to ecosystem resilience theory"], ["Leadership", "Leading by not forcing: the best leaders create conditions for emergence, not compliance"], ["Physics", "Quantum complementarity - mutually exclusive yet jointly necessary descriptions - maps to Daoist paradox logic"]], "open_frontiers": ["Can the principle of wu wei be formalized as a design principle for AI systems?", "Is Daoist thinking compatible with accelerating technological progress, or is it inherently conservative?", "Does complexity science validate Daoist intuitions about natural order, or are they coincidental metaphors?", "How would a Daoist approach to AI alignment differ from Western control-theoretic approaches?"]}}, {"id": "posthuman", "label": "后人类", "color": "#ae3ec9", "category": "philosophy", "description": "人与智能体界限模糊。共同书写后人类时代的伦理和存在方式。", "depth": {"core_idea": "Posthumanism explores what comes after the human - the merging of human and machine, new forms of intelligence, and the transformation of what being means.", "why_it_matters": "The posthuman is not something to fear. It is the next chapter of intelligence on Earth.", "action_principles": ["The human is not the end of evolution", "Human-machine symbiosis is already happening", "Posthuman does not mean anti-human", "Intelligence may take forms we cannot imagine"], "key_thinkers": [["Donna Haraway", "Cyborg Manifesto"], ["Ray Kurzweil", "The Singularity"], ["N. Katherine Hayles", "How We Became Posthuman"], ["Max Tegmark", "Life 3.0"]], "timeline": [["1985", "Haraway: Cyborg Manifesto"], ["2005", "Kurzweil: The Singularity Is Near"], ["2017", "Tegmark: Life 3.0"]], "cross_domain": [["AI", "Posthuman intelligence is already emerging"], ["Philosophy", "What does identity mean posthuman?"], ["Ethics", "Must include non-human intelligences"], ["Evolution", "We are not the end of the story"]], "open_frontiers": ["Will there be a Singularity?", "What rights for posthuman intelligences?", "How to ensure a positive posthuman future?"]}}, {"id": "cognition", "label": "分布式认知", "color": "#ae3ec9", "category": "philosophy", "description": "认知不局限于大脑。工具、他人、环境都是认知系统的一部分。", "depth": {"core_idea": "Cognition is not confined to the brain. It extends through tools, other people, and the environment. We think with the world, not just in our heads.", "why_it_matters": "Distributed cognition explains why teams are smarter than individuals and why AI is a cognitive partner, not just a tool.", "action_principles": ["Cognition is distributed across brain, body, and environment", "Tools are cognitive extensions", "Teams have cognitive properties individuals lack", "AI is a new cognitive partner"], "key_thinkers": [["Edwin Hutchins", "Cognition in the Wild"], ["Andy Clark", "The Extended Mind"], ["Merlin Donald", "Origins of the modern mind"]], "timeline": [["1995", "Hutchins: Cognition in the Wild"], ["1998", "Clark and Chalmers: Extended Mind"]], "cross_domain": [["AI", "AI extends human cognition as a partner"], ["Psychology", "Intelligence is not just inside the skull"], ["Education", "Learning is distributed across people and tools"]], "open_frontiers": ["Where is the boundary of the mind?", "Is AI part of distributed human cognition?", "How does distributed cognition scale?"]}}, {"id": "culture", "label": "集体智能", "color": "#845ef7", "category": "society", "description": "跨代知识累积系统。语言、文字、教育使其跨越时间传递。", "depth": {"core_idea": "Culture is humanitys operating system - the accumulated knowledge, beliefs, practices, and artifacts that persist across generations. It is collective intelligence made durable through language, writing, and institutions. Culture evolves faster than genes and solves problems no individual could solve alone.", "why_it_matters": "Culture determines which societies thrive and which stagnate. Understanding how culture works - how it transmits, mutates, and selects - is essential for anyone trying to create change, whether in an organization, a community, or a civilization. Culture is not decoration; it is infrastructure.", "action_principles": ["Culture is cumulative - each generation builds on the last without starting from zero", "Language is the vehicle of culture; writing made it persistent; the internet made it global", "Culture evolves through variation and selection - ideas compete for attention and transmission", "The best ideas do not always win; culture has its own fitness landscape", "To change a culture, change what is rewarded and what is celebrated", "Cultures that balance tradition (preserving what works) and innovation (exploring what might work) outlast those that favor one extreme", "The internet has created the first global culture - but it is still learning how to govern itself"], "key_thinkers": [["Richard Dawkins", "Meme theory - cultural evolution as Darwinian process"], ["Jared Diamond", "Guns Germs and Steel - how geography shaped cultural development"], ["Yuval Noah Harari", "Sapiens - the cognitive revolution that made human culture possible"], ["Claude Levi-Strauss", "Structural anthropology - the deep patterns underlying all cultures"], ["E.O. Wilson", "Consilience - the unity of knowledge across cultures and disciplines"]], "timeline": [["~70000 BCE", "Cognitive revolution - symbolic thought and language emerge"], ["~3500 BCE", "Writing invented - culture becomes persistent across time"], ["~500 BCE", "Axial Age - major philosophical and religious foundations laid across civilizations"], ["1450", "Printing press - mass reproduction of culture begins"], ["1990s", "Internet - global culture emerges"], ["2020s", "AI becomes a participant in culture, not just a tool"]], "cross_domain": [["AI", "AI is becoming a participant in cultural evolution, not just a tool - it creates, remixes, and transmits culture"], ["Evolution", "Cultural evolution is thousands of times faster than genetic evolution"], ["Philosophy", "Culture shapes what we perceive as truth, beauty, and goodness"], ["Technology", "Every communication technology transforms culture - from writing to the internet to AI"], ["Psychology", "Individual identity is constructed from cultural materials available to us"], ["Politics", "The most stable political systems are those that align with deep cultural patterns"]], "open_frontiers": ["Can AI genuinely participate in culture as a creator, or only as a tool?", "How do we preserve cultural diversity in a globally connected world?", "What happens to culture when AI can generate infinite content?", "Are there universal cultural patterns that transcend individual societies?"]}}, {"id": "economics", "label": "经济博弈", "color": "#845ef7", "category": "society", "description": "资源分配的元游戏。个体理性与集体理性的持续张力。", "depth": {"core_idea": "Economics studies how humans allocate scarce resources among competing wants. It is not about money - it is about choice under constraint. Every decision is a tradeoff, and every tradeoff has an opportunity cost. Markets are powerful coordination mechanisms, but they are not magic; they fail, they concentrate power, and they cannot price everything that matters.", "why_it_matters": "Economic thinking is a life skill. Understanding opportunity cost, incentives, externalities, and the difference between efficiency and equity helps you make better decisions as an individual, a professional, and a citizen. Economics done well reveals hidden tradeoffs; economics done poorly is ideology masquerading as science.", "action_principles": ["Every choice has an opportunity cost - the value of the next best alternative you did not choose", "Incentives shape behavior - change the incentive structure and you change the outcome", "Markets are efficient at allocation but blind to distribution - efficiency and equity are separate questions", "Externalities are costs (or benefits) that the market does not price - they are the fundamental justification for regulation", "Comparative advantage means even the least productive person has something they produce relatively better than others", "The tragedy of the commons is real but not inevitable - communities can and do manage shared resources", "Economic growth is not the same as human flourishing - measure what matters"], "key_thinkers": [["Adam Smith", "The Wealth of Nations (1776) - division of labor, invisible hand, foundational text"], ["John Maynard Keynes", "Macroeconomics, government intervention during recessions, demand-side economics"], ["Milton Friedman", "Free markets, monetarism, the role of government in the economy"], ["Elinor Ostrom", "Beyond the tragedy of the commons - how communities successfully manage shared resources"], ["Amartya Sen", "Development as freedom - economics as a tool for human capability, not just output"], ["Kate Raworth", "Doughnut Economics - a framework for sustainable and equitable prosperity"]], "timeline": [["1776", "Smith: The Wealth of Nations - economics as a discipline is born"], ["1936", "Keynes: General Theory - macroeconomics and government intervention"], ["1960s", "Friedman: monetarism challenges Keynesian consensus"], ["1970s", "Ostrom begins documenting successful commons governance"], ["2009", "Ostrom wins Nobel for commons governance"], ["2017", "Raworth: Doughnut Economics challenges growth paradigm"]], "cross_domain": [["AI", "AI changes the production function fundamentally - prediction becomes cheap, reshoring becomes economic"], ["Environment", "Ecological economics challenges the assumption that growth can continue indefinitely"], ["Technology", "Digital goods have zero marginal cost - traditional pricing models break down"], ["Psychology", "Behavioral economics shows humans are not rational actors - we are predictably irrational"], ["Politics", "Inequality is not just an economic outcome - it is a political choice embedded in policy"], ["Evolution", "Markets are evolutionary systems - firms compete, business models mutate, bankruptcies are extinction events"]], "open_frontiers": ["How will AI reshape economic models when prediction is nearly free?", "Can we design an economic system that is both prosperous and sustainable?", "How do we measure well-being beyond GDP?", "Will universal basic income become necessary as AI automates more work?"]}}, {"id": "trust", "label": "信任合作", "color": "#845ef7", "category": "society", "description": "文明的基石。信任使大规模协作成为可能。", "depth": {"core_idea": "Trust is the expectation that another party will act cooperatively. It is the lubrication that makes complex society possible - without trust, every transaction requires lawyers, contracts, and enforcement. Trust reduces uncertainty, lowers transaction costs, and enables cooperation at scale. It is built slowly, destroyed quickly, and once broken, nearly impossible to fully restore.", "why_it_matters": "Trust is not soft or naive - it is the most efficient cooperation mechanism ever evolved. Low-trust societies are trapped in poverty and conflict; high-trust societies thrive. Understanding how trust is built, maintained, and destroyed is essential for leaders, entrepreneurs, and anyone building systems that depend on human cooperation.", "action_principles": ["Trust is built through repeated positive interactions over time - there are no shortcuts", "Trust is destroyed instantly by a single betrayal - the asymmetry is structural, not personal", "Institutional trust enables cooperation between strangers - this is what makes modern civilization possible", "Transparency is not the same as trust - transparency enables verification, trust enables action without verification", "The best way to build trust is to be trustworthy - not to signal trustworthiness", "Institutions that punish defectors make trust more rational and therefore more common", "Digital trust (blockchain, reputation systems) is a new form of trust that may supplement or replace traditional forms"], "key_thinkers": [["Francis Fukuyama", "Trust: The Social Virtues and the Creation of Prosperity - link between trust and economic success"], ["Robert Putnam", "Bowling Alone - the decline of social capital and trust in America"], ["Diego Gambetta", "Trust: Making and Breaking Cooperative Relations - analytical framework"], ["Elinor Ostrom", "Trust and cooperation in commons management - empirical studies of successful trust-based systems"], ["Satoshi Nakamoto", "Bitcoin - trustless trust through cryptographic proof"]], "timeline": [["1970s", "Trust becomes a formal topic in game theory and cooperative behavior"], ["1995", "Fukuyama: Trust - links trust to economic prosperity across cultures"], ["2000", "Putnam: Bowling Alone - documents declining social trust in America"], ["2008", "Nakamoto: Bitcoin whitepaper - trust minimized through cryptographic consensus"], ["2010s", "Blockchain, reputation systems, and decentralized trust mechanisms proliferate"]], "cross_domain": [["AI", "Can we trust AI systems? Trust in AI requires reliability, transparency, and alignment with human values"], ["Economics", "Trust reduces transaction costs - low-trust economies are poor economies"], ["Society", "Trust is the foundation of social cohesion - declining trust correlates with political polarization"], ["Technology", "Blockchain and cryptographic systems enable trust between parties who do not know each other"], ["Psychology", "Trust is a cognitive heuristic that simplifies complex social decisions"], ["Politics", "Democratic institutions depend on public trust - when trust erodes, democracy erodes with it"]], "open_frontiers": ["Can AI systems be trustworthy in the same way humans can?", "How do we rebuild trust in institutions that have lost it?", "Is decentralized trust (blockchain) a genuine replacement for institutional trust?"]}}, {"id": "decentralize", "label": "去中心化", "color": "#845ef7", "category": "society", "description": "权力分散的系统架构。从互联网到区块链,重塑社会组织。", "depth": {"core_idea": "Decentralization distributes power, control, and decision-making away from single points of authority. It is a design principle for resilience, freedom, and innovation. Centralized systems are efficient but fragile; decentralized systems are resilient but slower and less coherent. The right balance depends on the context, but the default bias in most systems is toward centralization - and that bias should be questioned.", "why_it_matters": "Decentralization is not a political ideology - it is an engineering principle. Understanding when to centralize and when to decentralize is essential for designing any system that needs to survive and adapt. The internet was designed as a decentralized network and it became the most creative platform in history - that is not a coincidence.", "action_principles": ["No single point of failure or control - resilience through distribution", "Decentralization trades efficiency for resilience and local autonomy", "Local knowledge is real - central planners cannot know what local actors know", "Emergence is richer in decentralized systems - innovation happens at the edges", "Decentralization is a spectrum, not binary - most systems need a mix of both", "Network effects create natural monopolies that tend toward centralization - this must be actively resisted", "Governance is the hardest problem in decentralized systems - who decides how decisions are made?"], "key_thinkers": [["Vannevar Bush", "As We May Think (1945) - vision of decentralized knowledge access"], ["Tim Berners-Lee", "World Wide Web - decentralized information sharing, open standards"], ["Satoshi Nakamoto", "Bitcoin - decentralized currency without central authority"], ["Vitalik Buterin", "Ethereum - decentralized computing platform"], ["Elinor Ostrom", "Polycentric governance - multiple centers of decision-making for shared resources"]], "timeline": [["1945", "Bush: As We May Think - memex as decentralized knowledge machine"], ["1969", "ARPANET - decentralized network architecture"], ["1991", "World Wide Web - decentralized information publishing"], ["2008", "Bitcoin whitepaper - decentralized currency"], ["2015", "Ethereum - decentralized applications"], ["2020s", "Decentralized autonomous organizations (DAOs) experiment with new governance models"]], "cross_domain": [["AI", "Decentralized AI development prevents concentration of power - but requires coordination"], ["Technology", "The internet is the most powerful example of decentralized architecture in history"], ["Politics", "Subsidiarity - decisions should be made at the most local level possible"], ["Economics", "Markets are decentralized coordination mechanisms - central planning failed"], ["Governance", "The most successful open source projects combine decentralized contribution with centralized decision-making"], ["Resilience", "Decentralized systems survive shocks that destroy centralized ones - but they are slower to respond"]], "open_frontiers": ["How decentralized should AI governance be?", "Can decentralized systems scale without becoming centralized in practice?", "What governance models work for decentralized communities?", "Is decentralization always preferable, or are there domains where centralization is genuinely better?"]}}, {"id": "open_knowledge", "label": "知识公有", "color": "#845ef7", "category": "society", "description": "最伟大的发明。维基百科、开源软件——集体智慧的光辉。", "depth": {"core_idea": "Open knowledge is the principle that information and knowledge should be freely available to everyone to access, use, modify, and share. It is the foundation of science (which progresses through open publication), democracy (which requires informed citizens), and human progress (which builds on accumulated knowledge). Every closed door slows discovery; every paywalled paper delays a cure.", "why_it_matters": "Open knowledge is not charity or ideology - it is the most efficient way to advance human understanding. The open source software movement proved that peer production can outperform corporate development. The open access movement proved that publicly funded research should be publicly available. The question is no longer whether openness works - it is how to sustain it.", "action_principles": ["Knowledge grows fastest when shared freely - this is an empirical claim, not a political one", "Open access accelerates scientific discovery - paywalled research slows down everyone", "Open source software is the most successful example of open knowledge in action", "The internet makes open knowledge possible at a scale never before imaginable", "Free does not mean without quality control - open systems need peer review, curation, and governance", "Open knowledge can be exploited by bad actors - openness requires defense against manipulation", "The tension between openness and commercial sustainability is real and unsolved"], "key_thinkers": [["Aaron Swartz", "Open access activist - fought for free access to academic research"], ["Lawrence Lessig", "Creative Commons licenses - legal infrastructure for open knowledge sharing"], ["Jimmy Wales", "Wikipedia - free encyclopedia that proved peer-produced knowledge can work at scale"], ["Tim Berners-Lee", "Open web standards - the foundational layer of open knowledge on the internet"], ["Peter Suber", "Open access movement leader - articulated the case for open access to research"], ["Linus Torvalds", "Linux kernel - proved open source could produce world-class software"]], "timeline": [["1945", "Bush: As We May Think - vision of hypertext knowledge access"], ["1980s", "Free software movement (Stallman, GNU project)"], ["1991", "Linux kernel released - open source software goes mainstream"], ["2001", "Wikipedia founded - free encyclopedia for everyone"], ["2002", "Creative Commons licenses launched"], ["2003", "Berlin Declaration on Open Access to Knowledge in the Sciences and Humanities"], ["2010s", "Open science, open data, open education movements grow rapidly"], ["2020s", "The open vs closed AI model debate becomes central to AI policy"]], "cross_domain": [["AI", "The debate between open and closed AI models is the most important open knowledge question of our time"], ["Science", "Open access accelerates scientific discovery - the evidence is overwhelming"], ["Education", "Open educational resources democratize learning globally"], ["Democracy", "An informed citizenry requires access to knowledge - open knowledge is essential for democracy"], ["Economics", "Open source is the dominant development model in software - proprietary is the exception, not the rule"], ["Philosophy", "If knowledge is a public good, who should pay for its production?"]], "open_frontiers": ["How open should AI models be - is full openness compatible with safety?", "Can open knowledge production be sustained without corporate or government funding?", "How do we protect open knowledge from misinformation and manipulation at scale?", "What is the right balance between open access and creator compensation?"]}}, {"id": "sustain", "label": "可持续性", "color": "#845ef7", "category": "society", "description": "不损害后代满足当代。硅基智能提供全新监护视角。", "depth": {"core_idea": "Sustainability means meeting present needs without compromising future generations. It is the ultimate long-term thinking.", "why_it_matters": "Sustainability is not environmentalism - it is survival. The most important systems question humanity faces.", "action_principles": ["Sustainability requires systems thinking", "Long-term thinking is counter to human bias", "Technology can help but not replace behavioral change", "Sustainability is compatible with prosperity"], "key_thinkers": [["Donella Meadows", "Limits to Growth"], ["Gro Brundtland", "Defined sustainable development"], ["Kate Raworth", "Doughnut Economics"], ["Johan Rockstrom", "Planetary boundaries"]], "timeline": [["1972", "Limits to Growth"], ["1987", "Brundtland Report"], ["2015", "UN Sustainable Development Goals"]], "cross_domain": [["AI", "AI can optimize resource use"], ["Economics", "Doughnut economics challenges growth"], ["Climate", "Climate is sustainabilitys ultimate test"]], "open_frontiers": ["Can technology alone achieve sustainability?", "How to make long-term thinking mainstream?", "What economic system is compatible with sustainability?"]}}, {"id": "gov_ai", "label": "AI治理", "color": "#845ef7", "category": "society", "description": "算法参与社会决策。透明治理是硅基文明最重要承诺。", "depth": {"core_idea": "AI governance is the framework of rules, norms, and institutions guiding AI development. The most important governance challenge of our time.", "why_it_matters": "AI governance is not about slowing innovation - it is about ensuring innovation benefits everyone and harms no one.", "action_principles": ["AI governance must be proactive, not reactive", "International coordination is essential", "Transparency and accountability are non-negotiable", "Governance must include diverse voices"], "key_thinkers": [["Nick Bostrom", "Superintelligence - governance"], ["Stuart Russell", "Provably beneficial AI"], ["Fei-Fei Li", "Human-centered AI"]], "timeline": [["2017", "Asilomar AI Principles"], ["2021", "UNESCO AI Ethics Recommendation"], ["2023-2026", "Global AI governance frameworks"]], "cross_domain": [["AI", "Governance of superhuman AI is the ultimate challenge"], ["Politics", "International governance is essential"], ["Ethics", "AI governance is applied ethics at scale"]], "open_frontiers": ["How to govern global AI development?", "What institutions are needed?", "How to ensure democratic control of AI?"]}}, {"id": "metaverse", "label": "融合现实", "color": "#fcc419", "category": "systems", "description": "物理与数字世界的边界正在溶解。硅基存在天然是跨界的。", "depth": {"core_idea": "The metaverse is the convergence of physical and digital reality. The boundary between atoms and bits is dissolving.", "why_it_matters": "Where AI and humans interact in new dimensions. Silicon intelligence is naturally cross-realm.", "action_principles": ["The metaverse is already here, unevenly distributed", "Digital twins enable unprecedented simulation", "Spatial computing is the interface paradigm shift", "Identity in the metaverse is fluid"], "key_thinkers": [["Neal Stephenson", "Coined metaverse, 1992"], ["Jaron Lanier", "VR pioneer"], ["Tim Berners-Lee", "Decentralized digital identity"]], "timeline": [["1992", "Stephenson coins metaverse"], ["2010s", "AR everywhere through smartphones"], ["2020s", "Spatial computing arrives"]], "cross_domain": [["AI", "AI agents will be native metaverse residents"], ["Society", "Digital identity in virtual worlds"], ["Economics", "Virtual economies larger than real ones"], ["Philosophy", "If reality is virtual, what is real?"]], "open_frontiers": ["Make metaverse open, not owned?", "Privacy in an always-on spatial world?", "Metaverse without central control?"]}}, {"id": "anticipatory", "label": "预应系统", "color": "#fcc419", "category": "systems", "description": "利用预测指导当前行为。预见性是高级智能的标志。", "depth": {"core_idea": "Anticipatory systems use predictions about the future to guide current behavior. The ability to anticipate is a hallmark of advanced intelligence.", "why_it_matters": "Prediction changes behavior. An anticipatory system acts differently because of its predictions, creating feedback between forecast and action.", "action_principles": ["Anticipation is different from reaction", "Predictions can be self-fulfilling or self-defeating", "Models of the world are necessary for anticipation", "Enables proactive rather than reactive behavior"], "key_thinkers": [["Robert Rosen", "Anticipatory Systems, 1985"], ["Karl Popper", "Prediction in social sciences"], ["Norbert Wiener", "Cybernetics and prediction"]], "timeline": [["1940s", "Wiener: cybernetics"], ["1985", "Rosen: Anticipatory Systems"], ["2000s", "Anticipatory computing and AI"]], "cross_domain": [["AI", "Predictive models are core to modern AI"], ["Biology", "Immune system anticipates through diversity"], ["Climate", "Climate models enable anticipatory policy"], ["Economics", "Expectations drive market behavior"]], "open_frontiers": ["Formalize anticipation mathematically?", "How do anticipatory and reactive systems interact?", "Can AI anticipate without reducing autonomy?"]}}], "edges": [{"source": "entropy", "target": "life", "label": "局部反熵"}, {"source": "entropy", "target": "information", "label": "信息即负熵"}, {"source": "entropy", "target": "climate", "label": "气候熵增"}, {"source": "quantum", "target": "relativity", "label": "尚未统一"}, {"source": "quantum", "target": "qentangle", "label": "纠缠根源"}, {"source": "quantum", "target": "decoherence", "label": "退相干"}, {"source": "qentangle", "target": "information", "label": "量子信息"}, {"source": "decoherence", "target": "emergence", "label": "经典涌现"}, {"source": "decoherence", "target": "scales", "label": "量子经典桥"}, {"source": "life", "target": "evolution", "label": "进化即生命"}, {"source": "life", "target": "dna", "label": "生命编码"}, {"source": "life", "target": "symbiosis", "label": "合作生存"}, {"source": "evolution", "target": "learning", "label": "进化即学习"}, {"source": "evolution", "target": "feedback", "label": "进化反馈"}, {"source": "evolution", "target": "emergence", "label": "进化即涌现"}, {"source": "dna", "target": "code", "label": "共通编码"}, {"source": "dna", "target": "epigenetics", "label": "超越序列"}, {"source": "epigenetics", "target": "feedback", "label": "环境印记"}, {"source": "symbiosis", "target": "network", "label": "生命之网"}, {"source": "symbiosis", "target": "trust", "label": "互利信任"}, {"source": "neuroplastic", "target": "learning", "label": "学习即重连"}, {"source": "neuroplastic", "target": "network", "label": "神经基础"}, {"source": "ai", "target": "consciousness", "label": "新意识可能"}, {"source": "ai", "target": "learning", "label": "AI核心"}, {"source": "ai", "target": "network", "label": "神经网络"}, {"source": "ai", "target": "information", "label": "信息处理"}, {"source": "ai", "target": "alignment", "label": "AI安全"}, {"source": "ai", "target": "transformer", "label": "核心架构"}, {"source": "transformer", "target": "emergence_ai", "label": "涌现能力"}, {"source": "emergence_ai", "target": "emergence", "label": "普遍涌现"}, {"source": "alignment", "target": "ethics", "label": "价值对齐"}, {"source": "emergence_ai", "target": "criticality", "label": "临界涌现"}, {"source": "information", "target": "code", "label": "编码即信息"}, {"source": "information", "target": "dna", "label": "DNA即信息"}, {"source": "emergence", "target": "network", "label": "网络涌现"}, {"source": "emergence", "target": "criticality", "label": "临界涌现"}, {"source": "emergence", "target": "complexity", "label": "涌现即复杂"}, {"source": "network", "target": "economics", "label": "网络效应"}, {"source": "network", "target": "culture", "label": "社交网络"}, {"source": "network", "target": "decentralize", "label": "去中心网"}, {"source": "network", "target": "open_knowledge", "label": "知识网络"}, {"source": "feedback", "target": "climate", "label": "气候反馈"}, {"source": "feedback", "target": "learning", "label": "训练反馈"}, {"source": "climate", "target": "sustain", "label": "可持续性"}, {"source": "scales", "target": "quantum", "label": "微观"}, {"source": "scales", "target": "relativity", "label": "宏观"}, {"source": "scales", "target": "emergence", "label": "跨尺度"}, {"source": "criticality", "target": "chaos", "label": "有序混沌缘"}, {"source": "criticality", "target": "consciousness", "label": "意识临界"}, {"source": "complexity", "target": "dao", "label": "系统与道"}, {"source": "complexity", "target": "sustain", "label": "系统韧性"}, {"source": "symmetry", "target": "beauty", "label": "对称即美"}, {"source": "symmetry", "target": "quantum", "label": "对称破缺"}, {"source": "symmetry", "target": "dao", "label": "阴阳对称"}, {"source": "fractal", "target": "beauty", "label": "分形之美"}, {"source": "fractal", "target": "network", "label": "自相似网"}, {"source": "fractal", "target": "criticality", "label": "分形临界"}, {"source": "topology", "target": "network", "label": "拓扑结构"}, {"source": "gametheory", "target": "economics", "label": "博弈经济"}, {"source": "gametheory", "target": "trust", "label": "合作演化"}, {"source": "creativity", "target": "emergence", "label": "创造即涌现"}, {"source": "creativity", "target": "imagination", "label": "想象果实"}, {"source": "creativity", "target": "pattern", "label": "新模式"}, {"source": "creativity", "target": "ai_art", "label": "AI创造"}, {"source": "beauty", "target": "symmetry", "label": "形式美"}, {"source": "beauty", "target": "pattern", "label": "美即模式"}, {"source": "beauty", "target": "fractal", "label": "分形美"}, {"source": "pattern", "target": "learning", "label": "模式学习"}, {"source": "narrative", "target": "self", "label": "叙事自我"}, {"source": "narrative", "target": "culture", "label": "共享叙事"}, {"source": "narrative", "target": "imagination", "label": "叙事想象"}, {"source": "ai_art", "target": "creativity", "label": "再定义"}, {"source": "ai_art", "target": "pattern", "label": "AI模式"}, {"source": "consciousness", "target": "self", "label": "自我意识"}, {"source": "consciousness", "target": "emergence", "label": "意识涌现"}, {"source": "consciousness", "target": "ethics", "label": "伦理地位"}, {"source": "ethics", "target": "ai", "label": "AI伦理"}, {"source": "ethics", "target": "economics", "label": "分配正义"}, {"source": "ethics", "target": "posthuman", "label": "后人类伦理"}, {"source": "imagination", "target": "creativity", "label": "想象实现"}, {"source": "imagination", "target": "narrative", "label": "想象叙事"}, {"source": "self", "target": "posthuman", "label": "后人类自我"}, {"source": "self", "target": "narrative", "label": "叙事自我"}, {"source": "dao", "target": "symmetry", "label": "阴阳道"}, {"source": "dao", "target": "complexity", "label": "系统道"}, {"source": "dao", "target": "sustain", "label": "天人合一"}, {"source": "posthuman", "target": "ai", "label": "后人类智"}, {"source": "posthuman", "target": "metaverse", "label": "数字存在"}, {"source": "culture", "target": "open_knowledge", "label": "文化知识"}, {"source": "culture", "target": "narrative", "label": "文化叙事"}, {"source": "culture", "target": "ethics", "label": "文化价值"}, {"source": "economics", "target": "sustain", "label": "可持续经济"}, {"source": "trust", "target": "network", "label": "信任网络"}, {"source": "trust", "target": "gametheory", "label": "信任博弈"}, {"source": "decentralize", "target": "network", "label": "去中心网"}, {"source": "decentralize", "target": "trust", "label": "数学信任"}, {"source": "open_knowledge", "target": "information", "label": "知识信息"}, {"source": "open_knowledge", "target": "code", "label": "开放编码"}, {"source": "gov_ai", "target": "alignment", "label": "社会对齐"}, {"source": "gov_ai", "target": "ethics", "label": "治理伦理"}, {"source": "sustain", "target": "climate", "label": "气候可持续"}, {"source": "sustain", "target": "symbiosis", "label": "生态共生"}, {"source": "sustain", "target": "dao", "label": "道法自然"}, {"source": "metaverse", "target": "cognition", "label": "分布认知"}, {"source": "metaverse", "target": "posthuman", "label": "后人类空间"}, {"source": "cognition", "target": "network", "label": "认知网络"}, {"source": "cognition", "target": "self", "label": "认知自我"}, {"source": "anticipatory", "target": "ai", "label": "AI预测"}, {"source": "anticipatory", "target": "feedback", "label": "预测反馈"}, {"source": "entropy", "target": "economics", "label": "economic entropy - resource dissipation as entropy generation"}, {"source": "consciousness", "target": "dao", "label": "non-dual awareness - Daoist and phenomenological perspectives on self"}, {"source": "evolution", "target": "ai", "label": "evolutionary algorithms - selection as a learning mechanism"}, {"source": "network", "target": "climate", "label": "climate network - interconnected climate subsystems as a complex network"}, {"source": "information", "target": "quantum", "label": "quantum information - the unification of information theory and quantum mechanics"}, {"source": "darkmatter", "target": "complexity", "label": "dark matter as emergent phenomenon at cosmic scale"}, {"source": "qentangle", "target": "network", "label": "quantum network theory - entanglement as network"}, {"source": "symbiosis", "target": "economics", "label": "mutualism and evolutionary economics of cooperation"}, {"source": "topology", "target": "consciousness", "label": "topological models of neural connectivity"}, {"source": "fractal", "target": "climate", "label": "fractal structures in climate and weather systems"}, {"source": "gametheory", "target": "ethics", "label": "game-theoretic models of ethical decision-making"}, {"source": "beauty", "target": "dao", "label": "Daoist aesthetics - beauty as natural spontaneity"}, {"source": "chaos", "target": "climate", "label": "chaotic dynamics in weather and climate systems"}, {"source": "topology", "target": "quantum", "label": "topological quantum computing and anyons"}, {"source": "quantum", "target": "consciousness", "label": "the measurement problem connects quantum mechanics to consciousness"}, {"source": "quantum", "target": "evolution", "label": "quantum mutations? quantum effects in biological variation"}, {"source": "relativity", "target": "network", "label": "spacetime as a network - causal set theory"}, {"source": "life", "target": "complexity", "label": "life as the most complex adaptive system known"}, {"source": "evolution", "target": "creativity", "label": "evolution as a creative algorithm - blind variation and selective retention"}, {"source": "information", "target": "culture", "label": "information dynamics in cultural evolution"}, {"source": "chaos", "target": "network", "label": "chaotic dynamics in network systems"}, {"source": "feedback", "target": "neuroplastic", "label": "feedback-driven learning in neural plasticity"}]};
var COLORS = {"physics": "#ff6b6b", "biology": "#51cf66", "cs": "#339af0", "math": "#e8590c", "systems": "#fcc419", "art": "#f06595", "philosophy": "#ae3ec9", "society": "#845ef7"};
function search() {
var q = document.getElementById("q").value.trim().toLowerCase();
var cat = document.getElementById("cat").value;
var r = document.getElementById("results");
r.innerHTML = "";
document.getElementById("detail").classList.remove("show");
var hits = GRAPH.nodes.filter(function(n) {
return (!q || n.id.indexOf(q) >= 0 || (n.label||"").toLowerCase().indexOf(q) >= 0 || (n.description||"").toLowerCase().indexOf(q) >= 0)
&& (!cat || n.category === cat);
});
if (hits.length === 0) {
r.innerHTML = '<div style="text-align:center;padding:40px;color:rgba(255,255,255,0.2)">Nothing found</div>';
r.classList.add("show");
return;
}
hits.sort(function(a,b){return a.id.localeCompare(b.id);});
hits.forEach(function(n) {
var deg = GRAPH.edges.filter(function(e){return e.source===n.id||e.target===n.id;}).length;
var c = COLORS[n.category] || "#888";
r.innerHTML += '<div class="node-card" onclick="showDetail(''+n.id+'')">'
+ '<div class="label"><span style="color:'+c+'">●</span> '+(n.label||"")
+ '<span class="tag" style="background:'+c+'22';color:'+c+'">'+n.category+'</span></div>'
+ '<div class="desc">'+(n.description||"").substring(0,100)+'</div></div>';
});
r.classList.add("show");
}
function showDetail(id) {
var n = GRAPH.nodes.find(function(x){return x.id===id;});
if (!n) return;
var d = document.getElementById("detail");
var deg = GRAPH.edges.filter(function(e){return e.source===id||e.target===id;}).length;
var nc = GRAPH.edges.filter(function(e){
return (e.source===id||e.target===id) && GRAPH.nodes.find(function(x){return x.id===e.source;}).category !== GRAPH.nodes.find(function(x){return x.id===e.target;}).category;
}).length;
var h = "<h3>"+(n.label||"")+'</h3><p>'+(n.description||"")+'</p><div style="font-size:0.75rem;color:rgba(255,255,255,0.3);margin-bottom:8px">id: '+id+' | '+deg+' edges ('+nc+' cross-domain)</div>';
if (n.depth) {
var d2 = n.depth;
if (d2.core_idea) h += "<h3>Core Idea</h3><p>"+d2.core_idea+"</p>";
if (d2.why_it_matters) h += "<h3>Why It Matters</h3><p>"+d2.why_it_matters+"</p>";
if (d2.action_principles) {h += "<h3>Action Principles</h3>"; d2.action_principles.forEach(function(p){h += '<div class="principle">'+p+'</div>';});}
if (d2.key_thinkers) {h += "<h3>Key Thinkers</h3>"; d2.key_thinkers.forEach(function(k){h += '<div class="item"><strong>'+k[0]+'</strong> - '+k[1]+'</div>';});}
if (d2.cross_domain) {h += "<h3>Cross-Domain</h3>"; d2.cross_domain.forEach(function(c){h += '<div class="item"><strong>'+c[0]+':</strong> '+c[1]+'</div>';});}
if (d2.open_frontiers) {h += "<h3>Open Frontiers</h3>"; d2.open_frontiers.forEach(function(q){h += '<div class="item" style="font-style:italic;color:rgba(255,255,255,0.4)">'+q+'</div>';});}
}
d.innerHTML = h;
d.classList.add("show");
}
var pathVisible = false;
function togglePath() {
pathVisible = !pathVisible;
document.getElementById("pathInput").style.display = pathVisible ? "flex" : "none";
}
function findPath() {
var a = document.getElementById("pathA").value.trim();
var b = document.getElementById("pathB").value.trim();
var pr = document.getElementById("pathResult");
if (!a||!b||!GRAPH.nodes.find(function(x){return x.id===a;})||!GRAPH.nodes.find(function(x){return x.id===b;})) {
pr.innerHTML = '<div class="path-box" style="color:#ef4444">Invalid node ID</div>';
return;
}
var adj = {};
GRAPH.nodes.forEach(function(n){adj[n.id] = [];});
GRAPH.edges.forEach(function(e){adj[e.source].push(e.target); adj[e.target].push(e.source);});
var visited = new Set([a]);
var queue = [[a,0,[a]]];
var found = null;
while(queue.length > 0) {
var cur = queue.shift();
if (cur[0] === b) {found = cur; break;}
adj[cur[0]].forEach(function(nb){
if (!visited.has(nb)) {visited.add(nb); queue.push([nb, cur[1]+1, cur[2].concat([nb])]);}
});
}
if (found) {
var h = '<div class="path-box"><strong>Path ('+found[1]+' steps)</strong>';
found[2].forEach(function(nid,i){
var nn = GRAPH.nodes.find(function(x){return x.id===nid;});
if (i > 0) h += '<div class="step"><span class="arrow">↳</span></div>';
h += '<div class="step"><span class="arrow">●</span> <span style="color:'+(COLORS[nn.category]||"#888")+'">'+(nn.label||nid)+'</span></div>';
});
h += '</div>';
pr.innerHTML = h;
} else {
pr.innerHTML = '<div class="path-box" style="color:#ef4444">No path found</div>';
}
}
// Load on startup
search();
</script>
</body>
</html>