logoalt Hacker News

_pdp_today at 5:20 AM23 repliesview on HN

The reason this blog post does not come with any concrete examples how to use this enablement for useful and constructive things tells you something very important - it is a toy and they do not know who and how they will use it.

It is cool feature but to what end? Buying a domain is not something you have to do daily to require any kind of automation.

I am also not sure who Stripe Atlas for. I am genuinely confused. It is definitely not something a developer will use.

I understand that you can bootstrap a number of systems but that is like half-hour of work and arguably it is probably a good idea to do it manually to make sure you have strong foundations.

I've have personally never seen a good example where a cross vendor account provisioning actually working. For example, Fly.io used to provision Sentry accounts automatically which you could not access in any other way but through Fly.io. I mean the Sentry account was effectively locked to a project that you cannot transfer - hijacking the actual global alias as well. Vercel did something similar with PostgreSQL via Neon and Redis via Upstash resulting in painful migration processes.

I can imagine ending in some kind of deadlock between services due to security hence why the 30 minutes initial setup is kind of time well spent to avoid future issues.

Maybe it's me.


Replies

grey-areatoday at 5:47 AM

Perfect for spammers, scammers and domain squatters, who can now automate their activities even more.

Can’t think of any other uses for this given the current state of LLM ‘agents’, though I can’t wait for the next report of something like ‘openclaw registered 1000 domains for me without asking and now cloudflare won’t refund me’.

show 4 replies
mpegtoday at 7:16 AM

I think this post needs to be put in context, for months now Cloudflare has been releasing products that allow their whole platform to be usable by agents with the main objective of enabling their customers to dynamically write code using Cloudflare, this is just another step.

For example, you can now with Artifacts and Dynamic Workers make a lovable-style SaaS where your customers ask the AI agent to write software for them, the agent can run it in sandboxes with no build step, it can version it with a git-compatible API, and now you can even have it buy a domain for the end customer or set up their own cloudflare account when they want to move to production.

I personally have no use case for creating domains via agents, but some of the other features they're releasing around this area are extremely useful and I've started to ship internal tools for my clients where they are used, like giving them their own mini claude code that only does one thing – one I shipped last week was an agentic interface for Salesforce reports that understands their domain better (and all the undocumented tech debt) than the built-in Salesforce AI does and therefore manages the context better

nerdsnipertoday at 10:01 AM

> I am also not sure who Stripe Atlas for.

It's for founders who don't have lawyers. My co-founder and I are both developers, we used Stripe Atlas to incorporate a C-Corp due to expecting to fundraise <1 year after incorporation. Stripe Atlas generates about 200 pages of legal boilerplate documents with very sane defaults so that your corporate structure, bylaws, IP protections, director indemnity, etc. align well with investor expectations. It helps investors not have to "rules-lawyer" all your corporate records during due-diligence, because their content exactly matches YC's expectations.

-------

I said we made a C-Corp but other founders should default to LLC, which Stripe Atlas can also streamline. An LLC is superior to C-Corp in pretty much every way for any pre-raise founders who don't have an extra $2,000 to >$10,000/year they're willing to part with for higher franchise taxes, "foreign" (different state) corporation registration, CPA's, and additionally lawyers if any investments aren't YC SAFE's (e.g. not YC, Neo, or A16Z SpeedRun).

Also note that for pre-revenue C-Corps, Delaware franchise taxes are scaled against number of shares, not company revenue or # of employees, so you can save some money by forming your company with 1,000,000 shares and then file a "Unanimous action of the board of directors" to increase it to 10,000,000 just before angel/pre-seed/seed round, and potentially save a few hundred dollars on your first year franchise taxes, depending on when you incorporate and raise. But if a few hundred dollars makes a difference to you, incorporating as an LLC instead of a C-Corp is the only defensible decision.

And as always, start your taxes 3-4 months before they're due. If you want a CPA to do them (which you should if you have any revenue), you'll need to retain them way ahead of time for C-Corps. If you're filling tax forms out yourself, you'll want to start at least a month before they're due.

ascorbictoday at 6:36 AM

People use agents to deploy sites all the time. Buying a domain is part of that if you want to build a site that's beyond a toy. Allowing agents to do a task isn't just for things you do every day – it's also for things you do rarely and need agents' help. It's not just devs using agents to perform these sort of tasks anymore.

Stripe Atlas makes it massively easier for startups to incorporate in Delaware. This is particularly hard for non-US founders. It solves a real problem. I don't think this part will be done by agents though!

Disclaimer: I work at Cloudflare but not on this

show 4 replies
2ndorderthoughttoday at 11:01 AM

