Email or username:

Password:

Forgot your password?
Simon Willison

I just spent ten minutes in Claude-3.5 Sonnet spinning up this little interactive streaming chat app to play around with the latest Google Gemini models - notes and prompts here: simonwillison.net/2024/Aug/27/

2 comments
Simon Willison

Here's the Claude transcript - I started by pasting in some example code for a Node.js streaming app and effectively told Claude to guess how to port that to run in a browser instead, by including a snippet of my own code that I used to manage API keys using localStorage gist.github.com/simonw/498a66c

Thomas Steiner :chrome:

@simon Very cool! It's interesting how it doesn't wrap the inputs and buttons in a `<form>`, though. Might be something I wish the model just knew.

Go Up