I finally got around to trying this out right now. Here's how to run it using uvx (so you don't need to install anything first):<p><pre><code> uvx --from open-interpreter interpreter
</code></pre>
I took the simplest route and pasted in an OpenAI API key, then I typed:<p><pre><code> find largest files on my desktop
</code></pre>
It generated a couple of chunks of Python, asked my permission to run them, ran them and gave me a good answer.<p>Here's the transcript: <a href="https://gist.github.com/simonw/f78a2ebd2e06b821192ec919639959e6" rel="nofollow">https://gist.github.com/simonw/f78a2ebd2e06b821192ec91963995...</a>