← Back to Episodes
LIVE

I Built AI Characters That Live Their Own Lives (No API Costs)

Episode 02 · Little Computer People · Interactive Demo

🏠 Live Demo

Watch autonomous AI characters navigate their world — eating, cleaning, playing music, socializing. Powered by hybrid utility-AI + optional LLM reflection. All running locally on dual RTX 5090s.

📊 By the Numbers

$0
API Costs
27B
LLM Parameters
6
Rooms
126
Furniture Pieces
Messages
0
Subscriptions

⚙️ How It Works

🧠 Utility AI

Need-based decision engine. Characters track energy, hunger, hygiene, social, fun, and creativity. Each furniture piece has associated actions with priority scores.

💭 LLM Reflection

Optional layer using local Qwen 3.6 27B via vLLM. Adds personality-driven thought, complex decision-making, and natural language narration. Disabled by default for demo.

🏗️ Local Stack

Express server + React client. Runs entirely on dual RTX 5090s. No external API calls. Deployed to Railway for public access.

🎮 What Characters Do

🎥 Watch the Video

📹

Episode 02 Video Coming Soon

Full walkthrough with commentary: architecture deep dive, live demo, and what local AI can do right now.

Try the live interactive demo above while you wait.

▶ Subscribe on YouTube

🔧 Technical Details

ComponentDetails
Language ModelQwen 3.6 27B (via vLLM, int4 compressed)
HardwareDual NVIDIA RTX 5090s
Inference ServervLLM 0.19.1 with flash-infer + fp8 KV cache
BackendExpress.js with TypeScript
FrontendReact + Vite
AI ArchitectureHybrid: Utility AI (default) + LLM Reflection (opt-in)
DeploymentRailway (server) + Cloudflare Pages (companion site)
Cost per Decision$0.00 (all local)
▶ YouTube Channel