What’s the experience like going from an active on-going thread to a cloud-hosted one? I dont wanna always work on the cloud, and want my current setup to be exactly the same as in the cloud, and should be pretty seamless. Only folks i’ve seen solve these are folks who run the sandboxes locally and take that to the cloud like smolvm/microsandbox.
Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
31–40 of 73 posts
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#32Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#33Trying to wrap my head around how it differs from my current on-the-go setup that is claude code. On claude's phone app or web app I can choose a repo, ask it for a feature and it writes the code, runs my tests + add more tests and creates a new branch. Then I can click on create PR or configure claude code to auto create PR. I also have another setup which is a self-hosted docker compose behind my vpn with one conta…
That setup is pretty much what we're trying to offer with Hoplite! Using us means losing freedom and control with regards to infrastructure, however we think that's a tradeoff people would want to make in exchange for easier onboarding and a more polished experience.
Are you offering browser access to the agents in your setup?
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#34Why would I use this over exe.dev?
I think it comes down to whether configuration or ease of use is valued more, and Hoplite favours the latter a bit more. (They shouldn't really be mutually exclusive, but we have a long way to go before we're happy claiming that we match/beat self-hosting in that area)
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#35Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#36Earlier quoted context omitted.
That setup is pretty much what we're trying to offer with Hoplite! Using us means losing freedom and control with regards to infrastructure, however we think that's a tradeoff people would want to make in exchange for easier onboarding and a more polished experience.
Makes sense. It took me some experimentations with a few open source libraries and docker-compose to arrive at my setup. My setup also requires me to access agents via a terminal app on my phone so it's nice to have a web app like your offering. Are you offering browser access to the agents in your setup?
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#37just a data point, at my company we are building this internally. if you're targeting people building from scratch it might work, but there's no way you can port any somewhat mature infra stack, nor will the org want to. you'll need to deal with the variable complexity of everyone's dev environment which already doesn't work locally for thousands of different reasons.
What does your current setup look like? And are you using an open source solution like OpenInspect for your in-house version, or building it from the ground up?
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#38Your website text reads like Claude slop
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#39just a data point, at my company we are building this internally. if you're targeting people building from scratch it might work, but there's no way you can port any somewhat mature infra stack, nor will the org want to. you'll need to deal with the variable complexity of everyone's dev environment which already doesn't work locally for thousands of different reasons.
Agreed that at the moment it's a very difficult problem, but one we're looking to solve! I think it becomes a no-brainer for most people if we're able to give each agent a replica of their production stack. What does your current setup look like? And are you using an open source solution like OpenInspect for your in-house version, or building it from the ground up?
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#40My experience, particularly with Sol is that agents are generally really bad at knowing when to stop 'iterating' and will continue covering off ever-more obscure edge cases. How does Hoplite solve for this?