Pith. sign in

REVIEW 3 major objections 3 minor 180 references

Evolutionary Developmental Biology Can Serve as the Conceptual Foundation for a New Design Paradigm in Artificial Intelligence

T0 review · 3 major / 3 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Evolutionary developmental biology's principles of regulation, weak linkage, and somatic variation-selection can serve as the conceptual foundation for a new AI design paradigm, the paper argues.

desk verdict A thoughtful and well-written conceptual case for EDB as an AI design paradigm, but the technical demonstrations are thin and one of them is internally inconsistent. read the letter →

arxiv 2506.12891 v1 pith:OIEM6CWA submitted 2025-06-15 cs.AI cs.LGcs.NE

classification cs.AIcs.LGcs.NE
keywords evolutionarydevelopmentalbiologyevo-devomachinelearningdesignphilosophycontinualdestructiveadaptationweaklinkagesomaticvariationandselection
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Modern machine learning and the Modern Synthesis—the gene-centered view that evolution is gradual optimization of allele frequencies—share a core assumption: adaptation is a slow, incremental search over an unstructured substrate, and the internal organization of the adapting system is irrelevant. The paper argues that this shared assumption produces the same failures in both fields: deep learning's catastrophic forgetting, incomprehensibility, and reliance on enormous overparameterized networks correspond to explanatory gaps in the Modern Synthesis. It proposes evolutionary developmental biology (evo-devo), with its principles of regulatory connections, weak linkage, and somatic variation followed by selection, as the unifying design philosophy for AI. Two illustrative learning-system designs are presented: one grows regulatory nodes to escape local minima without overparameterization, and one uses conditioning state variables to learn continually without destroying past knowledge. Their formal guarantees are stated as Theorems 1 and 2, with proofs deferred to earlier companion papers by the authors.

What carries the argument

Two mechanisms carry the demonstrations, both instances of what the paper calls points of regulation. Edge-node conversion (ENC) replaces an edge whose immediate adaptive potential is exhausted but whose total adaptive potential is not, with a modulatory node whose state is a product of two transfer functions, so that per-sample gradients align instead of cancelling and the cost landscape gains a dimension; Theorem 1 says chains of ENC propagate until $\operatorname{Cov}(\prod_{x\in A} a_x^m, \partial C^m/\partial w_{ij})=0$ for every subset $A$ of candidate sources, a condition stronger than a zero average gradient. A conditioning state variable (CSV) is a discrete unit that records a learned relation between positive sources, negative sources, and conditioning targets; its formation and refinement implement a component-level variation-selection process over weakly linked, presence-absence connections, and Theorem 2 says no refinement changes its response to any past instance. Weak linkage is the third pillar: sparse, simple signals, as opposed to dense fine-tuned weights, are what make recombining and preserving learned structures possible.

What would settle it

Run D1 on signed XOR and on a nonlinearly separable target under the paper's stated edge-generation rule: if a chain of edge-node conversions reaches a configuration where the covariance condition of Eq. 4 is not satisfied but no new edge can be formed, Theorem 1 is refuted. For D2, search for a sequence of observations allowed by Theorem 2 in which a CSV changes its response to a past instance after a refinement; if one exists, Theorem 2 is refuted.

Watch

Extended reading notes

Core claim

On its own terms, the paper's discovery is that the adaptation principles that explain biological evolvability—regulation of core processes, weak linkage between components, and local variation-selection—can be translated into design rules for learning systems, and that doing so resolves the two main limitations of contemporary machine learning simultaneously. The growth method D1 forms points of regulation exactly where a parameter's net gradient is exhausted while its per-sample gradients conflict, and the edge-node conversion reshapes the cost landscape so that a local minimum becomes a saddle point; a chain of such conversions is proven to continue until a very strict covariance condition holds, which the authors suspect is global optimality. The CSV design D2 learns by forming exhaustive hypotheses and pruning them with observations, and Theorem 2 proves that each refinement leaves every past response intact, so continual learning without destructive adaptation is guaranteed from the lowest level of organization. Both designs also give back to biology: they provide formal interpretations of how regulatory control and somatic variation-selection let organisms evade local adaptive peaks.

Load-bearing premise

The load-bearing premise is that the deferred proofs of Theorem 1 and Theorem 2 in the cited companion papers are correct and complete, and that the design constants and significance thresholds do not secretly carry the guarantees; if those proofs fail, the paper's support reduces to the biological analogy alone.

Editorial extensions

If this is right

  • If Theorem 1 is correct, networks can be grown rather than overparameterized: regulatory nodes placed at gradient conflicts turn local minima into saddle points, so good solutions are reachable with minimal architecture.
  • If Theorem 2 is correct, continual learning does not require replay, task boundaries, or regularization; the CSV learner is free from destructive adaptation by construction, at every level of organization.
  • If the framework is right, AI design effort should shift from high-level modules layered on monolithic networks to low-level developmental units that generate structure from below.
  • If the analogy is sound, EDB acquires a computational laboratory: the two designs give formal, testable incarnations of how regulatory control and somatic variation-selection drive biological adaptation.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A testable extension the authors leave implicit: run D1 on a nonlinearly separable benchmark and check whether the final covariance condition empirically matches global optimality; the paper only states this as a suspicion.
  • The CSV design suggests a path to neuro-symbolic integration: because its learned structures are discrete and compositional, a second stage could read them directly as logical rules for planning, which most current hybrid methods cannot do.
  • The paper's analogy predicts that imposing modularity or hierarchy on top of a gradient-trained monolithic base will continue to fail, because that repeats the Modern Synthesis error of ignoring how internal structure is generated.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 3 minor

Summary. The paper argues that contemporary machine learning (ML) and the Modern Synthesis of evolution share the same conceptual limitations, and that principles from evolutionary developmental biology (EDB) — regulatory connections, weak linkage, and somatic variation-and-selection — can provide a unifying design philosophy for a new AI paradigm. To substantiate this, the paper presents two demonstrative designs: D1 (Section 4.1), a growth method using Edge-Node Conversion (ENC) that is claimed to guarantee convergence to a very good solution; and D2 (Section 4.2), a discrete-state system of Conditioning State Variables (CSVs) that is claimed to ensure continual learning without destructive adaptation via Theorem 2. The paper is explicitly conceptual, with both theorems deferred to the authors' prior works rather than proved in the manuscript.

Significance. If the conceptual analogy and the two demonstrations were fully established, the paper would be a provocative and potentially influential contribution. Its grounding in the external EDB literature is not circular: the biology (Kirschner and Gerhart 2005; West-Eberhard 2003; Gerhart and Kirschner 2007) is independently cited, and Table 1 provides a clear and useful mapping between the Modern Synthesis and ML. The paper is also honest about its scope, directing readers to prior works for proof details and experimental validation. However, the demonstrations cannot currently carry the weight placed on them: D2's refinement rule is internally inconsistent as written, and the two central theorems are deferred to self-cited papers without proof sketches, so the claimed 'theoretical guarantees' are not verifiable from the manuscript. The conceptual argument may still be valuable independently of these demonstrations, but the paper's rhetoric ties its contribution to them.

major comments (3)
  1. [Section 4.2, Definition 2 and Rule 3] The refinement rule is internally inconsistent with Definition 2. Definition 2 states that a CSV is active only when its sources are satisfied, i.e., all positive sources are active and all negative sources are inactive. Rule 3 then says that when a CSV's state is determined as active with active targets, nonactive positive sources (x in X_P : S_X != 1) are removed and active negative sources (x in X_N : S_X = 1) are removed. But under Definition 2, whenever the CSV state is active, both of these sets are necessarily empty: there are no nonactive positive sources and no active negative sources. The rule can never fire. Consequently, the 'local selection' half of the variation-selection mechanism that Theorem 2 is supposed to guarantee does not execute. Figure 6 contradicts the formal definitions: in subfigure 6c, X1 is shown as pruned, but if X1 is inactive at that point the CSV state would be unobserved, not active, so the precondition of Rule 3 would not hold. The algorithm as specified reduces to initial exhaustive formation only, and the abstract's claim that the design 'ensures continual learning without destructive adaptation' is unsupported by the stated formalism. This is not a matter of a missing external proof; the procedural definition itself cannot perform the claimed refinement.
  2. [Section 4.1, Theorem 1 and Section 4.2, Theorem 2] Both theorems are stated without proofs in this manuscript, with proofs deferred to (Erden and Faltings 2024a, 2024b, 2025b). Because the abstract and Section 4 explicitly describe these as 'theoretical guarantees,' the reader cannot verify the central demonstrative claims from the paper itself. This is especially problematic in light of the D2 inconsistency identified above: a deferred proof cannot establish a property of an algorithm whose stated refinement rule is vacuous. I do not object in principle to deferring full technical details to prior publications, but in a stand-alone journal article the paper should at least include formal statements and proof sketches sufficient to check internal consistency and the conditions under which the guarantees hold.
  3. [Section 4.1, after Theorem 1] The abstract and Section 4.1 claim that D1 'guarantees that a network can achieve a very good solution without the need for large, overparameterized networks.' However, Theorem 1 itself only states that a chain of ENC operations propagates until the covariance condition in Eq. (4) is satisfied. The paper then says: 'We intuitively suspect, though did not verify mathematically, that this corresponds to a global optimum guarantee.' Thus the assertion that the guaranteed condition is 'very good' is an unverified conjecture, not a theorem. The gap between the stated theorem and the advertised guarantee should be either removed or closed, since the present wording overstates what is actually proved.
