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

Events

Upcoming

Events

Press Play to Grow!

The Circuit

Conferences, expos, lectures & workshops where this research meets the world

The Circuit

Conferences, expos, lectures & workshops where this research meets the world

Events is where Press Play to Grow! shows up in person - conferences, expos, lectures, and workshops where the research gets presented,
tested, and discussed face to face. From SXSW, to HUman [X], to smaller gatherings, this is the circuit where the ideas get sharpened.
Details are in development. Check back soon, or follow along through Articles & Posts for updates as events are confirmed.

Events is where Press Play to Grow! shows up in person - conferences, expos, lectures, and workshops where the research gets presented,
tested, and discussed face to face. From SXSW, to HUman [X], to smaller gatherings, this is the circuit where the ideas get sharpened.
Details are in development. Check back soon, or follow along through Articles & Posts for updates as events are confirmed.

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.

Events

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.