←back to thread

502 points SupremumLimit | 3 comments | | HN request time: 0.943s | source
Show context
mort96 ◴[] No.44316578[source]
I was interested in Zed, but lost all interest when they started integrating "AI". I'm tired of "AI" everywhere.

I'll just stick with Neovim until something better comes around. Which probably won't happen until after the "AI" bubble bursts.

replies(12): >>44316614 #>>44316634 #>>44316729 #>>44316830 #>>44316947 #>>44317120 #>>44317364 #>>44318004 #>>44319158 #>>44320333 #>>44320677 #>>44321186 #
reddalo ◴[] No.44316614[source]
Me too. I don't want AI, and if it's there, I want to be able to completely remove it. Zed is forcing it, so I'm staying on VSCodium.
replies(1): >>44316685 #
nurumaik ◴[] No.44316685[source]
What's forcing AI in Zed though?

agent.enabled = false and it's gone, no?

replies(1): >>44320128 #
mixmastamyk ◴[] No.44320128[source]
Probably also requires an api key, no? So would be difficult to force.

I have a firewall, OpenSnitch, so don’t have to worry much about programs trying to connect. But definitely would prefer they don’t unless directed.

How does zed handle it?

replies(1): >>44320441 #
1. haiku2077 ◴[] No.44320441[source]
There's a pair of config settings to turn off all of the AI features:

features.edit_prediction_provider=none agent.enabled=false

There's additional config to set if inline assistance is automatic, only when the user presses a key, fully disabled, etc.

replies(1): >>44322717 #
2. mixmastamyk ◴[] No.44322717[source]
I’d prefer an option at first start perhaps, to turn it on.
replies(1): >>44323920 #
3. haiku2077 ◴[] No.44323920[source]
That might be how it works, I haven't been through the new user flow in a while.