Remix.run Logo
simonw 2 hours ago

> Unless the agent creates something for cf workers from scratch

The latest models appear to know CF Workers inside out and are very capable of doing that if you ask them to.

Here's my GPT-5.5 xhigh + Codex Desktop transcript building one just now: https://gist.github.com/simonw/264bd6b8a39fc34c91c9c867454c6... - code here: https://github.com/simonw/cloudflare-redirect-resolver

piterrro an hour ago | parent [-]

I didnt say LLMs dont know cf workers, I meant that the cf workers runtime is kind of unique and you cannot push there any code without making it cf workers ready in the first place. If you know what youre doing it should be one time step to connect your hono app to cf workers (so not a huge effort) but still its not like tou can run anything there

scotty79 5 minutes ago | parent [-]

It's really a genius move by them. For any one shot ad hoc software written for specific task, why not make it run on cloudflare if the agent can publish it there for free. And if it develops into something it will most likely remain written on cloudflare.