Relevant Books, Papers and Articles
Protoverse: Resources
Philosophy / Metaphysics
- Darwin’s Dangerous Idea (Daniel Dennet): I agree with Dennett’s view on the algorithmic nature of evolutionary processes. The significance of Darwin’s discovery, which he pictures as “Universal Acid,” occurred to me long ago and eventually led me to Universal Darwinism. While Dennett explores evolutionary processes on biological and cultural scales, my primary interest lies in the spectrum from the quantum scale to the transition to life.
- Process and Reality (Alfred North Whitehead): This metaphysical system reads almost like a specification, so that I considered to model Actual Occasions in OCaml. I’ve got some objections though, so that I’m certain that I wouldn’t adopt this system directly, but rather use it as a repository to reconcile my ideas.
- A Key to Whitehead’s Process and Reality (Donald W. Sherburne): An attempt to present the content of “Process and Reality” in a linear fashion – but for me, the elimination of redundancy and repetition prevents the contextual comprehension and understanding the “whys” of various aspects, hence I actually prefer the web-like and chaotic structure of the original.
- Whitehead Word Book (John B. Cobb jr.): Really nice glossary, great for a quick read in between.
- Quantum Mechanics And The Philosophy Of Alfred North Whitehead (Michael Epperson): I think I should consider reading this later.
- Difference and Repetition (Gilles Deleuze): I’ve been thinking deeply about what’s behind various phenomena, and it boils down to change, difference, equality and identity. Successive research brought up this book and I’m thrilled that I found a kindred spirit who shares my conclusions and actually wrote a whole book about that. Unfortunately I find it incredibly verbose, largely unintellible and I really need to fight through it (I’ve got the English translation, since I don’t understand French).
- Germinal Life (Keith Ansell Pearson): “[To] illumnate the character of Deleuze’s philosophy […] in the context of bio-philosophy”; maybe as an intro or follow-up read.
- Gödel, Escher, Bach (Douglas R. Hofstadter): Poetic contemplation of formal systems, strange loops and recursion. Even though I’m fond of Escher’s artworks, counting Gödel’s incompleteness theorems as one of my “roman empires” and are somehow intriqued by Bach’s compositions, I lack the musical education to appreciate it, and I don’t enjoy the dialogues at all. Not a quick read to breeze through either.
- I Am A Strange Loop (Douglas R. Hofstader): Views on the self-referential structure of consciousness. Not started yet; maybe read later or instead of GEB.
Computer Science / Modeling
- A Computable Universe: Understanding and Exploring Nature as Computation (Various authors, edited by Hector Zenil): Currently reading.
- Computable Universes & Algorithmic Theory of Everything (Jürgen Schmidhuber)
- Chapter 20 of “A Computable Universe” (preprint PDF)
- Algorithmic Theories of Everything (PDF)
- A Computer Scientist’s View of Life, the Universe and Everything (PDF)
- Chapter 20 of “A Computable Universe” (preprint PDF)
- Calculating Space (Konrad Zuse): The Classic on automata theory and the computational universe.
- Communicating and Mobile Systems: The π-Calculus (Robin Milner): π-Calculus is basically a process algebra that might be inspiring for modeling the Protoverse Process dynamics (practical alternatives: Join Calculus and Actor Model).
- The Chemical Abstract Machines (CHAM): Solutions to Model Concurrency (Lily Tsai): Join-Calculus goes beyond π-Calculus, depicting computations as “reactions”, which aligns in principle with how I think about interacting Protoverse Processes of various orders. Curiosity: the “brownian motion” (mixing in order to provoke reactions).
- Principles of Multiscale Modeling (Weinan E): Text on multiscale modeling.
- Computer Simulations In Metaphysics: Possibilities And Limitations (Billy Wheeler): Basically advocating for metaphysicians to make use computational models (can’t agree more); a glance over several modeling techniques, e.g. agent-based modeling; comes with an example too.
- A new Kind of Science (Stephen Wolfram): This illustrative book was a major inspiration that encouraged me to eventually take action and build something.
Co-Evolution
- A Survey on Cooperative Co-Evolutionary Algorithms
- Coevolutionary Principles (Handbook of Natural Computing)
Theoretical/Quantum Physics
- Reality Is Not What It Seems (Carlo Rovelli): I’ve got interested in Relational Quantum Mechanics (one of various interpretations) and Loop Quantum Gravity, because both correspond to the process-relational worldview and the Protoverse framework. I’ve read it to develop a bit of an intuition for both theories.
- The Order of Time (Carlo Rovelli): Enertaining book about how various overlapping concepts of time are at play simultaneously, from entropy to perceptional.
- Law Without Law (John Archibald Wheeler): A case for a participatory universe and emergent dynamic laws instead of pre-determined laws of physics – one that supports my cornerstone assumptions for the Protoverse model of dynamically evolving rules. The essay is part of “Quantum Theory And Measurement”.
- Our Mathematical Universe (Max Tegmark): Totally agree on his views on infinity (that’s how I found out about Tegmark in the first place), and also find the idea of a pluralistic, nested hierarchy of increasing diversity and different rules interesting. His hypothesis is commonly considered radical Platonist (on a first glance), but I think that’s not neccessarily the case. It’ve read the book a couple of years ago, probably I should read it again, and the papers as well.
Complex Adaptive Systems
- Chaos (James Gleick): Strangely attracting, enertaining pop-sci introduction to Chaos Theory.
- The Operator Hierarchy (Gerard Jagers op Akkerhuis): I found that one because it seems to be quite similar to “Nested Scales Of Complexity”, the idea of an abstract multi-scale framework that I’m exploring, in order to illustrate the integration of process-relational dynamics with Universal Darwinism. Further research on Jagers op Akkerhuis’ work shows that his interest and views correspond with mine, which is exciting. Binge-worthy website, and it seems like he has already done a some of the stuff that I want to do.
Textbooks
- Seven Sketches in Compositionality (Brendan Fong, David I. Spivak): My attempt to get into category theory. This is supposedly a gentle introduction; still in the 1st chapter. Ain’t got time for that right now.
- Genetic Algorithms in Elixir (Sean Moriarity): Hands-on programming textbook on how to utilize Elixir, which I plan to use for prototyping.