Live data from Hacker News

Viewing profile — manzt

manzt

HN member
Joined
Tue, Nov 06, 2018, 1:42 PM UTC
HN karma
48
Public activity
14 items

About manzt

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #49110543

    Cool! Dumb question, but do prepaid credits ever expire? Feels like the interest only matters if they don't.

  3. comment
    Comment #49048807

    stay tuned this week :)

  4. comment
    Comment #47739517

    Glad to hear it!

  5. comment
    Comment #47721996

    Claude Code supports running long-lived shell commands in the background dynamically. Since marimo pair’s tool (run Python) is implemented as a bash script, the same applies. Also …

  6. comment
    Comment #47721154

    Hey, thanks and glad to hear the marimo + anywidget combo has been an unlock (I'm also the creator of anywidget). Clearly I'm biased, but custom widgets are a powerful primitive (m…

  7. comment
    Comment #47719991

    Ah, I think I misread your earlier comment. That's a more interesting version of the idea than what I responded to. We don't do this today, but marimo's reactivity already gives us…

  8. comment
    Comment #47719889

    Thanks for sharing! I think the tradeoff is less stark than it seems. Our tool surface is also basically just "run Python", but the model may additionally use a semi-private API ("…

  9. comment
    Comment #47719471

    Really glad to hear that! The graph can get complex for big notebooks and maintaining a full picture of variable dependencies across cells is a lot to ask a model to do correctly a…

  10. comment
    Comment #47719030

    Really interesting idea! Part of the ethos here is that models are already really good at writing Python, and we want to bet on that rather than mediate around it. Python has the n…

  11. comment
    Comment #47680314

    One of the authors here, happy to answer questions. Building pair has been a different kind of engineering for me. Code mode is not a versioned API. Its consumer is a model, not a …

  12. story
    Show HN: Marimo pair – Reactive Python notebooks as environments for agents

    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 re…

  13. comment
    Comment #45985605

    Thank you! We're excited about it. LSP opens the door for us to gradually provide marimo features in whatever form makes sense for a particular env, allowing more folks collaborate…

  14. story
    Show HN: Marimo VS Code extension – Python notebooks built on LSP and uv

    Hi HN! We're excited to release our VS Code/Cursor extension for marimo [1], an open-source, reactive Python notebook. This extension provides a native experience for working with …