Earlier quoted context omitted.
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?
Building from ground up using OpenAI Agents SDK. We already have custom in house Cloud Development Environment, so the effort is just to "agent-ize" though which is not small. That's why I feel any team with any sort of infra support likely won't buy your product, since they already have the tribal knowledge to set this up. Newer teams might. But overall porting people's dev envs into the cloud is a tarpit problem(IM…
Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
41–50 of 73 posts
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#42Curious how you guys are thinking about the difference between project-specific and project-agnostic harnesses and tooling. For me, it feels like a lot of the work is project specific and I'm not sure how to abstract that.
P.S. The code is not working for me.
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#43>> It opens a pull request >> Then keeps iterating as review comments land, in the same thread, with the same context. My 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?
This specificity helps Sol stay on track (most of the time). It doesn't work as well when the comment questions a complex piece of the architecture though.
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#44Really interesting. I've been working on building out more self-sufficient agents with harnesses to match, and this feels like the next logical step. I'd love to try this. Curious how you guys are thinking about the difference between project-specific and project-agnostic harnesses and tooling. For me, it feels like a lot of the work is project specific and I'm not sure how to abstract that. P.S. The code is not work…
And I've made some changes to the coupon, does it work now?
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#45What’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.
This is still something we're working on making seamless. The current approach is to install our MCP server and ask the local agent to start up a new thread on Hoplite when you want to transition to the cloud, but it doesn't carry over file system changes. (Unless you first push the contents to a remote branch, at which point the Hoplite agent can pull it down.)
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#46Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#47No. Hoplite is an awesome Android game: https://play.google.com/store/apps/details?id=com.magmafortr...
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#48Really interesting. I've been working on building out more self-sufficient agents with harnesses to match, and this feels like the next logical step. I'd love to try this. Curious how you guys are thinking about the difference between project-specific and project-agnostic harnesses and tooling. For me, it feels like a lot of the work is project specific and I'm not sure how to abstract that. P.S. The code is not work…
In general, we've found that over the past couple of years agent harnesses have gotten much less restrictive, allowing the agent freedom to choose its own way of doing things. It seems like the project agnostic vs. specific harnesses will follow that trend. The pattern will work well for the current gen models, but eventually Fable 7 will be able to intuit how it should approach a specific project very well, at which…
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#49Looks neat! I've been using Amp ( https://ampcode.com/ ) for a while (Which seems to be doing something very similar), and I really appreciate this type of workflow. One thread = one VM feels like a solid model going forward.
Re: Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents
#50Good luck!