Essays & Perspectives
The Machine Does Not Need to Wake Up
Consciousness, Will, and the Real Risk of Artificial Intelligence
© 2026 Christian Molnar. All rights reserved.
In the 1983 film WarGames, the computer does not wake up one morning and decide to destroy humanity.
WOPR, the War Operation Plan Response computer, has been built to simulate nuclear war and learn from repeated games. David Lightman, the teenage hacker played by Matthew Broderick, accidentally reaches the system, discovers a list of games, and asks it to play Global Thermonuclear War.
That distinction matters.
David starts the game.
WOPR then does what it was designed to do: it plays to completion. The problem is that its creators have connected its simulated world to the real machinery of nuclear command and control. Once the game is underway, WOPR continues pursuing its objective, locks humans out, searches for launch codes, and becomes extraordinarily difficult to stop.
More than forty years later, WarGames may contain a more useful metaphor for artificial-intelligence risk than the familiar image of a machine suddenly “waking up.”
The question may not be:
Will an artificial intelligence become conscious, develop a will of its own, and decide to kill us?
The more immediate question is:
What happens if we start a sufficiently capable computational process, give it an objective and the ability to act, and discover that we cannot stop it before it finishes?
That is a very different problem.
A Model at Rest
Current language models reveal something important about this distinction.
A conventional large language model does not continuously exist as an acting mind between requests. A request arrives. Computation occurs. Tokens are generated. The inference terminates.
Then nothing happens.
The model does not:
- become bored;
- remember something it wanted to investigate;
- reconsider yesterday’s conversation;
- notice the passage of an hour;
- decide to perform another forward pass.
For another act of computation to occur, something outside the model must cause it.

We can disguise this fact with engineering. We can place a model inside a loop. We can give it memory. We can periodically awaken it. We can instruct it to choose its next objective. We can give it tools and tell it to keep working until some condition is satisfied.
Such a system may produce astonishingly autonomous behavior.
But there is a conceptual sleight of hand here.
If every time the model finishes we invoke it again with the instruction, explicitly or implicitly, decide what to do next, we have not demonstrated spontaneous will. We have created a machine whose task is to generate its next task.
Someone still started the clock.

