You can now disable all AI features in Zed
1–10 of 277 posts
Re: You can now disable all AI features in Zed
#2But the reality is like for JavaScript: it's required by default :D.
Good that Zed fixes this!
Re: You can now disable all AI features in Zed
#3what if that setting were an enum every operator started with AiMode::Off so we can consciously opt-in, plus then Zed could have more AI Mode levels besides just on or off?
Maybe there could be a level for experienced programmers and another level for vibe coders, and prompts / permissions could be set accordingly?
Re: You can now disable all AI features in Zed
#4Re: You can now disable all AI features in Zed
#5I have only tried it a couple of times, but Zed's AI assistant view indeed works as promised, doing about as well as Cursor does.
Now there's just one thing that is a bit annoying... It's kind of heavy on the GPU. I mean it looks and runs great, but it really loves to suck the battery out of a device that's running on battery. But frankly, I've been ready to ditch text editors based on web browsers basically since they became "in vogue" and have just been waiting for the right thing to show up. As time goes on, I think it becomes more and more obvious that Zed is "the right thing".
I don't know if there's anything we can do to make sure Zed succeeds sustainably and doesn't eventually get enshittified, but I'm crossing my fingers that for once we can have nice things.
Re: You can now disable all AI features in Zed
#6What I'd really like is an option to disable the automatic multi-buffer behavior for things like git diffs. It just doesn't work for me, and the Zed UX seems to not even realize that not everyone will love it.
I think it could be made to work better, but as it is now, it feels cumbersome to work with.
Re: You can now disable all AI features in Zed
#7Re: You can now disable all AI features in Zed
#8Re: You can now disable all AI features in Zed
#9What I'd really like is an option to disable the automatic multi-buffer behavior for things like git diffs. It just doesn't work for me, and the Zed UX seems to not even realize that not everyone will love it.
Honestly, this is a weak point of Zed IMO. I just find it a bit confusing to deal with. I don't know exactly how to get it to jump to the location of a specific block in the multi-buffer view, e.g. a Find in Files view. I double click various places in the UI until it goes to the file and sometimes I have to scroll to where I was at in the multi-buffer view. It's very frustrating. I think it could be made to work bet…
Re: You can now disable all AI features in Zed
#10This is great, My 2 cents since I see a Boolean: what if that setting were an enum every operator started with AiMode::Off so we can consciously opt-in, plus then Zed could have more AI Mode levels besides just on or off? Maybe there could be a level for experienced programmers and another level for vibe coders, and prompts / permissions could be set accordingly?
The four AI features in Zed (that I'm aware of) are:
* autocomplete -- this can be turned on and off separately from the AI features toggle, and can be put into 'subtle' mode, where you have to hold a key to see the completions.
* inline AI editing -- only activated by hitting ctrl-enter, otherwise you'll never see it.
* agent/chat editing -- you can disable the right-side chat panel, and you'll never see/use this.
* AI generated commit messages -- there's a button you hit in the commit message panel to activate this.