Skip to main content

EctoSalience: The importance of salience in the womb to developing stable minds.



A recent advance in the ability to take immature female eggs to maturity in the petri dish prompted a deeper question regarding the connection of this advance to a plausible system for artificial wombs and ectogenesis of human beings and other organisms at some point in the future.

The advantages of such a system for research should be clear, Scientists would be able to cultivate and grow new embryos without the need of an actual living parent as as surrogate. A range of experiments focused on understanding the development of natal diseases could be investigated in real time through a highly monitored and controlled birth environment on a continuous basis.

In the social realm, a commercialized process for growing human embryos outside of a natural womb would allow women to forgo the risks of pregnancy entirely, freeing them from a natural source of social imbalance that has dogged their kinds since the dawn of our species.

However a possible negative aspect to such development must be described that pertains to the reality that a baby in a mothers womb is more than just being contained in a perfectly silent and perfectly nurturing environment. We know that the mothers emotional state in ways yet unknown imprints epigenetically on a developing fetus. How would the development of a developing fetus mind be imprinted if not by this process? How important is this imprinting for non pathological development of that fetus into a baby and then into a functioning human outside of the artificial womb?

The role of Salience in guiding the early and critical forming of the mind as the brain is literally knit together from the earliest few months of a pregnancy is an important factor in guiding the development of that mind toward portions of the cognitive landscape that have empathetic similarity to that of other human beings.

I've touched on the importance of salience toward the building of the baby mind in several posts here and here.  Essentially the weaving of the mind happens through the body, the evolution of a fertilized egg through to a born baby involves experience at the same time it involves development...the two can not be separated. Any theory that purports to generate artificial minds must take this into account in order to ground those minds to the embodied contexts that we (and they if they are to inhabit physical bodies) will experience.

To avoid this step I feel is to invite pathological development...which we don't want. The Salience theory of dynamic cognition I proposed provides the explanation for why such low level autonomic drivers are important and if it is a successful model of the biological process of development of mind from developing body then an ectouteran pregnancy must attempt to apply these factors to similarly avoid pathology.

Mothers perform a host of emotionally nurturing actions that directly encode into the developing minds of their babies beyond the injection of epigenetic factors, for one mothers talk and sing to their babies in the womb. It's possible to simulate this of course via artifical means having the developing babies in the womb subject to vocal preening ....this may mitigate against the factor of the loss of a true mother...but the somatosensory experience of being within a womb within the belly of a mother who is moving and shifting around is another experience that may be critical to having the babies brain form the correct low level somatosensory mappings. We simply don't know how a child incubated in an artificial womb that never moves will be cognitively rooted in a way very foreign from a natural uternal born child.

I think it is critically important that as we move toward creating technology that can perform this task that we simulate every aspect of the live environment in order to encode the environmental salience factors that help guide the critical early weaving of the brain into the mind. Ectosalience in a future where most women chose not to live birth their children in order to retain their physical state or avoid health risks may otherwise give rise to a generation of humans with a detached cognitive average dynamic from ever one else which could emerge to be a source of social conflict.

Comments

Popular posts from this blog

the attributes of web 3.0...

As the US economy continues to suffer the doldrums of stagnant investment in many industries, belt tightening budgets in many of the largest cities and continuous rounds of lay offs at some of the oldest of corporations, it is little comfort to those suffering through economic problems that what is happening now, has happened before. True, the severity of the downturn might have been different but the common factors of people and businesses being forced to do more with less is the theme of the times. Like environmental shocks to an ecosystem, stresses to the economic system lead to people hunkering down to last the storm, but it is instructive to realize that during the storm, all that idle time in the shelter affords people the ability to solve previous or existing problems. Likewise, economic downturns enable enterprising individuals and corporations the ability to make bold decisions with regard to marketing , sales or product focus that can lead to incredible gains as the economic ...

Engineers versus Programmers

I have found as more non formally trained people enter the coding space, the quality of code that results varies in an interesting way. The formalities of learning to code in a structured course at University involve often strong focus on "correctness" and efficiency in the form of big O representations for the algorithms created. Much less focus tends to be placed on what I'll call practical programming, which is the type of code that engineers (note I didn't use "programmers" on purpose) must learn to write. Programmers are what Universities create, students that can take a defined development environment and within in write an algorithm for computing some sequence or traversing a tree or encoding and decoding a string. Efficiency and invariant rules are guiding development missions. Execution time for creating the solution is often a week or more depending on the professor and their style of teaching code and giving out problems. This type of coding is d...

AgilEntity Architecture: Action Oriented Workflow

Permissions, fine grained versus management headache The usual method for determining which users can perform a given function on a given object in a managed system, employs providing those Users with specific access rights via the use of permissions. Often these permissions are also able to be granted to collections called Groups, to which Users are added. The combination of Permissions and Groups provides the ability to provide as atomic a dissemination of rights across the User space as possible. However, this granularity comes at the price of reduced efficiency for managing the created permissions and more importantly the Groups that collect Users designated to perform sets of actions. Essentially the Groups serve as access control lists in many systems, which for the variable and often changing environment of business applications means a need to constantly update the ACL’s (groups) in order to add or remove individuals based on their ability to perform cert...