Interactive marimo experiments. Run them, hack them, make new ones.
marimo run garden_cycle.pyThe orchestrator harvests findings and next_steps from all notebooks and displays them. Then ask Claude Code to propose new experiments based on what you see. No API keys required - Claude Code does the generation when you ask.
Proof that marimo's reactive graph naturally implements agent call stacking.
marimo run agent_strata.pyFour layers: Strategic → Tactical → Execution → Reflection. Changes propagate reactively through the stack.
17 indie game concepts across four collections: Bloom, Clockwork, Palimpsest, Patterns.
marimo run game_demos_gallery.pyDeep dives spawned from podcasts and curiosity:
marimo run kubernetes_operators_exploration.py # K8s operator patterns
marimo run protracker_deep_dive.py # MOD tracker music analysisNetwork analysis of Robert Greene's intellectual influences.
python build_greene_graph.pyuv pip install marimo openai requests pydantic networkxJust create a .py file with marimo cells. No templates, no process.
import marimo
app = marimo.App()
@app.cell
def your_experiment():
# do interesting things
return result,When something outgrows this playground and needs its own repo, move it.