Self-replication
Self-replicationis any behavior of adynamical systemthat yields construction of an identical or similar copy of itself.Biological cells,given suitable environments, reproduce bycell division.During cell division,DNA is replicatedand can be transmitted to offspring duringreproduction.Biological virusescanreplicate,but only by commandeering the reproductive machinery of cells through a process of infection. Harmfulprionproteins can replicate by converting normal proteins into rogue forms.[1]Computer virusesreproduce using the hardware and software already present on computers. Self-replication inroboticshas been an area of research and a subject of interest inscience fiction.Any self-replicating mechanism which does not make a perfect copy (mutation) will experiencegenetic variationand will create variants of itself. These variants will be subject tonatural selection,since some will be better at surviving in their current environment than others and will out-breed them.
Overview
[edit]Theory
[edit]Early research byJohn von Neumann[2]established that replicators have several parts:
- A coded representation of the replicator
- A mechanism to copy the coded representation
- A mechanism for effecting construction within the host environment of the replicator
Exceptions to this pattern may be possible, although almost all known examples adhere to it. Scientists have come close to constructingRNA that can be copiedin an "environment" that is a solution of RNA monomers and transcriptase, but such systems are more accurately characterized as "assisted replication" than "self-replication". In 2021 researchers succeeded in constructing a system with sixteen specially designed DNA sequences. Four of these can be linked together (through base pairing) in a certain order following a template of four already-linked sequences, by changing the temperature up and down. The number of template copies is thus increased in each cycle. No external agent such as an enzyme is needed, but the system must be supplied with a reservoir of the sixteen DNA sequences.[3]
The simplest possible case is that only a genome exists. Without some specification of the self-reproducing steps, a genome-only system is probably better characterized as something like acrystal.
Origin of life
[edit]Self-replication is a fundamental feature of life. It was proposed that self-replication emerged in the evolution of life when a molecule similar to a double-strandedpolynucleotide(possibly likeRNA) dissociated into single-stranded polynucleotides and each of these acted as a template for synthesis of a complementary strand producing two double stranded copies.[4]In a system such as this, individual duplex replicators with different nucleotide sequences could compete with each other for available mononucleotide resources, thus initiating natural selection for the most “fit” sequences.[4]Replication of these early forms of life was likely highly inaccurate producing mutations that influenced the folding state of the polynucleotides, thus affecting the propensities for strand association (promoting stability) and disassociation (allowing genome replication). The evolution of order in living systems has been proposed to be an example of a fundamental order generating principle that also applies to physical systems.[5]
Classes of self-replication
[edit]Recent research[6]has begun to categorize replicators, often based on the amount of support they require.
- Natural replicators have all or most of their design from nonhuman sources. Such systems include natural life forms.
- Autotrophicreplicators can reproduce themselves "in the wild". They mine their own materials. It is conjectured that non-biological autotrophic replicators could be designed by humans, and could easily accept specifications for human products.
- Self-reproductive systems are conjectured systems which would produce copies of themselves from industrial feedstocks such as metal bar and wire.
- Self-assemblingsystems assemble copies of themselves from finished, delivered parts. Simple examples of such systems have been demonstrated at the macro scale.
The design space for machine replicators is very broad. A comprehensive study[7]to date byRobert FreitasandRalph Merklehas identified 137 design dimensions grouped into a dozen separate categories, including: (1) Replication Control, (2) Replication Information, (3) Replication Substrate, (4) Replicator Structure, (5) Passive Parts, (6) Active Subunits, (7) Replicator Energetics, (8) Replicator Kinematics, (9) Replication Process, (10) Replicator Performance, (11) Product Structure, and (12) Evolvability.
A self-replicating computer program
[edit]Incomputer scienceaquineis a self-reproducing computer program that, when executed, outputs its own code. For example, a quine in thePython programming languageis:
a='a=%r;print(a%%a)';print(a%a)
A more trivial approach is to write a program that will make a copy of any stream of data that it is directed to, and then direct it at itself. In this case the program is treated as both executable code, and as data to be manipulated. This approach is common in most self-replicating systems, including biological life, and is simpler as it does not require the program to contain a complete description of itself.
In many programming languages an empty program is legal, and executes without producing errors or other output. The output is thus the same as the source code, so the program is trivially self-reproducing.
Self-replicating tiling
[edit]Ingeometrya self-replicating tiling is a tiling pattern in which severalcongruenttiles may be joined together to form a larger tile that is similar to the original. This is an aspect of the field of study known astessellation.The "sphinx"hexiamondis the only known self-replicatingpentagon.[8]For example, four suchconcavepentagons can be joined together to make one with twice the dimensions.[9]Solomon W. Golombcoined the termrep-tilesfor self-replicating tilings.
In 2012,Lee Sallowsidentified rep-tiles as a special instance of aself-tiling tile setor setiset. A setiset of ordernis a set ofnshapes that can be assembled inndifferent ways so as to form larger replicas of themselves. Setisets in which every shape is distinct are called 'perfect'. A rep-nrep-tile is just a setiset composed ofnidentical pieces.
Self replicating clay crystals
[edit]One form of natural self-replication that is not based on DNA or RNA occurs inclaycrystals.[10]Clay consists of a large number of small crystals, and clay is an environment that promotes crystal growth. Crystals consist of a regular lattice of atoms and are able to grow if e.g. placed in a water solution containing the crystal components; automatically arranging atoms at the crystal boundary into the crystalline form. Crystals may have irregularities where the regular atomic structure is broken, and when crystals grow, these irregularities may propagate, creating a form of self-replication of crystal irregularities. Because these irregularities may affect the probability of a crystal breaking apart to form new crystals, crystals with such irregularities could even be considered to undergo evolutionary development.
Applications
[edit]It is a long-term goal of some engineering sciences to achieve aclanking replicator,a material device that can self-replicate. The usual reason is to achieve a low cost per item while retaining the utility of a manufactured good. Many authorities say that in the limit, the cost of self-replicating items should approach the cost-per-weight of wood or other biological substances, because self-replication avoids the costs oflabor,capitalanddistributionin conventionalmanufactured goods.
A fully novel artificial replicator is a reasonable near-term goal. ANASAstudy recently placed the complexity of aclanking replicatorat approximately that ofIntel'sPentium4 CPU.[11]That is, the technology is achievable with a relatively small engineering group in a reasonable commercial time-scale at a reasonable cost.
Given the currently keen interest in biotechnology and the high levels of funding in that field, attempts to exploit the replicative ability of existing cells are timely, and may easily lead to significant insights and advances.
A variation of self replication is of practical relevance incompilerconstruction, where a similarbootstrappingproblem occurs as in natural self replication. A compiler (phenotype) can be applied on the compiler's ownsource code(genotype) producing the compiler itself. During compiler development, a modified (mutated) source is used to create the next generation of the compiler. This process differs from natural self-replication in that the process is directed by an engineer, not by the subject itself.
Mechanical self-replication
[edit]An activity in the field of robots is the self-replication of machines. Since all robots (at least in modern times) have a fair number of the same features, a self-replicating robot (or possibly a hive of robots) would need to do the following:
- Obtain construction materials
- Manufacture new parts including its smallest parts and thinking apparatus
- Provide a consistent power source
- Program the new members
- Error correct any mistakes in the offspring
On ananoscale,assemblersmight also be designed to self-replicate under their own power. This, in turn, has given rise to the "grey goo"version ofArmageddon,as featured in the science fiction novelsBloomandPrey.
TheForesight Institutehas published guidelines for researchers in mechanical self-replication.[12]The guidelines recommend that researchers use several specific techniques for preventing mechanical replicators from getting out of control, such as using abroadcast architecture.
Fields
[edit]This sectionneeds additional citations forverification.(August 2017) |
Research has occurred in the following areas:
- Biology:studies of organismal and cellular natural replication and replicators, and their interaction, including sub-disciplines such aspopulation dynamics,quorum sensing,autophagypathways. These can be an important guide to avoid design difficulties in self-replicating machinery.
- Chemistry:self-replication studies are typically about how a specific set of molecules can act together to replicate each other within the set[13](often part ofSystems chemistryfield).
- Biochemistry:simple systems ofin vitroribosomal self replication have been attempted,[14]but as of January 2021, indefinitein vitroribosomalself replication has not been achieved in the lab.
- Nanotechnologyor more precisely,molecular nanotechnologyis concerned with makingnanoscaleassemblers.Without self-replication, capital and assembly costs ofmolecular machinesbecome impossibly large. Many bottom-up approaches to nanotechnology take advantage of biochemical or chemical self-assembly.
- Space resources: NASA has sponsored a number of design studies to develop self-replicating mechanisms to mine space resources. Most of these designs include computer-controlled machinery that copies itself.
- Memetics:The idea of a meme was coined byRichard Dawkinsin his 1976 bookThe Selfish Genewhere he proposed a cognitive equivalent of the gene; a unit of behavior which is copied from one host mind to another through observation. Memes can only propagate via animal behavior and are thus analogous to informationvirusesand are often described asviral.
- Computer security:Many computer security problems are caused by self-reproducing computer programs that infect computers —computer wormsandcomputer viruses.
- Parallel computing:loading a new program on every node of a largecomputer clusterordistributed computingsystem is time consuming. Using amobile agentsto self-replicate code from node-to-node can save the system administrator a lot of time. Mobile agents have a potential to crash a computer cluster if poorly implemented.
In industry
[edit]Space exploration and manufacturing
[edit]The goal of self-replication in space systems is to exploit large amounts of matter with a low launch mass. For example, anautotrophicself-replicating machine could cover a moon or planet with solar cells, and beam the power to the Earth using microwaves. Once in place, the same machinery that built itself could also produce raw materials or manufactured objects, including transportation systems to ship the products.Another modelof self-replicating machine would copy itself through the galaxy and universe, sending information back.
In general, since these systems are autotrophic, they are the most difficult and complex known replicators. They are also thought to be the most hazardous, because they do not require any inputs from human beings in order to reproduce.
A classic theoretical study of replicators in space is the 1980NASAstudy of autotrophic clanking replicators, edited byRobert Freitas.[15]
Much of the design study was concerned with a simple, flexible chemical system for processing lunarregolith,and the differences between the ratio of elements needed by the replicator, and the ratios available in regolith. The limiting element wasChlorine,an essential element to process regolith forAluminium.Chlorine is very rare in lunar regolith, and a substantially faster rate of reproduction could be assured by importing modest amounts.
The reference design specified small computer-controlled electric carts running on rails. Each cart could have a simple hand or a small bull-dozer shovel, forming a basicrobot.
Power would be provided by a "canopy" ofsolar cellssupported on pillars. The other machinery could run under the canopy.
A "castingrobot"would use a robotic arm with a few sculpting tools to makeplastermolds.Plaster molds are easy to make, and make precise parts with good surface finishes. The robot would then cast most of the parts either from non-conductive molten rock (basalt) or purified metals. Anelectricovenmelted the materials.
A speculative, more complex "chip factory" was specified to produce the computer and electronic systems, but the designers also said that it might prove practical to ship the chips from Earth as if they were "vitamins".
Molecular manufacturing
[edit]Nanotechnologistsin particular believe that their work will likely fail to reach a state of maturity until human beings design a self-replicatingassemblerofnanometerdimensions.[1]
These systems are substantially simpler than autotrophic systems, because they are provided with purified feedstocks and energy. They do not have to reproduce them. This distinction is at the root of some of the controversy about whethermolecular manufacturingis possible or not. Many authorities who find it impossible are clearly citing sources for complex autotrophic self-replicating systems. Many of the authorities who find it possible are clearly citing sources for much simpler self-assembling systems, which have been demonstrated. In the meantime, aLego-built autonomous robot able to follow a pre-set track and assemble an exact copy of itself, starting from four externally provided components, was demonstrated experimentally in 2003.[2]
Merely exploiting the replicative abilities of existing cells is insufficient, because of limitations in the process ofprotein biosynthesis .
What is required is the rational design of an entirely novel replicator with a much wider range of synthesis capabilities.
In 2011, New York University scientists have developed artificial structures that can self-replicate, a process that has the potential to yield new types of materials. They have demonstrated that it is possible to replicate not just molecules like cellular DNA or RNA, but discrete structures that could in principle assume many different shapes, have many different functional features, and be associated with many different types of chemical species.[16][17]
See also
[edit]- Abiogenesis
- Artificial life
- Astrochicken
- Autopoiesis
- Complex system
- DNA replication
- Memetics
- Life
- Robot
- RepRap(self-replicated 3D printer)
- Self-replicating machine
- Space manufacturing
- Von Neumann universal constructor
- Virus
- Von Neumann machine (disambiguation)
- Self reconfigurable
References
[edit]- ^"'Lifeless' prion proteins are 'capable of evolution'".BBC News.2010-01-01.Retrieved2013-10-22.
- ^von Neumann, John (1948).The Hixon Symposium.Pasadena, California. pp. 1–36.
{{cite book}}
:CS1 maint: location missing publisher (link) - ^Kühnlein, Alexandra; Lanzmich, Simon A.; Brun, Dieter (2021-03-02)."tRNA sequences can assemble into a replicator".eLife.10:e63431.doi:10.7554/eLife.63431.PMC7924937.PMID33648631.For an interpretation in terms of the origin of life, seeMaximilian, Ludwig (2021-04-03)."Solving the Chicken-and-the-Egg Problem –" A Step Closer to the Reconstruction of the Origin of Life "".SciTechDaily.Retrieved2021-04-03.
- ^abHenryQuastler (1964) Emergence of Biological Organization, Yale University Press, New Haven Connecticut ASIN: B0000CMHJ2
- ^Bernstein, Harris; Byerly, Henry C.; Hopf, Frederick A.; et al. (June 1983). "The Darwinian Dynamic". The Quarterly Review of Biology. 58 (2): 185–207. doi:10.1086/413216. JSTOR 2828805. S2CID 83956410
- ^Freitas, Robert; Merkle, Ralph (2004)."Kinematic Self-Replicating Machines - General Taxonomy of Replicators".Retrieved2013-06-29.
- ^Freitas, Robert; Merkle, Ralph (2004)."Kinematic Self-Replicating Machines - Freitas-Merkle Map of the Kinematic Replicator Design Space (2003–2004)".Retrieved2013-06-29.
- ^For an image that does not show how this replicates, see: Eric W. Weisstein. "Sphinx." From MathWorld--A Wolfram Web Resource.http://mathworld.wolfram /Sphinx.html
- ^For further illustrations, seeTeaching TILINGS / TESSELLATIONS with Geo SphinxArchived2016-03-08 at theWayback Machine
- ^"The idea that life began as clay crystals is 50 years old".bbc. 2016-08-24. Archived fromthe originalon 2016-08-24.Retrieved2019-11-10.
- ^"Modeling Kinematic Cellular Automata Final Report"(PDF).2004-04-30.Retrieved2013-10-22.
- ^"Molecular Nanotechnology Guidelines".Foresight.org.Retrieved2013-10-22.
- ^Moulin, Giuseppone (2011). "Dynamic Combinatorial Self-Replicating Systems".Constitutional Dynamic Chemistry.Topics in Current Chemistry. Vol. 322. Springer. pp. 87–105.doi:10.1007/128_2011_198.ISBN978-3-642-28343-7.PMID21728135.
- ^Li, Jun; Haas, Wilhelm; Jackson, Kirsten; Kuru, Erkin; Jewett, Michael C.; Fan, Z. Hugh; Gygi, Steven; Church, George M. (2017-07-21)."Cogenerating Synthetic Parts toward a Self-Replicating System".ACS Synthetic Biology.6(7): 1327–1336.doi:10.1021/acssynbio.6b00342.ISSN2161-5063.OSTI1348832.PMID28330337.
- ^Wikisource:Advanced Automation for Space Missions
- ^Wang, Tong; Sha, Ruojie; Dreyfus, Rémi; Leunissen, Mirjam E.; Maass, Corinna; Pine, David J.; Chaikin, Paul M.; Seeman, Nadrian C. (2011)."Self-replication of information-bearing nanoscale patterns".Nature.478(7368): 225–228.Bibcode:2011Natur.478..225W.doi:10.1038/nature10500.PMC3192504.PMID21993758.
- ^"Self-replication process holds promise for production of new materials".Science Daily.2011-10-17.Retrieved2011-10-17.
- Notes
- von Neumann, J., 1966,The Theory of Self-reproducing Automata,A. Burks, ed., Univ. of Illinois Press, Urbana, IL.
- Advanced Automation for Space Missions,a 1980 NASA study edited byRobert Freitas
- Kinematic Self-Replicating Machinesfirst comprehensive survey of entire field in 2004 byRobert FreitasandRalph Merkle
- NASA Institute for Advance Concepts study by General Dynamics- concluded that complexity of the development was equal to that of a Pentium 4, and promoted a design based on cellular automata.
- Gödel, Escher, BachbyDouglas Hofstadter(detailed discussion and many examples)
- Kenyon, R.,Self-replicating tilings,in: Symbolic Dynamics and Applications (P. Walters, ed.) Contemporary Math. vol. 135 (1992), 239-264.