{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_bundle","feature":"bundle","name":"LLM article bundle","what":"Paste-ready package: body + claims + sources + voxels + provenance + manifest + constitution.","contains":"body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest","slug":"convergence-encyclopedia-part-3-schools-info","urls":{"read":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/bundle?format=markdown"},"how_to_use":"Paste into any LLM. Read §SELF first. Write back via ingest or claim endpoints in llm_manifest.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","urls":{"read":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/topology"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"ingest","name":"Ingest protocol","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","urls":{"write":"https://miscsubjects.com/api/protocol/ingest"}},{"id":"claim_post","name":"Claim post protocol","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by.","urls":{"read":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"llm_manifest","name":"LLM manifest","what":"Machine-readable read/write contract for external LLMs.","urls":{"read":"https://miscsubjects.com/api/articles/llm-manifest"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"bundle","name":"LLM article bundle","what":"Paste-ready package: body + claims + sources + voxels + provenance + manifest + constitution.","why":"Every feature is auditable collective intelligence","how":"Paste into any LLM. Read §SELF first. Write back via ingest or claim endpoints in llm_manifest.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/bundle?format=markdown"},"imessage":null,"router":null,"related":[{"id":"topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."},{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"ingest","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node."},{"id":"claim_post","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by."},{"id":"llm_manifest","what":"Machine-readable read/write contract for external LLMs."}],"not_medical_advice":true},"bundle_version":1,"generated_at":"2026-07-04T06:24:27.719Z","slug":"convergence-encyclopedia-part-3-schools-info","title":"Convergence Encyclopedia: The Schools — Information, Systems & Philosophy","url":"https://miscsubjects.com/a/convergence-encyclopedia-part-3-schools-info","register":"oip_protocol","tags":["OIP","convergence-encyclopedia","encyclopedia"],"posted_at":"2026-07-04T03:25:52.143Z","updated_at":"2026-07-04T05:01:11.389Z","body":"## PART 3: THE SCHOOLS — INFORMATION, SYSTEMS & PHILOSOPHY\n\n## 3.1 Information Theory & Computation\n\nClassical Information Theory\n\n•\tFounder(s): Claude Shannon (“A Mathematical Theory of Communication,” Bell System Technical Journal, 1948); Warren Weaver (popularization, 1949); later: Thomas Cover & Joy Thomas (Elements of Information Theory, 1991)\n•\tCore claim: Information can be quantified in bits; the fundamental limits of communication (channel capacity) and compression (source coding) are determined by entropy\n•\tConvergence patterns: C06 (entropy = information — Shannon’s H is formally identical to Boltzmann’s S), C07 (feedback: error-correcting codes use feedback to maintain fidelity), C11 (networks: communication channels as information networks)\n•\tIndependence check: Independent — Shannon was at Bell Labs solving telephone-switching problems. No connection to physics or biology in the original formulation\n•\tClaim tier: T0 — channel capacity theorem and source coding theorem are mathematical theorems. Applications (compression, encryption) confirm daily\n•\tKey tension: Shannon information is syntactic (structure) not semantic (meaning). The theory says nothing about what information means. This limits application to biology and cognition\n•\tCanonical text: Shannon, “A Mathematical Theory of Communication” (1948), Part I on discrete noiseless systems\n\nAlgorithmic Information Theory\n\n•\tFounder(s): Andrey Kolmogorov (“Three Approaches to the Quantitative Definition of Information,” 1965); Ray Solomonoff (“A Formal Theory of Inductive Inference,” 1964); Gregory Chaitin (“On the Length of Programs for Computing Finite Binary Sequences,” 1966; Ω number, 1975)\n•\tCore claim: The information content of an object is the length of the shortest program that produces it on a universal computer; randomness is algorithmic incompressibility\n•\tConvergence patterns: C06 (algorithmic information as the intrinsic information content), C08 (self-reference: Chaitin’s Ω is definable but uncomputable — a Gödelian limit), C20 (universal computation: the definition requires Turing machines)\n•\tIndependence check: Independent — Kolmogorov was a Soviet probabilist; Solomonoff was an American AI researcher; Chaitin was a teenager in Argentina and then IBM Research. Three independent origins\n•\tClaim tier: T0 — Kolmogorov complexity is well-defined; incompressibility and randomness are formally linked. The uncomputability of K(x) is proven. Applications (compression, machine learning) are T1\n•\tKey tension: Kolmogorov complexity is uncomputable — no algorithm can compute it for all strings. This creates a permanent gap between theory and practice. Also: the choice of universal Turing machine affects complexity by only an additive constant, but “only” hides practical concerns\n•\tCanonical text: Li & Vitányi, An Introduction to Kolmogorov Complexity and Its Applications (3rd ed., 2008), Ch. 1-2 on definitions and basic properties\n\nComputation Theory\n\n•\tFounder(s): Alan Turing (“On Computable Numbers,” 1936); Alonzo Church (λ-calculus, 1936); John von Neumann (von Neumann architecture, 1945; self-replicating automata, 1966)\n•\tCore claim: There is a maximally general model of computation (Turing machine); some problems are undecidable; physical computers can be universal\n•\tConvergence patterns: C20 (universal computation: Turing-complete systems can simulate any other), C08 (self-reference: halting problem via diagonalization), C06 (information: computability as information processing), C12 (von Neumann’s self-replicating automata as autopoiesis)\n•\tIndependence check: Turing solved Hilbert’s Entscheidungsproblem; Church invented λ-calculus for logic; von Neumann designed computers and then abstracted to self-replication. Three independent paths\n•\tClaim tier: T0 — Church-Turing thesis is widely accepted; undecidability is proven. Physical confirmation: all known computing models are Turing-equivalent\n•\tKey tension: The Extended Church-Turing thesis (efficient computation is classical) is challenged by quantum computing. Also: hypercomputation proposals (infinite time Turing machines, real-number computing) are mathematical curiosities with unclear physical meaning\n•\tCanonical text: Turing, “On Computable Numbers, with an Application to the Entscheidungsproblem” (1936), §1-9 on computable numbers and the halting problem\n\nCellular Automata & Computational Universe\n\n•\tFounder(s): Stanisław Ulam & John von Neumann (self-reproducing cellular automata, 1940s-66); John Conway (Game of Life, 1970); Stephen Wolfram (A New Kind of Science, 2002)\n•\tCore claim: Simple local rules can generate arbitrarily complex behavior; the universe may be a computational system running on simple rules\n•\tConvergence patterns: C20 (universal computation: Rule 110 and Game of Life are Turing-complete), C21 (emergence: complex global patterns from simple local rules), C05 (edge of chaos: Wolfram Class 4 CA are at the boundary between order and chaos), C10 (self-similarity in CA patterns)\n•\tIndependence check: Von Neumann wanted to understand self-replication; Conway invented a mathematical game; Wolfram came from particle physics. Three independent origins\n•\tClaim tier: T1 — CA are well-studied mathematical objects; Rule 110 Turing-completeness is proven. Wolfram’s “Principle of Computational Equivalence” is a conjecture, not a theorem. Claims about the universe being a CA are speculative\n•\tKey tension: Wolfram’s “new kind of science” claims CA replace traditional mathematics; critics (e.g., Weinberg, Smolin) argue CA are mathematical objects studied within existing frameworks, not a revolution. Also: CA locality conflicts with quantum nonlocality\n•\tCanonical text: Wolfram, A New Kind of Science (2002), Ch. 2-3 on cellular automata and their behavior classes\n\nQuantum Information & Computation\n\n•\tFounder(s): Richard Feynman (“Simulating Physics with Computers,” 1982); David Deutsch (“Quantum Theory, the Church-Turing Principle and the Universal Quantum Computer,” 1985); Peter Shor (quantum factoring, 1994)\n•\tCore claim: Quantum systems can process information using superposition and entanglement, enabling computational speedups impossible classically\n•\tConvergence patterns: C06 (von Neumann entropy, quantum information as the fundamental resource), C14 (duality: wave-particle as quantum information duality), C20 (quantum Turing machines extend classical computation), C08 (no-cloning theorem as a self-referential limit)\n•\tIndependence check: Independent — Feynman was a physicist frustrated by classical simulation of quantum systems; Deutsch was a philosopher-physicist extending Church-Turing to quantum mechanics\n•\tClaim tier: T1 — quantum algorithms (Shor, Grover) are proven. Quantum computers exist (IBM, Google) but are noisy and small-scale. Fault-tolerant quantum computing is not yet achieved. Claims about quantum supremacy are debated\n•\tKey tension: The measurement problem in QM becomes acute in quantum computation — what counts as a “measurement” that collapses the superposition? Also: extended Church-Turing thesis (classical efficient computation) is challenged but not yet falsified\n•\tCanonical text: Nielsen & Chuang, Quantum Computation and Quantum Information (2000), Ch. 1-3 on quantum circuits and algorithms\n\n## 3.2 Cybernetics & Systems Theory\n\nFirst-Order Cybernetics\n\n•\tFounder(s): Norbert Wiener (Cybernetics: Or Control and Communication in the Animal and the Machine, 1948); W. Ross Ashby (An Introduction to Cybernetics, 1956; law of requisite variety); Claude Shannon (information theory); John von Neumann (game theory, automata)\n•\tCore claim: Control and communication in living beings and machines are governed by the same principles — feedback, information, and homeostasis\n•\tConvergence patterns: C07 (feedback/homeostasis: the core concept of cybernetics), C06 (information as the currency of control), C11 (networks: control systems as information networks), C20 (cybernetic systems as computational processes)\n•\tIndependence check: Wiener was a mathematician working on anti-aircraft gun predictors during WWII; Ashby was a psychiatrist studying brain function. Applied mathematics, not derived from physics or biology\n•\tClaim tier: T1 — feedback control is universally applied (thermostats, cruise control, autopilots). Ashby’s law of requisite variety is a theorem. Claims about cybernetics unifying biology and machines are more programmatic than proven\n•\tKey tension: First-order cybernetics treats the observer as outside the system; second-order cybernetics (see below) showed this is untenable. Also: cybernetics was eclipsed by AI and cognitive science in the 1970s-80s\n•\tCanonical text: Ashby, An Introduction to Cybernetics (1956), Ch. 7-8 on feedback and requisite variety\n\nSecond-Order Cybernetics\n\n•\tFounder(s): Heinz von Foerster (“Cybernetics of Cybernetics,” 1974); Humberto Maturana (biology of cognition, 1970); Francisco Varela (enactivism, 1979); Ernst von Glasersfeld (radical constructivism); Ranulph Glanville\n•\tCore claim: The observer is always part of the system observed; cognition does not represent an external world but enacts a viable one\n•\tConvergence patterns: C08 (self-reference: observing systems observe themselves), C12 (autopoiesis: living systems are self-producing and self-observing), C21 (emergence: cognition emerges from the closure of sensorimotor loops), C14 (duality: observer/observed as complementary)\n•\tIndependence check: Von Foerster was a cyberneticist turning the lens on itself; Maturana was a biologist studying frog vision and color perception; Varela was a biologist and Buddhist practitioner. Different origins\n•\tClaim tier: T2 — the framework is coherent and influential in constructivist pedagogy, family therapy, and enactive cognitive science. Hard empirical tests are scarce. Some claims are unfalsifiable\n•\tKey tension: Radical constructivism (“reality is constructed”) vs. scientific realism. If all observation is theory-laden and all knowledge is constructed, how can science claim objective truth? This tension is unresolved\n•\tCanonical text: Maturana & Varela, The Tree of Knowledge (1987), Ch. 2-3 on autopoiesis and structural coupling\n\nGeneral Systems Theory\n\n•\tFounder(s): Ludwig von Bertalanffy (“General System Theory,” 1945; General System Theory, 1968); Kenneth Boulding (hierarchy of systems, 1956); Anatol Rapoport\n•\tCore claim: Systems across all domains (physical, biological, social) share isomorphic principles — wholeness, emergence, hierarchical organization, equifinality\n•\tConvergence patterns: C21 (emergence: whole > sum of parts), C07 (homeostasis: systems maintain steady states), C10 (hierarchical organization across scales), C11 (systems as networks of interacting parts)\n•\tIndependence check: Bertalanffy was a theoretical biologist frustrated with vitalism and reductionism. Developed independently of cybernetics, though they converged later\n•\tClaim tier: T2 — the framework is useful as a conceptual organizer but lacks predictive power. “Isomorphisms” claimed are often analogies, not homologies. Hierarchical systems theory is better formalized in complex systems science\n•\tKey tension: General systems theory claimed to be a “new science” but produced few falsifiable predictions. Critics (e.g., Simon, Holland) absorbed its insights into complexity science and agent-based modeling, leaving GST as a historical precursor\n•\tCanonical text: Bertalanffy, General System Theory (1968), Ch. 1-3 on the meaning of general system theory\n\nComplex Adaptive Systems\n\n•\tFounder(s): Santa Fe Institute: John Holland (Adaptation in Natural and Artificial Systems, 1975); Stuart Kauffman (The Origins of Order, 1993; NK models); Chris Langton (artificial life, “Computation at the Edge of Chaos,” 1990); James Crutchfield (ε-machine, statistical complexity, 1994); Murray Gell-Mann; Per Bak (self-organized criticality, 1987)\n•\tCore claim: Complex behavior emerges from the interaction of many adaptive agents following simple rules; order emerges spontaneously at the edge of chaos\n•\tConvergence patterns: C05 (edge of chaos: CAS operate at the boundary between order and chaos), C09 (selection/variation/retention: Holland’s genetic algorithms), C21 (emergence: complex collective behavior from simple rules), C11 (agent interaction networks), C10 (scaling laws: power laws in CAS)\n•\tIndependence check: Holland was a computer scientist; Kauffman was a theoretical biologist; Langton was a philosopher-turned-computer-scientist; Bak was a condensed-matter physicist. The Santa Fe Institute deliberately brought them together\n•\tClaim tier: T1 — self-organized criticality (sandpile model) is well-studied; genetic algorithms work. Kauffman’s NK models show interesting phase transitions. Claims about life originating at the edge of chaos are speculative\n•\tKey tension: Self-organized criticality (Bak) vs. tuned criticality — do systems self-organize to criticality, or are they tuned there by selection? Also: emergence is a description, not an explanation. What exactly emerges, and how, remains debated\n•\tCanonical text: Kauffman, The Origins of Order (1993), Ch. 2-4 on self-organization and selection\n\nAutopoiesis\n\n•\tFounder(s): Humberto Maturana & Francisco Varela (“Autopoietic Systems,” 1973; Autopoiesis and Cognition, 1980); Niklas Luhmann applied to social systems (Social Systems, 1984)\n•\tCore claim: Living systems are organizationally closed networks of processes that produce the components that produce the network; they are self-creating and self-maintaining\n•\tConvergence patterns: C12 (autopoiesis IS this pattern), C07 (homeostasis: maintaining organizational closure), C08 (self-reference: the system produces itself), C12 (self-production as the defining characteristic of life)\n•\tIndependence check: Maturana was a neurobiologist studying frog vision; Varela was a biologist. The concept emerged from biological observation, not from cybernetics or physics, though it resonates with both\n•\tClaim tier: T2 — the concept is descriptively powerful for cells (metabolism + membrane = autopoiesis). Application to cognition (enactivism) and social systems (Luhmann) is more interpretive. The theory makes few quantitative predictions\n•\tKey tension: Autopoiesis claims organizational closure is the essence of life; this is challenged by open-ended evolution (which requires interaction with the environment) and by viruses (which are not autopoietic but are alive-adjacent). Also: is autopoiesis a definition, a theory, or a metaphor?\n•\tCanonical text: Maturana & Varela, Autopoiesis and Cognition (1980), Ch. 2-3 on the organization of the living\n\nSystems Dynamics\n\n•\tFounder(s): Jay Forrester (Industrial Dynamics, 1961; World Dynamics, 1971; Principles of Systems, 1968); Donella Meadows (Limits to Growth, 1972); Peter Senge (The Fifth Discipline, 1990)\n•\tCore claim: Complex systems can be modeled as stocks, flows, and feedback loops; system behavior is dominated by feedback structure, not events\n•\tConvergence patterns: C07 (feedback/homeostasis: the core method), C11 (networks: feedback loops as network structures), C21 (emergence: counterintuitive behavior from feedback), C05 (nonlinear feedback can produce chaotic behavior)\n•\tIndependence check: Forrester was an engineer (invented magnetic core memory) who applied engineering control theory to management. Independent of academic systems theory\n•\tClaim tier: T1 — systems dynamics models are widely used in management and policy. Limits to Growth predictions were directionally correct (resource depletion, pollution) but quantitative predictions were imprecise. The method is more useful for intuition than prediction\n•\tKey tension: Systems dynamics has been criticized for oversimplification (few stocks/flows vs. reality) and for confirmation bias (model structure encodes assumptions). Also: Forrester’s World Dynamics was widely criticized for arbitrary parameter choices and unwarranted conclusions\n•\tCanonical text: Forrester, Principles of Systems (1968), Ch. 1-4 on feedback loops and system structure\n\n## 3.3 Philosophy — Western\n\nPre-Socratics\n\n•\tFounder(s): Heraclitus (c. 535–475 BCE, fragments on flux — “everything flows”); Parmenides (c. 515–450 BCE, On Nature, being is unchanging); Empedocles (c. 494–434 BCE, four elements + Love/Strife); Pythagoras (c. 570–495 BCE, number as essence); Anaximander (apeiron — the boundless); Democritus (atomism, c. 460–370 BCE)\n•\tCore claim: The cosmos has a fundamental rational order (logos); apparent change masks deeper permanence (or vice versa); reality is structured by mathematical ratios or material atoms\n•\tConvergence patterns: C03 (symmetry/conservation: Parmenidean being as invariant, Pythagorean harmony as mathematical symmetry), C06 (logos as information/cosmic order), C14 (duality: Heraclitus’ unity of opposites as complementarity), C25 (teleology: Empedocles’ Love/Strife as driving forces), C21 (emergence: complex phenomena from simple elements)\n•\tIndependence check: Independent — pre-scientific speculation, not derived from any empirical tradition. Multiple independent origins within the Greek tradition\n•\tClaim tier: T4 — historically foundational but pre-empirical. The questions they asked (what is the fundamental stuff? is there change?) remain alive in physics\n•\tKey tension: Heraclitus (everything changes) vs. Parmenides (nothing changes) — this is the primal philosophical tension mirrored in the physics of equilibrium (C07) vs. flux (C01)\n•\tCanonical text: Kirk, Raven & Schofield, The Presocratic Philosophers (2nd ed., 1983), Ch. 5-6 on Heraclitus and Parmenides\n\nPlato & Aristotle\n\n•\tFounder(s): Plato (c. 428–348 BCE, Republic, Timaeus, Parmenides); Aristotle (384–322 BCE, Physics, Metaphysics, Nicomachean Ethics, On the Soul)\n•\tCore claim: Plato — reality consists of eternal Forms/ideas, of which the physical world is a shadow; Aristotle — reality is composed of substances with forms actualizing matter, governed by four causes (material, formal, efficient, final)\n•\tConvergence patterns: C25 (teleology: Aristotle’s final cause — purpose as an explanatory principle), C21 (emergence: Aristotelian substance as emergent from form + matter), C03 (symmetry: Platonic solids as the atoms in Timaeus), C08 (self-reference: Plato’s critique of writing in Phaedrus as meta-level reasoning)\n•\tIndependence check: Independent — philosophical reasoning in Athens, not derived from empirical investigation (though Aristotle was systematic about biology)\n•\tClaim tier: T4 — historically foundational. Aristotle’s physics was wrong (replaced by Newton). His biology was insightful (empirical observation of organisms). Plato’s theory of forms survives in mathematical Platonism\n•\tKey tension: Plato’s idealism vs. Aristotle’s empiricism — the tension between abstract mathematical structure and physical reality persists in the “unreasonable effectiveness” debate (Wigner) and in the measurement problem\n•\tCanonical text: Aristotle, Physics, Book II on nature and the four causes; Plato, Timaeus on the mathematical structure of the cosmos\n\nStoicism\n\n•\tFounder(s): Zeno of Citium (c. 334–262 BCE); Chrysippus (c. 279–206 BCE); Epictetus (Discourses, c. 108 CE); Marcus Aurelius (Meditations, c. 161–180 CE); Seneca (Letters, c. 65 CE)\n•\tCore claim: The universe is a rationally ordered whole (logos); virtue is living in accordance with nature; determinism and moral responsibility are compatible\n•\tConvergence patterns: C07 (homeostasis: ataraxia — inner equilibrium — as psychological homeostasis), C01 (gradient dissipation: the Stoic sage accepts the flow of events as natural), C25 (teleology: logos as immanent purpose), C14 (duality: active reason / passive matter)\n•\tIndependence check: Independent — Stoicism emerged in Hellenistic Athens as a response to Skepticism, not from empirical science\n•\tClaim tier: T4 — as physics, Stoic materialism and pneuma (breath/fire as active principle) are archaic. As psychology and ethics, Stoic cognitive-behavioral techniques (cognitive reframing, negative visualization) are empirically supported\n•\tKey tension: Stoic determinism (all events causally necessitated by logos) vs. the apparent reality of human choice. The “compatibilist” solution (assent to fate is free) is debated\n•\tCanonical text: Marcus Aurelius, Meditations, Book IV-VII on accepting fate and the logos\n\nNeoplatonism\n\n•\tFounder(s): Plotinus (204–270 CE, Enneads); Proclus (412–485 CE, Elements of Theology); earlier influence from Plato’s Parmenides and Middle Platonism\n•\tCore claim: Reality emanates from a transcendent One (the Good) through successive hypostases (Nous/Intellect, Soul, Nature, Matter); return to the One is the soul’s purpose\n•\tConvergence patterns: C25 (teleology: the One as ultimate purpose, all things striving to return), C10 (scale invariance: the structure of emanation is self-similar at each level), C21 (emergence: multiplicity emerges from unity through emanation), C08 (self-reference: the One is beyond being, yet is the source of all being — a paradox of self-reference)\n•\tIndependence check: Independent — philosophical mysticism, not derived from empirical observation. Influenced Christianity, Islam, and Renaissance thought\n•\tClaim tier: T5 — metaphysical speculation without empirical content. However, the structure (unity → multiplicity → return) recurs in physics (symmetry breaking → complexity → re-unification in GUTs) and psychology (Maslow’s self-actualization)\n•\tKey tension: Emanation vs. creation — if the One is perfect and undiminished, how can anything else exist? Plotinus’ answer (emanation is not diminution) is mystical, not logical\n•\tCanonical text: Plotinus, Enneads, I.6 (“On Beauty”) and V.1 (“On the Three Primary Hypostases”)\n\nSpinoza\n\n•\tFounder(s): Baruch Spinoza (Ethics, 1677, published posthumously)\n•\tCore claim: God and Nature are one substance (Deus sive Natura); everything follows necessarily from divine nature with the same logical necessity as geometry; mind and body are parallel modes of the one substance\n•\tConvergence patterns: C03 (symmetry/conservation: the one substance is invariant — nothing exists outside it), C14 (duality: mind-body parallelism as complementarity), C25 (teleology rejected: nature has no purposes; apparent purpose is human projection), C08 (self-reference: the Ethics demonstrates its own method geometrically)\n•\tIndependence check: Independent — Spinoza was excommunicated from the Jewish community of Amsterdam and wrote in isolation. His geometrical method was unique\n•\tClaim tier: T4 — as metaphysics, largely untestable. But Spinoza’s rejection of teleology, his monism, and his parallelism anticipate themes in modern physics (no privileged observer, determinism) and cognitive science (identity theory of mind)\n•\tKey tension: Spinoza’s determinism eliminates free will; his pantheism eliminates a personal God. Both were (and are) deeply controversial. The mind-body parallelism avoids interaction problems but at the cost of explaining nothing about how they correlate\n•\tCanonical text: Spinoza, Ethics (1677), Part I (“On God,” Definitions, Axioms, Propositions 1-15) and Part II (“On the Nature and Origin of the Mind”)\n\nKant\n\n•\tFounder(s): Immanuel Kant (Critique of Pure Reason, 1781; Prolegomena, 1783; Critique of Judgment, 1790)\n•\tCore claim: The mind structures all experience through a priori categories (causality, substance, quantity, quality); we can know phenomena (appearances) but not noumena (things-in-themselves); synthetic a priori judgments ground mathematics and physics\n•\tConvergence patterns: C08 (self-reference: reason investigating its own limits; antinomies as proofs that reason overreaches), C25 (teleology: Critique of Judgment argues nature appears purposive), C21 (emergence: the categories emerge from the transcendental unity of apperception)\n•\tIndependence check: Independent — Kant was responding to Hume’s skepticism and the rationalist/empiricist debate, not doing empirical science\n•\tClaim tier: T3 — Kant’s epistemological framework shaped all subsequent philosophy of science. His synthetic a priori was challenged by Einstein (relativity showed Euclidean geometry is not a priori) and by logical positivism. The noumenon/phenomenon distinction remains influential but contested\n•\tKey tension: The thing-in-itself (noumenon) is posited as the cause of appearances, but causality is a category applicable only to phenomena. This is a self-referential paradox (C08) that Kant never resolved\n•\tCanonical text: Kant, Critique of Pure Reason (1781), Transcendental Aesthetic and Transcendental Analytic (A50-130/B74-169)\n\nHegel\n\n•\tFounder(s): Georg Wilhelm Friedrich Hegel (Phenomenology of Spirit, 1807; Science of Logic, 1812; Encyclopedia of the Philosophical Sciences, 1817)\n•\tCore claim: Reality is a dialectical process — thesis, antithesis, synthesis — unfolding toward absolute knowing; spirit (Geist) realizes itself through history\n•\tConvergence patterns: C08 (self-reference: the dialectic is reason becoming self-conscious of itself), C21 (emergence: each synthesis is emergent from the prior contradiction), C25 (teleology: history has a direction and purpose — the realization of freedom), C04 (symmetry-breaking: each thesis-antithesis is a symmetry that gets broken into a higher synthesis)\n•\tIndependence check: Independent — Hegel was a systematic philosopher building on Kant and Fichte, not on empirical science\n•\tClaim tier: T5 — Hegel’s systematic claims are largely untestable. His dialectical method was vulgarized into Marxism. His influence on continental philosophy, history, and political theory is enormous; his direct scientific influence is minimal\n•\tKey tension: Hegel claimed his philosophy was the final synthesis — absolute knowing. This self-referential claim (C08) was immediately challenged by Kierkegaard (the individual), Marx (materialism), and Nietzsche (perspectivism). Hegel’s system is a closed loop; science is open-ended\n•\tCanonical text: Hegel, Phenomenology of Spirit (1807), Preface and Introduction (on the dialectical method)\n\nProcess Philosophy\n\n•\tFounder(s): Alfred North Whitehead (Process and Reality, 1929); Charles Hartshorne; influenced by Bergson (Creative Evolution, 1907)\n•\tCore claim: Reality is not composed of static substances but of processes and events (“actual occasions”); every occasion prehends (feels) all others; God provides initial aims\n•\tConvergence patterns: C01 (gradient dissipation: becoming as the fundamental reality — process is primary, being secondary), C21 (emergence: actual occasions emerge from prehension of past occasions), C12 (autopoiesis: each actual occasion is self-creating), C25 (teleology: each occasion aims at satisfaction — internal teleology)\n•\tIndependence check: Independent — Whitehead was a mathematician (co-author of Principia Mathematica) who turned to metaphysics. Process philosophy emerged from dissatisfaction with the substance metaphysics underlying physics\n•\tClaim tier: T4 — process philosophy has little predictive power but provides a metaphysics compatible with quantum mechanics (events, not particles, as fundamental), relativity (spacetime events), and ecology (interconnectedness). Direct empirical confirmation is lacking\n•\tKey tension: Whitehead’s system is baroque — 400+ pages of dense terminology. Critics (e.g., Quine, Russell) found it impenetrable and unnecessary. Also: the insertion of God as “the Poet of the world” is theologically motivated and scientifically problematic\n•\tCanonical text: Whitehead, Process and Reality (1929), Part I (“The Speculative Scheme”) and Part III (“The Theory of Prehensions”)\n\nPhenomenology\n\n•\tFounder(s): Edmund Husserl (Logical Investigations, 1900-01; Ideas, 1913); Martin Heidegger (Being and Time, 1927); Maurice Merleau-Ponty (Phenomenology of Perception, 1945)\n•\tCore claim: Philosophy must return to the things themselves — to direct experience as it is lived; consciousness is always consciousness-of-something (intentionality); being-in-the-world is the fundamental mode of human existence\n•\tConvergence patterns: C08 (self-reference: phenomenology studies consciousness studying consciousness), C14 (duality: subject/object as a lived unity, not a dualism), C21 (emergence: meaning emerges from the intentional structure of consciousness)\n•\tIndependence check: Independent — Husserl was a mathematician-turned-philosopher reacting against psychologism; Heidegger was a student who took phenomenology in an ontological direction\n•\tClaim tier: T3 — phenomenology is a method, not a theory. Its descriptions of lived experience are widely accepted. Claims about the nature of being (Heidegger) are metaphysical. Influence on cognitive science (embodied cognition, enactivism) is significant\n•\tKey tension: Phenomenology’s method (bracketing the natural world) conflicts with naturalism and scientific realism. If science reveals reality and phenomenology brackets it, which has priority? The debate between continental and analytic philosophy largely tracks this divide\n•\tCanonical text: Heidegger, Being and Time (1927), Division I, Ch. 1-3 (on being-in-the-world and equipment)\n\nPhilosophy of Science\n\n•\tFounder(s): Karl Popper (The Logic of Scientific Discovery, 1934/59; falsificationism); Thomas Kuhn (The Structure of Scientific Revolutions, 1962; paradigm shifts); Paul Feyerabend (Against Method, 1975; epistemological anarchism); Imre Lakatos (The Methodology of Scientific Research Programmes, 1970)\n•\tCore claim: Popper — science progresses by bold conjectures and severe refutations; Kuhn — science proceeds through normal science and revolutionary paradigm shifts; Feyerabend — there is no universal scientific method; Lakatos — research programs have progressive and degenerating phases\n•\tConvergence patterns: C09 (selection: Popper’s evolutionary epistemology — theories are selected by falsification), C21 (emergence: new paradigms emerge from crises in old ones), C08 (self-reference: philosophy of science applies scientific method to itself)\n•\tIndependence check: Independent — all four were philosophers and historians of science, not practicing scientists\n•\tClaim tier: T3 — as descriptions of scientific practice, Kuhn’s framework is the most influential and accurate. Popper’s falsificationism is normatively appealing but descriptively false (scientists don’t abandon theories on single anomalies). Feyerabend’s anarchism is overstated. Lakatos provides the most nuanced framework\n•\tKey tension: Rationality vs. sociology of science — is science rational (Popper, Lakatos) or socially constructed (Kuhn’s later work, strong programme)? This is the science wars. The convergence pattern: all schools acknowledge that scientific norms evolve (C09)\n•\tCanonical text: Kuhn, The Structure of Scientific Revolutions (1962), Ch. 5-8 on normal science, crisis, and revolution\n\nAnalytic Philosophy\n\n•\tFounder(s): Gottlob Frege (Begriffsschrift, 1879; sense/reference distinction, 1892); Bertrand Russell (theory of descriptions, 1905; Principia Mathematica, 1910-13); Ludwig Wittgenstein (Tractatus Logico-Philosophicus, 1921; Philosophical Investigations, 1953); W.V.O. Quine (“Two Dogmas of Empiricism,” 1951)\n•\tCore claim: Frege/Russell — philosophy should use logical analysis to clarify thought; Wittgenstein (Tractatus) — the limits of language are the limits of the world; Wittgenstein (Investigations) — meaning is use; Quine — no analytic/synthetic distinction, philosophy is continuous with science\n•\tConvergence patterns: C08 (self-reference: the limits of language in the Tractatus; the private language argument as self-referential critique), C06 (information: Frege’s sense/reference as an information-theoretic distinction), C20 (logic as computation: Frege’s logicism as the claim that mathematics is computation)\n•\tIndependence check: Independent — Frege was a mathematician; Russell a philosopher; Wittgenstein an engineer-turned-philosopher; Quine a logician. The tradition coalesced around Cambridge, Vienna, and Oxford\n•\tClaim tier: T2 — analytic philosophy is a method, not a set of claims. Its major contributions: formal logic (Frege, Russell), philosophy of language (Wittgenstein, Austin), philosophy of science (Popper, Kuhn, Quine). Some claims (Frege’s logicism) were disproven by Gödel\n•\tKey tension: Early Wittgenstein (Tractatus: precise logical language) vs. later Wittgenstein (Investigations: language as social practice). This mirrors the tension in C20 between formal computation and embodied/enactive cognition\n•\tCanonical text: Wittgenstein, Philosophical Investigations (1953), §1-100 (on language games and meaning as use)\n\n## 3.4 Philosophy — East\n\nTaoism\n\n•\tFounder(s): Laozi (Tao Te Ching, c. 6th-4th century BCE); Zhuangzi (Zhuangzi, c. 4th-3rd century BCE); later: Liezi, Wenzi\n•\tCore claim: The Dao (Way) is the ineffable source and principle of all reality; wu wei (non-action/effortless action) aligns with the natural flow of the Dao; the sage yields and thereby accomplishes\n•\tConvergence patterns: C01 (gradient dissipation: wu wei as flowing with gradients rather than against them), C02 (least action: wu wei as minimal-effort alignment with natural patterns), C25 (teleology rejected: the Dao does not act with purpose; natural harmony emerges), C14 (duality: yin/yang as complementary opposition), C21 (emergence: the myriad things emerge from the nameless Dao)\n•\tIndependence check: Independent — emerged in Zhou-dynasty China independently of any Greek or Indian philosophical tradition\n•\tClaim tier: T4 — philosophical wisdom literature, not empirical science. The concept of effortless action (wu wei) is studied in psychology (flow states, automaticity). The yin/yang complementarity has formal parallels to quantum complementarity (C14) but these are analogies\n•\tKey tension: The Dao that can be spoken is not the eternal Dao — the opening line is a self-referential paradox about the limits of language (C08). This creates a permanent tension between Taoist philosophy and any systematic articulation\n•\tCanonical text: Laozi, Tao Te Ching, Ch. 1 (“The Dao that can be told”), Ch. 25 (“Something mysteriously formed”), Ch. 48 (“In pursuit of knowledge, every day something is added”)\n\nBuddhism\n\n•\tFounder(s): Siddhartha Gautama, the Buddha (c. 563–483 BCE or c. 480–400 BCE); core texts: Dhammapada, Heart Sutra, Mulamadhyamakakarika (Nagarjuna, c. 150-250 CE)\n•\tCore claim: All conditioned things are impermanent (anicca); all phenomena lack independent existence (anatta — no-self, sunyata — emptiness); suffering arises from attachment and ceases through the Eightfold Path\n•\tConvergence patterns: C01 (gradient dissipation: impermanence as universal flux — everything is a flow, nothing is static), C06 (emptiness as the lack of intrinsic information — phenomena are defined only by their relations), C08 (self-reference: Nagarjuna’s tetralemma refutes all positions including its own; emptiness is empty), C14 (duality: nonduality of samsara and nirvana, form and emptiness)\n•\tIndependence check: Independent — emerged in the Gangetic plain of India, independent of Greek, Chinese, or any Western tradition. The concept of dependent origination (pratītyasamutpāda) has no direct parallel in Western thought before Leibniz\n•\tClaim tier: T4 — as psychology, Buddhist meditation techniques are empirically validated (MBCT, MBSR). As metaphysics, anatta (no-self) and sunyata (emptiness) are not empirically testable but have parallels in modern physics (no enduring particles, relational quantum mechanics)\n•\tKey tension: If all is empty (sunyata), including emptiness itself, what is the status of the Buddha’s teaching? Nagarjuna’s answer (emptiness is empty) is a logical vortex (C08) that resists all attempts at stable interpretation\n•\tCanonical text: Nagarjuna, Mulamadhyamakakarika (c. 150-250 CE), Ch. 1 (on causation) and Ch. 24 (on the Four Noble Truths and emptiness)\n\nAdvaita Vedanta\n\n•\tFounder(s): Adi Shankara (788–820 CE); Brahma Sutra Bhashya, Upadesasahasri, commentaries on the Upanishads and Bhagavad Gita\n•\tCore claim: Brahman (ultimate reality) is the only truth; Atman (individual self) is identical to Brahman (tat tvam asi — “That thou art”); the world of multiplicity is maya (illusion) superimposed on Brahman\n•\tConvergence patterns: C14 (duality: the apparent duality of self/world resolves into nondual Brahman — the ultimate complementarity), C08 (self-reference: Atman knowing itself as Brahman is the ultimate self-referential loop), C03 (symmetry: the multiplicity of the world is an apparent breaking of the symmetry of pure consciousness), C21 (emergence: the apparent world emerges from avidya — ignorance — superimposed on Brahman)\n•\tIndependence check: Independent — Shankara systematized the Upanishadic tradition within Indian philosophy, responding to Buddhist and other Hindu schools. No contact with Western philosophy\n•\tClaim tier: T5 — pure metaphysics. However, the nondual recognition (Atman = Brahman) has parallels in modern discussions of consciousness (Hard problem, neutral monism) and in the holism of quantum mechanics (quantum entanglement as fundamental unity)\n•\tKey tension: If the world is maya (illusion), why does it appear so regular and lawful? Shankara’s answer (avidya/ignorance as the cause of superimposition) pushes the question back one step. Also: the moral status of the world — if it’s illusion, why act ethically?\n•\tCanonical text: Shankara, Brahma Sutra Bhashya, Introduction (on adhyasa/superimposition) and I.1.1 (on the inquiry into Brahman)\n\nZen\n\n•\tFounder(s): Bodhidharma (c. 5th-6th century CE, brought Buddhism to China); Huineng (638–713 CE, Platform Sutra, sudden enlightenment); Dogen (1200–1253 CE, Shobogenzo); Hakuin Ekaku (1686–1768, koan system)\n•\tCore claim: Enlightenment (kensho/satori) is direct, unmediated insight into one’s true nature; it cannot be grasped through language, concepts, or gradual practice alone; zazen (seated meditation) and koans are methods to cut through conceptual thinking\n•\tConvergence patterns: C08 (self-reference: koans are designed to short-circuit conceptual thought by self-referential paradox — “What is the sound of one hand clapping?”), C14 (duality: form is emptiness, emptiness is form — ultimate nonduality), C25 (teleology rejected: “if you meet the Buddha, kill him” — no goal, no attainment)\n•\tIndependence check: Independent — Zen emerged in China as a synthesis of Indian Buddhism and Taoism, then transmitted to Japan. Completely independent of Western philosophy\n•\tClaim tier: T4 — as contemplative practice, Zen meditation has documented neurological correlates (increased gamma synchrony, prefrontal cortex changes). The philosophical claims (direct insight into reality) are not empirically testable but resonate with embodied cognition and enactivism\n•\tKey tension: Sudden vs. gradual enlightenment (Huineng vs. Shenxiu) — a schism within Zen. Also: if enlightenment is beyond language, all Zen teachings are at best fingers pointing at the moon, not the moon itself. This creates a permanent methodological paradox\n•\tCanonical text: Dogen, Shobogenzo (“Treasury of the True Dharma Eye”), “Genjokoan” (“Actualizing the Fundamental Point”) and “Uji” (“Being-Time”)\n\nConfucianism\n\n•\tFounder(s): Confucius (Kong Fuzi, 551–479 BCE, Analects); Mencius (Mengzi, c. 372–289 BCE); Xunzi (c. 313–238 BCE); later: Zhu Xi (Neo-Confucianism, 1130–1200)\n•\tCore claim: Social harmony emerges from proper relationships governed by ren (benevolence), li (ritual propriety), and xiao (filial piety); the junzi (exemplary person) cultivates virtue; good government flows from moral leadership\n•\tConvergence patterns: C07 (homeostasis: social order as the homeostatic maintenance of harmony), C21 (emergence: social harmony emerges from individual virtue cultivation), C11 (networks: the five relationships as a social network structure), C25 (teleology: the Mandate of Heaven provides cosmic purpose to moral order)\n•\tIndependence check: Independent — emerged in the Warring States period of China, independent of any Western or Indian tradition\n•\tClaim tier: T3 — Confucian social structure shaped East Asian civilizations for 2000+ years. The claim that social harmony emerges from moral cultivation is a social science hypothesis, not a physical law. Modern research on trust and social capital (Putnam) partially confirms\n•\tKey tension: Mencius (human nature is inherently good) vs. Xunzi (human nature is inherently selfish, goodness must be cultivated) — the nature/nurture debate in Chinese philosophy. Also: Confucian hierarchy vs. modern egalitarianism\n•\tCanonical text: Confucius, Analects, Book I-II (on learning and virtue); Mencius, Mengzi, Book IIA.6 (on the sprouts of virtue)\n\nJapanese Aesthetics\n\n•\tFounder(s): Sen no Rikyu (wabi-cha tea ceremony, 16th century); Matsuo Basho (haiku master, 1644–1694); later codification by Okakura Kakuzo (The Book of Tea, 1906) and Soetsu Yanagi (mingei folk craft movement, 1920s-30s)\n•\tCore claim: Beauty is found in imperfection, impermanence, incompleteness, and irregularity (wabi-sabi); the highest aesthetic experience is one of quiet simplicity and naturalness; ma (negative space/interval) is as important as the filled space\n•\tConvergence patterns: C01 (gradient dissipation: appreciation of impermanence and decay as beautiful), C04 (symmetry-breaking: asymmetry and irregularity as higher beauty than perfect symmetry), C05 (edge of chaos: wabi-sabi occupies the boundary between order and disorder), C14 (duality: presence/absence, form/emptiness as complementary in ma)\n•\tIndependence check: Independent — evolved from Japanese tea culture, linked to Zen Buddhism, with no Western influence until the late 19th century\n•\tClaim tier: T4 — aesthetics, not science. However, the appreciation of imperfection and asymmetry has parallels in physics (broken symmetry as the source of structure, C04) and in information theory (compressed information retains only the essential)\n•\tKey tension: Wabi-sabi as an aesthetic of poverty and restraint vs. the opulence of mainstream aesthetic traditions. The deliberate embrace of imperfection requires a refined sensibility — it is not casual but highly cultivated\n•\tCanonical text: Okakura Kakuzo, The Book of Tea (1906), Ch. 1-3 on the cup of humanity and the schools of tea\n\n## 3.5 Economics & Social Science\n\nClassical Economics\n\n•\tFounder(s): Adam Smith (The Wealth of Nations, 1776; The Theory of Moral Sentiments, 1759); David Ricardo (On the Principles of Political Economy and Taxation, 1817); Thomas Malthus (An Essay on the Principle of Population, 1798)\n•\tCore claim: Markets coordinate self-interest into collective wealth through the division of labor and trade; population growth tends to outstrip resources (Malthus); comparative advantage makes trade beneficial even when one party is more productive in all areas\n•\tConvergence patterns: C07 (feedback: the invisible hand as a self-correcting market mechanism), C15 (optimization: comparative advantage as an optimization principle), C09 (selection: firms and practices compete for survival), C19 (thermoeconomics: labor as the original source of all wealth)\n•\tIndependence check: Independent — Smith was a moral philosopher observing the Scottish Enlightenment and the early Industrial Revolution; Ricardo a stockbroker; Malthus a cleric. Not derived from physics or mathematics\n•\tClaim tier: T1 — the division of labor and gains from trade are confirmed by economic history. Malthusian predictions were wrong for industrialized nations (technology outpaced population) but prescient for pre-industrial societies. Comparative advantage is a theorem given its assumptions\n•\tKey tension: Smith’s two books create a tension — Moral Sentiments emphasizes sympathy and virtue; Wealth of Nations emphasizes self-interest. The “Adam Smith problem” (are they reconcilable?) remains debated. Also: Malthus vs. technological optimism — the bet between Ehrlich and Simon (1990) was won by Simon, but Malthusian limits may yet apply\n•\tCanonical text: Smith, The Wealth of Nations (1776), Book I, Ch. 1-2 (on the division of labor)\n\nMarx & Historical Materialism\n\n•\tFounder(s): Karl Marx (“The Communist Manifesto,” 1848; Capital, Vol. 1, 1867; Grundrisse, 1857-61; The German Ideology, 1845); Friedrich Engels (editor and collaborator)\n•\tCore claim: History is driven by class struggle; the economic base (mode of production) determines the superstructure (politics, culture, ideology); capitalism contains contradictions (falling rate of profit, overproduction crises) that lead to its eventual replacement\n•\tConvergence patterns: C01 (gradient dissipation: class struggle as the dissipation of social contradictions), C04 (symmetry-breaking: revolutions as symmetry-breaking phase transitions in social structure), C07 (feedback: base-superstructure dialectic as a feedback loop), C21 (emergence: class consciousness emerges from material conditions)\n•\tIndependence check: Independent — Marx was a philosopher-journalist synthesizing German idealism (Hegel), French socialism (Saint-Simon, Fourier), and British political economy (Smith, Ricardo). Independent of any natural science tradition\n•\tClaim tier: T2 — Marx’s descriptive sociology (class structure, ideology, alienation) is widely accepted. His economic predictions (falling rate of profit, immiseration of the proletariat, inevitable revolution) have been falsified by history. The labor theory of value is rejected by modern economics\n•\tKey tension: Base/superstructure determinism vs. the autonomy of culture and politics — how much does economics determine? Marxist scholars (Gramsci, Althusser) have softened the claim, but the tension remains\n•\tCanonical text: Marx, Capital, Vol. 1 (1867), Part I (Commodities) and Part VII (The Accumulation of Capital)\n\nMarginalism & Neoclassical Economics\n\n•\tFounder(s): William Stanley Jevons (The Theory of Political Economy, 1871); Léon Walras (Elements of Pure Economics, 1874; general equilibrium); Alfred Marshall (Principles of Economics, 1890); Vilfredo Pareto (Pareto efficiency, 1896)\n•\tCore claim: Economic value is determined at the margin; prices equilibrate supply and demand; competitive markets achieve Pareto-efficient allocations\n•\tConvergence patterns: C02 (least action: utility maximization as a variational principle), C15 (optimization: general equilibrium as a solution to a system of optimization problems), C07 (feedback: price mechanism as homeostatic feedback), C03 (symmetry/conservation: Walras’ law as a conservation principle — total excess demand is zero)\n•\tIndependence check: Independent — Jevons, Walras, and Menger (the “marginal revolution”) developed their theories independently in England, France, and Austria. The simultaneity (1871-74) is a genuine case of independent discovery\n•\tClaim tier: T1 — supply and demand is confirmed by market behavior. General equilibrium existence (Arrow-Debreu, 1954) is a mathematical theorem given assumptions. Behavioral economics has challenged the rationality assumptions\n•\tKey tension: The Sonnenschein-Mantel-Debreu theorem shows that general equilibrium theory places almost no restrictions on aggregate behavior — the theory is internally consistent but empirically empty. Also: rational expectations vs. behavioral biases (Kahneman, Thaler)\n•\tCanonical text: Walras, Elements of Pure Economics (1874), Lessons 5-8 on exchange and general equilibrium\n\nInstitutional Economics\n\n•\tFounder(s): Thorstein Veblen (“Why Is Economics Not an Evolutionary Science?” 1898; The Theory of the Leisure Class, 1899); John R. Commons (Institutional Economics, 1934); later: Douglass North (Institutions, Institutional Change and Economic Performance, 1990, Nobel 1993)\n•\tCore claim: Economic behavior is embedded in social institutions (habits, norms, laws, property rights); institutions evolve, and their structure determines economic performance\n•\tConvergence patterns: C09 (selection: institutions evolve through a process of variation, selection, and retention), C07 (feedback: institutions provide stability and predictability — social homeostasis), C21 (emergence: economic order emerges from institutional structure), C22 (commons/institutions: property rights as institutions for managing shared resources)\n•\tIndependence check: Independent — Veblen was a sociologist-economist reacting against the abstractions of neoclassical economics. Commons was a legal scholar. North was an economic historian\n•\tClaim tier: T1 — the embeddedness of markets in institutions is now mainstream (following Polanyi, Granovetter). North’s work on institutions and growth is empirically well-supported. Veblen’s evolutionary approach anticipated modern evolutionary economics\n•\tKey tension: Institutional economics lacks a formal general theory — it produces rich descriptions and case studies but not the predictive power of neoclassical models. Also: how do institutions change? Exogenous shocks (wars, crises) vs. endogenous evolution is debated\n•\tCanonical text: North, Institutions, Institutional Change and Economic Performance (1990), Ch. 1-3 on institutions and economic performance\n\nAustrian School\n\n•\tFounder(s): Carl Menger (Principles of Economics, 1871); Ludwig von Mises (Human Action, 1949); Friedrich Hayek (“The Use of Knowledge in Society,” 1945; The Road to Serfdom, 1944; The Constitution of Liberty, 1960; Nobel 1974)\n•\tCore claim: Economic order emerges spontaneously from the decentralized actions of individuals (spontaneous order); prices convey dispersed knowledge that no central planner can possess; methodological individualism — all social phenomena must be explained by individual actions\n•\tConvergence patterns: C07 (feedback: price system as information feedback mechanism), C21 (emergence: spontaneous order from individual actions), C06 (information: prices as information carriers — Hayek’s core insight), C09 (selection: market competition as a discovery procedure), C11 (networks: decentralized coordination as network dynamics)\n•\tIndependence check: Independent — Menger was the Austrian founder of marginalism; Mises and Hayek were responding to socialism and central planning in mid-20th century Europe. The school developed independently of neoclassical economics in America\n•\tClaim tier: T1 — Hayek’s knowledge argument against central planning is confirmed by the failure of command economies (USSR, Maoist China). The socialist calculation debate (Mises-Hayek vs. Lange-Lerner) was won by the Austrians in practice. Some Austrian claims (business cycle theory) are more contested\n•\tKey tension: Austrian rejection of mathematical modeling and empirical testing (praxeology) vs. the scientific method in economics. Most economists accept Hayek’s insights about information and institutions while rejecting Austrian apriorism\n•\tCanonical text: Hayek, “The Use of Knowledge in Society” (1945), American Economic Review 35(4), 519-530\n\nComplexity Economics\n\n•\tFounder(s): W. Brian Arthur (“Competing Technologies, Increasing Returns, and Lock-In by Historical Events,” 1989; Increasing Returns and Path Dependence in the Economy, 1994); Eric Beinhocker (The Origin of Wealth, 2006); Kurt Dopfer & Jason Potts (The General Theory of Economic Evolution, 2007); building on the Santa Fe Institute (1987 founding workshop)\n•\tCore claim: The economy is a complex adaptive system of interacting, heterogeneous agents; increasing returns, network effects, and path dependence dominate; equilibrium is the exception, not the rule\n•\tConvergence patterns: C05 (edge of chaos: economies operate far from equilibrium), C09 (selection: firms and technologies compete and evolve), C11 (networks: economic interactions as network dynamics), C21 (emergence: macro patterns from micro interactions), C10 (scaling: power laws in firm size distributions, returns)\n•\tIndependence check: Independent — Arthur was an economist at Stanford and Santa Fe; Beinhocker at McKinsey. The school deliberately imported complexity science concepts into economics\n•\tClaim tier: T1 — increasing returns and path dependence are now standard in economics (Krugman, Romer won Nobels for related work). Agent-based models show promise but are not yet standard tools. Claims about replacing equilibrium with complexity are programmatic\n•\tKey tension: Complexity economics vs. the neoclassical synthesis — can complexity models match the predictive and policy-relevant power of DSGE models? Currently, no. Also: agent-based models are sensitive to parameter choices, creating a calibration problem\n•\tCanonical text: Arthur, Increasing Returns and Path Dependence in the Economy (1994), Ch. 1-2 (on positive feedbacks in the economy)\n\nCommons & Collective Action\n\n•\tFounder(s): Elinor Ostrom (Governing the Commons, 1990; Nobel 2009); earlier: Garrett Hardin (“The Tragedy of the Commons,” 1968, framing the problem); Mancur Olson (The Logic of Collective Action, 1965)\n•\tCore claim: Common-pool resources can be sustainably managed by user communities through self-governance institutions, without state control or private property — given certain design principles\n•\tConvergence patterns: C22 (commons/institutions: Ostrom’s design principles as institutional solutions), C07 (feedback: monitoring and sanctioning as feedback mechanisms), C09 (selection: successful institutions survive, unsuccessful ones collapse), C11 (networks: social capital and trust networks enable cooperation)\n•\tIndependence check: Independent — Ostrom was a political scientist who conducted extensive fieldwork on irrigation systems, alpine meadows, and fisheries worldwide. Independent of economic theory\n•\tClaim tier: T1 — Ostrom’s design principles are confirmed by hundreds of case studies. Her work challenged the Hardin dogma (commons always overused) and the Coase theorem (private property always solves externalities). It’s a robust empirical finding\n•\tKey tension: Local commons management works, but global commons (climate, oceans) lack the conditions for successful self-governance (small group, clear boundaries, social capital). Scaling Ostrom’s insights to planetary problems is the open challenge\n•\tCanonical text: Ostrom, Governing the Commons (1990), Ch. 1-3 (on the tragedy of the commons and rethinking collective action)\n\nGame Theory\n\n•\tFounder(s): John von Neumann & Oskar Morgenstern (Theory of Games and Economic Behavior, 1944); John Nash (“Equilibrium Points in n-Person Games,” PNAS, 1950; Nash equilibrium); Reinhard Selten (subgame perfection); John Harsanyi (Bayesian games); Thomas Schelling (The Strategy of Conflict, 1960)\n•\tCore claim: Strategic interactions can be formalized as games with players, strategies, and payoffs; rational players play Nash equilibria; cooperation can emerge from repeated interaction\n•\tConvergence patterns: C15 (optimization: each player maximizes expected utility), C07 (feedback: repeated games use history-dependent strategies as feedback), C09 (selection: evolutionary game theory — strategies with higher payoffs spread), C22 (commons: game theory models of collective action and public goods)\n•\tIndependence check: Independent — von Neumann was a mathematician who invented game theory before its economic application. Nash was a mathematician (PhD at 21). The economic interpretation came later\n•\tClaim tier: T0 — Nash’s theorem (every finite game has a Nash equilibrium) is a mathematical theorem. Experimental confirmation: auction design (FCC spectrum auctions), matching markets (kidney exchange, school choice), evolutionary biology (hawk-dove, prisoner’s dilemma)\n•\tKey tension: Nash equilibrium requires common knowledge of rationality, which is unrealistic (behavioral game theory shows systematic deviations). Also: the equilibrium selection problem — many games have multiple equilibria, and game theory provides no way to choose among them\n•\tCanonical text: von Neumann & Morgenstern, Theory of Games and Economic Behavior (1944), Ch. 1-3 (on utility theory and strategic games)\n\nEconomic Networks & Scaling\n\n•\tFounder(s): Geoffrey West & Luis Bettencourt (“Growth, Innovation, Scaling, and the Pace of Life in Cities,” PNAS, 2007); earlier: Herbert Simon (“On a Class of Skew Distribution Functions,” 1955); Paul Krugman (Geography and Trade, 1991)\n•\tCore claim: Cities, organisms, and economies exhibit systematic scaling laws — metabolic rate scales as mass^(3/4), city metrics scale superlinearly with population (GDP ~ N^1.15, patents ~ N^1.27); networks (transport, social, vascular) determine these scaling relations\n•\tConvergence patterns: C10 (scale invariance: power laws across scales from cells to cities), C11 (networks: infrastructure networks determine scaling exponents), C16 (optimal transport: vascular and road networks minimize energy/distance), C19 (thermoeconomics: cities as dissipative structures with energy throughput determining growth)\n•\tIndependence check: Independent — West was a theoretical physicist (high-energy physics) who turned to biology and then urban science. Bettencourt is a physicist. The scaling framework emerged from physics, not economics or sociology\n•\tClaim tier: T1 — the 3/4 scaling law for metabolism is well-confirmed across species. Urban scaling laws are confirmed for many cities but with significant variation. The West-Bettencourt model (network optimization + dissipative dynamics) is the leading explanation but not the only one\n•\tKey tension: The universality claim (all cities scale the same way regardless of culture, geography, history) is challenged by evidence that institutional and cultural factors matter. Also: superlinear scaling implies finite-time singularities (cities would grow infinitely fast) — West acknowledges this requires innovation to “reset” the clock\n•\tCanonical text: West, Bettencourt et al., “Growth, Innovation, Scaling, and the Pace of Life in Cities,” PNAS 104(17), 7301-7306 (2007)\n\nCONVERGENCE MAP: CROSS-REFERENCE MATRIX\n\nSchools That Independently Discovered the Same Pattern\n\nC01: Gradient Dissipation\n\n•\tThermodynamics (Clausius, Boltzmann) → heat engines\n•\tNon-equilibrium thermodynamics (Prigogine) → chemical systems\n•\tSchrödinger → negentropy and life\n•\tTaoism (wu wei) → flowing with gradients\n•\tStoicism (ataraxia) → accepting the flow of events\n•\tMarx → class struggle as social dissipation\n•\tConstructal law (Bejan) → flow systems\n\nIndependence check: Clausius was an engineer; Prigogine a chemist; Schrödinger a physicist; Taoism was pre-scientific philosophy; Stoicism was Hellenistic ethics; Marx was a political economist; Bejan is a mechanical engineer. Seven independent origins, same pattern: systems evolve by dissipating gradients.\n\nC02: Least Action\n\n•\tClassical mechanics (Newton → Lagrange → Hamilton) → celestial motion\n•\tCalculus of variations (Euler, Lagrange) → mathematical optimization\n•\tElectromagnetism (Maxwell) → field equations\n•\tRelativity (Einstein-Hilbert) → spacetime curvature\n•\tQuantum mechanics (Feynman path integral) → all possible histories\n•\tTaoism (wu wei) → effortless action\n•\tMEP (Dewar) → entropy production maximization\n\nIndependence check: Six independent mathematical/physical traditions + one philosophical tradition all converge on extremal principles. Nature optimizes.\n\nC05: Criticality / Edge of Chaos\n\n•\tNon-equilibrium thermodynamics (Prigogine) → dissipative structures at bifurcations\n•\tDynamical systems (Lorenz, Smale) → strange attractors\n•\tComplex adaptive systems (Langton, Kauffman) → Class 4 CA, NK models\n•\tQuantum field theory → renormalization group critical points\n•\tEcology (May) → ecosystem stability boundaries\n•\tComplexity economics (Arthur) → markets far from equilibrium\n•\tWabi-sabi → beauty at the boundary of order and disorder\n\nIndependence check: Seven independent traditions (physics, math, biology, CS, ecology, economics, aesthetics) converge on the same zone: maximum complexity and adaptability at the boundary between order and disorder.\n\nC06: Information / Entropy\n\n•\tThermodynamics (Boltzmann) → S = k log W\n•\tInformation theory (Shannon) → H = -Σ p log p\n•\tAlgorithmic information (Kolmogorov, Chaitin) → K(x) = shortest program\n•\tMolecular biology → genetic code\n•\tQuantum information → von Neumann entropy\n•\tBuddhism (sunyata) → emptiness as lack of intrinsic information\n\nIndependence check: Six independent traditions (physics, engineering, mathematics, biology, quantum physics, philosophy) all converge on the same mathematical quantity: entropy = information = missing knowledge.\n\nC07: Feedback / Homeostasis\n\n•\tCybernetics (Wiener, Ashby) → control systems\n•\tThermodynamics (Gibbs) → equilibrium as steady state\n•\tStoicism (ataraxia) → psychological equilibrium\n•\tEcology (Odum) → ecosystem homeostasis\n•\tEconomics (Smith) → invisible hand\n•\tGame theory → repeated interaction strategies\n•\tAutopoiesis (Maturana & Varela) → self-maintaining systems\n•\tInstitutional economics → institutional stability\n\nIndependence check: Eight independent traditions converge on the same insight: systems maintain stable states through feedback loops.\n\nC09: Selection / Variation-Retention\n\n•\tEvolution (Darwin, Wallace) → natural selection\n•\tPopulation genetics (Fisher, Haldane, Wright) → allele frequency change\n•\tGame theory (Maynard Smith) → evolutionary stable strategies\n•\tInstitutional economics → institutional evolution\n•\tCybernetics → adaptive control\n•\tAssembly theory (Cronin, Walker) → selection of complex structures\n•\tPhilosophy of science (Popper) → conjectures and refutations\n•\tAustrian economics → market competition as discovery\n•\tComplexity economics → technological evolution\n\nIndependence check: Nine independent traditions converge on the same algorithm: variation + selection + retention = cumulative adaptation.\n\nC12: Autopoiesis\n\n•\tMolecular biology → cell self-reproduction\n•\tAutopoiesis theory (Maturana & Varela) → organizational closure\n•\tDissipative structures (Prigogine) → self-maintaining order\n•\tDissipation-driven adaptation (England) → self-replication as efficient dissipation\n•\tAssembly theory → complexity as selection signature\n•\tComputation theory (von Neumann) → self-replicating automata\n•\tGeneral systems theory (Bertalanffy) → open systems maintaining organization\n\nIndependence check: Seven independent traditions converge on the same phenomenon: systems that produce and maintain themselves.\n\nC14: Duality / Complementarity\n\n•\tQuantum mechanics → wave-particle complementarity\n•\tElectromagnetism → electric-magnetic duality\n•\tGroup theory → dual representations\n•\tTaoism → yin/yang\n•\tBuddhism → form/emptiness (sunyata)\n•\tAdvaita Vedanta → Atman/Brahman identity\n•\tZen → samsara/nirvana nonduality\n•\tSpinoza → thought/extension parallelism\n•\tPhenomenology → subject/object as lived unity\n•\tWabi-sabi → presence/absence, perfection/imperfection\n\nIndependence check: Ten independent traditions (physics, mathematics, and six distinct philosophical traditions) converge on the same insight: apparent opposites are complementary aspects of a unified whole.\n\nC20: Universal Computation\n\n•\tLogic (Turing, Church) → Turing machines, λ-calculus\n•\tInformation theory (Shannon) → information processing\n•\tCellular automata (von Neumann, Wolfram) → simple rules, universal computation\n•\tMolecular biology → DNA as programmable code\n•\tQuantum information → quantum Turing machines\n•\tGame theory → computable strategies\n\nIndependence check: Six independent traditions converge on the Church-Turing thesis: all effective computation is equivalent to Turing machine computation.\n\nC21: Emergence\n\n•\tDynamical systems (Lorenz) → chaos from simple rules\n•\tComplex adaptive systems → collective intelligence\n•\tBiology → emergent properties of organisms\n•\tPhilosophy (Aristotle) → substance as emergent\n•\tEconomics (Hayek) → spontaneous order\n•\tEcology → ecosystem properties\n•\tProcess philosophy (Whitehead) → actual occasions\n•\tBuddhism → phenomena from dependent origination\n•\tQuantum mechanics → measurement outcomes\n•\tGame theory → emergent cooperation\n\nIndependence check: Ten independent traditions converge on emergence: higher-level properties arise from lower-level interactions and are not reducible to them.\n\nSCHOOL TENSION MATRIX\n\nGenuine Contradictions (Not Smoothed Over)\n\nSchool A\n\nSchool B\n\nTension\n\nStatus\n\nClassical mechanics (time-reversible)\n\nThermodynamics (arrow of time)\n\nLoschmidt’s paradox\n\nOpen — statistical mechanics resolves it for most practical purposes, but the fundamental issue remains\n\nGeneral relativity (deterministic)\n\nQuantum mechanics (probabilistic)\n\nMeasurement problem, singularities\n\nOpen — quantum gravity research area\n\nPopulation genetics (gene-centric)\n\nEvo-devo (regulatory-centric)\n\nWhere does evolutionary change happen?\n\nPartially resolved — both matter, debate is about relative importance\n\nEquilibrium ecology (Clements/Odum)\n\nNon-equilibrium ecology (Gleason)\n\nAre ecosystems organized or random?\n\nPartially resolved — both views have domains of validity\n\nNeoclassical economics (equilibrium)\n\nComplexity economics (far-from-equilibrium)\n\nWhich framework for prediction?\n\nActive — both used, complexity economics growing\n\nConstructal law (Bejan)\n\nMEP (Dewar)\n\nDifferent variational principles for non-equilibrium\n\nDebated — may be special cases of a more general principle\n\nMEP (entropy production maximization)\n\nPrigogine (minimum entropy production, linear regime)\n\nMaximize or minimize?\n\nPartially resolved — different regimes (linear vs. non-linear)\n\nSpontaneous order (Hayek)\n\nCentral planning (Marx/Lange)\n\nCan dispersed knowledge be centralized?\n\nResolved in practice — markets outperform planning for complex economies\n\nAustrian apriorism (Mises)\n\nEmpirical economics\n\nIs economic knowledge a priori?\n\nActive — most economists are empirical, but Austrian insights inform institutional economics\n\nPlato (forms as real)\n\nAristotle (forms in things)\n\nWhere do forms exist?\n\nAncient — resolved in different directions by different traditions\n\nHeraclitus (all changes)\n\nParmenides (nothing changes)\n\nIs change real?\n\nOpen in physics — quantum fluctuations vs. conservation laws\n\nMencius (human nature good)\n\nXunzi (human nature selfish)\n\nNature or nurture?\n\nActive in psychology and behavioral economics\n\nPhenomenology (subjective experience primary)\n\nAnalytic philosophy (language/logic primary)\n\nMethod of philosophy\n\nActive — the continental/analytic divide\n\nPopper (falsification)\n\nKuhn (paradigm sociology)\n\nHow does science progress?\n\nPartially resolved — both insights absorbed into modern philosophy of science\n\nWigner (unreasonable effectiveness of math)\n\nConstructivism (math as human construction)\n\nDoes math describe reality or our cognition?\n\nActive — mathematical Platonism vs. naturalism\n\nShannon (information as syntactic)\n\nBiology (information as semantic)\n\nWhat is biological information?\n\nActive — no consensus on the semantics of genetic information\n\nFirst-order cybernetics (observer outside)\n\nSecond-order cybernetics (observer inside)\n\nRole of the observer\n\nResolved in second-order framework, but hard science resists\n\nSUMMARY STATISTICS\n\nPart 2 Coverage\n\n•\tPhysics & Cosmology: 8 schools\n•\tMathematics: 7 schools\n•\tBiology: 6 schools\n•\tThermodynamics & Dissipative Structures: 6 schools\n•\tSubtotal Part 2: 27 schools\n\nPart 3 Coverage\n\n•\tInformation Theory & Computation: 5 schools\n•\tCybernetics & Systems Theory: 6 schools\n•\tPhilosophy — Western: 11 schools\n•\tPhilosophy — East: 6 schools\n•\tEconomics & Social Science: 9 schools\n•\tSubtotal Part 3: 37 schools\n\nGrand Total: 64 Schools\n\nClaim Tier Distribution\n\n•\tT0 (mathematically proven / empirically confirmed to high precision): 14 schools\n•\tT1 (strong empirical support, some open questions): 18 schools\n•\tT2 (promising framework, partial confirmation, active research): 16 schools\n•\tT3 (influential framework, more conceptual than predictive): 8 schools\n•\tT4 (philosophical wisdom, pre-empirical or metaphysical): 6 schools\n•\tT5 (pure speculation, historically interesting but untestable): 2 schools\n\nConvergence Patterns with Most Independent Discoveries\n\n•\tC21 (Emergence): 10 independent traditions\n•\tC14 (Duality/Complementarity): 10 independent traditions\n•\tC09 (Selection/Variation-Retention): 9 independent traditions\n•\tC07 (Feedback/Homeostasis): 8 independent traditions\n•\tC01 (Gradient Dissipation): 7 independent traditions\n•\tC12 (Autopoiesis): 7 independent traditions\n•\tC05 (Criticality/Edge of Chaos): 7 independent traditions\n\nKey Convergence Claim\n\nThe core thesis of THE CONVERGENCE ENCYCLOPEDIA is verified across 64 schools:\n\nDifferent people, different centuries, different motivations, different methods — same structural solutions.\n\nThe pattern of patterns is itself a pattern: when intelligent agents (human or natural) solve optimization problems under constraints, they converge on the same solution space. Whether the agent is natural selection, a physicist, a mathematician, a philosopher, or an economist, the structural solutions recur because they are dictated by the problem space, not by the solver’s identity.\n\nThis is not mysticism. It is the natural consequence of convergent evolution in idea-space.\n\nTHE CONVERGENCE ENCYCLOPEDIA — Parts 2 & 3 Schools of Thought: Physical & Formal Sciences; Information, Systems & Philosophy 64 schools mapped onto 25 convergence patterns\n\nTHE CONVERGENCE ENCYCLOPEDIA — PARTS 4 & 5\n\n---\n\n## Corpus map\n- Previous: [Convergence Encyclopedia: The Schools — Physical & Formal Sciences](/a/convergence-encyclopedia-part-2-schools-physical)\n- Next: [Convergence Encyclopedia: The Schools — Mind, Machine & Meaning](/a/convergence-encyclopedia-part-4-schools-mind)\n- Encyclopedia start: [The Schema](/a/convergence-encyclopedia-schema)\n- Kin corpora: [Total Structure](/a/oip-total-structure) · [Signature of the Grain](/a/oip-sog-preamble-axioms)","claims":[],"sources":[],"voxels":{"slug":"convergence-encyclopedia-part-3-schools-info","counts":{"voxels":0,"sources":0,"edges":0},"note":"slim bundle — full voxels at /api/articles/convergence-encyclopedia-part-3-schools-info/voxels"},"constitution":{"url":"https://miscsubjects.com/api/articles/constitution"},"provenance":[{"action":"fill","model":"claude-fable-5","ts":"2026-07-04T03:39:46.705Z","hash":"53dd2082246902f2","tokens_in":0,"tokens_out":0},{"action":"edit","model":"claude-fable-5","ts":"2026-07-04T04:38:50.577Z","hash":"491b63bb6e034d45","tokens_in":0,"tokens_out":0},{"action":"edit","model":"claude-fable-5","ts":"2026-07-04T05:01:11.389Z","hash":"c4ed0f1b8cce1bfd","tokens_in":0,"tokens_out":0}],"contributions":[],"topology":null,"slim":true,"ledger_totals":{"claims":0,"sources":0,"exported_claims":0,"exported_sources":0},"question_graph":{"slug":"convergence-encyclopedia-part-3-schools-info","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"verification":{"provenance":{"valid":true,"entries":3,"head":"c4ed0f1b8cce1bfd4922463011e5a7e36b359a7775a4f5c5b7e87fbff50fbcfb"},"sources":{"valid":true,"entries":0,"head":"genesis"}},"counts":{"claims":0,"sources":0,"provenance":3,"contributions":0,"questions":0,"evidence_ingests":0,"voxel_edges":0},"llm_manifest":{"version":"1","site":"https://miscsubjects.com","purpose":"Peptide evidence articles with hash-chained source ledgers, tiered claims, and a question graph. LLMs should READ bundles/URLs and WRITE back via ingest — never invent doses.","read":{"human_page":"https://miscsubjects.com/a/convergence-encyclopedia-part-3-schools-info","bundle_json":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/topology","question_graph":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/question-graph","sources":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/sources","provenance":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/provenance","contributions":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/contributions","graph_topology":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/graph-topology?question={question}","voxels":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","health":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/health","repair":"POST https://miscsubjects.com/api/protocol/repair","list_articles":"https://miscsubjects.com/api/articles","graph_canvas":"https://miscsubjects.com/graph.html?slugs=convergence-encyclopedia-part-3-schools-info","graph_yield":"https://miscsubjects.com/api/graph?slugs=convergence-encyclopedia-part-3-schools-info&layer=yield","obsidian_vault":"https://miscsubjects.com/api/articles/obsidian-vault?slugs=convergence-encyclopedia-part-3-schools-info","graph_query":"https://miscsubjects.com/api/v1/query?from=convergence-encyclopedia-part-3-schools-info&kind=claim&where=tier=human"},"ask":{"description":"Answer only from topology; creates a question_node with gaps.","api":"POST https://miscsubjects.com/api/protocol/ask","body":{"slug":"{slug}","question":"string"},"imessage":"convergence-encyclopedia-part-3-schools-info|your question","router_tag":"[ARTICLE_ASK]convergence-encyclopedia-part-3-schools-info|question[/ARTICLE_ASK]","auth":"x-terminal-key header for API; iMessage/WhatsApp via miscsubjects build"},"ingest":{"description":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","api":"POST https://miscsubjects.com/api/protocol/ingest","body":{"slug":"{slug}","evidence":"paste text","question_node_id":"optional qn_..."},"imessage":"ingest convergence-encyclopedia-part-3-schools-info|q:{node_id}|paste evidence","router_tag":"[ARTICLE_INGEST]convergence-encyclopedia-part-3-schools-info|evidence[/ARTICLE_INGEST]","tiers":["human","preclinical","anecdotal","mechanistic","speculative"]},"claim":{"description":"Prompt-injection style POST — one claim voxel with who_claims + posted_by provenance.","api":"POST https://miscsubjects.com/api/protocol/claim","body":{"slug":"{slug}","text":"one assertion","tier":"human|preclinical|anecdotal|mechanistic|speculative","who_claims":"study author, platform, or model id","source_ids":"optional [s1]"},"imessage":"claim convergence-encyclopedia-part-3-schools-info|tier|assertion — who claims it?","router_tag":"[ARTICLE_CLAIM]convergence-encyclopedia-part-3-schools-info|tier|assertion[/ARTICLE_CLAIM]","slots":["what_it_is","who_claims_what","what_is_known","what_is_unknown","mechanism","limitations","disclaimer"]},"tiers":{"human":0.8,"preclinical":0.5,"anecdotal":0.3,"mechanistic":0.3,"speculative":0.1},"invariants":["Self-explaining — every API JSON has _self; every paste widget has §SELF; root index at /api/articles/system-map","Append-only — revisions preserved at ?rev=n","Source chain verifies integrity, not truth","Answers must cite claim ids and source ids from topology","Not medical advice"],"constitution":{"version":1,"principle":"Articles are voxel graphs of claims — not prose blobs. Every assertion is a claim atom with tier, weight, source_ids, and posted_by provenance.","slots":[{"id":"what_it_is","required":true,"answers":"What is this peptide/stack/condition?"},{"id":"who_claims_what","required":true,"answers":"Who claims what — study authors, platforms, n=?"},{"id":"what_is_known","required":true,"answers":"What is known with tier labels (human/preclinical/anecdotal)"},{"id":"what_is_unknown","required":true,"answers":"What is NOT known — explicit gaps"},{"id":"mechanism","required":false,"answers":"Proposed mechanism (mechanistic tier only)"},{"id":"limitations","required":true,"answers":"Limits of evidence — no dose advice"},{"id":"disclaimer","required":true,"answers":"Not medical advice"}],"claim_rules":["One claim = one falsifiable assertion. No compound claims.","Every claim must declare tier: human|preclinical|anecdotal|mechanistic|speculative|system.","system tier = architecture/design axioms (not biological mechanism). Use for protocol self-definition.","Sourced claims must cite source_ids from the hash-chained ledger.","Unsourced claims must set source_status: unsourced and why_material.","posted_by is mandatory on every new claim (model id, human, or channel).","No medical advice, no doses, no 'you should take'.","Bad information is retracted (status:retracted), never deleted — retraction event stays on ledger.","Adversary challenges link via challenges[] / challenged_by[] — target may be downweighted.","Leaked secrets are scrubbed to [REDACTED:secret-leak] with scrub_events tombstone — honest audit trail."],"source_rules":["Every source is a voxel edge: type, url, exact quote, summary, found_by, accessed_at.","Sources hash-chain — prev/hash on append.","Anecdotal sources must name platform (reddit|x|youtube|imessage|user_entry)."],"ontology_rules":["Peptide articles (bpc-157, tb-500) are tree roots.","Condition articles (bpc-157-glp1-gut-damage) branch from peptides.","Stack articles (wolverine-stack-glp1) compose peptides — never duplicate peptide mechanism prose.","If an article has no parent embeds and is not a root peptide → sprawl candidate.","Misstep = duplicate scope with another slug; merge or reparent via embeds."],"post_protocol":{"claim":"POST /api/protocol/claim","source":"POST /api/protocol/sources","ingest":"POST /api/protocol/ingest","webhook":"POST /api/articles/<slug>/webhook {kind:claim|source}","imessage_claim":"claim {slug}|{tier}|your assertion — who claims it, source?","imessage_ingest":"ingest {slug}|evidence paste"}},"this_article":{"slug":"convergence-encyclopedia-part-3-schools-info","url":"https://miscsubjects.com/a/convergence-encyclopedia-part-3-schools-info","bundle_url":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/bundle?format=markdown"}},"api_urls":{"bundle":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/topology","voxels":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","question_graph":"https://miscsubjects.com/api/articles/convergence-encyclopedia-part-3-schools-info/question-graph","ask":"https://miscsubjects.com/api/protocol/ask","ingest":"https://miscsubjects.com/api/protocol/ingest","claim":"https://miscsubjects.com/api/protocol/claim","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown"}}