I am curious. Say, cloudflare let's Mr doofus run 4 agents from AI provider X. Those agents go on to create a pyramid scheme, prompted or not(both cases are interesting to me). The agents are running code in infrastructure owned by a third party cloud provider. The law catches up with the bots many years later after people lose a couple million. Who is at fault?

I think cloudflare is in the clear. Mr doofus could argue that the AI company allowed or enabled the crime which they otherwise wouldn't have done. Or Mr doofus could claim his prompts shouldn't have lead to that outcome and that wasn't his intent at all. Making the bots at fault, but not the AI company I guess?

konschuberttoday at 10:09 AM

I’m not saying that you’re wrong.

But it’s worth noting that any good technology starts off being called a toy and with most people not being able to imagine its usefulness.

show 1 reply
huijzertoday at 7:48 AM

My biggest hesitation with these things is that there is no limit to the possible bill I may receive when the agent goes haywire. Cloudflare doesn’t see this as a problem of course.

show 2 replies
rco8786today at 10:24 AM

> I am also not sure who Stripe Atlas for.

This was such a weird mention to see in the article. Stripe Atlas is a service that helps new businesses incorporate and onboard onto Stripe/partner services with some startup credits. It's been around forever, has nothing to do with AI, and is generally a very well-respected service.

21asdffdsa12today at 10:52 AM

It makes deployment for stuff easier for felix and co.. https://x.com/Etherealize_io/status/2042284300029345910

aniviacattoday at 8:16 AM

I assume the constructive use case is some non-techy person asking ChatGPT.

> Hey, please make me a website about my dog woofy. Give it the link myfluffywoofy.dog ;) Thank you!

lxgrtoday at 6:53 AM

> Buying a domain is not something you have to do daily to require any kind of automation.

Which is arguably unfortunate, as it nudges people towards using centralized services because they simply don't know that they have the option to register one.

For example, why not self-host a single-page party invitation site designed by an agent rather than using Facebook or Instagram?

show 1 reply
compounding_ittoday at 6:04 AM

> to what end?

People making cooking websites, websites for their garden, etc usually have nowhere to go. A web app who is an agent for a customer will then deploy agents in the backend to deploy the website too.

Basically what one would do manually, you tell one agent to make another agent do it.

Meta agents are where are going it seems.

show 5 replies
dizhntoday at 10:22 AM

This when their web GUI only allows buying one domain name at a time.

barnabeetoday at 8:02 AM

A lot of good and interesting things started out as toys

We should build more toys

show 1 reply
frevibtoday at 7:52 AM

> I've have personally never seen a good example where a cross vendor account provisioning actually working.

At enterprise level, account provisioning with SCIM is the industry standard.

Eufrattoday at 7:08 AM

> It is cool feature but to what end?

Doesn’t this sum up most of the AI “innovations” we’ve seen shoveled in this bubble?

We constantly see AI thought leaders backpeddling on promises and just spouting general nonsense. Altman originally talked effusively about an era of “abundance”. An abundance of what? It’s a word salad of feel good vibes without any substance.

Sam Altman has gone from claiming AI might cure cancer to shoveling ads and the scope of AI seems to be reduced to mostly be suitable as flawed, imperfect, but mildly useful coding/automation agents that are likely subsidized beyond economic viability, but you can’t point that out because it’s the future!

zsoltkacsanditoday at 9:18 AM

> The reason this blog post does not come with any concrete examples how to use this enablement for useful and constructive things tells you something very important - it is a toy and they do not know who and how they will use it.

Every time I come across AI projects and AI integrations (including my previous job where I full-time worked on one), no one was able to show me concrete examples how can I use it for constructive things.

hulitutoday at 6:29 AM

> it is a toy and they do not know who and how they will use it.

Just like it is usually used: spam and (D)DoS

nailertoday at 8:50 AM

> Buying a domain is not something you have to do daily to require any kind of automation

I wrote a python client for dnsimple nearly 16 years ago to exactly that. If you can’t think of a reason it’s useful, you may wish to get your agent to buy a domain for some project you have asked to create.

cromkatoday at 5:28 AM

> Buying a domain is not something you have to do daily to require any kind of automation.

Sorry, but no, you totally miss the fact there are domain farms which buy the dropped domains and then offer them up for sale. Bots now use AI to analyze the domain's value and automate the whole process. To be able to let AI buy it as well likely offers a tremendous amount of time saving.

show 7 replies
terrytystoday at 6:07 AM

lol, there are lots of people who aren't developers.

NikolaosCtoday at 9:16 AM

[dead]

nottorptoday at 6:49 AM

It's a sales tool.

You can tell Claude to add a new condition to an if and instead it will duplicate the whole if body.

They're hoping you'll tell your "agent" to buy a domain and it will buy 30 instead.