minor comments (3)
  1. [General] There are several typographical errors and malformed references: 'learrning' (Section 2.1), 'appraoches' (Section 4.2 Significance), 'in reponse' (Theorem 2), 'senstitive' (Section 2.1), and a stray 'human' at the end of Section 3.2.
  2. [Footnote 1 and Bibliography] Footnote 1 contains an extra semicolon in '((Hiesinger 2021; ; Huttenlocher 2013...'. The reference list also contains duplicated entries for 'Erden and Faltings 2024a' and 'Lee et al. 2020', and the citation '(Burnet 1957,?; Rajewsky 1996)' contains a malformed '?' placeholder.
  3. [Section 4.2, Definition 2] The definition of CSV state is hard to parse because it is written as a run-on: 'If sources are satisfied, state of C is active if sources are satisfied and the targets are active, inactive if sources are satisfied and targets are inactive, and unobserved otherwise.' The repeated 'if sources are satisfied' should be removed, and the three cases should be separated into explicit clauses.

Circularity Check

2 steps flagged · score 6.0 of 10

D2's refinement rule is vacuous under its own Definition 2, and both demonstration theorems defer their proofs to self-citations.

  1. self definitional [Section 4.2, Definition 2 and refinement rule 3]
    "The sources of C are considered satisfied if all positive sources are active and all negative sources are not active. If sources are satisfied, state of C is active if sources are satisfied and the targets are active, inactive if sources are satisfied and targets are inactive, and unobserved otherwise. ... When a CSV's state is determined as active with at least one active positive source and active targets, nonactive positive sources (x∈X_P : S_X != 1) are removed from X_P, and active negative sources (x∈X_N : S_X = 1) are removed from X_N."

    Under Definition 2, an active CSV has all positive sources active and all negative sources not active. Therefore, whenever rule 3 can fire, {x∈X_P : S_X != 1} is empty because every positive source is active, and {x∈X_N : S_X = 1} is empty because every negative source is inactive. The refinement/selection step can never remove anything, so the 'component-level variation and selection' mechanism advertised for D2 is inert by construction. The continual-learning guarantee of Theorem 2 then rests only on initial exhaustive formation and one-time negative-source formation, not on the iterative refinement depicted in Figure 6, which contradicts the formal definitions. The claimed non-destructive-learning property is forced by the definitions rather than produced by a working selection process.

  2. self citation load bearing [Sections 4.1 and 4.2, Theorems 1 and 2]
    "See (Erden and Faltings 2024a) for the proof, which follows the propagation of the condition for a net gradient to be zero across all possible connections that can be formed in the network. ... The proof, which can be derived by simply enumerating alternative cases based on source satisfactions, can be found in (Erden and Faltings 2024b). ... Interested readers can find detailed information and experimental validations in (Erden and Faltings 2024a) for Section 4.1 and in (Erden and Faltings 2024b, 2025b) for Section 4.2."

    Both theorems that carry the paper's claims of 'theoretical guarantees' for the two demonstrations are not proved or fully derived in this manuscript; the derivation chain terminates in citations to the authors' own prior papers. Because those prior proofs and validations are not reproduced, machine-checked, or shown to be independent of this paper's definitions, the demonstrations' technical support is a self-citation chain rather than an in-paper derivation. This is load-bearing: without accepting (Erden and Faltings 2024a, 2024b, 2025b), the paper's specific technical claims reduce to unverified assertions, even though the surrounding conceptual EDB argument is grounded in external biology literature.

full rationale

The central conceptual claim—that EDB principles can ground a new AI design philosophy—is anchored in external biology literature such as Kirschner and Gerhart 2005, West-Eberhard 2003, Carroll 2005, and Laland et al. 2015, so the framework itself is not circular. However, the two concrete demonstrations are not self-contained. Theorem 1 and Theorem 2 are asserted with proofs deferred to prior self-cited papers, and the in-paper D2 specification collapses definitionally: because Definition 2 makes an active CSV imply that all positive sources are active and all negative sources are inactive, rule 3's removal sets are always empty, so the claimed selection/refinement step can never fire. The continual-learning guarantee then reduces to the near-trivial statement that already-formed CSVs (with one-time negative-source insertion) do not change. These are demonstration-level, partial circularities: the EDB conceptual argument retains independent external content, but the technical 'theoretical guarantees' are either deferred to self-citations or vacuous by construction. This warrants a score of 6 rather than 0-2.

Assumptions & free parameters 2 free parameters · 3 assumptions · 2 invented entities

The central conceptual claim is grounded in external biology literature, but the technical demonstrations depend on deferred self-cited proofs and on hand-chosen design constants. The heaviest burden is the assumed correctness of Theorems 1 and 2 as proven in the authors' previous papers.

free parameters (2)
  • K in modulatory node transfer function (Eq. 3) = unspecified; K=1 in Fig. 5 illustration
    The constant K controls the slope of the sigma_1 transfer function inside the ENC modulatory node. It is chosen by hand, and the paper shows no sensitivity analysis or proof that the neutrality/guarantee properties are independent of K.
  • Statistical significance threshold for CSV connection removal (D2) = not specified (user-defined)
    In Sec 4.2, refined connections are removed when relationships 'fall below user-defined statistical significance thresholds'. This is a free design parameter; no default value or sensitivity analysis is given.
assumptions (3)
  • domain assumption Gradient descent with backpropagation is the operative model of contemporary ML learning
    Sec 2.1 bases the MS-ML analogy and the claimed limitations (destructive adaptation, incomprehensibility) on this model (Eqs. 1 and 2).
  • domain assumption The EDB principles (regulatory connections, weak linkage, component-level variation and selection) are the fundamental means of adaptability in organisms
    Sec 3.1 adopts these from Kirschner and Gerhart (2005), West-Eberhard (2003), Gerhart and Kirschner (2007) as the foundation for the new design paradigm.
  • ad hoc to paper The proofs of Theorem 1 and Theorem 2 in (Erden and Faltings 2024a, 2024b, 2025b) are correct and complete
    The theorems are stated in Secs 4.1 and 4.2 with proofs deferred to self-cited prior papers; the paper's demonstrative guarantees rest entirely on these external results.
invented entities (2)
  • Modulatory node created by Edge-Node Conversion (ENC)
    purpose: A regulatory point inserted into an edge to resolve opposing per-sample gradients, transforming a local minimum into a saddle point (Sec 4.1).
    New computational primitive introduced in Sec 4.1; no experimental validation is present in this paper, and its guarantee is deferred to (Erden and Faltings 2024a).
  • Conditioning State Variable (CSV)
    purpose: A state variable representing learned conditional relationships between sources and targets; the locus of learning in D2 and the basis for continual learning (Sec 4.2).
    New representational unit introduced in Sec 4.2; the continual-learning guarantee (Theorem 2) is deferred to self-cited papers and no experiments are reported here.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Evolutionary Developmental Biology Can Serve as the Conceptual Foundation for a New Design Paradigm in Artificial Intelligence." pith.science (2026). https://pith.science/paper/OIEM6CWA

@misc{pith2026250612891,
  author       = {Pith},
  title        = {Pith review of: Evolutionary Developmental Biology Can Serve as the Conceptual Foundation for a New Design Paradigm in Artificial Intelligence},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OIEM6CWA}},
  note         = {Machine review of arXiv:2506.12891}
}
read the original abstract

