13 comments

  • mccoyb39 minutes ago
    Here&#x27;s my question:<p>if agents continue to get better with RL, what is future proof about this environment or UI?<p>I think we all know that managing 5-10 agents ... is not pretty. Are we really landing good PRs with 100% cognitive focus from 5-10 agents? Chances are, I&#x27;m making mistakes (and I assume other humans are too)? Why not 1 agent managing 5-10 agents for you? And so on?<p>Most of the development loop is in bash ... so as long as agents get better at using bash (amongst other things), what happens to this in 6 months?<p>I don&#x27;t think this is operating at a higher-level of abstraction if agents themselves can coordinate agents across worktrees, etc.
    • onecommit29 minutes ago
      Interesting thoughts - thank you! And directionally agree - given that agents are becoming ever better, they&#x27;ll take more and more of the orchestration on themselves. Still, we believe that developers need an interface to interact with these agents; see their status and review &#x2F; test their work. Emdash is our approach for building this interface of the future - the ADE :)
  • haimau1 hour ago
    Been driving my agents (CC, currently testing Pi) for a couple of weeks via Emdash. Finally, got a productive worktree setup working. There were still rough edges when I started, but the team has shipping fast [0] and is vaporizing concerns on the fly. Building on top of the native CLI seems to be the right strategy as well.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;generalaction&#x2F;emdash&#x2F;releases&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;generalaction&#x2F;emdash&#x2F;releases&#x2F;</a>
  • snowhale34 minutes ago
    the worktree pre-warming detail is interesting -- keeping a reserve pool and letting new tasks claim one instantly is the same pattern as connection pool pre-warming in databases. the underlying bottleneck is probably git having to traverse pack files and update the index when you run &#x27;git worktree add&#x27;. one thing worth trying if you haven&#x27;t: sparse checkout on the worktrees can cut that initialization time further, especially in large monorepos where most files are irrelevant to a given agent task.
    • onecommit19 minutes ago
      interesting! hadn&#x27;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 context for the coding agents. Will look into this!
  • FiloVenturini1 hour ago
    Have you considered adding any kind of agent coordination layer, e.g. letting one “orchestrator” agent spawn and direct sub-agents on specific subtasks, rather than having the developer manually assign each task? Or is the explicit human-in-the-loop assignment a deliberate design choice to keep control and avoid runaway costs?
    • onecommit1 hour ago
      We&#x27;ve considered it! The way we&#x27;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 a higher abstraction &#x2F; task level, where the individual CLIs are responsible themselves for breaking down and distributing a larger task across subagents.
  • das-bikash-dev2 hours ago
    How does Emdash handle state management when running multiple agents on the same codebase? Particularly interested in how you prevent conflicts when agents are making concurrent modifications to dependencies or config files. Also, does it support custom agent wrappers, or do you require the native CLI?
    • onecommit2 hours ago
      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&#x27;t support custom agent wrappers currently, interesting. Have you written your own? What is your use case for them over native CLIs?
    • esafak2 hours ago
      &gt; Each agent runs as a task in its own git worktree<p>If you&#x27;re talking about shared services, that&#x27;s another matter.
  • straydusk47 minutes ago
    Pretty sick. How do you compare yourself with Conductor?
    • onecommit40 minutes ago
      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 coding agents (21) with their full functionality, and are open-source.
  • timsuchanek1 hour ago
    Let&#x27;s go! Love that this is a solid OSS alternative to what&#x27;s already out there!
  • thesiti921 hour ago
    i&#x27;ll have to give it a shot, the market needs an open source cursor right now
    • onecommit1 hour ago
      great! send all feedback our way :folded_hands:
  • selridge1 hour ago
    Looks cool! Thank you for sharing.
  • ahmadyan1 hour ago
    Congrats on the launch
  • leondri1744 minutes ago
    LFG!
  • redrove1 hour ago
    Is this another VSCode fork? I can’t tell from the readme.
    • onecommit1 hour ago
      Not in its purest sense! We&#x27;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 Emdash. The focus is on the chat with the coding agent. We&#x27;ll make this more clear in the readme. Thanks for the feedback!
  • umairnadeem12355 minutes ago
    [dead]