TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Zed: High-performance AI Code Editor

672 点作者 vquemener1 天前

77 条评论

isaacimagine1 天前
I interned at zed during the summer of 2022, when the editor was pre-alpha. Nathan, Max, Antonio are great guys and build software with care. I&#x27;m happy to see the editor receive the success it deserves, because the team has poured so much world-class engineering work into it.<p>I worked with Antonio on prototyping the extensions system[0]. In other words, Antonio got to stress test the pair programming collaboration tech while I ran around in a little corner of the zed codebase and asked a billion questions. While working on zed, Antonio taught me how to talk about code and make changes purposefully. I learned that the best solution is the one that shows the reader how it was derived. It was a great summer, as far as summers go!<p>I&#x27;m glad the editor is open source and that people are willing to pay for well-engineered AI integrations; I think originally, before AI had taken off, the business model for zed was something along the lines of a per-seat model for teams that used collaborative features. I still use zed daily and I hope the team can keep working on it for a long time.<p>[0]: Extensions were originally written in Lua, which didn&#x27;t have the properties we wanted, so we moved to Wasm, which is fast + sandboxed + cross-language. After I left, it looks like Max and Marshall picked up the work and moved from the original serde+bincode ABI to Wasm interface types, which makes me happy: <a href="https:&#x2F;&#x2F;zed.dev&#x2F;blog&#x2F;zed-decoded-extensions" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;blog&#x2F;zed-decoded-extensions</a>. I have a blog post draft about the early history of Zed and how extensions with direct access to GPUI and CRDTs could turn Zed from a collaborative code editor into a full-blown collaborative application platform. The post needs a lot of work (and I should probably reach out to the team) before I publish it. And I have finals next week. Sigh. Some day!
评论 #43917926 未加载
评论 #43921597 未加载
评论 #43921667 未加载
评论 #43918974 未加载
lordofgibbons1 天前
I really want to move off VS Code and start using Zed, but unfortunately the text is always extremely blurry. It&#x27;s just unusable.<p>I check back on the GitHub issue every few months and it just has more votes and more supportive comments, but no acknowledgement.<p>Hopefully someone can rescue us from the sluggish VS Code.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;7992">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;7992</a><p>I have a 1440p monitor and seeing this issue.
评论 #43915402 未加载
评论 #43916913 未加载
评论 #43915168 未加载
评论 #43923227 未加载
评论 #43922849 未加载
评论 #43920498 未加载
评论 #43916579 未加载
评论 #43915069 未加载
评论 #43921434 未加载
评论 #43915275 未加载
评论 #43915035 未加载
ammmir1 天前
I was using Zed up until a few months ago. I got fed up with the entire AI panel being an editable area, so sometimes I ended up clobbering it. I switched to Cursor, but now I don&#x27;t &quot;trust&quot; the the editor and its undo stack, I&#x27;ve lost code as a result of it, particularly when you&#x27;re in mid-review of an agentic edit, but decide to edit the edit. The undo&#x2F;redo gets difficult to track, I wish there was some heirarchical tree view of history.<p>The restore checkpoint&#x2F;redo is too linear for my lizard brain. Am I wrong to want a tree-based agentic IDE? Why has nobody built it?
评论 #43915321 未加载
评论 #43917308 未加载
评论 #43923392 未加载
评论 #43915607 未加载
评论 #43915635 未加载
volkk1 天前
Zed is exactly how software should be made. Granted, I don&#x27;t agree with all of their UX decisions (i think the AI panel is really bad compared to Cursor&#x27;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&#x27;t wait until GPUI becomes a bit more mature&#x2F;stable so I can build on top of it, because the other Rust GUI libraries&#x2F;frameworks aren&#x27;t great.<p><i>edit</i>: they updated the AI panel! looking good!
评论 #43916376 未加载
评论 #43915366 未加载
评论 #43915521 未加载
评论 #43916888 未加载
评论 #43915796 未加载
评论 #43917604 未加载
评论 #43915260 未加载
评论 #43916490 未加载
评论 #43916029 未加载
评论 #43917615 未加载
divan1 天前
Meanwhile I&#x27;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.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;helix-editor&#x2F;helix&#x2F;discussions&#x2F;4037">https:&#x2F;&#x2F;github.com&#x2F;helix-editor&#x2F;helix&#x2F;discussions&#x2F;4037</a>
评论 #43915544 未加载
评论 #43916456 未加载
评论 #43915186 未加载
评论 #43919350 未加载
评论 #43915708 未加载
评论 #43919898 未加载
评论 #43916277 未加载
评论 #43918007 未加载
jflessau1 天前
I’m developing in TS and Rust for the most part.<p>Went from Atom, to VSC, to Vim and finally to Zed. Never felt more at home. Highly recommend giving it a try.<p>AFAIK there is overlap between Atoms and Zeds developers. They built Electron to built Atom. For Zed they built gpui, which renders the UI on the GPU for better performance. In case you are looking for an interesting candidate for building multi platform GUIs in rust, you can try gpui yourself.
评论 #43918751 未加载
dimaor1 天前
I&#x27;m not sure, it might have changed since, but my personal experience was different.<p>Tried using zed on Linux (pop os, Nvidia) several months ago, was terribly slow, ~1s to open right click context window.<p>I&#x27;ve spent some time debugging this, and turns out that my GPU drivers are not the best with my current pop os release, but I still don&#x27;t understand how it might take so long and how GPU is related to right clicking.<p>Switched back to emacs, love every second. :)<p>I&#x27;m not sure if title referring to actual development speed or the editor performance.<p>p.s. I play top games on Linux, all is fine with my GPU &amp; drivers.
评论 #43917605 未加载
评论 #43915384 未加载
seafoamteal1 天前
I generally use Neovim, but Zed was the first code editor that made me go, &quot;Wow, I can see myself actually using this.&quot; My only gripe is the &quot;Sign In&quot; button at the top that I can&#x27;t seem to remove.<p>But apropos TFA, it&#x27;s nice to see that telemetry is opt-in, not opt-out.
评论 #43919459 未加载
评论 #43920434 未加载
评论 #43922427 未加载
SafeDusk1 天前
Tried Zed and Cursor, but they always felt too magical to me. I ended up building a minimal agent framework that only uses seven tools (even for code edits): read, write, diff, browse, command, ask, and think.<p>These simple, composable tools can be utilized well enough by increasingly powerful LLM(s), especially Gemini 2.5 pro to achieve most tasks in a consistent, understandable way.<p>More importantly - I can just switch off the &#x27;ask&#x27; tool for the agent to go full turbo mode without frequent manual confirmation.<p>I just released it yesterday, have a look at <a href="https:&#x2F;&#x2F;github.com&#x2F;aperoc&#x2F;toolkami">https:&#x2F;&#x2F;github.com&#x2F;aperoc&#x2F;toolkami</a> for the implementation if you think it is useful for you!
评论 #43917489 未加载
评论 #43916616 未加载
评论 #43919021 未加载
评论 #43915882 未加载
评论 #43916028 未加载
评论 #43920531 未加载
评论 #43915958 未加载
评论 #43921850 未加载
mirawelner1 天前
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
评论 #43915478 未加载
评论 #43924361 未加载
评论 #43915735 未加载
freehorse1 天前
I tried the agent mode with sonnet 3.7 (not the thinking one). When it started trying to create a file, it kept getting a &quot;Failed to connect to API: 400 Bad Request&quot; error. After a few attempts to create files, it &quot;touch&quot;ed a file and tried to edit this, which also failed. It checked permissions with &quot;ls -la&quot;, then it tried to &quot;cat&quot; the code into it but failed because of syntax errors (to do with quoting). Then it tried nano(?!?!) and failed, and then it started &quot;echo&quot;ing the code into the file chunk by chunk, which started working. After 4 chunks it got an error and then it made the following chunks smaller. It took it a dozen &quot;echo&quot;s or so.<p>While the initial 400 error is a bummer, I am actually surprised and admire its persistence in trying to create the file and in the end finding a way to do so. It forgot to define a couple of stuff in the code, which was trivial to fix, after that the code was working.
评论 #43916505 未加载
outcoldman1 天前
I am amazed how well it works. Yesterday I have spent a full day with a new macOS project with idea in my head. Spend half a day writing basic features, and after that opened the project in Zed to add features. Not very well documented things like AppKit + SwiftUI integration - no issues, and I mean I was getting about 500 new lines from my questions and was getting compilable code (and working). A few times after review I modified a few things to make it compilable&#x2F;or better. But still. And I had one interesting problem with objc&#x2F;swift and javascript integration - and Zed AI delivered some masterpiece in JavaScript, that is definitely outside my knowledge. This technology is definitely going to change how we program now.
评论 #43914967 未加载
icedchai大约 1 小时前
I&#x27;ve been using Zed a bunch lately, mostly with Python, also some Terraform. It feels super snappy. I don&#x27;t use its AI features though!
keybits1 天前
For people who have tried the new agent panel in Zed, how does it compare to something like Cursor or Windsurf?<p>(I&#x27;ve yet to dive deep into AI coding tools and currently use Zed as an &#x27;open source Sublime Text alternative&#x27; because I like the low latency editing.)
评论 #43921223 未加载
ramon1561 天前
I&#x27;ve used zed both for work and personal projects. I&#x27;m not a fan of the direction they&#x27;re going. I don&#x27;t want &quot;agentic&quot; tools, I just want to back and forth with an LLM to get a better idea. I&#x27;ve specified in my markdown to not write actual code to files. Would be nice if this was togglable in settings.<p>Apart from that, it&#x27;s a hell of a lot better than alternatives, and my god is it fast. When I think about the perfect IDE (for my taste), this is getting pretty close.
评论 #43917284 未加载
评论 #43917212 未加载
gyre0071 天前
From my experience Zed agents oftn just goes and edits your files without your asking it to. Even if you ask questions about codebase, it assumes you want it to be changed. For it to be useful it must be better at understanding prompts; I would also like it to generate diffs like it does but prompt me if I want to apply them first
LeafItAlone1 天前
A bit off topic: For work I mostly develop on Python and Typescript.<p>I’ve been using PyCharm Professional for over a decade (after an even longer time with emacs).<p>I keep trying to switch to vscode, Cursor, etc. as they seem to be well liked by their users.<p>Recently I’ve also tried Zed.<p>But the Jetbrains suite of tools for refactoring, debugging, and general “intelligence” keep me going back. I know I’m not the only one.<p>For those of you that love these vscode-like editors that have previously used more integrated IDEs, what does your setup look like?
评论 #43915872 未加载
评论 #43917464 未加载
评论 #43915650 未加载
评论 #43916465 未加载
评论 #43915939 未加载
评论 #43917112 未加载
评论 #43916841 未加载
评论 #43916711 未加载
评论 #43916444 未加载
评论 #43915603 未加载
评论 #43915574 未加载
评论 #43915659 未加载
评论 #43917628 未加载
random3大约 22 小时前
I wanted Zed to work as a high performance dev-enabled Markdown editor as I was looking to replace Obsidian that doesn&#x27;t scale well (memory use and cursor latency degrades with document size, and generally what I suspect is a weak foundation). My use case is active note taking(PKM) and reviewing including a few large (1-2+ MB) markdown files. However, to my surprise, the performance for Markdown was much worse - it&#x27;s practically unusable.<p>This is clearly a Markdown backend problem, but not really relevant in the editor arena, except maybe to realize that the editor &quot;shell&quot; latency is just a part of the overall latency problem.<p>I still keep it around as I do with other editors that I like, and sometimes use it for minor things, while waiting to get something good.<p>On this note, I think there&#x27;s room for an open source pluggable PKM as an alternative to Obsidian and think Zed is a great candidate. Unfortunately I don&#x27;t have time to build it myself just yet.
评论 #43919845 未加载
评论 #43919711 未加载
tgtweak1 天前
I get the high performance component, but it seems most of their speed is from underlying models supporting a &quot;diff style&quot; edits and that a small percentage of it is from code-level text-editing optimizations and improvements.<p>vscode running a typescript extension (cline, gemini, cursor, etc) to achieve LLM-enhanced coding is probably the least efficient way to do it in terms of cpu usage, but the features they bring are what actually speeds up your development tasks - not the &quot;responsiveness&quot; of it all. It seems that we&#x27;re making text editing and html rendering out to be a giant lift on the system when it&#x27;s really not a huge part of the equation for most people using LLM tooling in their coding workflows.<p>Maybe I&#x27;m wrong but when I looked at zed last (about 2 months ago) the AI workflow was surprisingly clunky and while the editor was fast, the lack of tooling support and model selection&#x2F;customization left me heading back to vscode&#x2F;cline which has been getting nearly two updates per week since that time - each adding excellent new functionality.<p>Does responsiveness trump features and function?
评论 #43917243 未加载
wqtz1 天前
The pricing page: <a href="https:&#x2F;&#x2F;zed.dev&#x2F;pricing" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;pricing</a><p>The pricing page was not linked on the homepage. Maybe it was, maybe it wasn&#x27;t but it surely was not obvious to me.<p>Regardless of how good of a software it is or pretends to be I just do not care about landing pages anymore. Pricing page essentially tells me what I am actually dealing with. I knew about Zed when it was being advertised as &quot;written in rust because it makes us better than everyone&quot; trend everyone was doing. Now, it is LLM based.<p>Absolutely not complaining about them. Zed did position themselves well to take the crown of the multi billion dollar industry AI code editors has become. I had to write this wall of text of because I just want to just drop the pricing page link and help make people make their own decision, but I have to reply to &quot;whats your point&quot; comments and this should demonstrate I have no point aside from dropping a link.
评论 #43916598 未加载
seumars1 天前
Wow that&#x27;s one awkwardly pompous introduction. Nevertheless Zed never fails to impress. Aside from all the AI fireworks it really goes to show how building software &quot;from scratch&quot; pays off in the long run.
评论 #43914941 未加载
评论 #43915060 未加载
zersiax1 天前
I&#x27;m sure it&#x27;s fast, but is it accessible? Am I as a screen reader user going to get fired if the company I work at decides one day to have all of their devs use this? And if not, any plans to make it so? Might sound a little brusque but this really is the stakes we&#x27;re playing with these days.
评论 #43919311 未加载
swyx大约 18 小时前
we recorded a podcast with them talking about their AI work! <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=QZmJInhzIKo&amp;pp=0gcJCYUJAYcqIYzv" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=QZmJInhzIKo&amp;pp=0gcJCYUJAYcqI...</a>
nico1 天前
The demo video looks great<p>The free pricing is a bit confusing, it says 50 prompts&#x2F;month, but also BYO API keys<p>So even if I use my own API keys, the prompts will stop at 50 per month?<p>Also, since it’s open source, couldn’t just someone remove the limit? (I guess that wouldn’t work if the limit is of some service provided by Zed)
评论 #43917610 未加载
quaintdev1 天前
Zed is insanely fast. The only thing missing from Zed is the debugger. If it had that I would ditch VSCode in jiffy.
评论 #43916826 未加载
WD-421 天前
Regardless of the AI stuff, Zed is the best editor since Sublime Text and it’s only getting better. Congrats to the team.<p>I also laughed at the dig on VSCode at the start. For the unaware, the team behind Zed was originally working on Atom.
jauntywundrkind大约 21 小时前
I&#x27;ve had aot of issues with AI hallucinating the API surface for libraries, to the point where I kinda gave up using it for a lot of purposes.<p>But I got back on the horse &amp; broke out Zed this weekend, deciding that I&#x27;d give it another shot, and this time be more deliberate about providing context.<p>My first thought was that I&#x27;d just use Zed&#x27;s &#x2F;fetch and slam some crates.io docs into context. But there were dozens and dozens of pages to cover the API surface, and I decided that while this might work, it wasn&#x27;t a process I would ever be happy repeating.<p>So, I went looking for some kind of Crates.io or Rust MCP. Pretty early looking effort, but I found cratedocs-mcp. It can search crates, lookup docs for crates,lookup specific members in crates; that seems like maybe it might be sufficient, maybe it might help. Pulled it down, built it... <a href="https:&#x2F;&#x2F;github.com&#x2F;d6e&#x2F;cratedocs-mcp">https:&#x2F;&#x2F;github.com&#x2F;d6e&#x2F;cratedocs-mcp</a><p>Then check the Zed docs for how to use this MCP server. Oh man, I need to create my own Zed extension to use an MCP service? Copy paste this postgres-context-extension? Doesn&#x27;t seem horrendous, but I was pretty deflated at this side-quest continuing to tack on new objectives &amp; gave up on the MCP idea. It feels like there should be some kind of builtin glue that lets Zed add MCP servers via configuration, instead of via creating a whole new extension!!<p>On the plus side, I did give DeepSeek a try and it kicked out pretty good code on the first try. Definitely some bits to fix, but pretty manageable I think, seems structurally reasonably good?<p>I don&#x27;t know really know how MCP tool integration works in the rest of the AI ecosystem, but this felt sub ideal.
mirkodrummer大约 15 小时前
I hate chat and panels in my ide, they are distracting and have worst ux, I&#x27;m using Cursor because of cursor prediction, but lately the trend has been the opposite even in the development of Cursor, apparently people are more interested about chatting instead of doing super powered editing supported by the AI that let you lead the game and makes you feel much more productive. I&#x27;d like to see something like that in Zed and I&#x27;d pay for it, agent mode and chats never worked for me, always been the worse experience
sashank_15091 天前
Here’s what I want, a keyboard only code editor, (ideally with all the vim keybindings and features) that also has in built lsp for popular languages like C, C++, Go and just works out of the box (even better if it has good code completion with copilot or something similar). I can’t seem to get this anywhere. I’m still sticking with neovim for now but it’s code complete doesn’t work well that I’ve turned it off and I have to maintain its config every few months.
评论 #43916958 未加载
评论 #43916528 未加载
评论 #43916545 未加载
Dowwie1 天前
Jose Valim just gave a demo of Tidewave integration with Zed. Really interesting stuff: <a href="https:&#x2F;&#x2F;x.com&#x2F;josevalim&#x2F;status&#x2F;1920062725394243640" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;josevalim&#x2F;status&#x2F;1920062725394243640</a><p>I&#x27;m catching up on Zed architecture using deepwiki: <a href="https:&#x2F;&#x2F;deepwiki.com&#x2F;zed-industries&#x2F;zed" rel="nofollow">https:&#x2F;&#x2F;deepwiki.com&#x2F;zed-industries&#x2F;zed</a>
intellectronica大约 20 小时前
I want to love Zed. The UX is absolutely amazing - it just feels like you&#x27;re on turbo mode all the time. And the AI is excellent too. I don&#x27;t know how far it can go, though, without the VSCode ecosystem.
评论 #43921009 未加载
astroalex大约 19 小时前
In my personal experience I couldn&#x27;t use Zed for editing python.<p>Firstly, when navigating in a large python repository, looking up references was extremely slow (sometimes on the order of minutes).<p>Secondly, searching for a string in the repo would sometimes be incorrect (e.g. I know the string exists but Zed says there aren&#x27;t any results, as if a search index hasn&#x27;t been updated). These two issues made it unusable.<p>I&#x27;ve been using PyCharm recently and found it to be far superior to anything else for Python. JetBrains builds really solid software.
评论 #43921116 未加载
Palmik1 天前
I have been using Zed as my main editor for the past ~5 months and I have been very happy with it. It&#x27;s actually fast and snappy. I hope they become sustainable.<p>VS Code forks (Cursor and Windsurf) were extremely slow and buggy for me (much more so than VS Code, despite using only the most vanilla extensions).
hombre_fatal1 天前
I tried Zed out and successfully got Claude chat working with my API key.<p>But I&#x27;m not sure how to get predictions working.<p>When the predictions on-ramp window popped up asking if I wanted to enable it, I clicked yes and then it prompted me to sign in to Github. Upon approving the request on Github, an error popover over the prediction menubar item at the bottom said &quot;entity not found&quot; or something.<p>Not sure if that&#x27;s related (Zed shows that I&#x27;m signed in despite that) but I can&#x27;t seem to get prediction working. e.g. &quot;Predict edit at cursor&quot; seems to no-op.<p>Anyways, the onboarding was pretty sweet aside from that. The &quot;Enable Vim mode&quot; on the launch screen was a nice touch.
评论 #43918018 未加载
GolDDranks1 天前
I&#x27;ve been recently using Zed, and I&#x27;m in love. It&#x27;s the best editor experience I&#x27;ve ever had. Everything&#x27;s snappy like notepad.exe, but it&#x27;s also quite featureful, and quickly becoming even better.
kookamamie1 天前
How does Zed fare for C++ development? Last I checked it did not support CMake as a build system.
评论 #43919423 未加载
评论 #43915608 未加载
cube22221 天前
The way context management in Zed works is really well-done imo. I haven&#x27;t found a different place which does it this way.<p>Basically, by default:<p>- You have the chat<p>- Inline edits you do use the chat as context<p>And that is extremely powerful. You can easily dump stuff into the chat, and talk about the design, and then implement it via surgical inline edits (quickly).<p>That said, I wasn&#x27;t able to switch to Zed fully from Goland, so I was switching between the two, and recently used Claude Code to generate a plugin for Goland that does chat and inline edits similarly to how the old Zed AI assistant did it (not this newly launched one) - with a raw markdown editable chat, and inline edits using that as context.
评论 #43916628 未加载
fhd21 天前
This seems like a really great demo of the agent panel:<p><a href="https:&#x2F;&#x2F;zed.dev&#x2F;blog&#x2F;fastest-ai-code-editor" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;blog&#x2F;fastest-ai-code-editor</a><p>It&#x27;s fast paced, yet it doesn&#x27;t blush over anything I&#x27;d find important. It shows clearly how to use it, shows a realistic use case, e.g. the model adding some nonsense, but catching something the author might have missed, etc. I don&#x27;t think I&#x27;ve seen a better AI demo anywhere.<p>Maybe the bar is really low that I get excited about someone who demos an LLM integration for programmers to actually understand programming, but hey.
评论 #43924905 未加载
rckt1 天前
I&#x27;m using it without any AI stuff, just turned everything off. I like it. But in day-to-day usage I don&#x27;t really see any difference with VSCode. And I&#x27;m using it out of pure curiosity and interest to try something new.
评论 #43920264 未加载
sippeangelo1 天前
This doesn&#x27;t seem ready for real use. Testing it right now, is miles slower than Cursor for simple edits in the AI panel, and behaves in what seems to be a broken way. I gave up after it started to type out my entire file from scratch for every edit and presenting a diff for the entire file, rather than the few lines that were changed.<p>Does it not do incremental edits like Cursor? It seems like the LLM is typing out the whole file internally for every edit instead of diffs, and then re-generates the whole file again when it types it out into the editor.
评论 #43918329 未加载
gunalx大约 22 小时前
Like iy way more than the old one. (really didnt like how i couldnt just copy code blocks in one click) The new one seems interresting but useless without the agentic toolcalling, witch seems to be unsupported by most (even tool capable models like o4-mini or gemini2.5-pro. I would like to be able to supply debug info like before, as well as importing regular text threads into the context.
评论 #43920472 未加载
bmulholland1 天前
I&#x27;m curious what others&#x27; experiences have been with this. I haven&#x27;t tried it out yet. Is it comparable to Cursor&#x27;s capabilities? More on par with VS Code Copilot? Something else entirely?
评论 #43915087 未加载
atonse大约 16 小时前
I have launched Zed probably once a week for the past few months to try it out (each time running updates to see what&#x27;s improved). I so badly want a native editor like this one to succeed. But the UX just seems very difficult to use. For a while, there were no settings UIs, and you had to edit everything in JSON. I think that&#x27;s still true. But fine.<p>Now I&#x27;m excited that they actually have a Cursor-like agentic mode.<p>But the suggestions are still just nowhere near as &quot;smart&quot; as the ones from Cursor. I don&#x27;t know if that&#x27;s model selection or what. I can&#x27;t even tell which model is being used for the suggestions.<p>Today I&#x27;m trying to use the Agentic stuff, I added an MCP server, and I keep getting non-stop errors even though I started the Pro trial.<p>First error: It keeps trying to connect to Copilot even though I cancelled my Copilot subscription. So I had to manually kill the Copilot connection.<p>Second Error: Added the JIRA MCP (it&#x27;s working since Zed lists all the available tools in the MCP) and then asked a basic question (give me the 5 most recent tickets). Nope. Error interacting with the model, some OAuth error.<p>Third Weirdness (not error): Even though I&#x27;m on a Pro trial, the &quot;Zed&quot; agent configuration says &quot;You have basic access to models from Anthropic through the Zed Free AI Plan&quot; – aren&#x27;t I on a Pro trial? I want to give you money guys, please, let me do that. I want to encourage a high performance editor to grow.<p>I&#x27;m not even trying to do anything fancy. I just am on a pro trial. Shouldn&#x27;t this be the happiest of happy paths? Zed should use whatever the Pro stuff gives you, without any OAuth errors, etc. How can I help the Zed team debug this stuff? Not even sure where to start.
评论 #43922944 未加载
greener_grass1 天前
Huh, Richard Feldman of Roc and Elm fame!
ryanmcbride1 天前
signed up for the Windows beta hope I get to try it out sometime
评论 #43917068 未加载
coder5431 天前
&gt; Privacy and Security by Default [...] you can also run custom models on your own hardware via Ollama.<p>That&#x27;s nice for the chat panel, but the tab completion engine surprisingly <i>still</i> doesn&#x27;t officially support a local, private option.[0]<p>Especially with Zed&#x27;s Zeta model being open[1], it seems like there should be a way to use that open model locally, or what&#x27;s the point?<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;15968">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;15968</a><p>[1]: <a href="https:&#x2F;&#x2F;zed.dev&#x2F;blog&#x2F;edit-prediction" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;blog&#x2F;edit-prediction</a>
评论 #43916535 未加载
tiffanyh1 天前
Slightly OT: Why aren&#x27;t AI coding assistants implemented as plugins (like through an LSP), rather than being a standalone AI-first editor (like Cursor)?<p>I might be missing the obvious, and I get no standard exists, but why aren&#x27;t AI coding assistants just plugins?
评论 #43917156 未加载
评论 #43918648 未加载
评论 #43916367 未加载
bratsche1 天前
I&#x27;d love to be able to configure it to use OpenAI API but with a custom hostname. I found some comments in a forum about how to configure that, but they were pretty old and didn&#x27;t seem to work anymore.
dxbednarczyk1 天前
My favorite part of Zed is the problems&#x2F;errors view. It&#x27;s great seeing everything in one place and being able to edit multiple files with context at the same time.<p>That feature + native Git support has fully replaced VSCode for me.
leansensei大约 20 小时前
Zed is great but not so great if you are trying to copy&#x2F;cut&#x2F;paste with the keyboard layout being anything other than latin.
dkersten1 天前
Been using Zed as my daily driver (without AI) since sometime in late 2023 when I decided I wanted to ditch vscode for mention leaner and faster. Love it.<p>I switched to cursor earlier this year to try out LLM assisted development and realised how much I now despise vscode. It’s slow, memory hungry, and just doesn’t work as well (and in a keyboard centric way) as Zed.<p>Then a couple of weeks ago, I switched back to Zed, using the agents beta. AI in Zed doesn’t feel quite as polished as cursor (at least, edit predictions don’t feel as good or fast), but the agent mode works pretty well now. I still use cursor a little because anything that isn’t vscode or pycharm has imho a pretty bad Python LSP experience (those two do better because they use proprietary LSP’s), but I’m slowly migrating to full stack typescript (and some Gleam), so hope to fully ditch cursor in favour of Zed soon.
createaccount991 天前
Incredibly buggy still
awill1 天前
As a longtime Sublime user, Sublime really needs to step it up. Presumably their silence is because they&#x27;re (hopefully) releasing something big soon.
评论 #43915870 未加载
评论 #43918087 未加载
评论 #43915784 未加载
rstupek大约 20 小时前
Anyone using their remote development feature? If so, how does it compare to VSCs remote editing?
pryz大约 18 小时前
Love Zed! Would love it even more with Helix&#x2F;Kakoune style binding :)
hirvi741 天前
Looks interesting. Not sure I would leave emacs or vim for it. I find the UI to be a bit too busy for my goldfish attention span.
dogman1231 天前
I think I&#x27;d need gemini 2.5 built into the trial to try this out. It&#x27;s crazy how bad claude has become.
submeta1 天前
Hangs on my M4 MBP when I open Clojure files. CPU usage at 130%.<p>Other than that a beautiful editor.
slowmovintarget1 天前
&gt; ...So far, these futuristic tools have been accessible to programmers in one of three ways:<p>&gt; ... 3. Baked into a closed-source fork of an open-source fork of a web browser<p>I laughed out loud at this one.
gempir1 天前
Wish it could use OpenRouter
评论 #43915378 未加载
评论 #43915249 未加载
Patrick12138大约 14 小时前
How does it compare to void?
camcaine1 天前
Love Zed
MentallyRetired大约 18 小时前
I love Zed so this is awesome news.
devilsdata大约 20 小时前
I like Zed, but my gripes with it are what finally got me to give up GUI IDEs and use NeoVim. Haven&#x27;t looked back so far.
gitroom大约 19 小时前
Honestly, being able to just turn off all the AI junk and have a fast editor is the main thing I want. You think AI features or speed actually matter more for most devs day to day?
raconti1 天前
It&#x27;s honestly frustrating to see such a promising product make _so many_ sub-par product decisions. It&#x27;s probably one of the only products that I have genuinely tried using &gt; 5 times and gave up right after. I would grant this if they were new in the block, but it&#x27;s been a while now.<p>If they had focused on<p>1. Feature-parity with the top 10 VSCode extensions (for the most common beaten path — vim keybindings, popular LSPs, etc) and<p>2. Implemented Cursor&#x27;s Tab<p>3. Simple chat interface that I can easily add context from the currently loaded repo<p>I would switch in a beat.<p>I _really_ want something better than VSCode and nvim. But this ain&#x27;t it. While &quot;agentic coding&quot; is a nice feature, and specially so for &quot;vibe coding projects&quot;, I (and most of my peers) don&#x27;t rely on it that much for daily driving their work. It&#x27;s nice for having less critical things going on at once, but as long as I&#x27;m expected to produce code, both of the features highlighted are what _effectively_ makes me more productive.
评论 #43919549 未加载
dchest1 天前
&quot;For millions of years, humans have used tools to create things.&quot;<p>Huh?
评论 #43915032 未加载
1attice大约 20 小时前
My daily driver. I love Zed
badgersnake大约 21 小时前
Tried using it, but I’ve found it to be unreliable on my Linux laptop. Maybe it’s a sway thing or an amdgpu thing but last time I tried it was just too prone to crashing.
insane_dreamer1 天前
Been trying out Zed here and there for a few months. There&#x27;s lots to like about it. Nice clean UI. Extremely fast. No endless indexing (looking at you, PyCharm). It doesn&#x27;t include a python debugger UI, and the type inspection is far behind PyCharm, so it doesn&#x27;t take me away from PyCharm yet for serious work, but it might once it&#x27;s competitive on those features.<p>I have run into some problems with it on both Linux and Mac where zed hangs if the computer goes to sleep (meaning when the computer wakes back up, zed is hung and has to be forcibly quit.<p>Haven&#x27;t tried the AI agent much yet though. Was using CoPilot, now mostly Claude Code, and the Jetbrains AI agent (with Claude 3.7).
deliriumchn1 天前
I hate the direction they&#x27;re going to be honest with this giga focus on AI bullshit. Only good part added was zeta (their own predictive editing model that jumps across the file where it predicts you want to edit your typo etc AND have a &quot;subtle&quot; mode), but they price it at 20&#x2F;month, which is absurd.
apwell231 天前
author was big into elm. has he since moved on to rust?
评论 #43915900 未加载
评论 #43920395 未加载
dpstart011 天前
Good stuff, but I remember not even having a UI to select among multiple python virtual environments. That killed the deal for me at the time.
评论 #43917631 未加载
npn大约 15 小时前
an editor that made by mac-only developers and put macOS support at is highest priority will be always shit on other OS.<p>sorry, but to me it is just pure garbage.
delduca1 天前
Still no debugger, this is shame.
评论 #43920070 未加载
555551 天前
Looks good! Did you just release? I’ll give you 1 billion dollars for it.
_QrE大约 20 小时前
&gt;scratch-built in Rust _all the way down to handcrafted GPU shaders and OS graphics API calls_<p>Is this what happens to people who choose to learn Rust?<p>Joking aside, this is interesting, but I&#x27;m not sure what the selling point is versus most other AI IDEs out there? While it&#x27;s great that you support ollama, practically speaking, approximately nobody is getting much mileage out of local models for complex coding tasks, and the privacy issues for most come from the LLM provider rather than the IDE provider.