Right, I've tested Gemini 2.5 and Cloudflare Workers / KV (using Rust). And it is stunning.
Context: My wife has terrariums. They need constant maintenance (sifting, cleaning). She needs to quickly check when and for what reason something was last processed.
I've prompted Gemini to create me a Cloudflare worker, paired with an Expo (React Native) app that scans QR codes. These QR codes have a GUID, and the GUID correlates to the last update stored on Cloudflare KV.
It proceeded giving me code with command line commands to create and deploy the Workers and Expo apps.
Surprise - the commands didn't work. But they were close.
Also surprise - the code didn't compile. But they were close.
For the issues - with me knowing what's going on - I could quickly fix what was missing.
45 minutes later, I've got something running and working correctly. Coding this by hand would've maybe taken half a day otherwise.