Live data from Hacker News

Viewing profile — onecommit

onecommit

HN member
Joined
Mon, Oct 17, 2022, 4:48 PM UTC
HN karma
127
Public activity
21 items

About onecommit

No profile information was provided.

Recent public activity

  1. comment
    Comment #47462986

    interesting - thanks!

  2. comment
    Comment #47458246

    How do models deal with assessing the quality of content and its accuracy/veracity when recommending products currently? What do the providers do to avoid a situation where more co…

  3. comment
    Comment #47147014

    Yes! By default, every new task runs in its own worktree. In the .emdash.json config (or in the UI on your project page), you can specify setup, run, and teardown scripts -- pnpm i…

  4. comment
    Comment #47146460

    Thanks! What tools have you been experimenting with? Agreed. That this evolution pushes much of the work into describing desired outcomes and giving sufficient context. To your que…

  5. comment
    Comment #47145910

    We could! Do you use them?

  6. comment
    Comment #47145425

    We connect to remote servers via SSH, are provider-agnostic, and open-source. e.g. in Codex you can only run OpenAI models and not Gemini, Amp, you name it. Give it a spin :)

  7. comment
    Comment #47145185

    Thank you for flagging! We had a CI bug in v0.4.16 that caused the compilation error that we patched in the latest release (v0.4.17). I created a ticket for the provider detection …

  8. comment
    Comment #47144015

    On it! Released windows out of beta yesterday. signed version sometime this week

  9. comment
    Comment #47143758

    Thank you, and yes!

  10. comment
    Comment #47143652

    looking into this! Thanks for flagging

  11. comment
    Comment #47143632

    We're figuring our business model out. There're two avenues that we principally think about (1) bundled coding agent subscription and (2)enterprise version with auth, team manageme…

  12. comment
    Comment #47143106

    interesting! hadn't looked into sparse checkout before, but will do now. Initial thoughts are that sparse might be risky if we lose some arbitrary files that might be relevant cont…

  13. comment
    Comment #47142961

    Interesting thoughts - thank you! And directionally agree - given that agents are becoming ever better, they'll take more and more of the orchestration on themselves. Still, we bel…

  14. comment
    Comment #47142794

    Conductor is definitely in the same space. Main points of differentiation that I am aware of are that we allow you to connect to remote servers via SSH, natively embed many more co…

  15. comment
    Comment #47142351

    Not in its purest sense! We're using the monaco editor for file editor and diffs, but other than that no VScode included. The file editor is really a secondary view inside of Emdas…

  16. comment
    Comment #47142083

    great! send all feedback our way :folded_hands:

  17. comment
    Comment #47141805

    We've considered it! The way we're seeing it, this is something that the CLIs themselves are getting good at natively, such as Claude Code. We generally consider ourselves to be at…

  18. comment
    Comment #47141496

    Thanks for your questions! You can separate the agents in Emdash by running them on separate git worktrees so they can do concurrent modifications without interfering. We don't sup…

  19. story
    Show HN: Emdash – Open-source agentic development environment

    Hey HN! We’re Arne and Raban, the founders of Emdash ( https://github.com/generalaction/emdash ). Emdash is an open-source and provider-agnostic desktop app that lets you run multi…

  20. story
  21. story
    Show HN: Emdash – OS UI for parallel coding agents and Linear tickets

    Hey HN — Emdash is an open-source UI for running multiple coding agents in parallel. It’s provider-agnostic (10+ CLIs). Each agent runs in its own Git worktree; after a run, compar…