Skip to content

devvyn/Literate-Garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Literate Garden

Interactive marimo experiments. Run them, hack them, make new ones.

The Cycle

marimo run garden_cycle.py

The 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.

Experiments

Agent Strata

Proof that marimo's reactive graph naturally implements agent call stacking.

marimo run agent_strata.py

Four layers: Strategic → Tactical → Execution → Reflection. Changes propagate reactively through the stack.

Game Demo Gallery

17 indie game concepts across four collections: Bloom, Clockwork, Palimpsest, Patterns.

marimo run game_demos_gallery.py

Research Notebooks

Deep dives spawned from podcasts and curiosity:

marimo run kubernetes_operators_exploration.py   # K8s operator patterns
marimo run protracker_deep_dive.py               # MOD tracker music analysis

Greene Graph

Network analysis of Robert Greene's intellectual influences.

python build_greene_graph.py

Setup

uv pip install marimo openai requests pydantic networkx

Making New Experiments

Just 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •