Comment by bilekas

Comment by bilekas 7 days ago

9 replies

I don't dispite Zed is great, I actually am using it myself, but it's an editor first and foremost. The OP, to me at least seems to be asking more-so about the AI agent comparisons.

drcongo 7 days ago

Cursor and Windsurf are both forks of VS Code, an editor.

  • bilekas 7 days ago

    Yes very observant, modified forks with their agents built in. Zed does not have any built in, sublime does not have agents built in but if you like you can continue this disingenuous discussion.

    • mirekrusin 6 days ago

      Zed has it built in, it's called "agentic editing" [0] and behaves like claude code cli and other agents – mcp based editing, iterating on tests until they pass etc. – where you leave it in a background window and can do something else waiting for completion notification or you can follow it to see what changes it is doing.

      It's not only that they have it built in but it seems to be currently the best open replacement for tools like claude code cli because you can use arbitrary llm with it, ie. from ollama and you have great extension points (mcp servers, rules, slash commands etc).

      [0] https://zed.dev/agentic

    • drcongo 6 days ago

      Thank you for your kind offer, I shall take you up on it. Zed does have it built in. Now, please continue your disingenuous conversation by repeatedly claiming something that is demonstrably not true.

      • drcongo 6 days ago

        Hello? You're not going to continue?

        • bilekas 6 days ago

          Nah, I can see a losing argument when I see one. In my eyes, the OP was asking about the LLM/AI side and not the editor. But okay, zed now has one built in. I know now.

    • frainfreeze 7 days ago

      I was under impression Zed had native LLM integration, built into the editor?

      • venatiodecorus 6 days ago

        yes, its now built in. i haven't had a chance to use it much yet, it was released fairly recently.

        • mirekrusin 6 days ago

          Agentic editing was released recently yes, llm integration was there for much longer. It supported editing but it was more manual – context of conversation from chat was basically available in in-line editing so you could edit code based on llm output but it was more manual process, now it's agentic.