Hacker News new | ask | show | jobs
by mscolnick 63 days ago
This is cool. Do you still use this? There has been ideas thrown around to add "prompt" cells to marimo that can similarly create outputs or downstream cells and the prompts are serialized to the notebook py file and part of the DAG.
1 comments

Yeah I use it myself when I need to quickly debug something in Jupyter because I can just pip install cleon anywhere and then do @ question to get codex involved.

I took Jeremy’s solveit course and built this in homage to the concept of AI agent within Jupyter.

Keen to collaborate with anyone if they want to take this paradigm further.

I will add I’m sad to see Anthropic go anti-community on their Claude subscription usage but since Codex works in pi then using pi as the underlying harness is probably the best thing to do. I did use open source codex rust in cleon to easily bring that into python directly. Big thanks and props to OpenAI for building their coding harness in rust and doing it open source.