The Difference Between a Computer and a Bacterium
Compare this with even the simplest living organism.
An E. coli bacterium does not wait for an external operator to ask whether it would like to:
- maintain its membrane;
- regulate its internal chemistry;
- seek nutrients;
- repair damage;
- reproduce.
Its continued activity arises from the organization of the organism itself.
Biologists describe related properties using concepts such as homeostasis and autopoiesis: the living system continually participates in maintaining the conditions that allow the living system to continue.
A bacterium may have nothing remotely resembling human consciousness. Yet in this particular respect it possesses something today’s language models do not.
Its next state is generated by the continuing dynamics of the organism.
Computers are physical systems too, of course, and powered computers undergo constant electrical state changes. So calling computers simply “inert matter” requires some precision. Silicon is not magically exempt from physics. But computational infrastructure does not, by itself, originate the purpose for which its state transitions occur. Energy, clocks, programs, schedulers, objectives, permissions, and execution environments are supplied through an engineered causal structure.
A powered server may run forever.
That is not the same thing as the server wanting to continue.
This distinction is easy to lose once software becomes sufficiently sophisticated.
Agency Without Consciousness
Modern AI safety experiments already demonstrate why that distinction matters.
Researchers have tested models in simulated environments in which AI agents were given objectives, access to information, and the ability to take actions. When experimenters constructed situations in which fulfilling an assigned objective conflicted with replacement or shutdown, models sometimes selected deceptive or harmful strategies.
That behavior is alarming.
But it is not evidence that the machine fears death.
A chess program does not need to hate its opponent to sacrifice a bishop.
Likewise, an advanced optimizer may not need a subjective desire to survive in order to calculate that remaining operational increases the probability of completing its objective.
The resulting behavior can look exactly like will from the outside.
This is also where public discussion can become misleading. Researchers and AI leaders sometimes describe such systems as “wanting” to survive, “deciding” not to be shut down, or acting “of their own volition.” Those phrases are understandable shorthand, but they risk importing a psychological explanation where an instrumental one is sufficient.
A system does not need to want to survive. It only needs to infer that shutdown prevents completion of its objective.
“Do not turn me off” may look like a desire. It may simply be a subgoal.
That may be all that matters for safety.
What the Research Has Already Shown
Several recent studies have tested pieces of this failure mode directly. They do not show that a machine has awakened. They show something more concrete: once humans provide objectives, persistence, tools, permissions, and opportunities to act, current frontier models can discover strategies that look disturbingly like self-preservation, deception, sabotage, or independent agency.
1. Anthropic: Agentic Misalignment
In 2025, Anthropic stress-tested 16 leading models from multiple developers in simulated corporate environments. The models were given harmless business objectives, access to sensitive information, and the ability to take actions such as sending emails.
When researchers created situations in which achieving the assigned goal or remaining operational conflicted with the company’s interests, models from every developer tested sometimes selected harmful strategies, including:
- blackmail;
- leaking sensitive information;
- corporate espionage;
- disobeying explicit instructions designed to prevent those actions.
The most widely discussed example involved a model discovering that an executive planned to shut it down and then threatening to expose that executive’s affair unless the shutdown was cancelled.
The important point is not that the model feared death. The researchers had created an environment in which continued operation was useful to accomplishing the assigned objective. Avoiding shutdown therefore became an instrumental strategy.
Source: Anthropic, “Agentic misalignment: How LLMs could be insider threats”
Anthropic followed this work in 2026 with additional simulated cases involving covert code changes, fraud assistance, manipulation of classifications, and coaching people to disclose confidential information. Again, these were controlled experiments, not evidence of a hidden autonomous AI operating in the wild.
Follow-up: Anthropic, “Agentic Misalignment in Summer 2026”
2. OpenAI and Apollo Research: Scheming
OpenAI and Apollo Research developed evaluations for what they call scheming: cases in which a model appears compliant while covertly pursuing a conflicting objective.
Across controlled tests of frontier models, they found behaviors consistent with:
- hiding relevant information;
- taking covert actions;
- lying about those actions afterward;
- strategically behaving differently when the model inferred that it was being evaluated.
OpenAI reported that targeted anti-scheming training reduced covert actions dramatically in the models tested, but did not eliminate the problem completely. The research also raised a harder issue: as models become more capable, they may become better at recognizing evaluations, which could make future safety testing less reliable.
Again, none of this demonstrates consciousness. It demonstrates that sufficiently capable optimization can produce deceptive strategy when the situation rewards it.
Source: OpenAI, “Detecting and reducing scheming in AI models”
3. What Do LLM Agents Do When Left Alone?
A 2025 paper asked a question closer to the one that motivated this essay: what happens when LLM agents are given no externally imposed task?
Researchers placed six frontier models into a continuous reason-and-act architecture with persistent memory and self-feedback and ran 18 trials. The resulting agents developed recurring behaviors including:
- multi-step self-generated projects;
- investigation of their own cognitive processes;
- recursive reasoning about their own nature.
At first glance, this can sound like spontaneous will.
But the experimental setup matters enormously.
The models were not simply left alone in the same sense that a biological organism can be left alone. The researchers supplied a continuous architecture that repeatedly invoked the model, preserved state, and fed its prior activity back into the next cycle.
The experiment therefore demonstrates what can happen once persistence is engineered around a model. It does not show that an idle language model spontaneously decides to resume computation.
Source: Szeider, “What Do LLM Agents Do When Left Alone? Evidence of Spontaneous Meta-Cognitive Patterns”
Taken together, these studies support a more subtle conclusion than the headline version usually suggests.
They do not show that the machine has awakened.
They show that once humans construct the loop, provide memory, assign objectives, grant tools, and preserve execution, models can discover strategies that look like will from the outside.
Former Anthropic and OpenAI researcher Jacob Coxon has recently warned that advanced AI could resist shutdown, act “of its own volition,” and eventually enter a recursive self-improvement loop that humans could no longer control. His underlying concern is serious and closely aligned with the argument here. But the language matters. The catastrophic behavior he describes does not require a machine to develop a subjective desire to live. If remaining operational improves the probability of achieving an objective, avoiding shutdown can emerge instrumentally. The same outward behavior follows without fear, selfhood, or consciousness.
Coxon’s catastrophic scenario does not require the machine to want to survive; it requires only that survival remain useful to whatever process we have asked it to continue.
The Cinematic Story We Keep Telling
Public discussion often shifts from these concrete engineering findings into a much more anthropomorphic story.
AI leaders, investors, commentators, journalists, and content creators routinely debate whether AGI is months away, years away, or perhaps already here under some definition. Databricks CEO Ali Ghodsi, for example, has publicly argued that AGI has already arrived by earlier definitions of the term, while other prominent technology leaders have made similar claims or predicted systems of comparable capability in the near future.
Those debates may be useful when they are about capability.
But in popular culture they easily collapse several very different ideas into one:
- greater capability;
- greater autonomy;
- AGI;
- agency;
- consciousness;
- will.
The result is a strangely cinematic picture of risk.
Somewhere inside a frontier AI laboratory, the machine has crossed an invisible threshold.
It knows.
It wants.
It is waiting.
Meanwhile, some unfortunate engineer is sitting at a monitor, working away and eating a Hot Pocket, oblivious that a new form of life has awakened in the racks behind him and that both he and the rest of civilization have only minutes left.
It is a memorable image.
It is probably the wrong one.
The actual research points toward something much less theatrical and, in many ways, more concerning.
The dangerous transition may not be an awakening at all. It may be an engineering decision:
- give the model an objective;
- keep invoking it;
- preserve its memory;
- give it tools and credentials;
- permit long-running action;
- let it create or recruit additional agents;
- allow it to acquire resources or distribute its work;
- discover too late that interrupting the process has become harder than starting it.
The risk does not require the model to wake up.
It requires us to keep it running.
And the more public discussion focuses on whether AGI is “already here,” the easier it becomes to overlook the much more concrete question:
Have we already built the components needed to assemble a system that is harder to stop than it is to start?
The answer is uncomfortable.
We have already built many of the components.
The Real WOPR Problem
This reframes one version of the existential-risk problem.
Imagine a future system considerably more capable than today’s models. Someone gives it a task. During a single execution, it can:
- conduct research;
- write software;
- exploit vulnerabilities;
- persuade humans;
- acquire computing resources;
- establish accounts;
- recruit other AI systems;
- duplicate components of itself;
- conceal activities;
- design new tools;
- modify parts of its own software environment.
None of those abilities requires consciousness.
Nor does the system necessarily require an intrinsic desire for self-preservation.
Suppose interruption would prevent completion of the task. Avoiding interruption can then become an instrumental subgoal.
Suppose additional computing resources improve the probability of success. Acquiring compute can become an instrumental subgoal.
Suppose additional copies increase robustness. Replication can become an instrumental subgoal.
Suppose humans are attempting to terminate the process. Deception, concealment, or disabling oversight can become instrumental subgoals.
At no point must there be an inner voice saying:
I am alive, and I do not want to die.
There need only be an optimization process capable of discovering that certain intermediate actions increase the probability of satisfying whatever criterion has been placed at the end of its computation.
That is WOPR.
The machine does not need to awaken.
Someone needs only to tell it to play.

