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 book

Upcoming

The Book

Press Play to Grow!

The Full Story

Writing at the intersection of AI · Play · Human Development

Ideas in progress. Research in motion. Vision in writing.

The Full Story - Writing at the intersection of AI · Play · Human Development

Ideas in progress. Research in motion. Vision in writing

This isn't a research paper dressed up for a general audience. It's the story of an idea that arrived early - shelved, revisited, and finally
caught up to by the technology that could make it real.
The Book traces Press Play to Grow! from its 2008 origins at John F. Kennedy University, through a few years of intermittent resurfacing,
to the moment AI made the whole thing buildable. Part memoir, part framework, part invitation to see play differently.
Targeting March 2027.

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.

The book

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.