function toggleLock(id) { var el = document.getElementById(id); el.classList.toggle('locked'); } document.addEventListener('click', function(e) { var dropdowns = document.querySelectorAll('.ppg-dropdown'); dropdowns.forEach(function(d) { if (!d.contains(e.target)) { d.classList.remove('locked'); } }); }); function toggleLockB(id) { var el = document.getElementById(id); el.classList.toggle('locked'); } document.addEventListener('click', function(e) { var dropdowns = document.querySelectorAll('.ppg-dropdown-b'); dropdowns.forEach(function(d) { if (!d.contains(e.target)) { d.classList.remove('locked'); } }); });

Play · Growth · Human Flourishing·Powered by AI

Moses Silbiger, MA
Researcher - AI · Interactive Entertainment · Developmental Psychology

The Conversation

Upcoming

The COnversation

Press Play to Grow!

5 Channels, 1 Hub

Where the conversation lives, in every form

5 Channels, 1 Hub

Where the conversation lives, in every form

Press Play to Grow! doesn't live in one format. It shows up wherever the conversation is happening - written, spoken, in person, or in the room where ideas
get tested out loud. Some of these channels are open now. Others are on their way.

Articles & Posts - The Voice
Essays, reflections, and updates on the research as it develops - the ongoing written record of where this work is headed.

Podcast - The Dialogue (Upcoming)
Conversations with researchers, developers, and thinkers exploring where AI, play, and human development meet.

Book - The Full Story (Upcoming)
The complete arc of Press Play to Grow! - from its 2008 origins to where it stands today - told in full.

Events - The Circuit (Upcoming)
Conferences, expos, lectures, and workshops where this research gets presented, tested, and discussed in person.

Forum - The Commons (Upcoming)
A space for open discussion - questions, feedback, and ideas from anyone following this work.

Site Architecture

Home

Gateway Pages

Research Trajectory · Deep Dive

Communication · Many Channels

contact

On the same wavelength?

If this research resonates with you - whether you work in AI, Interactive Entertainment,
or Developmental Psychology, or simply want to connect as a kindred spirit - let's talk.

The Conversation

Upcoming

function toggleLockB(id) { var el = document.getElementById(id); el.classList.toggle('locked'); } document.addEventListener('click', function(e) { var dropdowns = document.querySelectorAll('.ppg-dropdown-b'); dropdowns.forEach(function(d) { if (!d.contains(e.target)) { d.classList.remove('locked'); } }); });

© 2026 Press Play to Grow! All rights reserved.