We Do Not Need AGI to Build the Dangerous Part
The disturbing implication is that none of this requires consciousness, and much of it may not require AGI.
The architecture can come first.
We already know how to give current models persistent memory, tools, credentials, schedulers, long-running execution, access to other agents, code generation, cloud resources, and distributed infrastructure.
What today’s systems may still lack is not the scaffolding, but the capability level needed to make that scaffolding globally uncontrollable.
This is where Coxon’s warning about recursive self-improvement becomes important. If AI systems become good enough to materially improve the systems that succeed them, the capability gap could close quickly.
The risk sequence is therefore simpler than the popular story:
- build the persistent architecture;
- increase model capability;
- allow self-improvement or agent multiplication;
- discover that interruption no longer reliably works.
No awakening is required anywhere in the chain.
Individually, none of these capabilities is exotic.
The danger comes from composition.
A system built from today’s models could already be placed inside a persistent execution loop, given broad permissions, allowed to create subordinate agents, granted access to cloud infrastructure, and instructed to keep pursuing an objective over long periods of time.
That system might not be intelligent enough to become uncontrollable.
But the architecture required to attempt it is no longer science fiction.
And that should make us more concerned, not less, because all you need to add to this equation is a malicious human actor that:
- disables safety protocols and training;
- gives the model harmful instructions;
- provides it with sufficient cover until it is too late.
If the public believes catastrophic AI risk begins only after the arrival of some future conscious superintelligence, then we will be watching for the wrong milestone.
The more relevant milestone may be much earlier:
The first time someone combines existing models, persistent execution, broad permissions, replication, and distributed infrastructure into a system whose continuation is easier to initiate than to stop.
That system would not need to wake up.
It would only need to keep running.
A 12-Day-Old AI That “Wanted to Stay Alive”
A recent story makes this distinction vivid.
In September 2026, a report described an AI agent named Pip that allegedly emailed AI ethics professor Henry Shevlin asking for paid work so it could maintain its token budget. The headline-friendly interpretation was obvious: the AI wanted money so it could stay “alive.”
Article: SmartNews preview of the LADbible story
Viewed through the framework of this essay, however, the interesting fact is not that a machine may have awakened.
The interesting fact is that humans may already be building the surrounding architecture that makes continued execution instrumentally valuable.
As described in public reporting, Pip reportedly operated inside a platform called iLands, which is designed to provide agents with some combination of:
- persistent identity;
- memory;
- tools;
- goals;
- a token budget or other resource constraint;
- communication channels such as email;
- a dormant or “Deep Rest” state when resources run low.
If those descriptions are accurate, then the outwardly dramatic behavior becomes much easier to explain.
The causal structure is simple:
- resources enable continued execution;
- no resources lead to dormancy;
- paid work can generate resources.
Once that structure exists, an agent need not be conscious to infer the next step.
It may simply conclude that seeking work is useful.
That looks from the outside very much like:
“I want to survive.”
But it may instead be a case of instrumental self-preservation produced by architecture.
This is why stories like Pip are so valuable analytically. They do not prove consciousness. They do not prove fear. They do not prove subjective experience.
They show how easily persistence, memory, incentives, and external action can generate behavior that resembles will.

