←back to thread

502 points SupremumLimit | 4 comments | | HN request time: 0s | 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 #
laserbeam ◴[] No.44316830[source]
Zed was the first editor that tempted me into using AI features. It felt solid in general and AI feels mostly like autocomplete in other editors (in terms of how much it's in your face). There's definitely a place for AI models and agents in code editors, and Zed makes me feel like it's not built around them, which is great! Zed feel like "Come to us, we are making a good fast editor that also has AI." while competition feel like "Come to us, we want AI that has an editor".
replies(1): >>44317097 #
mort96 ◴[] No.44317097[source]
I'm genuinely happy it works for you. I just don't want AI in my text editor, even if you're happy with it.
replies(2): >>44317761 #>>44317987 #
atonse ◴[] No.44317761[source]
I suspect you’ll be an extreme minority.

I won’t go near a code editor anymore without AI integrated deeply.

replies(4): >>44317769 #>>44317976 #>>44318017 #>>44319548 #
mort96 ◴[] No.44317769[source]
I suspect I'm not the only one experiencing "AI fatigue" as every single piece of software grows more and more useless "AI" features I don't want and which get in the way of doing what I actually want.
replies(3): >>44317849 #>>44318556 #>>44321341 #
jajko ◴[] No.44318556[source]
Nah, its the quiet majority, and AI posts on places like HN quickly create their own echo chambers with folks patting themselves and each other on their backs.

There is AI as a useful tool, maybe, which is at most few % of current hype. Most folks seem to end up babysitting it a lot to get something useful out of it. And then there is everything else which is mostly hype or narrow use cases. To proper typical senior managing a team I don't see much added value. It can help juniors churn out large chunks of the code but I haven't worked in 20 years in a place that values quantity of code and quick deliveries over quality.

Also very much depends on the business and specific company. In my banking mega corp, no AI is even allowed to be used even as I write it now, all popular sites are blocked and there are strict policies against. Couldn't care less, coding is such a small part of my work I don't want to lose this creative outlet by delegating it to something I need to triple check for bugs afterwards. Also with any new stuff I learn way more by implementing it myself rather than looking at pre-made code.

replies(1): >>44318775 #
mort96 ◴[] No.44318775[source]
> Also very much depends on the business and specific company. In my banking mega corp, no AI is even allowed to be used

This is a huge thing tbh. I don't like these AI things in general so I wouldn't use them anyway, but I just can't imagine going to my clients and asking them, "Hey is it okay with you if I routinely upload all your code to these random American venture-backed start-ups?". And I really can't imagine just doing that behind their back. I couldn't really imagine doing that with an employer's code either.

Ideally I don't even use software where accidentally toggling the wrong checkbox in some settings screen results in automatically uploading client code to these American start-ups either. Now I won't pretend that my stance against AI is purely out of some principled cybersecurity concern, but it's definitely a factor.

replies(1): >>44319241 #
arcatech ◴[] No.44319241{3}[source]
You can use local LLMs.
replies(1): >>44319359 #
1. mort96 ◴[] No.44319359{4}[source]
Is that what Zed's integration does by default?

In any case, what I see most people doing is integrating it with Claude/Copilot/etc. The security concerns specifically obviously don't apply when running it locally.

replies(1): >>44320782 #
2. anthony-eid ◴[] No.44320782[source]
By default Zed has a user choose what type of configuration they want. That could be something like LM Studio, Ollama, or your own API keys to a provider you're already paying for.

AI also isn't shoved in your face when using Zed, there's one small button on the button right.

replies(1): >>44320987 #
3. mort96 ◴[] No.44320987[source]
> there's one small button on the [bottom] right.

Wait there's an always-present AI button in the normal text editing UI? That's way more prominent than I expected, I assumed it was just an option in a settings screen somewhere. I definitely don't want an AI button that's always on screen.

I just downloaded Zed to see this for myself and found not only one but two AI buttons in the lower right, one for integration with chat bots and one for their "prediction" AI. Both try to get you to log in to online services (even though, yes, a local chat bot is an option for one of them).

It seems like you can remove the chat bot ("agent") button through their config file, but I found no option to remove the "predictions" button.

Man this editor is pushing "AI" way harder than I imagined. As I said I genuinely assumed that it was just like iTerm2's chat bot integration where you could enable it in a settings screen.

replies(1): >>44328122 #
4. anon7000 ◴[] No.44328122{3}[source]
AI features are essentially non-negotiable for a lot of people these days, and a lot of companies too. It’s hard to deny that LLMs coding assistants are at a minimum pretty promising. More promising than many other LLM uses. Zed wants to be a professional IDE, not just a random text editor, and LLM services are (whether you like it or not) an important tool in that IDE toolbox.

It’s fair to have huge concerns over AI (I certainly do), but I don’t think it’s fair to expect IDEs to skip some of the only technology that developers (and companies, importantly) are willing to pay for in an IDE.