Simon Willison’s Weblog

Subscribe
Atom feed for code-interpreter Random

32 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

Weeknotes: Miscellaneous research into Rye, ChatGPT Code Interpreter and openai-to-sqlite

I gave myself some time off stressing about my core responsibilities this week after PyCon, which meant allowing myself to be distracted by some miscellaneous research projects.

[... 891 words]

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]