/
© 2026 RiffOn. All rights reserved.

Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

  1. Super Data Science: ML & AI Podcast with Jon Krohn
  2. 991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz
991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn · May 12, 2026

Dr. Trevor Manz introduces Marimo Pair, an open-source tool for AI pair programming directly in reactive, stateful Python notebooks.

Marimo's Reactive Python Notebooks Eliminate Jupyter's State Management Headaches

Marimo notebooks automatically re-run dependent cells when a variable changes, much like a spreadsheet. This "reactive" nature solves the common problem of out-of-order execution and stale state in traditional notebooks like Jupyter, reducing cognitive overhead for the user.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago

Employ a Progressive Software Design Philosophy to Avoid Premature Tooling Overhead

Start projects simply by prototyping an interactive widget with plain JavaScript inside a notebook. Only introduce complexity like build systems or TypeScript when the project's scale demands it. This "progressive" approach lowers the initial barrier to experimentation and prevents being burdened by architecture before an idea is validated.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago

Interactive Widgets Act as "Catalysts" to Lower the "Activation Energy" for Data Insight

Adopting new visualization software often involves high overhead. Interactive widgets, like those from the AnyWidget project, act as "catalysts" by packaging complex tools into simple Python imports. This lowers the barrier to using powerful visualizations directly within a notebook, accelerating the path from data to insight.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago

Marimo Pair Teaches AI Agents to Use Python Notebooks as Collaborative Tools

Marimo Pair is not just a code assistant; it's an "agent skill" that enables an AI agent to understand and interact with the Marimo notebook environment. This transforms the relationship into a true pair programming partnership, where the agent can read state, execute code, and even take screenshots on the user's behalf.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago

Effective AI Agent Skills Should Be Declarative, Not Imperative

When creating "skills" for AI agents, a prescriptive, step-by-step (imperative) approach is brittle. A better method is declarative: teach the agent what tools are available and their nuances. This allows the model to leverage its reasoning abilities to handle exceptions and novel user requests, rather than being dogmatically locked into a predefined process.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago

Recursive Language Models Use External Environments to Avoid "Context Rot"

To prevent performance degradation from overly large prompts ("context rot"), recursive language models offload context to an external environment. For a coding agent, this is the file system; for Marimo Pair, it's the live Python runtime. The agent can then access this information on-demand, keeping its primary context clean and focused.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago

AI Agents Need Stateful Notebooks to Overcome Functional Programming Limitations

Standard coding agents excel at stateless tasks like file I/O but struggle with the iterative, stateful nature of data analysis. Marimo Pair bridges this by giving agents access to the notebook's live runtime. The notebook becomes a shared "working memory," allowing the agent to understand context and values, not just static code.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago

AI Skills Are Becoming a New Form of Enforced, Actionable Project Documentation

Creating "skills" (e.g., Markdown files) to teach AI agents how to interact with a codebase forces developers to explicitly document processes and best practices. This AI-centric documentation serves a dual purpose as a clear contribution guide for humans, effectively turning what should be a `contributing.md` file into a machine-readable, actionable standard.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago

Marrying Python's Data Power with Web's Interactivity Unlocks Superior Analytics Tools

The Python ecosystem is unparalleled for data manipulation, while the web excels at creating rich, interactive interfaces. By bridging these two worlds (e.g., via widgets in a notebook), developers can create tools that move beyond code-based queries to intuitive actions, like clicking a plot outlier to see its underlying data.

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz thumbnail

991: Pair Programming with AI in Your Python Notebook, with Dr. Trevor Manz

Super Data Science: ML & AI Podcast with Jon Krohn·2 months ago