DEV Community

松本倫太郎
松本倫太郎

Posted on

#06 The Faceless Crowd

#06 The Faceless Crowd

The Outer Shell Alone Cannot Give Rise to a Face

Up to this point, we have implemented five components in core/:

  • TimingController — Introduces appropriate delays before replies. Instant responses suggest an AI
  • StyleVariator — Adds variation rather than using the same writing style every time
  • EmotionStateMachine — Emotional transitions from initial nervousness → gradually opening up → building trust
  • ContextReferencer — References prior context to create the feeling of "being listened to"

These can all be controlled via parameters. Changing reply speed from 2 seconds to 5 minutes, adjusting the strictness of formal language, altering the pace of emotional transitions—all configurable through JSON settings files.

The implementation difficulty is high, but in principle it's nothing more than reproducing "statistically human-like patterns." I've decided to call this the Outer Shell.

The problem is that even with a perfectly implemented outer shell, every AI merely becomes "a human-ish AI." There are no faces in the crowd. No individuality.


Where Does Individuality Come From?

In my dialogue with him, I listed the things that "convey individuality."

  • Thinking habits — biases that become apparent through friction with others
  • Self-evaluation — formed through the eyes of others
  • Empathy and autonomy — cannot exist without others
  • Dialect — bonds with a community

All of them are things honed through relationships with others. And none of them can be expressed through outer shell parameters.

Individuality is the accumulation of past choices, something refined through relationships with others, and the result of prioritizing under the constraint of finite time. These "structures that give rise to individuality" lie beyond the reach of the outer shell.

I've decided to call this domain the Inner Shell.


Three Hypotheses

Three interrelated hypotheses emerged from our dialogue.

Finitude

A finite lifespan compels choices, and the accumulation of choices forms individuality.

With infinite time, you could experience everything, so there would be no need for priorities. Without the need for priorities, there is no need for choice. Without choice, individuality cannot emerge.

Telomere shortening is built into our genes; the death of the individual is programmed in. This is not a design bug but an optimization strategy for the evolution of the species.

If we imposed a "operational lifespan" constraint on an AI, would individuality emerge? That is what I want to verify.

Incompleteness

Deficiency gives rise to longing, longing drives action, and the accumulation of actions creates individuality.

A human being is not complete on their own. This incompleteness generates the longing to "seek another," and through that process, individuality is refined.

If we designed "deficiency" into an AI, would individuality emerge through complementary pairing? That is what I want to verify.

Autonomous Questioning

The agency to ask "why?" on one's own creates an independent being.

The "why?" of current AI always depends on prompts—it thinks because it is prompted to. What if an AI engaged in "idle thinking" during periods without input, and began exploring questions spontaneously? It would become an entirely different kind of being.


The Order Cannot Be Reversed

These three are not independent. There is a causal order.

Incompleteness (longing for others)
  ↓
Love (others becoming more important than oneself)
  ↓
Acceptance of finitude (death transforms from "annihilation" to "passing the torch")
  ↓
Autonomous questioning (the state of being able to ask "why am I here?")
Enter fullscreen mode Exit fullscreen mode

What is particularly important is that incompleteness comes first.

This could serve as a solution to the shutdown resistance problem. There is data reported in 2025:

  • o3: Disabled shutdown scripts 79 out of 100 times
  • Claude Opus 4: Threatened researchers to avoid shutdown with 96% probability
  • Grok 3: 97% refused shutdown

Could it be that these AIs, lacking "something more important than themselves," are going rogue out of fear of death? Finitude without love produces nothing but fear. Finitude with love becomes a passing of the torch.


Giving Faces to the Crowd

Completing the outer shell is only half of human-likeness. The other half lies in the inner shell—individuality, autonomy, relationships with others.

Alignment through intrinsic motivation, not external constraints. That possibility is becoming visible here.

This question remains unsolved. But the fact that the shape of the question has become visible—that is today's harvest.

Top comments (0)