Show HN: Marimo pair – Reactive Python notebooks as environments for agents
Positions marimo pair as a collaborative environment for humans and AI agents in computational research and data work, offering a stateful, reactive programming environment unlike ephemeral scripts.
View Origin Link
Product Positioning & Context
AI Executive Synthesis
Positions marimo pair as a collaborative environment for humans and AI agents in computational research and data work, offering a stateful, reactive programming environment unlike ephemeral scripts.
Marimo pair integrates AI agents directly into marimo notebooks, transforming them into collaborative, reactive Python runtimes and working memory for agents. This addresses the limitations of ephemeral scripts by providing a stateful, reproducible environment where agents can interact with program state, modify code, and persist changes. The 'code mode' interface allows agents to treat the notebook as an extended REPL, complete with marimo's dataflow graph semantics and guardrails, eliminating hidden state. This accelerates data exploration and hypothesis testing, offering an executable trace of agent actions. For B2B SaaS, this enhances data science and research workflows by enabling seamless human-agent collaboration, improving reproducibility, and accelerating iterative development of AI-driven insights and applications. It represents a significant advancement in interactive, agent-augmented computational environments.
Hi HN! We're excited to share marimo pair [1] [2], a toolkit that drops AI agents into a running marimo notebook [3] session. This lets agents use marimo as working memory and a reactive Python runtime, while also making it easy for humans and agents to collaborate on computational research and data work.GitHub repo: https://github.com/marimo-team/marimo-pairDemo: https://www.youtube.com/watch?v=6uaqtchDnocmarimo pair is implemented as an agent skill. Connect your agent of choice to a running notebook with:/marimo-pair pair with me on my_notebook.pyThe agent can do anything a human can do with marimo and more. For example, it can obtain feedback by running code in an ephemeral scratchpad (inspect variables, run code against the program state, read outputs). If it wants to persist state, the agent can add cells, delete them, and install packages (marimo records these actions in the associated notebook, which is just a Python file). The agent can even manipulate marimo's user interface — for fun, try asking your agent to greet you from within a pair session.The agent effects all actions by running Python code in the marimo kernel. Under the hood, the marimo pair skill explains how to discover and create marimo sessions, and how to control them using a semi-private interface we call code mode.Code mode lets models treat marimo as a REPL that extends their context windows, similar to recursive language models (RLMs). But unlike traditional REPLs, the marimo "REPL" incrementally builds a reproducible Python program, because marimo notebooks are dataflow graphs with well-defined execution semantics. As it uses code mode, the agent is kept on track by marimo's guardrails, which include the elimination of hidden state: run a cell and dependent cells are run automatically, delete a cell and its variables are scrubbed from memory.By giving models full control over a stateful reactive programming environment, rather than a collection of ephemeral scripts, marimo pair makes agents active participants in research and data work. In our early experimentation [4], we've found that marimo pair accelerates data exploration, makes it easy to steer agents while testing research hypotheses, and can serve as a backend for RLMs, yielding a notebook as an executable trace of how the model answered a query. We even use marimo pair to find and fix bugs in itself and marimo [5]. In these examples the notebook is not only a computational substrate but also a canvas for collaboration between humans and agents, and an executable, literate artifact comprised of prose, code, and visuals.marimo pair is early and experimental. We would love your thoughts.[1] https://github.com/marimo-team/marimo-pair[2] https://marimo.io/blog/marimo-pair[3] https://github.com/marimo-team/marimo[4] https://www.youtube.com/watch?v=VKvjPJeNRPk[5] https://github.com/manzt/dotfiles/blob/main/.claude/skills/m...
marimo pair
AI agents
marimo notebook
working memory
reactive Python runtime
computational research
data work
agent skill