logoalt Hacker News

prodtoroktoday at 5:24 PM1 replyview on HN

Basic question:

What are you doing here that my agent couldn't do with: AWS, GCP, Hetzner, DigitialOcean?

Quick read is this is some simple api abstraction? or you're even brokering that compute? Which i would want, why?


Replies

bwmtoday at 5:39 PM

You can totally ask an agent to orchestrate an existing cloud. But their APIs weren't designed for agentic orchestration, so it'll be more expensive in terms of context / turns (machine0 grammar is simple: new, ls, rm...).

The other thing is if you're running large workloads that span many machines (e.g. software factories, model training or RL environments), then over time you'll end up with orphaned artifacts that will need to be maintained (think security groups, volumes, elastic IPs etc).

Ultimately, most of our customers today just want to be able to spin up a powerful & reliable VM without worrying about DevOps or any other kind of maintenance :)

show 2 replies