Peter Molyneux's Virtual Human Resurfaces at TED Global

Updated PCBrown 4 Tallied Votes 384 Views Share

Peter Molyneux, the man behind Lionhead Studios and the fantasy based series, Fable, spoke at a TED Global (Technology, Entertainment, and Design) conference in Oxford on Tuesday, reintroducing Milo, the “virtual human” software that utilizes Microsoft’s upcoming Kinect controller for the Xbox 360. This is the first time Milo has been discussed since the E3 event held in 2009. Molyneux’s goal is to, "…introduce a new revolution in storytelling." He even believes that his pet project will set the course for a revolution in the way we interact with media. "Films, TV, even hallowed books, are just rubbish because they don't involve me," says Molyneux. "It's a sea of blandness." By creating a character that reacts to humans in a realistic way, he hopes to bridge the gap between the virtual and real worlds, emulating emotional exchanges down to the smallest detail.

The technology behind Milo is a mix of Lionhead and Microsoft tech, and much like the series Fable, interactions can alter characteristics of Milo to suit the play-style of an individual player. The artificial intelligence that comprises Milo can control facial reactions such as blushing or flaring nostrils to subtely indicate emotions to the player. Peter Molyneux believes that manipulating the appearance of Milo will convince the player that they are interacting with a living, breathing, and most importantly, thinking human being. "Most of it is just a trick - but it is a trick that actually works," he said. "After three-quarters of an hour, he recognizes you.”

The chances of releasing Milo in its current state are up in the air, but Molyneux states that it was developed to be used and ultimately influenced by millions of users. The multitude of interactions will act to evolve Milo over time. According to Molyneux, "His mind is based in the cloud. As millions of people use it, Milo will get smarter." It would seem likely that we will eventually see a version of Milo, similar to what was on display at the conference. At the very least, it would make sense to implement this technology into game like Fable, to add depth and strengthen the user experience. It would be a shame if it only lived on as a tech demo, when you consider the incredible amount of effort that was put into the project. If it lives up to the claims made by Molyneux, we will no doubt have a chance to experience the magic of Milo somewhere down the road.
[youtube]JF_HXTQ7Quo[/youtube]

Dani AI

Generated

's write-up and the clip explain why and felt that rush: people respond when an agent behaves contingently and with believable small cues. That sense of "alive" behavior doesn't come from polygons alone but from three practical design levers — latency and timing, cross-channel consistency (what the face, voice and motion signal must agree), and graceful error handling so the system never breaks the illusion. Tech demos sell the idea; lasting features require integration with gameplay and careful handling of failure modes.

A concise runtime pipeline that keeps the system practical and testable:

Input -> preprocess (normalize audio/video)
perception -> face/gaze/speech -> intent + affect
memory -> session state + short-term beliefs
policy -> rules + probabilistic selector -> chosen action
render -> animation + voice + micro-cues
logging -> anonymized feature records for offline learning

Key engineering notes: keep response latency low, but prefer predictable timing over occasional instant replies; always implement fallbacks (neutral animations, clarifying prompts) when perception is uncertain; log only feature vectors or event data rather than raw images where privacy is a concern.

Practical next steps and cautions: validate with small lab studies and short A/B runs to measure engagement and failure modes; instrument events that break immersion and iterate on those first; provide clear consent and retention limits if interaction data are collected; and ensure narrative value — adaptive characters must change gameplay or story, not just demonstrate tech. The demo is inspiring; making it a durable part of a game demands the craft of writers, rigorous testing, and responsible data practices.

WASDted 184 Practically a Master Poster Featured Poster

This is incredible. Watch the video, gave me chills.

Agni 370 Practically a Master Poster Featured Poster

This is just awesome !! Thank you for posting this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.