Project Moon — cnnr.dev

cnnr.dev · 2026

Project
Moon

AI Animatronic · Conversational Intelligence

An early-stage exploration into building an AI-powered animatronic capable of holding a natural, real-time conversation. Where artificial intelligence meets physical presence.

moon.init.js
1// Project Moon — core initialisation
2
3import { ConversationalAI } from ‘./core/ai’
4import { AnimatronicCtrl } from ‘./core/servo’
5import { VoiceStream } from ‘./core/voice’
6
7const moon = new ConversationalAI({
8  voice: VoiceStream.init(),
9  body: AnimatronicCtrl.connect(),
10  mode: ‘conversational’,
11})
12
13await moon.boot()
14// status: exploring
Project Moon
·
Stage Early Exploration
·
Type AI Animatronic
·
Capability Conversational AI
·
Initiated 2026
·
Launch TBD
01

The Concept

Project Moon is an exploration into what happens when conversational AI is given a physical form. Rather than a screen, a speaker, or an app, the goal is a presence you can actually interact with face-to-face.

Most AI lives behind glass. Project Moon is about changing that. An animatronic unit that listens, processes, and responds in natural language, with a physical form that reacts alongside the words.

The idea sits at the intersection of artificial intelligence, robotics, and human interaction design. It is early. The foundations are being researched. No timelines are set. But the question driving it is simple: can a machine feel genuinely present in a room?

Project name Moon
Category AI Animatronic
Core capability Natural conversation
Interaction mode Voice, real-time
Form factor Physical animatronic
By Connor Willoughby
Base Kent, United Kingdom
02

Tech Direction

Conversational AI

Language &
Understanding

The core of Project Moon is a natural language engine capable of real-time, back-and-forth conversation. Not scripted responses, but genuine comprehension and contextual replies.

Animatronics

Physical
Presence

Servo-driven mechanical systems that give the AI a body to inhabit. Movement, gesture, and expression that complement the spoken word, making the interaction feel alive.

Voice & Audio

Speech
Interface

Real-time voice input and synthesised speech output. The goal is a low-latency, natural-sounding voice that matches the character of the physical form.

03

Current Status

Ideation
Concept formed. Core question defined. Initial research scope set.
Exploration
Currently here. Researching AI frameworks, animatronic hardware, and voice systems.
Prototyping
First physical and software prototype. Not yet begun.
Development
Full build phase. Integration of all systems. TBD.
Launch
Public unveil. No date set.