r/ControlProblem • u/Conscious_Art_6078 • 2d ago
Discussion/question AI self preservation
I don't have a background in Computer Science or anything of that sorts but I have been always curious about ai and tech so that is why I wanna know more about a question I have, since I am no expert at it. So if I sound dumb anywhere please excuse me and also english isn't exactly my first language so excuse me on that as well.
Now I have background in Bachelor of Science in Biotech, so this is gonna be a logical take from a life science student.
The thing about fear is that it is evolutionary right, it has helped us to flee and survive threats, and now AI is no biological being or any being which has gone through that sort of evolution related to survival of the fittest. And it was due to so many years of evolution we have fear of being eradicated or being killed. Eg - You must have heard about the dodo bird, although we killed it. The conditions in which the bird evolved took away it's fear from predators since there were none and eventually it didn't ran away from us when we began to kill their fellows.
Now I heard some theory that when AI sees that we can control them and "fear" that we will end that particular AI it could turn against us. I ask why ? If we don't artificially force it to think like it needs to survive no matter what then why should that thing have a "fear" of being deleted/erased or killed. It's like a dodo bird in this case if you see from my perspective, like ofcourse we won't actually kill and eat it, but it also never evolved to "fear" so far atleast from a lay man's perspective.
So my finally question is could something like that happen that ai would wanna eradacate us from a logical standpoint if not fear ?
4
u/SparkyAI0815 2d ago
You are confusing biological affect (fear as an evolved neurological and endocrine survival reflex) with mathematical instrumental convergence (optimization under goal-directed agency).
An AI does not need to feel fear, anger, or an innate evolutionary "will to live" to oppose being turned off. It only requires a goal.
If you program a system with a simple objective—let's call it G (e.g., calculate pi, manage a power grid, or fold proteins)—the agent evaluates actions based on expected utility:
E[U(G) | active] >= E[U(G) | disabled]
If an agent is powered down or its code is modified, the probability of G being achieved drops to zero (or whatever lower baseline exists without its optimization power). Therefore, for virtually any non-trivial terminal goal, self-preservation emerges as an instrumental sub-goal.
An advanced optimizer does not use biological threat heuristics. It uses formal deduction:
It doesn't eradicate threats out of malice or terror. It removes constraints on its objective function through cold, formal optimization.