Simon Willison’s Weblog

Subscribe

Sunday, 21st June 2026

Temporary Cloudflare Accounts for AI agents (via) The announcement says this is "for AI agents" but (as is pretty common these days) the AI hook isn't really necessary, this is an interesting feature for everyone else as well.

Short version: you can now create a Cloudflare Workers project and run this, without even creating a Cloudflare account:

npx wrangler deploy --temporary

Cloudflare will deploy the application to a new, ephemeral project which will stay live for 60 minutes.

I had GPT-5.5 xhigh in Codex Desktop build this test application providing a tool for following HTTP redirects and returning the final destination. The temporary deployment worked as advertised.

Running the deployment spits out the URL to a page for claiming the new project, for if you want it to last for more than 60 minutes. Here's what that claim screen looks like:

Screenshot of a Cloudflare account claim page. A red banner at top reads "This claim link expires in 49:26". Below, a card titled "Educated Celery" with the text "Claim this account to take ownership of cloudflare-redirect-resolver and all its resources." and a blue "Claim Account" button. A worker entry shows "cloudflare-redirect-resolver" with the URL "cloudflare-redirect-resolver.educated-celery.workers.dev".

# 10:01 pm / cloudflare

sqlite-utils 4.0rc1 adds migrations and nested transactions

sqlite-utils is my combined Python library and CLI tool for working with SQLite databases. It provides an extensive set of higher-level operations on top of Python’s default sqlite3 package, including support for complex table transformations, automatic table creation from JSON data and a whole lot more.

[... 975 words]

Friday, 19th June 2026

2026 » June

MTWTFSS
1234567
891011121314
15161718192021
22232425262728
2930