Great timing as I'm exploring the space to get rid of Cursor in our stack. For local dev everyone is switching to Claude Code or Codex. The state of the art for cloud agents in my opinion right now is Cursor. But their pricing model per-user doesn't make sense when what I want is to enable anyone in the company to fix things in the product. 2 things not immediately clear from your homepage: - do you support full comp…
Sent you some feedback from the app, I can't get GitHub to connect. Feel free to contact me over email to troubleshoot!
Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
61–70 of 113 posts
Re: Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
#62I built an internal version of this for my workplace. Something very useful that will be harder for you most likely is code search. Having a proper index over hundreds of code repos so the agent can find where code is called from or work out what the user means when they use an acronym or slightly incorrect name. It's quite nice to use and I'm sure someone will make a strong commercial offering. Good luck
Re: Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
#631. It’s really not that hard to stand this up on your own. GitHub agentic workflows gets you 95% of the way there already. 2. Anthropic and Cursor are already playing in this space and likely will eat your lunch.
IMO, the only way you can survive is to make this deployable behind the firewall. If you could do that then I would seriously consider using your product.
Re: Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
#64I think Cloud Agents are the future, but I’ll be honest I don’t see how a third party provider survives in this space. 1. It’s really not that hard to stand this up on your own. GitHub agentic workflows gets you 95% of the way there already. 2. Anthropic and Cursor are already playing in this space and likely will eat your lunch. IMO, the only way you can survive is to make this deployable behind the firewall. If you…
On labs eating our lunch: it's definitely a risk. Our bet is that reusing lab-native CLIs is enough to position ourselves in the market
On behind the firewall: it's something we're looking into. We open-sourced agentbox-sdk in that direction.
Re: Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
#65> Run the same agent n times to increase success rate. Are there benchmarks out there that back this claim?
Unfortunately, undesirable in practice due to people being token-constrained even before. One case is retrying only on failure, but even that is a bit tricky...
Re: Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
#66I think Cloud Agents are the future, but I’ll be honest I don’t see how a third party provider survives in this space. 1. It’s really not that hard to stand this up on your own. GitHub agentic workflows gets you 95% of the way there already. 2. Anthropic and Cursor are already playing in this space and likely will eat your lunch. IMO, the only way you can survive is to make this deployable behind the firewall. If you…
Re: Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
#67Great timing as I'm exploring the space to get rid of Cursor in our stack. For local dev everyone is switching to Claude Code or Codex. The state of the art for cloud agents in my opinion right now is Cursor. But their pricing model per-user doesn't make sense when what I want is to enable anyone in the company to fix things in the product. 2 things not immediately clear from your homepage: - do you support full comp…
Re: Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
#68Re: Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
#69Great timing as I'm exploring the space to get rid of Cursor in our stack. For local dev everyone is switching to Claude Code or Codex. The state of the art for cloud agents in my opinion right now is Cursor. But their pricing model per-user doesn't make sense when what I want is to enable anyone in the company to fix things in the product. 2 things not immediately clear from your homepage: - do you support full comp…
I’ve been hacking on something in this vein and would love your feedback. What if you could reuse your CI env by using Github Actions as your sandbox. You can reuse the caching, any oidc based roles and self host via runs-on.com for cost and performance. We expose a claude code web experience of interactive low latency chat. I have a working prototype I’m happy to share if you think it would be interesting.