Iterating workflows such as the ones described here
https://github.com/openai/openai-cookbook/blob/main/techniqu... is a bit tedious with Jupyter.
I've been using https://natto.dev/ to try out different workflows side-by-side, but was curious to see what other HN users were up to.
I'm looking for environments (Jupyter, Natto) more so than libraries like https://github.com/hwchase17/langchain or https://github.com/jerryjliu/gpt_index.
- Avoid auto-running certain panes
- Split paths: try different approaches with the same input and see them side-by-side
- Collaborate: you can share canvases with others
- Create UIs: panes can contain JSX so you can build parts of the UI next to your workflows
Given the strong AI tooling ecosystem, it would be awesome to have this kind of environment for Python.