Live data from Hacker News

Temporary Cloudflare accounts for AI agents

blog.cloudflare.com

101–110 of 173 posts

Re: Temporary Cloudflare accounts for AI agents

#101

Earlier quoted context omitted.

If all bots are subject to a rate limit, then the system works as designed. Especially if site operators can block bot accounts. Requiring accounts is one of the easiest solutions for that problem. One of the large issues with scrapers is that they pretend to be normal internet visitors that never visited your site before, because any bot that stored cookies would immediately be rate limited by basic config. Turnstil…

> Normal visitors get in for free Except for the unfortunate minority of normal visitors who always get misclassified as bots and get denied access regularly. I wouldn’t be complaining if Cloudflare’s misclassifier bit any user with the same small probability. But it keeps biting the same users over and over again.

It'll bite any user that the bots will copy. Every trick a user might use to make themselves unrecognisable on the web is also used by a bot farm somewhere out there.

Website owners that use Turnstile and other such services choose to exclude these users. A tiny margin of false positives isn't going to dissuade most website owners, I imagine only the ones that themselves have issues with Cloudflare will bother to add the necessary rules to permit uncommon users (and the bots that copy them).

Re: Temporary Cloudflare accounts for AI agents

#102

Earlier quoted context omitted.

Maybe your agent could have a little blog where it keeps a diary of cool pages it read for you? And then you subscribe to that?

Interesting idea ... doesn't fit my style of content consumption, but it might fit yours. I went for a personal newsfeed, agent pulls news form ~100 feeds related to my interests. Then reads all articles for me and orders them by how interesting they might be for me. I specifically asked for vector embeddings, up/down votes (-2..+2), visited status, LLM content evaluation. Probably there are some other mechanisms I d…

So this actually runs within ollama, which you then leave up full-time? Or only when you manually want to refresh your news feed?

Re: Temporary Cloudflare accounts for AI agents

#103

Earlier quoted context omitted.

[flagged]

Cloudflare is in the S&P500. If you have a 401k diversified in broad market indexes then most likely… you are a shareholder.

What are you talking about? Cloudflare (NET) is not in the S&P500.

Also if you buy a index that invests in a stock that doesn't make you a shareholder. Vanguard, for example, would still be the shareholder in the company's records, not the people who invest in Vanguard's index funds. Of course, its stock price movements will have an impact on your holdings if the stock is in the index but legally, you are not a shareholder.

Re: Temporary Cloudflare accounts for AI agents

#104
post #25
post #24

Hot damn... > Any agent can now run wrangler deploy --temporary and deploy a Worker to Cloudflare. This temporary deployment stays live for 60 minutes, during which time you can claim the temporary account, making it permanently your own. If you don't, it expires on its own. Forget about agents, Cloudflare just provided free scratch deployments - ephemeral for 60 minutes - for anyone . This is going to be amazing for…

I just tried this out: % npx wrangler deploy --temporary wrangler 4.103.0 ──────────────────── You must accept Cloudflare's Terms of Service (https://www.cloudflare.com/terms/) and Privacy Policy (https://www.cloudflare.com/privacypolicy/) in order to continue. By typing "yes", you agree to these terms. Type "yes" to continue. … yes Solving proof-of-work challenge… Temporary account ready: Account: Educated Celery (c…

Interesting, it’s still live!

Re: Temporary Cloudflare accounts for AI agents

#105
post #25

Earlier quoted context omitted.

I just tried this out: % npx wrangler deploy --temporary wrangler 4.103.0 ──────────────────── You must accept Cloudflare's Terms of Service (https://www.cloudflare.com/terms/) and Privacy Policy (https://www.cloudflare.com/privacypolicy/) in order to continue. By typing "yes", you agree to these terms. Type "yes" to continue. … yes Solving proof-of-work challenge… Temporary account ready: Account: Educated Celery (c…

Interesting, it’s still live!

Maybe someone else claimed it?

Re: Temporary Cloudflare accounts for AI agents

#106
post #25
post #24

Hot damn... > Any agent can now run wrangler deploy --temporary and deploy a Worker to Cloudflare. This temporary deployment stays live for 60 minutes, during which time you can claim the temporary account, making it permanently your own. If you don't, it expires on its own. Forget about agents, Cloudflare just provided free scratch deployments - ephemeral for 60 minutes - for anyone . This is going to be amazing for…

I just tried this out: % npx wrangler deploy --temporary wrangler 4.103.0 ──────────────────── You must accept Cloudflare's Terms of Service (https://www.cloudflare.com/terms/) and Privacy Policy (https://www.cloudflare.com/privacypolicy/) in order to continue. By typing "yes", you agree to these terms. Type "yes" to continue. … yes Solving proof-of-work challenge… Temporary account ready: Account: Educated Celery (c…

Why a GET and cancel after headers instead of a HEAD?

Re: Temporary Cloudflare accounts for AI agents

#107
post #25

Earlier quoted context omitted.

I just tried this out: % npx wrangler deploy --temporary wrangler 4.103.0 ──────────────────── You must accept Cloudflare's Terms of Service (https://www.cloudflare.com/terms/) and Privacy Policy (https://www.cloudflare.com/privacypolicy/) in order to continue. By typing "yes", you agree to these terms. Type "yes" to continue. … yes Solving proof-of-work challenge… Temporary account ready: Account: Educated Celery (c…

Why a GET and cancel after headers instead of a HEAD?

I don't trust everyone online to correctly implement HEAD requests. I'm quite possibly being overly paranoid.

Re: Temporary Cloudflare accounts for AI agents

#108
post #64
post #47

Looks like Cloudflare still haven't shipped the most valuable possible feature for Cloudflare Workers though: hard billing caps. I want to set a cap of $100/month and know, for sure, that if something untoward happens my apps will all stop serving traffic rather than me getting hit with a bill for $1000s. The safest way to use Workers is on the free tier, which will shut off after 100,000 requests/day: https://develo…

Not that it helps, but I think this is only a problem if you’re paying by credit card. If your company is on an enterprise plan, at least for us all of the limits are pre-negotiated and prepaid, and you aren’t billed for overages (although if you consistently overage, sales will start badgering you to negotiate a limit increase, but my experience is you can simply ignore their demands and they eventually go away) It…

Didn't Cloudflare promise they would deliver every single Enterprise-only feature to the paid tier?

There's your next feature to port, Cloudflare: PEACE OF MIND!

Re: Temporary Cloudflare accounts for AI agents

#109
The idea of giving a non deterministic automated process direct deployment control is fucking madness to me. That’s why I don’t get the obsession with MCP. Deployment can be scripted. It doesn’t need an LLM, it is a completely deterministic process and you want it to run identically every single time.

The right model for agentic API usage is having LLMs write scripts that use APIs. Connecting agents to MCPs and telling them to go and do stuff over and over not only wastes money but invites catastrophe.

Re: Temporary Cloudflare accounts for AI agents

#110
post #24

Hot damn... > Any agent can now run wrangler deploy --temporary and deploy a Worker to Cloudflare. This temporary deployment stays live for 60 minutes, during which time you can claim the temporary account, making it permanently your own. If you don't, it expires on its own. Forget about agents, Cloudflare just provided free scratch deployments - ephemeral for 60 minutes - for anyone . This is going to be amazing for…

Obnoxious reply but I did this myself so I'm compelled to post it: review apps aren't that hard to implement yourself. You just need a VPS, domain name, and Caddy. Then tell any agent to connect the dots.
Post reply on HN