Viewing profile — willydouhard
willydouhard
HN member- Joined
- Mon, Nov 21, 2022, 10:17 AM UTC
- HN karma
- 7
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About willydouhard
No profile information was provided.
Recent public activity
-
story
Show HN: AgentBox – SDK to Run Claude Code, Codex, or OpenCode in Any Sandbox
Hi HN, AgentBox is an SDK for running coding agents (Claude Code, Codex, OpenCode) inside sandboxes (Docker, E2B, Modal, Daytona, Vercel). One API. Swap the agent or the sandbox an…
-
comment
Comment #47749147
Got it! Yes this is definitely doable, added in the roadmap. We will embed the roadmap in the readme soon.
-
comment
Comment #47730392
We see developers build their own setup over SSH with success, so in that sense I agree with you. However, once you want to trigger tasks from Slack, Linear, or GitHub issues or on…
-
comment
Comment #47730313
Definitely the same category of product. The main difference with cursor is that we reuse raw harnesses from ai-labs (claude code, codex). Cursor rebuilds its own harness. We belie…
-
comment
Comment #47730274
By default each plan has a limit ( https://twill.ai/pricing ). Then you can manually set an overage limit if you want to. The ralph loop mode also has the concept of a budget per t…
-
comment
Comment #47730262
The main difference is that you can pick/combine coding agent CLIs (claude code, codex, open code). There is no vendor lock-in.
-
comment
Comment #47729182
This definitely feels like the end state. We need to improve models, agent/human UX and make the transition from cloud work to local work seemless to fully get there
-
comment
Comment #47729162
Yes or when you get good feedback/idea talking to someone, being able to spawn tasks from your phone makes everything much faster
-
comment
Comment #47729116
We still need to get an oauth token to connect to GitHub. We started with the GitHub mcp but migrated to giving the gh cli to the agent directly. One learning we had is that most o…
-
comment
Comment #47729111
There is room for plan adaptation but the agent has to justify and highlight it in the PR. Defining the plan/acceptance criteria for long running task is the hard part. We recently…
-
comment
Comment #47729081
This is very convenient but has limitations. GitHub actions are not built to resume state (conversations in our case) and handle multi player experiences. However reusing the GitHu…
-
comment
Comment #47725135
this is great, thanks for sharing
-
comment
Comment #47725081
Let us know how it goes!
-
comment
Comment #47724920
Thank you for the feedback, we are working on it!
-
comment
Comment #47724781
We already support computer use out of the box (linux sandboxes). Self hosted runners are not available yet, but Twill is built on a runtime agnostic layer (see https://github.com/…
-
comment
Comment #47724675
I believe there is a difference between an open source framework and a product. You would still have to manage and scale your infra, build the integration layer around it to make i…
-
comment
Comment #47724253
Cowork does not seem to be focused on engineering, but we are fully expecting Anthropic to catch up in this category. What Anthropic can't offer is to let you use Codex or combine …
-
comment
Comment #47724088
I agree and that is why I think monorepos are making a comeback. That said, there are workarounds, like cloning all repos and enabling LSP (coding CLIs added that feature) or using…
-
comment
Comment #47723225
Yes, for instance Twill is running a local postgres and redis directly in the sandbox using docker compose when running on our codebase. This is what enables Twill to self verify i…
-
comment
Comment #47722997
Thank you! agentbox-sdk is very recent so it is not stable just yet indeed! For the lightweight sandbox, can you give an example? Currently we support main coding CLIs, ACP support…
-
comment
Comment #47722515
Yes, the difference is that Twill launches dedicated infra on each sandbox for each task. This means you can work on multiple tasks requiring a DB migration for instance. Also you …
-
comment
Comment #47722413
Anthropic recently killed the ability for third parties to use the Claude Code subscription, and it's assumed they're subsidising that price heavily. Which is fine, but it's a good…
-
comment
Comment #47722233
Willy from Twill here. I love the idea of emailing agents like we email humans! Thank you for sharing your learnings: 1. Network constraints vary quite a bit from one enterprise cu…
-
comment
Comment #42715961
This looks great! Any plan to support other languages like bicep?