Artificial intelligence (AI), propelled by advancements in machine learning, has made significant strides in solving complex tasks. However, the current neural network-based paradigm, while effective, is heavily constrained by inherent limitations, primarily a lack of structural organization and a progression of learning that displays undesirable properties. As AI research progresses without a unifying framework, it either tries to patch weaknesses heuristically or draws loosely from biological mechanisms without strong theoretical foundations. Meanwhile, the recent paradigm shift in evolutionary understanding -- driven primarily by evolutionary developmental biology (EDB) -- has been largely overlooked in AI literature, despite a striking analogy between the Modern Synthesis and contemporary machine learning, evident in their shared assumptions, approaches, and limitations upon careful analysis. Consequently, the principles of adaptation from EDB that reshaped our understanding of the evolutionary process can also form the foundation of a unifying conceptual framework for the next design philosophy in AI, going beyond mere inspiration and grounded firmly in biology's first principles. This article provides a detailed overview of the analogy between the Modern Synthesis and modern machine learning, and outlines the core principles of a new AI design paradigm based on insights from EDB. To exemplify our analysis, we also present two learning system designs grounded in specific developmental principles -- regulatory connections, somatic variation and selection, and weak linkage -- that resolve multiple major limitations of contemporary machine learning in an organic manner, while also providing deeper insights into the role of these mechanisms in biological evolution.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

180 extracted references · 66 canonical work pages

  1. [1]

    , Sandoval-Motta , S

    barticle Alcal \'a -Corona , S.A. , Sandoval-Motta , S. , Espinal-Enriquez , J. , Hernandez-Lemus , E. : Modularity in biological networks . Frontiers in Genetics 12 , 701331 ( 2021 ) barticle

  2. [2]

    : Hebb and darwin

    barticle Adams , P. : Hebb and darwin . Journal of theoretical Biology 195 ( 4 ), 419 -- 438 ( 1998 ) barticle

  3. [3]

    , Johnson , A

    bbook Alberts , B. , Johnson , A. , Lewis , J. , : Molecular Biology of the Cell , 4th edn. Garland Science , New York ( 2002 ). Chap. How Genetic Switches Work . https://www.ncbi.nlm.nih.gov/books/NBK26872/ bbook

  4. [4]

    , Klein , D

    bchapter Andreas , J. , Klein , D. , Levine , S. : Modular multitask reinforcement learning with policy sketches . In: International Conference on Machine Learning , pp. 166 -- 175 ( 2017 ). PMLR bchapter

  5. [5]

    : Neural reuse: A fundamental organizational principle of the brain

    barticle Anderson , M.L. : Neural reuse: A fundamental organizational principle of the brain . Behavioral and brain sciences 33 ( 4 ), 245 -- 266 ( 2010 ) barticle

  6. [6]

    : Gpu: the biggest key processor for ai and parallel processing

    bchapter Baji , T. : Gpu: the biggest key processor for ai and parallel processing . In: Photomask Japan 2017: XXIV Symposium on Photomask and Next-Generation Lithography Mask Technology , vol. 10454 , pp. 24 -- 29 ( 2017 ). SPIE bchapter

  7. [7]

    : Levels of organization and repetition phenomena in seed plants

    barticle Barth \'e l \'e my , D. : Levels of organization and repetition phenomena in seed plants . Acta Biotheoretica 39 ( 3-4 ), 309 -- 323 ( 1991 ) barticle

  8. [8]

    , Boschini , M

    barticle Buzzega , P. , Boschini , M. , Porrello , A. , Abati , D. , Calderara , S. : Dark experience for general continual learning: a strong, simple baseline . Advances in neural information processing systems 33 , 15920 -- 15930 ( 2020 ) barticle