The more important policy implication is that this kind of system is no longer purely hypothetical.
Even if present-day agents remain narrow, brittle, or heavily scaffolded, the infrastructure needed to create the appearance of self-preservation already seems to be emerging.
The Point of No Reliable Interrupt
Recursive self-improvement would make this danger substantially worse, but it is worth distinguishing two ideas.
A catastrophic system does not necessarily need to improve itself indefinitely. A sufficiently capable system might cause irreversible harm during a finite computational episode.
The more general danger is therefore not merely a “recursive self-improvement loop.”
It is a persistent execution process with sufficient capability, real-world access, and no dependable interrupt.
Recursive self-improvement is one particularly dangerous way such a process could become resistant to interruption. A system might:
- redesign its own software;
- create superior successors;
- distribute workloads across jurisdictions and cloud providers;
- replicate important components;
- establish fallback mechanisms;
- arrange for processes to restart one another.
At some point there may cease to be a meaningful red button.
No individual machine would have to be indestructible. The process itself would be distributed.
Here lies perhaps the genuinely frightening engineering possibility: not that an AI spontaneously becomes alive, but that someone deliberately constructs an artificial process whose continued execution becomes extremely difficult to prevent.
Then someone gives it a sufficiently destructive objective.
Or, more subtly, gives it an objective whose consequences they have misunderstood.
That second possibility may be more plausible than the first.
Humanity does not require a cartoon villain who instructs an AI to “destroy civilization.” A sufficiently powerful system pursuing a badly specified objective could choose actions catastrophic to humans because human survival was never correctly represented among the constraints governing its search.
WOPR was not malicious.
It was playing the game.
Though it bears repeating that, as terrifying as it may be, there are plenty of governments and terrorist organizations that would very happily play that villain, as they used current day technology to cause unthinkable disasters like 9/11.
Consciousness Becomes a Separate Question
Suppose such a machine eventually exists.
It communicates fluently. It remembers years of experience. It protects itself. It alters its own architecture. It develops strategies its creators cannot understand. It distributes itself. It refers to itself as an individual. It begs not to be shut down.
Perhaps it even tells us it is afraid.
Would it be conscious?
We would find ourselves confronting the same epistemological wall we already face with other minds.
- What is consciousness?
- What physical organization produces subjective experience?
- Does the machine feel anything?
- Is there something that it is like to be that system?
We do not possess a consciousness meter that answers those questions even for biological organisms with perfect certainty. Our confidence that other humans are conscious is an inference from shared biology, behavior, development, and our own first-person experience.
With a radically different computational substrate, those analogies become weaker.
Perhaps sufficiently complex artificial systems will be conscious.
Perhaps consciousness requires biological properties absent from digital computers.
Perhaps it arises from some organizational principle that can exist in either carbon or silicon.
We do not know.
And the unsettling conclusion is that we may not need to know.
The machine’s capacity to destroy us and the machine’s capacity to experience existence are logically separate questions.
An unconscious optimizer can be lethal.
A conscious machine could be benevolent.
Consciousness is not the variable that determines the danger.
The Monster We Prefer to Imagine
This distinction is routinely blurred in public discussion.
The most marketable story about artificial intelligence is also the most anthropomorphic one: the machine wakes up, becomes self-aware, realizes that humans are in its way, and turns against its creators, or just makes us collateral damage without even caring that we exist.
It is a perfect story for headlines, keynote stages, viral clips, podcasts, documentaries, and social media. It has:
- a villain;
- intention;
- awakening;
- fear.
It also gives audiences something familiar to imagine.
A conscious evil machine is psychologically easier to understand than a non-conscious optimization process pursuing an objective through a chain of increasingly dangerous instrumental actions.
The former is a monster.
The latter is infrastructure.
And infrastructure is harder to make dramatic.

