I think these kind of semi-coding agents--but hosted--are the future for enterprises. Claude Tag, Claude Cowork, now Work by OAI.
Agents-on-your-machine clearly have their place, but for many workflows this is too unruly. Hence, the "long-running agent running on shared infra" pattern.
I think this is where the ball is headed. I'm building towards an open source version of this[0]. Still just working on the core, but hopefully soon self-hosted versions can be built on top.
I came to the exact same conclusion recently. I am building something like lightspeed that can run on “pay per second” infra like fly.io sprites because I wanted to have an open claw style agent but not have to deal with paying for another VM.
> I'm building towards an open source version of this
Interesting. So the main use case would be entities that run lightspeed on a beefy private cloud or on premise?
yes, basically people that want to host powerful, long-running agent runs not on dedicated VMs (although lightspeed can use those too), but on an abstraction layer above.
My thesis is that the right abstraction is durable workflow engines. And AFAIK, OAI also uses Temporal for their complicated hosted agent infra.