←back to thread

677 points meetpateltech | 1 comments | | HN request time: 0s | source
Show context
ppeetteerr ◴[] No.45118464[source]
I love Zed and I'm glad you now have native support for Claude. I previously ran it using the instructions in this post: https://benswift.me/blog/2025/07/23/running-claude-code-with...

One thing that still suffers is AI autocomplete. While I tried Zed's own solution and supermaven (now part of Cursor), I still find Cursor's AI autocomplete and predictions much more accurate (even pulling up a file via search is more accurate in Cursor).

I am glad to hear that Zed got a round of funding. https://zed.dev/blog/sequoia-backs-zed This will go a long way to creating real competition to Cursor in the form of a quality IDE not built on VSCode

replies(9): >>45118738 #>>45118799 #>>45119067 #>>45119080 #>>45120139 #>>45120380 #>>45121210 #>>45121710 #>>45126045 #
scottcorgan ◴[] No.45119067[source]
I'll third this. AI autocomplete is THE most efficient and helpful feature of Cursor, not the agents.
replies(5): >>45120577 #>>45120806 #>>45122731 #>>45124860 #>>45125155 #
1. cardanome ◴[] No.45125155[source]
I use Cursor solely for the agent mode and do all my editing in an proper IDE, meaning Jetbrains products.

I genuinely don't understand why one would want to AI autocomplete. Deterministic autocomplete is amazing but AI autocomplete completely breaks my flow. Even just the few seconds of lag absolutely drive me nuts and then it often it is close to what I wanted but not exactly what I wanted. Either I am in control or the generative AI but mixing both feels so wrong.

I am happy people find use for the autocomplete but ugh I really don't get how they can stomach it. Maybe it is for people that are not good at typing or something.