Remix.run Logo
lukebuehler 2 hours ago

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.

[0] https://github.com/smartcomputer-ai/lightspeed

lagrange77 2 hours ago | parent [-]

> 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?

lukebuehler an hour ago | parent [-]

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.