Monarch for GPU Mode

A hands-on introduction to building distributed systems with Monarch

These are interactive marimo notebooks that accompany a GPU Mode presentation on February 7th, 2026 about Monarch — PyTorch's framework for distributed actors, fault tolerance, and async RL.

Want to run these yourself? Clone the repo and run with marimo:

git clone https://github.com/allenwang28/monarch-gpu-mode
cd monarch-gpu-mode && uv sync
uv run marimo edit notebooks/01_history_and_vision.py

Part 1 — Monarch Deep Dive

Part 2 — Async RL from Scratch

What are marimo notebooks? marimo is a reactive Python notebook — like Jupyter, but cells re-run automatically when dependencies change, and notebooks are stored as plain .py files. The HTML exports above are read-only snapshots. To get the full interactive experience (sliders, live code execution), clone the repo and run with uv run marimo edit.