Live data from Hacker News

Zed: High-performance AI Code Editor

zed.dev

51–60 of 447 posts

Re: Zed: High-performance AI Code Editor

#51

Earlier quoted context omitted.

Are you using enlarged text or native 1440p? If the latter, have you used 4k or retina displays in the past? It’s hard to go back after that.

Native 1440p, never used retina nor 4k. (not parent commenter, but hold same opinion)

Same here... 1440p 32" is optimal for me, the only improvement I'd consider right now is 1600p equivalent.

Re: Zed: High-performance AI Code Editor

#52

It’s funny that they lead with AI tools. I love zed because it’s fast, customizable, has a clean interface and it’s easy to pair program. The LLM bit is just an annoying thing I shut off because imo I’m too junior at the moment to use LLMs

As someone who has 35 years of programming experience and now vibes half the day, this is a refreshing take from a junior programmer.

One way you could use LLMs w/o inducing brain mush would be for code or design reviews, testability, etc.

If you see codebases you like, stash them away for AI explanation later.

Re: Zed: High-performance AI Code Editor

#53
post #23

Zed is exactly how software should be made. Granted, I don't agree with all of their UX decisions (i think the AI panel is really bad compared to Cursor's), but good lord is the thing fast. These guys are the real deal. They built a rendering system (GPUI) in Rust before building Zed on top of it, and so it is one of the fastest (if not the fastest) pieces of software that resides on my computer. I can't wait until G…

> i think the AI panel is really bad compared to Cursor's Have you had a chance to try the new panel? (The OP is announcing its launch today!)

It was available in their preview release for about a month: https://zed.dev/releases/preview

The annoncement is about it reaching prod release, but they emailed people to try it out in the preview version.

Re: Zed: High-performance AI Code Editor

#54
post #23

Zed is exactly how software should be made. Granted, I don't agree with all of their UX decisions (i think the AI panel is really bad compared to Cursor's), but good lord is the thing fast. These guys are the real deal. They built a rendering system (GPUI) in Rust before building Zed on top of it, and so it is one of the fastest (if not the fastest) pieces of software that resides on my computer. I can't wait until G…

Is it only fast on MacOS? I tried it on Linux and it was unusably slow. Seconds per frame instead of frames per second.

Re: Zed: High-performance AI Code Editor

#55
> Privacy and Security by Default [...] you can also run custom models on your own hardware via Ollama.

That's nice for the chat panel, but the tab completion engine surprisingly still doesn't officially support a local, private option.[0]

Especially with Zed's Zeta model being open[1], it seems like there should be a way to use that open model locally, or what's the point?

[0]: https://github.com/zed-industries/zed/issues/15968

[1]: https://zed.dev/blog/edit-prediction

Re: Zed: High-performance AI Code Editor

#56
post #22

Meanwhile I'm checking Helix editor every 6 month to see if authors became any less hostile to the idea of thinking about considering of starting thinking about potentially adding copilot support. https://github.com/helix-editor/helix/discussions/4037

Why should an open source editor support some single commercial product API in their core? Why copilot and not another product? It's completely reasonable to me that this should be a third party plugin or that they should wait for some standard that supports many products.

Re: Zed: High-performance AI Code Editor

#57
Regardless of the AI stuff, Zed is the best editor since Sublime Text and it’s only getting better. Congrats to the team.

I also laughed at the dig on VSCode at the start. For the unaware, the team behind Zed was originally working on Atom.

Re: Zed: High-performance AI Code Editor

#58

A bit off topic: For work I mostly develop on Python and Typescript. I’ve been using PyCharm Professional for over a decade (after an even longer time with emacs). I keep trying to switch to vscode, Cursor, etc. as they seem to be well liked by their users. Recently I’ve also tried Zed. But the Jetbrains suite of tools for refactoring, debugging, and general “intelligence” keep me going back. I know I’m not the only…

I was a RubyMine and later IDEA user for many many years. I agree with everything you've said but I got so tired of the IDE using excessive RAM and constantly making my fan spin (2019 Intel MBP). Switching to Zed made my experience on this laptop enjoyable again, the downside being that I miss out on some of the features from the JetBrains editors.

I've learned to work around the loss of some functionality over the past 6 months since I've switched and it hasn't been too bad. The AI features in Zed have been great and I'm looking forward to the debugger release so I can finally run and debug tests in Zed.

Re: Zed: High-performance AI Code Editor

#59
post #23

Zed is exactly how software should be made. Granted, I don't agree with all of their UX decisions (i think the AI panel is really bad compared to Cursor's), but good lord is the thing fast. These guys are the real deal. They built a rendering system (GPUI) in Rust before building Zed on top of it, and so it is one of the fastest (if not the fastest) pieces of software that resides on my computer. I can't wait until G…

> i think the AI panel is really bad compared to Cursor's Have you had a chance to try the new panel? (The OP is announcing its launch today!)

i have and it's more of the same (unless i'm missing something). the fact that the entire thing is editable is weird to me. i really think they should just clone cursor's in this one case because they really nailed the UX with the checkpoint restoration

edit: yes i missed something. i see the new feature. hell yeah!

Re: Zed: High-performance AI Code Editor

#60

A bit off topic: For work I mostly develop on Python and Typescript. I’ve been using PyCharm Professional for over a decade (after an even longer time with emacs). I keep trying to switch to vscode, Cursor, etc. as they seem to be well liked by their users. Recently I’ve also tried Zed. But the Jetbrains suite of tools for refactoring, debugging, and general “intelligence” keep me going back. I know I’m not the only…

It's pretty tough to give up the good things that Jetbrains IDEs can bring, when they exist for a given lang. The obvious example is Java - IntelliJ is just leaps and bounds better than whatever stack of plugins you need in VSCode (or Cursor).

This isn't a great solution, but in cases where I've wanted to try out Cursor on a Java code base, I just open the project in both IDEs. I'll do AI-based edits with Cursor, and if I need to go clean them up or, you know, write my own code, I'll just switch over to IntelliJ.

Again, that's not the smoothest solution, but the vast majority of my work lately has been in Javascript, so for the occasional dip into Java-land, "dual-wielding" IDEs has been workable enough.

Cursor/Code handle JS codebases just fine - Webstorm is a little better maybe, but not the "leaps and bounds" difference between Code and IntelliJ - so for JS, I just live in Cursor these days.

Post reply on HN