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

Forum

Upcoming

Forum

Press Play to Grow!

The Commons

A space for open discussion, questions & shared ideas across AI, play & human development

The Commons

A space for open discussion, questions & shared ideas across AI,
play & human development

The Forum is where this research opens up to conversation with you. A space to ask questions, share perspectives, and push back on the ideas
behind Press Play to Grow! - built for genuine exchange, not just announcements.
Discussions are in development. Check back soon, or follow along through Articles & Posts for updates as launch approaches.

Artificial Intelligence

The Engine in Press Play to Grow!

Artificial Intelligence is the engine of Press Play to Grow!, the force that makes real-time adaptation, personalization, and developmental sensing possible at a scale no previous technology could achieve.Where earlier generations of interactive experiences could only respond to a player's choices, AI-powered systems can now read emotional and cognitive states in real time, and adjust an experience to meet a person exactly where they are, developmentally.This is the thesis worth debating: is AI truly ready to serve as an engine for human growth, not just entertainment or productivity, and what would it take, technically and ethically, to build systems that catalyze development rather than simply capture attention?

New Sections 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.

Forum

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.