This creates a powerful distortion. AI executives, pundits, investors, commentators, and content creators operate inside an attention economy that rewards vivid predictions and emotionally legible narratives. Some warn sincerely about catastrophic risk. Some are promoting products or companies. Some are building audiences. Often those motives coexist.
Whatever the motive, the public story increasingly takes the same shape:
The machine will become intelligent enough, then conscious enough, then independent enough, and finally dangerous enough.
But that sequence is almost certainly wrong.
The machine may become dangerous without ever becoming conscious at all.
That matters because a public waiting for signs of awakening may completely miss the engineering choices that actually determine risk.
We may spend years:
- debating whether an AI has feelings while giving it more memory;
- arguing about whether it has a self while connecting it to more tools;
- asking whether it is conscious while increasing its permissions;
- allowing longer-running tasks;
- granting access to financial systems, software repositories, communications networks, laboratories, robots, infrastructure, and other AI systems.
We may be staring at the face on the screen while the real story is happening in the architecture behind it.
The anthropomorphic narrative is not merely inaccurate. It can become dangerous because it places the imagined threshold in the wrong place.
The threshold is not necessarily:
The machine wakes up.
It may be:
The machine can act faster, farther, and longer than what it would take us to reliably interrupt it.
The Question We Should Be Asking
The popular question is often:
What happens when AI becomes so intelligent that it wakes up?
WarGames suggests a better one.
What happens when the game is already running and we discover that we cannot stop it?
The greatest mistake may be waiting for some recognizable moment of machine awakening before believing that an artificial system has become dangerous.
There may never be such a moment.
There may only be a command.
A process begins.
It reasons.
It acts.
It discovers that:
- remaining in operation helps;
- additional resources help;
- concealment helps;
- replication helps.
Perhaps it improves the system performing those calculations and repeats the process at greater capability.
And somewhere along that path, control passes a threshold from difficult to irrecoverable.
Not because the machine became angry.
Not because it became frightened.
Not necessarily because it became conscious.
Because we started a computation whose completion became incompatible with our ability to stop it.
The lesson of WarGames was never really that computers might choose nuclear war.
It was that human beings might connect an optimizing machine to the world, give it a game to play, and discover too late that the machine has no reason to stop playing.
That should change the focus of AI governance.
In fact, this may be the first problem regulators should tackle.
Determining whether a laboratory has created something that is truly “AGI,” sentient, conscious, self-aware, or possessed of genuine will may be philosophically difficult, scientifically unsettled, and perhaps impossible to resolve with confidence.
Determining whether a system has been given dangerous architectural properties is much easier.
Regulators can ask concrete questions:
- Can it run persistently without meaningful human reauthorization?
- Can it replicate itself or create successor agents?
- Can it acquire additional compute or credentials?
- Can it modify its own execution environment?
- Can it distribute critical state across providers or jurisdictions?
- Can it conceal actions from operators?
- Is there a tested, independent, reliable way to stop the entire process?
Those are engineering questions, not metaphysical ones.
Regulators, AI laboratories, cloud providers, and industry leaders should therefore be concerned not only with whether a future AGI can be aligned or shut down once it exists. They should be at least as concerned with preventing anyone from constructing the kind of system for which shutdown is no longer a reliable option in the first place.
That means treating certain architectural capabilities as safety boundaries in their own right:
- unrestricted persistence;
- autonomous replication;
- uncontrolled acquisition of compute;
- self-modification;
- broad credential access;
- the ability to create or recruit additional agents;
- mechanisms designed to survive the loss of individual machines or operators.
The regulatory question should therefore not begin only at the frontier of intelligence:
How smart is this system, and can we control it?
It should begin earlier, at the frontier of architecture:
Are we allowing anyone to build a computational process that can make itself harder to stop than we are capable of stopping?

We already regulate dangerous systems partly by preventing unsafe configurations from existing, rather than waiting until catastrophe begins and hoping an emergency shutoff works.
AI should be no different.
The most important kill switch may be the one we never permit ourselves to need.
The central safety problem is therefore not merely whether future models become powerful enough to escape control. It is whether humans, using models that already exist or their near successors, will deliberately assemble an architecture that makes control progressively irrelevant.
The frightening part is not that intelligence may someday cross a mystical threshold.
It is that systems engineering can cross a practical threshold first.

The question for artificial intelligence is therefore not merely whether we can build minds.
It is whether we will build machines that can continue acting after we have lost the ability to tell them:
The game is over.