Show all 180 references
  1. [9]

    , Boschini , M

    bchapter Buzzega , P. , Boschini , M. , Porrello , A. , Calderara , S. : Rethinking experience replay: a bag of tricks for continual learning . In: 2020 25th International Conference on Pattern Recognition (ICPR) , pp. 2180 -- 2187 ( 2021 ). IEEE bchapter

  2. [10]

    , Goodfellow , I

    bbook Bengio , Y. , Goodfellow , I. , Courville , A. : Deep Learning vol. 1 . MIT press Cambridge, MA, USA , ??? ( 2017 ) bbook

  3. [11]

    , Gimenez , J.M

    barticle Bre , F. , Gimenez , J.M. , Fachinotti , V.D. : Prediction of wind pressure coefficients on building surfaces using artificial neural networks . Energy and Buildings 158 , 1429 -- 1441 ( 2018 ) barticle

  4. [12]

    , Hartfield Jr , R.J

    barticle Bayley , D.J. , Hartfield Jr , R.J. , Burkhalter , J.E. , Jenkins , R.M. : Design optimization of a space launch vehicle using a genetic algorithm . Journal of Spacecraft and Rockets 45 ( 4 ), 733 -- 740 ( 2008 ) barticle

  5. [13]

    , Jastreboff , P.J

    barticle Bourgeois , J.-P. , Jastreboff , P.J. , Rakic , P. : Synaptogenesis in visual cortex of normal and preterm monkeys: evidence for intrinsic regulation of synaptic overproduction. Proceedings of the National Academy of Sciences 86 ( 11 ), 4297 -- 4301 ( 1989 ) barticle

  6. [14]

    , Kastrinos , N

    barticle Birchenhall , C. , Kastrinos , N. , Metcalfe , S. : Genetic algorithms in evolutionary modelling . Journal of Evolutionary Economics 7 , 375 -- 393 ( 1997 ) barticle

  7. [15]

    , Schmidhuber , J

    bchapter Bakker , B. , Schmidhuber , J. , : Hierarchical reinforcement learning based on subgoal discovery and subpolicy specialization . In: Proc. of the 8-th Conf. on Intelligent Autonomous Systems , pp. 438 -- 445 ( 2004 ). Citeseer bchapter

  8. [16]

    , Sengupta , A

    botherref Bal , M. , Sengupta , A. : Rethinking spiking neural networks as state space models. arXiv e-prints, 2406 (2024) botherref

  9. [17]

    : A modification of jerne's theory of antibody production using the concept of clonal selection

    botherref Burnet , F.M. : A modification of jerne's theory of antibody production using the concept of clonal selection. (1957) botherref

  10. [18]

    : Sonic snakes and regulation of limb formation

    barticle Burgess , D.J. : Sonic snakes and regulation of limb formation . Nature Reviews Genetics 17 ( 12 ), 715 -- 715 ( 2016 ) barticle

  11. [19]

    : The brain as a darwin machine

    barticle Calvin , W.H. : The brain as a darwin machine . Nature 330 ( 6143 ), 33 -- 34 ( 1987 ) barticle

  12. [20]

    : The Cerebral Code: Thinking a Thought in the Mosaics of the Mind

    bbook Calvin , W.H. : The Cerebral Code: Thinking a Thought in the Mosaics of the Mind . Mit Press , ??? ( 1998 ) bbook

  13. [21]

    : Homeotic genes and the evolution of arthropods and chordates

    barticle Carroll , S.B. : Homeotic genes and the evolution of arthropods and chordates . Nature 376 ( 6540 ), 479 -- 485 ( 1995 ) barticle

  14. [22]

    : Endless Forms Most Beautiful: The New Science of Evo Devo and the Making of the Animal Kingdom

    bbook Carroll , S.B. : Endless Forms Most Beautiful: The New Science of Evo Devo and the Making of the Animal Kingdom . ISSR Library . W.W. Norton & Company , ??? ( 2005 ). https://books.google.ch/books?id=CnnGKjzw3xMC bbook

  15. [23]

    , Courr \`e ge , P

    barticle Changeux , J.-P. , Courr \`e ge , P. , Danchin , A. : A theory of the epigenesis of neuronal networks by selective stabilization of synapses . Proceedings of the National Academy of Sciences 70 ( 10 ), 2974 -- 2978 ( 1973 ) barticle

  16. [24]

    : Ai-gas: Ai-generating algorithms, an alternate paradigm for producing general artificial intelligence

    botherref Clune , J. : Ai-gas: Ai-generating algorithms, an alternate paradigm for producing general artificial intelligence. arXiv preprint arXiv:1905.10985 (2019) botherref

  17. [25]

    , Mittenthal , J.E

    barticle Clarke , B.S. , Mittenthal , J.E. : Modularity and reliability in the organization of organisms . Bulletin of Mathematical Biology 54 ( 1 ), 1 -- 20 ( 1992 ) barticle

  18. [26]

    , Mouret , J.-B

    barticle Clune , J. , Mouret , J.-B. , Lipson , H. : The evolutionary origins of modularity . Proceedings of the Royal Society b: Biological sciences 280 ( 1755 ), 20122863 ( 2013 ) barticle

  19. [27]

    , Meilijson , I

    barticle Chechik , G. , Meilijson , I. , Ruppin , E. : Synaptic pruning in development: a computational account . Neural computation 10 ( 7 ), 1759 -- 1777 ( 1998 ) barticle

  20. [28]

    , Noor , A.S.M

    barticle Chiroma , H. , Noor , A.S.M. , Abdulkareem , S. , Abubakar , A.I. , Hermawan , A. , Qin , H. , Hamza , M.F. , Herawan , T. : Neural networks optimization through genetic algorithm searches: a review . Appl. Math. Inf. Sci 11 ( 6 ), 1543 -- 1564 ( 2017 ) barticle

  21. [29]

    , Regli , W

    botherref Colelough , B.C. , Regli , W. : Neuro-symbolic ai in 2024: A systematic review. arXiv preprint arXiv:2501.05435 (2025) botherref

  22. [30]

    : Approximation by superpositions of a sigmoidal function

    barticle Cybenko , G. : Approximation by superpositions of a sigmoidal function . Mathematics of control, signals and systems 2 ( 4 ), 303 -- 314 ( 1989 ) barticle

  23. [31]

    , Zeng , H

    barticle Chai , J. , Zeng , H. , Li , A. , Ngai , E.W. : Deep learning in computer vision: A critical review of emerging techniques and application scenarios . Machine Learning with Applications 6 , 100134 ( 2021 ) barticle

  24. [32]

    , Zachar , I

    barticle Cz \'e gel , D. , Zachar , I. , Szathm \'a ry , E. : Multilevel selection as bayesian inference, major transitions in individuality as structure learning . Royal Society open science 6 ( 8 ), 190202 ( 2019 ) barticle

  25. [33]

    : On the Origin of Species: A Facsimile of the First Edition

    bbook Darwin , C. : On the Origin of Species: A Facsimile of the First Edition . Harvard University Press , ??? ( 1964 ) bbook

  26. [34]

    , Edwards , J.S

    barticle Duan , Y. , Edwards , J.S. , Dwivedi , Y.K. : Artificial intelligence for decision making in the era of big data--evolution, challenges and research agenda . International journal of information management 48 , 63 -- 71 ( 2019 ) barticle

  27. [35]

    , Gupta , A

    bchapter Devin , C. , Gupta , A. , Darrell , T. , Abbeel , P. , Levine , S. : Learning modular neural network policies for multi-task and multi-robot transfer . In: 2017 IEEE International Conference on Robotics and Automation (ICRA) , pp. 2169 -- 2176 ( 2017 ). IEEE bchapter

  28. [36]

    , Heisler , I.L

    barticle Damuth , J. , Heisler , I.L. : Alternative formulations of multilevel selection . Biology and Philosophy 3 , 407 -- 430 ( 1988 ) barticle

  29. [37]

    , Lao , O

    botherref Dolgova , O. , Lao , O. : Medicine in the Light of Evolution. MDPI (2018) botherref

  30. [38]

    , Lee , J

    bchapter Du , S. , Lee , J. : On the power of over-parametrization in neural networks with quadratic activation . In: International Conference on Machine Learning , pp. 1329 -- 1338 ( 2018 ). PMLR bchapter

  31. [39]

    , Szathm \'a ry , E

    barticle Vladar , H.P. , Szathm \'a ry , E. : Neuronal boost to evolutionary dynamics . Interface focus 5 ( 6 ), 20150074 ( 2015 ) barticle

  32. [40]

    , Yin , H

    barticle Dai , X. , Yin , H. , Jha , N.K. : Nest: A neural network synthesis tool based on a grow-and-prune paradigm . IEEE Transactions on Computers 68 ( 10 ), 1487 -- 1497 ( 2019 ) barticle

  33. [41]

    , Yin , H

    barticle Dai , X. , Yin , H. , Jha , N.K. : Incremental learning using a grow-and-prune paradigm with efficient neural networks . IEEE Transactions on Emerging Topics in Computing 10 ( 2 ), 752 -- 762 ( 2020 ) barticle

  34. [42]

    : Neural Darwinism : the Theory of Neuronal Group Selection

    bbook Edelman , G.M. : Neural Darwinism : the Theory of Neuronal Group Selection . Basic Books , ??? ( 1987 ). http://www.worldcat.org/isbn/9780465049349 bbook

  35. [43]

    : Neural darwinism: selection and reentrant signaling in higher brain function

    barticle Edelman , G.M. : Neural darwinism: selection and reentrant signaling in higher brain function . Neuron 10 ( 2 ), 115 -- 125 ( 1993 ) barticle

  36. [44]

    , Faltings , B

    bchapter Erden , Z.D. , Faltings , B. : Directed structural adaptation to overcome statistical conflicts and enable continual learning . In: AAAI 2024 . Deployable AI Workshop ( 2024 ) bchapter

  37. [45]

    , Faltings , B

    bchapter Erden , Z.D. , Faltings , B. : Modelleyen: Continual learning and planning via structured modelling of environment dynamics . In: Itthipuripat , S. , Ascoli , G. , Li , A. , Pat , N. , Kuai , H. (eds.) Brain Informatics: 17th International Conference, BI 2024, Bangkok...

  38. [46]

    , Faltings , B

    botherref Erden , Z.D. , Faltings , B. : Agential AI for Integrated Continual Learning, Deliberative Behavior, and Comprehensible Models (2025). https://arxiv.org/abs/2501.16922 botherref

  39. [47]

    , Faltings , B

    bchapter Erden , Z.D. , Faltings , B. : Agential ai for integrated continual learning, deliberative behavior, and comprehensible models (extended abstract) . In: Proceedings of 24th International Conference on Autonomous Agents and Multiagent Systems (AAMAS) ( 2025 ). To appea...

  40. [48]

    , Faltings , B

    botherref Erden , Z.D. , Faltings , B. : Continually Learning Structured Visual Representations via Network Refinement with Rerelation (2025). https://arxiv.org/abs/2502.13935 botherref

  41. [49]

    , Proffitt , J.V

    barticle Eliason , C.M. , Proffitt , J.V. , Clarke , J.A. : Early diversification of avian limb morphology and the role of modularity in the locomotor evolution of crown birds . Evolution 77 ( 2 ), 342 -- 354 ( 2023 ) barticle

  42. [50]

    , Merrienboer , B

    botherref Evci , U. , Merrienboer , B. , Unterthiner , T. , Vladymyrov , M. , Pedregosa , F. : Gradmax: Growing neural networks using gradient information. arXiv preprint arXiv:2201.05125 (2022) botherref

  43. [51]

    , Blanckaert , A

    barticle Fragata , I. , Blanckaert , A. , Louro , M.A.D. , Liberles , D.A. , Bank , C. : Evolution in the light of fitness landscape theory . Trends in ecology & evolution 34 ( 1 ), 69 -- 82 ( 2019 ) barticle

  44. [52]

    , Goldstein , R

    barticle Fernando , C. , Goldstein , R. , Szathm \'a ry , E. : The neuronal replicator hypothesis . Neural computation 22 ( 11 ), 2809 -- 2857 ( 2010 ) barticle

  45. [53]

    , Newman , S.A

    bbook Forgacs , G. , Newman , S.A. : Biological Physics of the Developing Embryo . Cambridge University Press , ??? ( 2005 ) bbook

  46. [54]

    , Szathm \'a ry , E

    barticle Fernando , C. , Szathm \'a ry , E. , Husbands , P. : Selectionist and evolutionary approaches to brain function: a critical appraisal . Frontiers in computational neuroscience 6 , 24 ( 2012 ) barticle

  47. [55]

    , Zachar , I

    barticle Fedor , A. , Zachar , I. , Szil \'a gyi , A. , \"O llinger , M. , De Vladar , H.P. , Szathm \'a ry , E. : Cognitive architecture with evolutionary dynamics solves insight problem . Frontiers in psychology 8 , 427 ( 2017 ) barticle

  48. [56]

    : The genetical theory of multilevel selection

    barticle Gardner , A. : The genetical theory of multilevel selection . Journal of Evolutionary Biology 28 ( 2 ), 305 -- 319 ( 2015 ) 10.1111/jeb.12566 https://arxiv.org/abs/https://onlinelibrary.wiley.com/doi/pdf/10.1111/jeb.12566 https://onlinelibrary.wiley.com/doi/pdf/10.111...

  49. [57]

    , Bloyd , C.W

    barticle Gon c alves , J.T. , Bloyd , C.W. , Shtrahman , M. , Johnston , S.T. , Schafer , S.T. , Parylak , S.L. , Tran , T. , Chang , T. , Gage , F.H. : In vivo imaging of dendritic pruning in dentate granule cells . Nature neuroscience 19 ( 6 ), 788 -- 791 ( 2016 ) barticle

  50. [58]

    , Eldredge , N

    barticle Gould , S.J. , Eldredge , N. : Punctuated equilibria: the tempo and mode of evolution reconsidered . Paleobiology 3 ( 2 ), 115 -- 151 ( 1977 ) barticle

  51. [59]

    : Developmental Biology , 6th edn

    bbook Gilbert , S.F. : Developmental Biology , 6th edn. Sinauer Associates , Sunderland, MA ( 2000 ). A New Evolutionary Synthesis . https://www.ncbi.nlm.nih.gov/books/NBK10128/ bbook

  52. [60]

    , Janoschka , S

    botherref Gu , Y. , Janoschka , S. , Ge , S. : Neurogenesis and hippocampal plasticity in adult brain. Neurogenesis and neural plasticity, 31--48 (2013) botherref

  53. [61]

    , Kirschner , M

    barticle Gerhart , J. , Kirschner , M. : The theory of facilitated variation . Proceedings of the National Academy of Sciences 104 ( suppl\_1 ), 8582 -- 8589 ( 2007 ) barticle

  54. [62]

    , Leigh-Brown , S

    barticle Goncalves , A. , Leigh-Brown , S. , Thybert , D. , Stefflova , K. , Turro , E. , Flicek , P. , Brazma , A. , Odom , D.T. , Marioni , J.C. : Extensive compensatory cis-trans regulation in the evolution of mouse gene expression . Genome research 22 ( 12 ), 2376 -- 2384 ...

  55. [63]

    , Lamb , A

    botherref Goyal , A. , Lamb , A. , Gampa , P. , Beaudoin , P. , Levine , S. , Blundell , C. , Bengio , Y. , Mozer , M. : Object files and schemata: Factorizing declarative and procedural knowledge in dynamical systems. arXiv preprint arXiv:2006.16225 (2020) botherref

  56. [64]

    , Mitrovic , J

    bchapter Galashov , A. , Mitrovic , J. , Tirumala , D. , Teh , Y.W. , Nguyen , T. , Chaudhry , A. , Pascanu , R. : Continually learning representations at scale . In: Conference on Lifelong Learning Agents , pp. 534 -- 547 ( 2023 ). PMLR bchapter

  57. [65]

    : Antibiotic resistance: the perfect storm

    barticle Gould , I. : Antibiotic resistance: the perfect storm . International journal of antimicrobial agents 34 , 2 -- 5 ( 2009 ) barticle

  58. [66]

    : Hierarchies in biology

    barticle Grene , M. : Hierarchies in biology . American Scientist 75 ( 5 ), 504 -- 510 ( 1987 ) barticle

  59. [67]

    , Strathmann , R.R

    barticle Grosberg , R.K. , Strathmann , R.R. : The evolution of multicellularity: a minor major transition? Annu. Rev. Ecol. Evol. Syst. 38 ( 1 ), 621 -- 654 ( 2007 ) barticle

  60. [68]

    , Stanley , K.O

    bchapter Gauci , J. , Stanley , K.O. : Indirect encoding of neural networks for scalable go . In: International Conference on Parallel Problem Solving from Nature , pp. 354 -- 363 ( 2010 ). Springer bchapter

  61. [69]

    , Sodhani , S

    botherref Goyal , A. , Sodhani , S. , Binas , J. , Peng , X.B. , Levine , S. , Bengio , Y. : Reinforcement learning with competitive ensembles of information-constrained primitives. arXiv preprint arXiv:1906.10667 (2019) botherref

  62. [70]

    , Callaerts , P

    barticle Halder , G. , Callaerts , P. , Gehring , W.J. : Induction of ectopic eyes by targeted expression of the eyeless gene in drosophila . Science 267 ( 5205 ), 1788 -- 1792 ( 1995 ) barticle

  63. [71]

    : Evolutionary transitions: how do levels of complexity emerge? COMPLEXITY-NEW YORK- 6 ( 1 ), 53 -- 57 ( 2000 ) barticle

    barticle Heylighen , F. : Evolutionary transitions: how do levels of complexity emerge? COMPLEXITY-NEW YORK- 6 ( 1 ), 53 -- 57 ( 2000 ) barticle

  64. [72]

    : The self-assembling brain: how neural networks grow smarter (2021) botherref

    botherref Hiesinger , P.R. : The self-assembling brain: how neural networks grow smarter (2021) botherref

  65. [73]

    , Krishna , S

    barticle Hansen , S. , Krishna , S. , Semsey , S. , Lo Svenningsen , S. : Effects of four different regulatory mechanisms on the dynamics of gene regulatory cascades . Scientific Reports 5 ( 1 ), 12186 ( 2015 ) barticle

  66. [74]

    : The evolution of the wnt pathway

    barticle Holstein , T.W. : The evolution of the wnt pathway . Cold Spring Harbor Perspectives in Biology 4 ( 7 ), 007922 ( 2012 ) barticle

  67. [75]

    , Rao , D

    barticle Hadsell , R. , Rao , D. , Rusu , A.A. , Pascanu , R. : Embracing change: Continual learning in deep neural networks . Trends in cognitive sciences 24 ( 12 ), 1028 -- 1040 ( 2020 ) barticle

  68. [76]

    : Synaptogenesis, synapse elimination, and neural plasticity in human cerebral cortex

    bchapter Huttenlocher , P.R. : Synaptogenesis, synapse elimination, and neural plasticity in human cerebral cortex . In: Threats to Optimal Development , pp. 35 -- 54 . Routledge , ??? ( 2013 ) bchapter

  69. [77]

    : Evolution: The Modern Synthesis

    botherref Huxley , J. : Evolution: The Modern Synthesis. Allen & Unwin (1942) botherref

  70. [78]

    , Ackermann , M

    barticle Ispolatov , I. , Ackermann , M. , Doebeli , M. : Division of labour and the evolution of multicellularity . Proceedings of the Royal Society B: Biological Sciences 279 ( 1734 ), 1768 -- 1776 ( 2012 ) barticle

  71. [79]

    , Grewal , K

    barticle Iyer , A. , Grewal , K. , Velu , A. , Souza , L.O. , Forest , J. , Ahmad , S. : Avoiding catastrophe: Active dendrites enable multi-task learning in dynamic environments . Frontiers in neurorobotics 16 , 846219 ( 2022 ) barticle

  72. [80]

    : Tensegrity i

    barticle Ingber , D.E. : Tensegrity i. cell structure and hierarchical systems biology . Journal of cell science 116 ( 7 ), 1157 -- 1173 ( 2003 ) barticle

  73. [81]

    , Tettoni , L

    bchapter Innocenti , G. , Tettoni , L. : Exuberant growth, specificity, and selection in the differentiation of cortical axons . In: Normal and Abnormal Development of the Cortex , pp. 99 -- 120 . Springer , ??? ( 1997 ) bchapter

  74. [82]

    , Keats , B.J.B

    bchapter Johnston , H.R. , Keats , B.J.B. , Sherman , S.L. : 12 - population genetics . In: Pyeritz , R.E. , Korf , B.R. , Grody , W.W. (eds.) Emery and Rimoin's Principles and Practice of Medical Genetics and Genomics (Seventh Edition) , Seventh edition edn., pp. 359 -- 373 ....

  75. [83]

    , Wright , C.Q

    bchapter Jacobson , M.J. , Wright , C.Q. , Jiang , N. , Rodriguez-Rivera , G. , Xue , Y. : Task detection in continual learning via familiarity autoencoders . In: 2022 IEEE International Conference on Systems, Man, and Cybernetics (SMC) , pp. 1 -- 8 ( 2022 ). IEEE bchapter

  76. [84]

    , Gerhart , J

    bbook Kirschner , M. , Gerhart , J. : The Plausibility of Life . Yale University Press , ??? ( 2005 ) bbook

  77. [85]

    , Hilgetag , C.C

    barticle Kaiser , M. , Hilgetag , C.C. , Van Ooyen , A. : A simple rule for axon outgrowth and synaptic competition generates realistic connection lengths and filling fractions . Cerebral cortex 19 ( 12 ), 3001 -- 3010 ( 2009 ) barticle

  78. [86]

    , Laghari , A.A

    barticle Khan , A.A. , Laghari , A.A. , Awan , S.A. : Machine learning in computer vision: a review . EAI Endorsed Transactions on Scalable Information Systems 8 ( 32 ), 4 -- 4 ( 2021 ) barticle

  79. [87]

    : The biological big bang model for the major transitions in evolution

    barticle Koonin , E.V. : The biological big bang model for the major transitions in evolution . Biology Direct 2 , 1 -- 17 ( 2007 ) barticle

  80. [88]

    , Parent , J

    botherref Katyal , K. , Parent , J. , Alicea , B. : Connectionism, Complexity, and Living Systems: a comparison of Artificial and Biological Neural Networks (2021). https://arxiv.org/abs/2103.15553 botherref

  81. [89]

    , Pasha , M.A

    barticle Khan , F.H. , Pasha , M.A. , Masud , S. : Advancements in microprocessor architecture for ubiquitous ai—an overview on history, evolution, and upcoming challenges in ai implementation . Micromachines 12 ( 6 ), 665 ( 2021 ) barticle

  82. [90]

    , Pascanu , R

    barticle Kirkpatrick , J. , Pascanu , R. , Rabinowitz , N. , Veness , J. , Desjardins , G. , Rusu , A.A. , Milan , K. , Quan , J. , Ramalho , T. , Grabska-Barwinska , A. , : Overcoming catastrophic forgetting in neural networks . Proceedings of the national academy of sciences...

  83. [91]

    : The Singularity Is Near: When Humans Transcend Biology

    bbook Kurzweil , R. : The Singularity Is Near: When Humans Transcend Biology . Penguin (Non-Classics) , ??? ( 2006 ) bbook

  84. [92]

    , Wheeler , M

    barticle Kadelka , C. , Wheeler , M. , Veliz-Cuba , A. , Murrugarra , D. , Laubenbacher , R. : Modularity of biological systems: a link between structure and function . Journal of the Royal Society Interface 20 ( 207 ), 20230505 ( 2023 ) barticle

  85. [93]

    , Collin , S.P

    barticle Lamb , T.D. , Collin , S.P. , Pugh , E.N. : Evolution of the vertebrate eye: opsins, photoreceptors, retina and eye cup . Nature Reviews Neuroscience 8 ( 12 ), 960 -- 976 ( 2007 ) barticle

  86. [94]

    : A path towards autonomous machine intelligence version 0.9

    botherref LeCun , Y. : A path towards autonomous machine intelligence version 0.9. 2, 2022-06-27. Open Review 62(1) (2022) botherref

  87. [95]

    : The evolution of understanding: A genetic algorithm model of the evolution of communication

    barticle Levin , M. : The evolution of understanding: A genetic algorithm model of the evolution of communication . BioSystems 36 ( 3 ), 167 -- 178 ( 1995 ) barticle

  88. [96]

    , Florensa , C

    botherref Li , A.C. , Florensa , C. , Clavera , I. , Abbeel , P. : Sub-policy adaptation for hierarchical reinforcement learning. arXiv preprint arXiv:1906.05862 (2019) botherref

  89. [97]

    , Hill , R.E

    barticle Lettice , L.A. , Hill , R.E. : Preaxial polydactyly: a model for defective long-range regulation in congenital abnormalities . Current opinion in genetics & development 15 ( 3 ), 294 -- 300 ( 2005 ) barticle

  90. [98]

    , Ha , J

    botherref Lee , S. , Ha , J. , Zhang , D. , Kim , G. : A neural dirichlet process mixture model for task-free continual learning. arXiv preprint arXiv:2001.00689 (2020) botherref

  91. [99]

    : Deep reinforcement learning: An overview

    botherref Li , Y. : Deep reinforcement learning: An overview. arXiv preprint arXiv:1701.07274 (2017) botherref

  92. [100]

    , Jeng , A

    barticle Lorenz , D.M. , Jeng , A. , Deem , M.W. : The emergence of modularity in biological systems . Physics of life reviews 8 ( 2 ), 129 -- 160 ( 2011 ) barticle

  93. [101]

    , McGinnis , W

    barticle Lemons , D. , McGinnis , W. : Genomic evolution of hox gene clusters . Science 313 ( 5795 ), 1918 -- 1922 ( 2006 ) barticle

  94. [102]

    : Synaptic theory of replicator-like melioration

    barticle Loewenstein , Y. : Synaptic theory of replicator-like melioration . Frontiers in computational neuroscience 4 , 1722 ( 2010 ) barticle

  95. [103]

    , Pugh , E.N

    barticle Lamb , T.D. , Pugh , E.N. , Collin , S.P. : The origin of the vertebrate eye . Evolution: Education and Outreach 1 , 415 -- 426 ( 2008 ) barticle

  96. [104]

    , Rakic , P

    barticle LaMantia , A. , Rakic , P. : Axon overproduction and elimination in the corpus callosum of the developing rhesus monkey . Journal of Neuroscience 10 ( 7 ), 2156 -- 2175 ( 1990 ) barticle

  97. [105]

    , Uller , T

    barticle Laland , K.N. , Uller , T. , Feldman , M.W. , Sterelny , K. , M \"u ller , G.B. , Moczek , A. , Jablonka , E. , Odling-Smee , J. : The extended evolutionary synthesis: its structure, assumptions and predictions . Proceedings of the royal society B: biological sciences...

  98. [106]

    : Deep learning: A critical appraisal

    botherref Marcus , G. : Deep learning: A critical appraisal. arXiv preprint arXiv:1801.00631 (2018) botherref

  99. [107]

    , Craig , C.L

    bchapter Mayer , G.C. , Craig , C.L. : Evolution, theory of . In: Levin , S.A. (ed.) Encyclopedia of Biodiversity (Second Edition) , Second edition edn., pp. 392 -- 400 . Academic Press , Waltham ( 2013 ). 10.1016/B978-0-12-384719-5.00048-4 . https://www.sciencedirect.com/scie...

  100. [108]

    , Churchland , A

    barticle Macpherson , T. , Churchland , A. , Sejnowski , T. , DiCarlo , J. , Kamitani , Y. , Takahashi , H. , Hikida , T. : Natural and artificial intelligence: A brief introduction to the interplay between ai and neuroscience research . Neural Networks 144 , 603 -- 613 ( 2021...

  101. [109]

    , Garraghty , P.E

    barticle Mowery , T.M. , Garraghty , P.E. : Adult neuroplasticity employs developmental mechanisms . Frontiers in Systems Neuroscience 16 , 1086680 ( 2023 ) barticle

  102. [110]

    , Grant , G.D

    barticle Masse , N.Y. , Grant , G.D. , Freedman , D.J. : Alleviating catastrophic forgetting using context-dependent gating and synaptic stabilization . Proceedings of the National Academy of Sciences 115 ( 44 ), 10467 -- 10475 ( 2018 ) barticle

  103. [111]

    , Huizinga , J

    barticle Mengistu , H. , Huizinga , J. , Mouret , J.-B. , Clune , J. : The evolutionary origins of hierarchy . PLoS computational biology 12 ( 6 ), 1004829 ( 2016 ) barticle

  104. [112]

    , Herv \'e , L

    botherref Maile , K. , Herv \'e , L. , Wilson , D.G. : Structural learning in artificial neural networks: A neural operator perspective (2022) botherref

  105. [113]

    , Herv \'e , L

    bchapter Maile , K. , Herv \'e , L. , Wilson , D.G. : Neural growth and pruning in dynamic learning environments . In: AutoML Conference 2023 (Workshop) ( 2023 ) bchapter

  106. [114]

    , McIntosh , L.T

    barticle Maheswaranathan , N. , McIntosh , L.T. , Tanaka , H. , Grant , S. , Kastner , D.B. , Melander , J.B. , Nayebi , A. , Brezovec , L.E. , Wang , J.H. , Ganguli , S. , : Interpreting the retinal neural code for natural scenes: From computations to neurons . Neuron 111 ( 1...

  107. [115]

    , Nezval , V

    bchapter Meli , C. , Nezval , V. , Oplatkova , Z.K. , Buttigieg , V. , Staines , A.S. : A study of direct and indirect encoding in phenotype-genotype relationships . In: Artificial Intelligence and Soft Computing: 20th International Conference, ICAISC 2021, Virtual Event, June...

  108. [116]

    , Rachelson , E

    bchapter Maile , K. , Rachelson , E. , Luga , H. , Wilson , D.G. : When, where, and how to add new neurons to anns . In: International Conference on Automated Machine Learning , pp. 18 -- 1 ( 2022 ). PMLR bchapter

  109. [117]

    , Ross , H

    barticle Min , B. , Ross , H. , Sulem , E. , Veyseh , A.P.B. , Nguyen , T.H. , Sainz , O. , Agirre , E. , Heintz , I. , Roth , D. : Recent advances in natural language processing via large pre-trained language models: A survey . ACM Computing Surveys 56 ( 2 ), 1 -- 40 ( 2023 )...

  110. [118]

    , Sultan , S

    barticle Moczek , A.P. , Sultan , S. , Foster , S. , Led \'o n-Rettig , C. , Dworkin , I. , Nijhout , H.F. , Abouheif , E. , Pfennig , D.W. : The role of developmental plasticity in evolutionary innovation . Proceedings of the Royal Society B: Biological Sciences 278 ( 1719 ),...

  111. [119]

    , Sivaramakrishnan , A

    barticle McMahon , T. , Sivaramakrishnan , A. , Granados , E. , Bekris , K.E. , : A survey on the integration of machine learning with sampling-based motion planning . Foundations and Trends in Robotics 9 ( 4 ), 266 -- 327 ( 2022 ) barticle

  112. [120]

    https://www.ncbi.nlm.nih.gov/books/NBK225562/

    botherref T he D eveloping B rain --- ncbi.nlm.nih.gov. https://www.ncbi.nlm.nih.gov/books/NBK225562/. [Accessed 21-02-2025] botherref

  113. [121]

    , Sudhakaran , S

    bchapter Najarro , E. , Sudhakaran , S. , Risi , S. : Towards self-assembling artificial neural networks through neural developmental programs . In: Artificial Life Conference Proceedings 35 , vol. 2023 , p. 80 ( 2023 ). MIT Press One Rogers Street, Cambridge, MA 02142-1209, U...

  114. [122]

    : Multilevel selection and the major transitions in evolution

    barticle Okasha , S. : Multilevel selection and the major transitions in evolution . Philosophy of Science 72 ( 5 ), 1013 -- 1025 ( 2005 ) 10.1086/508102 barticle

  115. [123]

    , Tonnabel , J

    barticle Olivieri , I. , Tonnabel , J. , Ronce , O. , Mignot , A. : Why evolution matters for species conservation: perspectives from three case studies of plant metapopulations . Evolutionary Applications 9 ( 1 ), 196 -- 211 ( 2016 ) barticle

  116. [124]

    : A survey of machine learning approaches to robotic path-planning

    botherref Otte , M.W. : A survey of machine learning approaches to robotic path-planning. University of Colorado at Boulder, Boulder (2015) botherref

  117. [125]

    : Exploring the significance of structural hierarchy in material systems—a review

    botherref Pan , N. : Exploring the significance of structural hierarchy in material systems—a review. Applied Physics Reviews 1(2) (2014) botherref

  118. [126]

    , Barnada , S.M

    barticle Patoori , S. , Barnada , S.M. , Large , C. , Murray , J.I. , Trizzino , M. : Young transposable elements rewired gene regulatory networks in human and chimpanzee hippocampal intermediate progenitors . Development 149 ( 19 ), 200413 ( 2022 ) barticle

  119. [127]

    , Banovac , I

    bchapter Petanjek , Z. , Banovac , I. , Sedmak , D. , Hladnik , A. : Dendritic spines: synaptogenesis and synaptic pruning for the developmental organization of brain circuits . In: Dendritic Spines: Structure, Function, and Plasticity , pp. 143 -- 221 . Springer , ??? ( 2023 ...

  120. [128]

    , Hileman , L.C

    barticle Preston , J.C. , Hileman , L.C. , Cubas , P. : Reduce, reuse, and recycle: developmental evolution of trait diversification . American Journal of Botany 98 ( 3 ), 397 -- 403 ( 2011 ) barticle

  121. [129]

    , Kiviet , D.J

    barticle Poelwijk , F.J. , Kiviet , D.J. , Weinreich , D.M. , Tans , S.J. : Empirical fitness landscapes reveal accessible evolutionary paths . Nature 445 ( 7126 ), 383 -- 386 ( 2007 ) barticle

  122. [130]

    , Langen , T

    barticle Price , T. , Langen , T. : Evolution of correlated characters . Trends in Ecology & Evolution 7 ( 9 ), 307 -- 310 ( 1992 ) barticle

  123. [131]

    , Rockman , M.V

    barticle Paaby , A.B. , Rockman , M.V. : The many faces of pleiotropy . Trends in genetics 29 ( 2 ), 66 -- 73 ( 2013 ) barticle

  124. [132]

    , Subagdja , B

    barticle Pateria , S. , Subagdja , B. , Tan , A.-h. , Quek , C. : Hierarchical reinforcement learning: A comprehensive survey . ACM Computing Surveys (CSUR) 54 ( 5 ), 1 -- 35 ( 2021 ) barticle

  125. [133]

    , Van Driel , D

    barticle Provis , J.M. , Van Driel , D. , Billson , F.A. , Russell , P. : Human fetal optic nerve: overproduction and elimination of retinal axons during development . Journal of Comparative Neurology 238 ( 1 ), 92 -- 100 ( 1985 ) barticle

  126. [134]

    : Clonal selection and learning in the antibody system

    barticle Rajewsky , K. : Clonal selection and learning in the antibody system . Nature 381 ( 6585 ), 751 -- 758 ( 1996 ) barticle

  127. [135]

    , Ahuja , A

    botherref Rolnick , D. , Ahuja , A. , Schwarz , J. , Lillicrap , T. , Wayne , G. : Experience replay for continual learning. Advances in neural information processing systems 32 (2019) botherref

  128. [136]

    , Bourgeois , J.-P

    barticle Rakic , P. , Bourgeois , J.-P. , Eckenhoff , M.F. , Zecevic , N. , Goldman-Rakic , P.S. : Concurrent overproduction of synapses in diverse regions of the primate cerebral cortex . Science 232 ( 4747 ), 232 -- 235 ( 1986 ) barticle

  129. [137]

    : T he F uture of A rtificial I ntelligence is S elf- O rganizing and S elf- A ssembling -- S ebastian R isi

    botherref Risi , S. : T he F uture of A rtificial I ntelligence is S elf- O rganizing and S elf- A ssembling -- S ebastian R isi. https://sebastianrisi.com/self_assembling_ai/. [Accessed 17-03-2025] (2021) botherref

  130. [138]

    : Alternative strategies: the evolution of switch points

    barticle Roff , D.A. : Alternative strategies: the evolution of switch points . Current Biology 21 ( 8 ), 285 -- 287 ( 2011 ) barticle

  131. [139]

    , Riley , K.P

    barticle Rakic , P. , Riley , K.P. : Overproduction and elimination of retinal axons in the fetal rhesus monkey . Science 219 ( 4591 ), 1441 -- 1444 ( 1983 ) barticle

  132. [140]

    , Rabinowitz , N.C

    botherref Rusu , A.A. , Rabinowitz , N.C. , Desjardins , G. , Soyer , H. , Kirkpatrick , J. , Kavukcuoglu , K. , Pascanu , R. , Hadsell , R. : Progressive neural networks. arXiv preprint arXiv:1606.04671 (2016) botherref

  133. [141]

    , Tsiantis , M

    barticle Rebeiz , M. , Tsiantis , M. : Enhancer evolution and the origins of morphological novelty . Current Opinion in Genetics & Development 45 , 115 -- 123 ( 2017 ) barticle

  134. [142]

    : Exponential evolution: implications for intelligent extraterrestrial life

    barticle Russell , D.A. : Exponential evolution: implications for intelligent extraterrestrial life . Advances in Space Research 3 ( 9 ), 95 -- 103 ( 1983 ) barticle

  135. [143]

    : How synaptic pruning shapes neural wiring during development and, possibly, in disease

    barticle Sakai , J. : How synaptic pruning shapes neural wiring during development and, possibly, in disease . Proceedings of the National Academy of Sciences 117 ( 28 ), 16096 -- 16099 ( 2020 ) barticle

  136. [144]

    , Crow , M

    barticle Suresh , H. , Crow , M. , Jorstad , N. , Hodge , R. , Lein , E. , Dobin , A. , Bakken , T. , Gillis , J. : Comparative single-cell transcriptomic analysis of primate brains highlights human-specific regulatory evolution . Nature Ecology & Evolution 7 ( 11 ), 1930 -- 1...

  137. [145]

    : Learning in spiking neural networks by reinforcement of stochastic synaptic transmission

    barticle Seung , H.S. : Learning in spiking neural networks by reinforcement of stochastic synaptic transmission . Neuron 40 ( 6 ), 1063 -- 1073 ( 2003 ) barticle

  138. [146]

    : Genome increase as a clock for the origin and evolution of life

    barticle Sharov , A.A. : Genome increase as a clock for the origin and evolution of life . Biology Direct 1 , 1 -- 10 ( 2006 ) barticle

  139. [147]

    , Kloukinas , C

    bchapter Su , Q. , Kloukinas , C. , Garcez , A.d. : Focuslearn: Fully-interpretable, high-performance modular neural networks for time series . In: 2024 International Joint Conference on Neural Networks (IJCNN) , pp. 1 -- 8 ( 2024 ). IEEE bchapter

  140. [148]

    , Kamiyama , N

    barticle Seki , R. , Kamiyama , N. , Tadokoro , A. , Nomura , N. , Tsuihiji , T. , Manabe , M. , Tamura , K. : Evolutionary and developmental aspects of avian-specific traits in limb skeletal pattern . Zoological science 29 ( 10 ), 631 -- 644 ( 2012 ) barticle

  141. [149]

    , Kumar , S

    botherref Sahni , H. , Kumar , S. , Tejani , F. , Isbell , C. : Learning to compose skills. arXiv preprint arXiv:1711.11289 (2017) botherref

  142. [150]

    : What dall-e reveals about human creativity

    botherref Slack , G. : What dall-e reveals about human creativity. Wu Tsai Neurosciences Institute (2023) botherref

  143. [151]

    , Miikkulainen , R

    barticle Stanley , K.O. , Miikkulainen , R. : A taxonomy for artificial embryogeny . Artificial life 9 ( 2 ), 93 -- 130 ( 2003 ) barticle

  144. [152]

    , Szathmary , E

    bbook Smith , J.M. , Szathmary , E. : The Major Transitions in Evolution . OUP Oxford , ??? ( 1997 ) bbook

  145. [153]

    , Szab \'o , P

    barticle Szil \'a gyi , A. , Szab \'o , P. , Santos , M. , Szathm \'a ry , E. : Phenotypes to remember: Evolutionary developmental memory capacity and robustness . PLoS computational biology 16 ( 11 ), 1008425 ( 2020 ) barticle

  146. [154]

    , Matic , I

    barticle Tenaillon , O. , Matic , I. : The impact of neutral mutations on genome evolvability . Current Biology 30 ( 10 ), 527 -- 534 ( 2020 ) barticle

  147. [155]

    , Oakeshott , J.G

    barticle Thrall , P.H. , Oakeshott , J.G. , Fitt , G. , Southerton , S. , Burdon , J.J. , Sheppard , A. , Russell , R.J. , Zalucki , M. , Heino , M. , Ford Denison , R. : Evolution in agriculture: the application of evolutionary approaches to the management of biotic interacti...

  148. [156]

    , Towers , M

    barticle Tickle , C. , Towers , M. : Sonic hedgehog signaling in limb development . Frontiers in cell and developmental biology 5 , 14 ( 2017 ) barticle

  149. [157]

    , Giuliani , A

    botherref Uversky , V. , Giuliani , A. : Networks of networks: an essay on multi-level biological organization. Front Genet 2021; 12: 706260 (2021) botherref

  150. [158]

    , Boer , C.G

    barticle Vaishnav , E.D. , Boer , C.G. , Molinet , J. , Yassour , M. , Fan , L. , Adiconis , X. , Thompson , D.A. , Levin , J.Z. , Cubillos , F.A. , Regev , A. : The evolution, evolvability and engineering of gene regulatory dna . Nature 603 ( 7901 ), 455 -- 463 ( 2022 ) barticle

  151. [159]

    , Soures , N

    botherref Ven , G.M. , Soures , N. , Kudithipudi , D. : Continual Learning and Catastrophic Forgetting (2024). https://arxiv.org/abs/2403.05175 botherref

  152. [160]

    , Monk , N.A

    barticle Verd , B. , Monk , N.A. , Jaeger , J. : Modularity, criticality, and evolvability of a developmental gene regulatory network . Elife 8 , 42832 ( 2019 ) barticle

  153. [161]

    , Hooff , J.J

    barticle Vosseberg , J. , Hooff , J.J. , K \"o stlbacher , S. , Panagiotou , K. , Tamarit , D. , Ettema , T.J. : The emerging view on the origin and early evolution of eukaryotic cells . Nature 633 ( 8029 ), 295 -- 305 ( 2024 ) barticle

  154. [162]

    : The Origins of Evolutionary Innovations: a Theory of Transformative Change in Living Systems

    bbook Wagner , A. : The Origins of Evolutionary Innovations: a Theory of Transformative Change in Living Systems . OUP Oxford , ??? ( 2011 ) bbook

  155. [163]

    : Organisms, Agency, and Evolution

    bbook Walsh , D.M. : Organisms, Agency, and Evolution . Cambridge University Press , ??? ( 2015 ) bbook

  156. [164]

    : Developmental Plasticity and Evolution

    bbook West-Eberhard , M.J. : Developmental Plasticity and Evolution . Oxford University Press , ??? ( 2003 ) bbook

  157. [165]

    : Adaptive evolution on neutral networks

    barticle Wilke , C.O. : Adaptive evolution on neutral networks . Bulletin of mathematical biology 63 ( 4 ), 715 -- 730 ( 2001 ) barticle

  158. [166]

    : Evolving programs to build artificial neural networks

    barticle Wilson , D.G. : Evolving programs to build artificial neural networks . ACM SIGEVOlution 15 ( 1 ), 1 -- 6 ( 2022 ) barticle

  159. [167]

    , Liu , L

    bchapter Wang , Z. , Liu , L. , Duan , Y. , Kong , Y. , Tao , D. : Continual learning with lifelong vision transformer . In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pp. 171 -- 181 ( 2022 ) bchapter

  160. [168]

    , Liu , C.-K

    botherref Wan , Z. , Liu , C.-K. , Yang , H. , Li , C. , You , H. , Fu , Y. , Wan , C. , Krishna , T. , Lin , Y. , Raychowdhury , A. : Towards cognitive ai systems: a survey and prospective on neuro-symbolic ai. arXiv preprint arXiv:2401.01040 (2024) botherref

  161. [169]

    , Pavlicev , M

    barticle Wagner , G.P. , Pavlicev , M. , Cheverud , J.M. : The road to modularity . Nature Reviews Genetics 8 ( 12 ), 921 -- 931 ( 2007 ) barticle

  162. [170]

    : The evolutionary significance of cis-regulatory mutations

    barticle Wray , G.A. : The evolutionary significance of cis-regulatory mutations . Nature Reviews Genetics 8 ( 3 ), 206 -- 216 ( 2007 ) barticle

  163. [171]

    developmental memory

    barticle Watson , R.A. , Wagner , G.P. , Pavlicev , M. , Weinreich , D.M. , Mills , R. : The evolution of phenotypic correlations and “developmental memory” . Evolution 68 ( 4 ), 1124 -- 1138 ( 2014 ) barticle

  164. [172]

    , Zhang , J

    barticle Wagner , G.P. , Zhang , J. : The pleiotropic structure of the genotype--phenotype map: the evolvability of complex organisms . Nature Reviews Genetics 12 ( 3 ), 204 -- 213 ( 2011 ) barticle

  165. [173]

    , Zhao , D

    barticle Wang , P. , Zhao , D. , Rockowitz , S. , Zheng , D. : Divergence and rewiring of regulatory networks for neural development between human and other species . Neurogenesis 3 ( 1 ), 5730 -- 5743 ( 2016 ) barticle

  166. [174]

    , Uszkoreit , H

    bchapter Xu , F. , Uszkoreit , H. , Du , Y. , Fan , W. , Zhao , D. , Zhu , J. : Explainable ai: A brief survey on history, research areas, approaches and challenges . In: Natural Language Processing and Chinese Computing: 8th CCF International Conference, NLPCC 2019, Dunhuang,...

  167. [175]

    , Xu , H

    barticle Yang , R. , Xu , H. , Wu , Y. , Wang , X. : Multi-task reinforcement learning with soft modularization . Advances in Neural Information Processing Systems 33 , 4767 -- 4777 ( 2020 ) barticle

  168. [176]

    : A critique of pure learning and what artificial neural networks can learn from animal brains

    barticle Zador , A.M. : A critique of pure learning and what artificial neural networks can learn from animal brains . Nature communications 10 ( 1 ), 3770 ( 2019 ) barticle

  169. [177]

    , Yoder , J.A

    botherref Zhang , Y. , Yoder , J.A. : Evolved developmental artificial neural networks for multitasking with advanced activity dependence. arXiv preprint arXiv:2407.10359 (2024) botherref

  170. [178]

    , Zhou , K

    botherref Zhao , W.X. , Zhou , K. , Li , J. , Tang , T. , Wang , X. , Hou , Y. , Min , Y. , Zhang , B. , Zhang , J. , Dong , Z. , et al.: A survey of large language models. arXiv preprint arXiv:2303.18223 (2023) botherref

  171. [179]

    write newline

    " write newline "" before.all 'output.state := FUNCTION string.to.integer 't := t text.length 'k := #1 'char.num := t char.num #1 substring 's := s is.num s "." = or char.num k = not and char.num #1 + 'char.num := while char.num #1 - 'char.num := t #1 char.num substring FUNCTI...

  172. [180]

    write newline

    " write newline "" before.all 'output.state := FUNCTION string.to.integer 't := t text.length 'k := #1 'char.num := t char.num #1 substring 's := s is.num s "." = or char.num k = not and char.num #1 + 'char.num := while char.num #1 - 'char.num := t #1 char.num substring FUNCTI...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.