Viewing profile — manzt
manzt
HN member- Joined
- Tue, Nov 06, 2018, 1:42 PM UTC
- HN karma
- 48
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About manzt
No profile information was provided.
Recent public activity
- story
-
comment
Comment #49110543
Cool! Dumb question, but do prepaid credits ever expire? Feels like the interest only matters if they don't.
-
comment
Comment #49048807
stay tuned this week :)
-
comment
Comment #47739517
Glad to hear it!
-
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 …
-
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…
-
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…
-
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 ("…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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 …