Hi HN!<p>I've been working on a "notebook"-style live programming environment called TypeCell (<a href="https://www.typecell.org" rel="nofollow">https://www.typecell.org</a>). It mixes TypeScript, Monaco (vscode) and full NPM support into a as-you-type live programming experience.<p>After being amazed by ChatGPT last week, I gave it a go to integrate it into TypeCell. Still can't believe it actually works! Most prompts work in one go. If it gets a little bit more complicated, sometimes I need to add some instructions about the error I'm getting or about a possible fix.