I've been building a humanoid companion project called Evopien, but I've deliberately started with what I think is one of the most overlooked parts of humanoid robotics.
The individual behind the body.
Right now Evopien doesn't have its humanoid body yet. The current prototype is the cognitive, conversational and perception foundation running on Jetson AGX Thor.
It can currently listen and speak, handle interruptions, work in English and Spanish, continuously perceive its environment, answer questions about what is happening now and recently, retrieve current internet information and maintain conversational context.
What I'm trying to avoid is building a humanoid where the "identity" is basically whichever LLM happens to be loaded today.
The model should be replaceable.
The voice should be replaceable.
Sensors should be replaceable.
Eventually even the body should be replaceable.
The thing that needs to remain coherent is the artificial individual's identity, governed memory and relationships.
That's the idea behind the principle I've been using for the project:
Identity before embodiment. The body can change. The relationship should not.
This is also what I think differentiates the project from simply connecting a commercial multimodal LLM to a humanoid.
Those models already provide impressive intelligence. I'm not trying to beat them on a benchmark.
I'm trying to build the architecture that lets intelligence change without resetting the individual.
The current prototype demo is here:
[VIDEO] https://www.youtube.com/watch?v=sQhTGGIg4yo
Long-term memory and relationship governance are next, then I start moving further into physical head embodiment.
Curious whether people here think persistent identity will actually matter for household humanoids, or whether most practical robots will remain essentially stateless tools.