Live data from Hacker News

Viewing profile — willydouhard

willydouhard

HN member
Joined
Mon, Nov 21, 2022, 10:17 AM UTC
HN karma
7
Public activity
24 items

About willydouhard

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #47749147

    Got it! Yes this is definitely doable, added in the roadmap. We will embed the roadmap in the readme soon.

  3. 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…

  4. 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…

  5. 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…

  6. 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.

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

  8. 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

  9. 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…

  10. 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…

  11. 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…

  12. comment
    Comment #47725135

    this is great, thanks for sharing

  13. comment
    Comment #47725081

    Let us know how it goes!

  14. comment
    Comment #47724920

    Thank you for the feedback, we are working on it!

  15. 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/…

  16. 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…

  17. 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 …

  18. 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…

  19. 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…

  20. 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…

  21. 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 …

  22. 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…

  23. 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…

  24. comment
    Comment #42715961

    This looks great! Any plan to support other languages like bicep?