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

Podcast

Upcoming

Podcast

Press Play to Grow!

The Dialogue

Conversations on AI, play, game design & multi-dimensional human development

The Dialogue

Conversations on AI, play, game design & multi-dimensional human development

The Podcast brings the Press Play to Grow! research into conversation - with developers, researchers, and thinkers working at the edges of AI,
interactive entertainment, and developmental psychology. Long-form, unhurried, and built around one idea at a time. Episodes are in development.
Check back soon, or follow along through Articles & Posts for updates as launch approaches.

Coming Soon

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.

Podcast

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.