Simon Willison’s Weblog

Subscribe
Atom feed for code-interpreter Random

31 posts tagged “code-interpreter”

ChatGPT Code Interpreter is a mode of ChatGPT (and now Claude) that allows it to write and then execute Python code in a sandboxed environment. OpenAI sometimes call this feature data analysis.

2023

Running Python micro-benchmarks using the ChatGPT Code Interpreter alpha

Visit Running Python micro-benchmarks using the ChatGPT Code Interpreter alpha

Today I wanted to understand the performance difference between two Python implementations of a mechanism to detect changes to a SQLite database schema. I rendered the difference between the two as this chart:

[... 2,939 words]