Live data from Hacker News

Zed AI

zed.dev

231–240 of 299 posts

Re: Zed AI

#231

Earlier quoted context omitted.

I use llms exactly and exclusively for the first two cases - just write comments like: // map this object array to extract data, and use reduce to update the hasher And let llms do the rest. I rarely find my self back to the browser - 80% of the time they spit out a completely acceptable solution, and for the rest 20% at least the function/method is correct. Saved me much time from context switching.

For me the quick refresh is better as I only need to do it once (until I don't use the language/library again) and that can be done without internet (local documentation) or high power consumption (if you were using local models). And with a good editor (or IDEs) all of these can be automated (snippets, bindings to the doc browser,...) and for me, it's a better flow state than waiting for a LLM to produce output. P.S…

I agree with you, creating something just feels better than reviewing code from a LLM intern ;D

That's why I almost never use the 'chat' panel in those AI-powered extensions, for I have to wait for the output and that will slow me down/kick me out of the flow.

However, I still strongly recommend that you have a try at *LLM auto completion* from Copilot(GitHub) or Copilot++(Cursor). From my experience it works just like context aware, intelligent snippets and heck, it's super fast - the response time is 0.5 ~ 1s on average behind a corporate proxy, sometimes even fast enough to predict what I'm currently typing.

I personally think that's where the AI coding hype is going to bear fruit - faster, smarter, context+documentation aware small snippets completion to eliminate the need for doc lookups. Multi file editing or full autonomous agent coding is too hyped.

Re: Zed AI

#232
post #224

Earlier quoted context omitted.

Hey! I'm Nate from Zed. There are a lot of questions about this, here are some quick thoughts... Cursor is great – We explored an alternate approach to our assistant similar to theirs as well, but in the end we found we wanted to lean into what we think our super power is: Transforming text. So we leaned into it heavily. Zed's assistant is completely designed around retrieving, editing and managing text to create a "…

How do I enable Zed AI? I'm logged in, using Zed Preview, and selecting the model does nothing. In the configuration it says I "must accept the terms of service to use this provider" but I don't see where and how I can do that.

I'm having the same problem.

Re: Zed AI

#233
post #120

Earlier quoted context omitted.

Did Google make you less productive when looking up about code? If it did not then I dont see how looking up with AI can be worse.

> If it did not then I dont see how looking up with AI can be worse Looking up with AI is worse because its WRONG a lot more. Random rabbit holes, misdirection. Stuff that SOUNDS right but is not. It takes a lot of time and energy to discern the wheat from the chaff. Sure you can find misleading or outdated blogposts or forum discussions with a google search but the information is far more grounded in correctness the…

>>Sure you can find misleading or outdated blogposts or forum discussions with a google search but the information is far more grounded in correctness then anything from an LLM.

This was the case only 2 - 3 months back. But the assistants all moved to GPT-4/Sonnet and the newer versions are just a whole lot better and accurate.

That's the whole idea behind AI, when you do find something is wrong, the error function kicks in and the weights are tweaked to more correct values.

When GPT-5 comes along it will be another whole level accurate. In fact its already close to 90% accurate for most tasks with GPT-5 you can say that number could go to 95% or so. Which is actually fairly good enough for nearly all the production work you could do.

Of course in coming years, Im guessing coding without AI assistance will be somewhat similar to writing code on paper or something like that. You can still do it for fun, but you won't be any where productive at a job.

Re: Zed AI

#234
I've been playing with it this morning, and fuck me this is awesome. I finally feel that an LLM is being actually useful for coding. I still have to check everything, but it's like having a talented junior helping me.

Re: Zed AI

#235
post #140

I just want a fast programmable text editor with a native GUI and good defaults. But that seems really tough to find, for some reason. Zed is so close, but I’d much rather see a focus on the “programmable” part and let the AI and collaboration features emerge later out of rich extensibility (i.e. as plugins, perhaps even paid plugins) than have them built-in behind a sign-in and unknown future pricing model.

> I just want a fast programmable text editor with a native GUI and good defaults. What would that be for each OS? Linux: Kate (at least if using KDE; which one would it be for GTK / Gnome?) macOS: TextMate? Windows: Notepad++?

notepad++ without plugins is there for linux

NotepadNext – a cross-platform reimplementation of Notepad++ | Hacker News https://news.ycombinator.com/item?id=39854182

Re: Zed AI

#236
Anthropic is an evil company. I wanted to try their subscription for a month, now they are storing my credit card info forever without an option to remove it, yet a single click of a button will instantly resubscribe me. I don't understand how one can seriously think they will not sell all your data at the first opportunity to make money, cause with such shady subscription/payment practices it instantly gives a money-before-all vibes for the whole product and the company.

Re: Zed AI

#237

Earlier quoted context omitted.

People that don't like Bash|Zsh|... and are afraid of ImageMagick|ffmpeg|curl|...'s manuals and want AI to generate the perfect script for them.

Why not both? What do you see wrong with having gpt spit out a complicated ffmpeg filter chain and explaining every step of the output, which you can then look up in the docs and unit test before implementing? I find verifying the gpt output is still quicker than consulting giant wall of text man pages

Fish and learning to fish. The latter widens your perspective and give you more options, especially if there are a lot of rivers nearby!

Re: Zed AI

#238

Hey Zed team, just one little nitpick about the page. I love the keyboard shortcuts at the top for the download page and login. However, when I try to Ctrl-L and select the url, it triggers the login page shortcut. Brave Browser Windows 10

Thanks for the report, this should be fixed now!

Yep fixed!

Re: Zed AI

#240

Earlier quoted context omitted.

Anecdotally, I have never seen Windows widely used for development, outside of .NET shops (but that shouldn't be a surprise). Moreover, there's plenty of quirks Windows has with respect to: - Unicode (UTF-16 whereas the world is UTF-8; even Java uses UTF-8 nowadays, so it's only Windows where UTF-8 is awkward to use) - filenames (lots of restrictions that don't exist on Mac or Linux) - text encoding (the data in the…

Everywhere I've worked, most users (including devs) are on Windows. Windows is the major OS in enterprise environments, it's a huge mistake to not support it imo.

Anecdotal evidence. Although I agree about OS support parity, because OS religiosity is generally dumb.
Post reply on HN