NHacker Next
login
▲Zedless: Zed fork focused on privacy and being local-firstgithub.com
520 points by homebrewer 19 hours ago | 278 comments
Loading comments...
pnathan 19 hours ago [-]
I'm glad to see this. I'm happy to plan to pay for Zed - its not there yet but its well on its way - But I don't want essentially _any_ of the AI and telemetry features.

The fact of the matter is, I am not even using AI features much in my editor anymore. I've tried Copilot and friends over and over and it's just not _there_. It needs to be in a different location in the software development pipeline (Probably code reviews and RAG'ing up for documentation).

- I can kick out some money for a settings sync service. - I can kick out some money to essentially "subscribe" for maintenance.

I don't personally think that an editor is going to return the kinds of ROI VCs look for. So.... yeah. I might be back to Emacs in a year with IntelliJ for powerful IDE needs....

dilDDoS 18 hours ago [-]
I'm happy to finally see this take. I've been feeling pretty left out with everyone singing the praises of AI-assisted editors while I struggle to understand the hype. I've tried a few and it's never felt like an improvement to my workflow. At least for my team, the actual writing of code has never been the problem or bottleneck. Getting code reviewed by someone else in a timely manner has been a problem though, so we're considering AI code reviews to at least take some burden out of the process.
Aurornis 18 hours ago [-]
AI code reviews are the worst place to introduce AI, in my experience. They can find a few things quickly, but they can also send people down unnecessary paths or be easily persuaded by comments or even the slightest pushback from someone. They're fast to cave in and agree with any input.

It can also encourage laziness: If the AI reviewer didn't spot anything, it's easier to justify skimming the commit. Everyone says they won't do it, but it happens.

For anything AI related, having manual human review as the final step is key.

kmacdough 20 minutes ago [-]
I agree and disagree. I think it's important to make it very visually clear that it is not really a PR, but rather an advanced style checker. I think they can be very useful for assessing more rote/repetitive standards that are a bit beyond what standard linters/analysis can provide. Things like institutional standards, lessons learned, etc. But if it uses the normal PR pipeline rather than the checker pipeline, it gives the false impression that it is a PR, which is not.
aozgaa 18 hours ago [-]
Agreed.

LLM’s are fundamentally text generators, not verifiers.

They might spot some typos and stylistic discrepancies based on their corpus, but they do not reason. It’s just not what the basic building blocks of the architecture do.

In my experience you need to do a lot of coaxing and setting up guardrails to keep them even roughly on track. (And maybe the LLM companies will build this into the products they sell, but it’s demonstrably not there today)

CharlesW 16 hours ago [-]
> LLM’s are fundamentally text generators, not verifiers.

In reality they work quite well for text and numeric (via tools) analysis, too. I've found them to be powerful tools for "linting" a codebase against adequately documented standards and architectural guidance, especially when given the use of type checkers, static analysis tools, etc.

skydhash 16 hours ago [-]
The value of an analysis is the decision that will be taken after getting the result. So will you actually fix the codebase or it’s just a nice report to frame and put on the wall?
CharlesW 16 hours ago [-]
> So will you actually fix the codebase…

Code quality improvements is the reason to do it, so *yes*. Of course, anyone using AI for analysis is probably leveraging AI for the "fix" part too (or at least I am).

pnathan 18 hours ago [-]
That's a fantastic counterpoint. I've found AI reviewers to be useful on a first pass, at a small-pieces level. But I hear your opinion!
chuckadams 17 hours ago [-]
I find the summary that copilot generates is more useful than the review comments most of the time. That said, I have seen it make some good catches. It’s a matter of expectations: the AI is not going to have hurt feelings if you reject all its suggestions, so I feel even more free to reject it feedback with the briefest of dismissals.
kstrauser 18 hours ago [-]
IMO, the AI bits are the least interesting parts of Zed. I hardly use them. For me, Zed is a blazing fast, lightweight editor with a large community supporting plugins and themes and all that. It's not exactly Sublime Text, but to me it's the nearest spiritual successor while being fully GPL'ed Free Software.

I don't mind the AI stuff. It's been nice when I used it, but I have a different workflow for those things right now. But all the stuff besides AI? It's freaking great.

dns_snek 18 hours ago [-]
> while being fully GPL'ed Free Software

I wouldn't sing them praises for being FOSS. All contributions are signed away under their CLA which will allow them to pull the plug when their VCs come knocking and the FOSS angle is no longer convenient.

bigfudge 17 hours ago [-]
How is this true if it’s actually GPL as gp claimed?
pie_flavor 16 hours ago [-]
The CLA assigns ownership of your contributions to the Zed team[^0]. When you own software, you can release it under whatever license you want. If I hold a GPL license to a copy, I have that license to that copy forever, and it permits me to do all the GPL things with it, but new copies and new versions you distribute are whatever you want them to be. For example Redis relicensed, prompting the community to fork the last open-source version as Valkey.

The way it otherwise works without a CLA is that you own the code you contributed to your repo, and I own the code I contributed to your repo, and since your code is open-source licensed to me, that gives me the ability to modify it and send you my changes, and since my code is open-source licensed to you, that gives you the ability to incorporate it into your repo. The list of copyright owners of an open source repo without a CLA is the list of committers. You couldn't relicense that because it includes my code and I didn't give you permission to. But a CLA makes my contribution your code, not my code.

[^0]: In this case, not literally. You instead grant them a proprietary free license, satisfying the 'because I didn't give you permission' part more directly.

therealpygon 17 hours ago [-]
Because when you sign away copyright, the software can be relicensed and taken closed source for all future improvements. Sure, people can still use the last open version, maybe fork it to try to keep going, but that simply doesn’t work out most times. I refuse to contribute to any project that requires me to give them copyright instead of contributing under copyleft; it’s just free contractors until the VCs come along and want to get their returns.
setopt 8 hours ago [-]
> I refuse to contribute to any project that requires me to give them copyright instead of contributing under copyleft

Please note that even GNU themselves require you to do this, see e.g. GNU Emacs which requires copyright assignment to the FSF when you submit patches. So there are legitimate reasons to do this other than being able to close the source later.

wolvesechoes 8 hours ago [-]
I will start being worried about GNU approach the day they accept VC money.
teddyh 5 hours ago [-]
> even GNU themselves require you to do this

Some GNU projects require this; it’s up to the individual maintainers of each specific GNU project whether to require this or not. Many don’t.

carey 17 hours ago [-]
The FSF also typically requires a copyright assignment for their GPL code. Nobody thinks that they’ll ever relicense Emacs, though.
ekidd 9 hours ago [-]
It has been decades since I've seen an FSF CLA packet, but if I recall correctly, the FSF also made legally-binding promises back to the original copyright holder, promising to distribute the code under some kind of "free" (libre, not gratuit) license in the future. This would have allowed them to switch from GPL 2 to GPL 3, or even to an MIT license. But it wouldn't have allowed them to make the software proprietary.

But like I said, it has been decades since I've seen any of their paperwork, and memory is fallible.

kergonath 15 hours ago [-]
They’re also not exactly a VC-backed startup.
johnny22 13 hours ago [-]
yeah I don't mind signing a CLA for copyleft software to a non-profit org, but i do with a for-profit one.
kstrauser 16 hours ago [-]
In my opinion, it's not. They could start licensing all new code under a non-FOSS license tomorrow and we'd still have the GPL'ed Zed as it is today. The same is true for any project, CLA or not.
tkz1312 17 hours ago [-]
why not just use sublime text?
kstrauser 16 hours ago [-]
That GPL/Free Software part is a pretty huge part of the reason.
tkz1312 15 hours ago [-]
until the inevitable VC rug pull…
kstrauser 14 hours ago [-]
It’ll still be GPL.
17 hours ago [-]
TheCapeGreek 8 hours ago [-]
I always hear this "writing code isn't the bottleneck" used when talking about AI, as if there are chosen few engineers who only work on completely new and abstract domains that require a PhD and 20 years of experience that an LLM can not fathom.

Yes, you're right, AI cannot be a senior engineer with you. It can take a lot of the grunt work away though, which is still part of the job for many devs at all skill levels. Or it's useful for technologies you're not as well versed in. Or simply an inertia breaker if you're not feeling very motivated for getting to work.

Find what it's good for in your workflows and try it for that.

3836293648 8 hours ago [-]
I feel like everyone praising AI is a webdev with extremely predictable problems that are almost entirely boilerplate.

I've tried throwing LLMs at every part of the work I do and it's been entirely useless at everything beyond explaining new libraries or being a search engine. Any time it tries to write any code at all it's been entirely useless.

But then I see so many praising all it can do and how much work they get done with their agents and I'm just left confused.

typpilol 8 hours ago [-]
Can I ask what kind of work area you're in?
creshal 5 hours ago [-]
Yeah, the more boilerplate your code needs, the better AI works, and the more it saves you time by wasting less on boilerplate.

AI tooling my experience:

- React/similar webdev where I "need" 1000 lines of boilerplate to do what jquery did in half a line 10 years ago: Perfect

- AbstractEnterpriseJavaFactorySingletonFactoryClassBuilder: Very helpful

- Powershell monstrosities where I "need" 1000 lines of Verb-Nouning to do what bash does in three lines: If you feed it a template that makes it stop hallucinating nonexisting Verb-Nouners, perfect

- Abstract algorithmic problems in any language: Eh, okay

- All the `foo,err=…;if err…` boilerplate in Golang: Decent

- Actually writing well-optimized business logic in any of those contexts: Forget about it

Since I spend 95% of my time writing tight business logic, it's mostly useless.

sli 17 hours ago [-]
I found the OP comment amusing because Emacs with a Jetbrains IDE when I need it is exactly my setup. The only thing I've found AI to be consistently good for is spitting out boring boilerplate so I can do the fun parts myself.
jama211 18 hours ago [-]
Highlighting code and having cursor show the recommended changes and make them for me with one click is just a time saver over me copying and pasting back and forth to an external chat window. I don’t find the autocomplete particularly useful, but the inbuilt chat is a useful feature honestly.
stouset 18 hours ago [-]
I'm the opposite. I held out this view for a long, long time. About two months ago, I gave Zed's agentic sidebar a try.

I'm blown away.

I'm a very senior engineer. I have extremely high standards. I know a lot of technologies top to bottom. And I have immediately found it insanely helpful.

There are a few hugely valuable use-cases for me. The first is writing tests. Agentic AI right now is shockingly good at figuring out what your code should be doing and writing tests that test the behavior, all the verbose and annoying edge cases, and even find bugs in your implementation. It's goddamn near magic. That's not to say they're perfect, sometimes they do get confused and assume your implementation is correct when the test doesn't pass. Sometimes they do misunderstand. But the overall improvement for me has been enormous. They also generally write good tests. Refactoring never breaks the tests they've written unless an actually-visible behavior change has happened.

Second is trying to figure out the answer to really thorny problems. I'm extremely good at doing this, but agentic AI has made me faster. It can prototype approaches that I want to try faster than I can and we can see if the approach works extremely quickly. I might not use the code it wrote, but the ability to rapidly give four or five alternatives a go versus the one or two I would personally have time for is massively helpful. I've even had them find approaches I never would have considered that ended up being my clear favorite. They're not always better than me at choosing which one to go with (I often ask for their summarized recommendations), but the sheer speed in which they get them done is a godsend.

Finding the source of tricky bugs is one more case that they excel in. I can do this work too, but again, they're faster. They'll write multiple tests with debugging output that leads to the answer in barely more time than it takes to just run the tests. A bug that might take me an hour to track down can take them five minutes. Even for a really hard one, I can set them on the task while I go make coffee or take the dog for a walk. They'll figure it out while I'm gone.

Lastly, when I have some spare time, I love asking them what areas of a code base could use some love and what are the biggest reward-to-effort ratio wins. They are great at finding those places and helping me constantly make things just a little bit better, one place at a time.

Overall, it's like having an extremely eager and prolific junior assistant with an encyclopedic brain. You have to give them guidance, you have to take some of their work with a grain of salt, but used correctly they're insanely productive. And as a bonus, unlike a real human, you don't ever have to feel guilty about throwing away their work if it doesn't make the grade.

skydhash 17 hours ago [-]
> Agentic AI right now is shockingly good at figuring out what your code should be doing and writing tests that test the behavior, all the verbose and annoying edge cases,

That's a red flag for me. Having a lot of tests usually means that your domain is fully known so now you can specify it fully with tests. But in a lot of setting, the domain is a bunch of business rules that product decides on the fly. So you need to be pragmatic and only write tests against valuable workflows. Or find yourself changing a line and have 100+ tests breaking.

asgraham 17 hours ago [-]
If you can write tests fast enough, you can specify those business rules on the fly. The ideal case is that tests always reflect current business rules. Usually that may be infeasible because of the speed at which those rules change, but I’ve had a similar experience of AI just getting tests right, and even better, getting tests verifiably right because the tests are so easy to read through myself. That makes it way easier to change tests rapidly.

This also is ignoring that ideally business logic is implemented as a combination of smaller, stabler components that can be independently unit tested.

skydhash 16 hours ago [-]
Unit tests value is mostly when integration and more general tests are failing. So you can filter out some sections in the culprit list (you don’t want to spend days specifying the headlights if the electric design is wrong or the car can’t start)

Having a lot of tests is great until you need to refactor them. I would rather have a few e2e for smoke testing and valuable workflows, Integration tests for business rules. And unit tests when it actually matters. As long as I can change implementation details without touching the tests that much.

Code is a liability. Unless you don’t have to deal with (assembly and compilers) reducing the amount of code is a good strategy.

TheCapeGreek 9 hours ago [-]
Tests breaking when you change things is... kind of the point?
mkl 9 hours ago [-]
What languages and contexts are you getting these good results for?
omniscient_oce 14 hours ago [-]
Which model are you using?
mirkodrummer 15 hours ago [-]
Good marketing bro
skrtskrt 18 hours ago [-]
AI is solid for kicking off learning a language or framework you've never touched before.

But in my day to day I'm just writing pure Go, highly concurrent and performance-sensitive distributed systems, and AI is just so wrong on everything that actually matters that I have stopped using it.

skydhash 18 hours ago [-]
But so is a good book. And it costs way less. Even though searching may be quicker, having a good digest of a feature is worth the half hour I can spend browsing a chapter. It’s directly picking an expert brains. Then you take notes, compare what you found online and the updated documentation and soon you develop a real understanding of the language/tool abstraction.
skrtskrt 16 hours ago [-]
In an ideal world, yeah. But most software instructional docs and books are hot garbage, out of date, incorrect, incomplete, and far too shallow.
skydhash 16 hours ago [-]
Are you reading all the books on the market? You can find some good recommendation lists. No need to get every new releases from Packtpub.
mirkodrummer 15 hours ago [-]
I knew you were up to jab Packt XD I have yet to find a good book from Packt it may be exist. My fav publishers are manning and nostarch press
sarchertech 12 hours ago [-]
I’m using Go to build a high performance data migration pipeline for a big migration we’re about to do. I haven’t touched Go in about 10 years, so AI was helpful getting started.

But now that I’ve been using it for a while it’s absolutely terrible with anything that deals with concurrency. It’s so bad that I’ve stopped using it for any code generation and going to completely disable autocomplete.

mirkodrummer 15 hours ago [-]
AI has stale knowledge I won't use it for learning, especially because it's biased towards low quality JS repos on which has been trained on
skrtskrt 15 hours ago [-]
A good example would be Prometheus, particularly PromQL for which the docs are ridiculously bare, but there is a ton of material and stackoverflow answers scattered al over the internet.
aDyslecticCrow 18 hours ago [-]
zed was just a fast and simple replacement for Atom (R.I.P) or vscode. Then they put AI on top when that showed up. I don't care for it, and appreciate a project like this to return the program to its core.
DerArzt 29 minutes ago [-]
Just to echo the sentiment, I've had struggles trying to figure out how to use LLMs in my daily work.

I've landed on using it as part of my code review process before asking someone to review my PR. I get a lot of the nice things that LLMs can give me (a second set of eyes, a somewhat consistent reviewer) but without the downsides (no waiting on the agent to finish writing code that may not work, costs me personally nothing in time and effort as my Org pays for the LLM, when it hallucinates I can easily ignore it).

mootoday 18 hours ago [-]
You can opt out of AI features in Zed [0].

[0] https://zed.dev/blog/disable-ai-features

inetknght 17 hours ago [-]
Opt-out instead of opt-in is an anti-feature.
gleenn 16 hours ago [-]
IIRC it was opt-in.
echelon 11 hours ago [-]
You can leave LLM Q&A on the table if you like, but tab auto complete is a godlike power.

I'm auto-completing crazy complex Rust match branches for record transformation. 30 lines of code, hitting dozens of fields and mutations, all with a single keystroke. And then it knows where my next edit will be.

I've been programming for decades and I love this. It's easily a 30-50% efficiency gain when plumbing fields or refactoring.

typpilol 8 hours ago [-]
Honestly I find it useful for simple things like having to change something in a ton of columns you can't do with an easy find replace.

Really is game changing

oneshtein 6 hours ago [-]
How to opt-out of unrequested pop-ups and various helpers, or download and installation of binary files without permission?
senko 18 hours ago [-]
Can't you just not use / disable AI and telemetry? It's not shoved in your face.

I would prefer an off-by-default telemetry, but if there's a simple opt-out, that's fine?

pnathan 13 hours ago [-]
It's a question of the business model.
throwawayxcmz 14 hours ago [-]
You can't disable the culture.
computerthings 3 hours ago [-]
[dead]
coneonthefloor 16 hours ago [-]
Well said, Zed could be great if they just stopped with the AI stuff and focused on text editing.
nsm 10 hours ago [-]
Have you considered sublime text as the lightweight editor?
asadm 18 hours ago [-]
I think you and I are having very different experiences with these copilot/agents. So I have questions for you, how do you:

- generate new modules/classes in your projects - integrate module A into module B or entire codebase A into codebase B?

- get someones github project up and running on your machine, do you manually fiddle with cmakes and npms?

- convert an idea or plan.md or a paper into working code?

- Fix flakes, fix test<->code discrepancies or increase coverage etc

If you do all this manually, why?

skydhash 17 hours ago [-]
> generate new modules/classes in your projects

If it's formulaic enough, I will use the editor templates/snippets generator. Or write a code generator (if it involves a bunch of files). If it's not, I probably have another class I can copy and strip out (especially in UI and CRUD).

> integrate module A into module B

If it's cannot be done easily, that's the sign of a less than optimal API.

> entire codebase A into codebase B

Is that a real need?

> get someones github project up and running on your machine, do you manually fiddle with cmakes and npms

If the person can't be bothered to give proper documentation, why should I run the project? But actually, I will look into AUR (archlinux) and Homebrew formula if someone has already do the first jobs of figuring dependency version. If there's a dockerfile, I will use that instead.

> convert an idea or plan.md or a paper into working code?

Iteratively. First have an hello world or something working, then mowing down the task list.

> Fix flakes, fix test<->code discrepancies or increase coverage etc

Either the test is wrong or the code is wrong. Figure out which and rework it. The figuring part always take longer as you will need to ask around.

> If you do all this manually, why?

Because when something happens in prod, you really don't want that feeling of being the last one that have interacted with that part, but with no idea of what has changed.

frakt0x90 17 hours ago [-]
To me, using AI to convert an idea or paper into working code is outsourcing the only enjoyable part of programming to a machine. Do we not appreciate problem solving anymore? Wild times.
mackeye 17 hours ago [-]
i'm an undergrad, so when i need to implement a paper, the idea is that i'm supposed to learn something from implementing it. i feel fortunate in that ai is not yet effective enough to let me be lazy and skip that process, lol
craftkiller 17 hours ago [-]
When I was younger, we all had to memorize phone numbers. I still remember those numbers (even the defunct ones) but I haven't learned a single new number since getting a cellphone.

When I was younger, I had to memorize how to drive to work/the grocery store/new jersey. I still remember those routes but I haven't learned a single new route since getting a smartphone.

Are we ready to stop learning as programmers? I certainly am not and it sounds like you aren't either. I'll let myself plateau when I retire or move into management. Until then, every night debugging and experimenting has been building upon every previous night debugging and experimenting, ceaselessly progressing towards mastery.

tracker1 13 hours ago [-]
I can largely relate... that said, I rarely rely on my phone for remembering routes to places I've been before. It does help that I've lived in different areas of my city and suburbs (Phoenix) so I'm generally familiar with most of the main streets, even if I haven't lived on a given side of town in decades.

The worst is when I get inclined to go to a specific restaurant I haven't been to in years and it's completely gone. I've started to look online to confirm before driving half an hour or more.

fapjacks 16 hours ago [-]
I noticed this also, and ever since, I've made it a point to always have memorized my SO's number and my best friend's number.
vehemenz 16 hours ago [-]
Drawing blueprints is more enjoyable than putting up drywall.
jeremyjh 11 hours ago [-]
The code is the blueprint.

“The final goal of any engineering activity is some type of documentation. When a design effort is complete, the design documentation is turned over to the manufacturing team. This is a completely different group with completely different skills from the design team. If the design documents truly represent a complete design, the manufacturing team can proceed to build the product. In fact, they can proceed to build lots of the product, all without any further intervention of the designers. After reviewing the software development life cycle as I understood it, I concluded that the only software documentation that actually seems to satisfy the criteria of an engineering design is the source code listings.” - Jack Reeves

mirkodrummer 15 hours ago [-]
*Outsourcing to a parrot on steroids which will make mistakes, produce stale ugly ui with 100px border radius, 50px padding and rainbow hipster shadows, write code biased towards low quality training data and so on. It's the perfect recipe for disaster
xpe 14 hours ago [-]
Over the top humor duly acknowledged.

Disastrous? Quite possibly, but my concerns are based on different concerns.

Almost everything changes, so isn’t it better to rephrase these statements as metrics to avoid fixating on one snapshot in an evolving world?

As the metrics get better, what happens? Do you still have objections? What objections remain as AI capabilities get better and better without limit? The growth might be slow or irregular, but there are many scenarios where AIs reach the bar where they are better at almost all knowledge work.

Stepping back, do you really think of AI systems as stochastic parrots? What does this metaphor buy you? Is it mostly a card you automatically deal out when you pattern match on something? Or does serve as a reusable engine for better understanding the world?

We’ve been down this road; there is already much HN commentary on the SP metaphor. (Not that I recommend HN for this kind of thing. This is where I come to see how a subset of tech people are making sense of it, often imperfectly with correspondingly inappropriate overconfidence.)

TLDR: smart AI folks don’t anchor on the stochastic parrots metaphor. It is a catchy phrase and helped people’s papers get some attention, but it doesn’t mean what a lot of people think it means. Easily misunderstood, it serves as a convenient semantic stop sign so people don’t have to dig in to the more interesting aspects of modern AI systems. For example: (1) transformers build conceptual models of language that transcend any particular language. (2) They also build world models with spatial reasoning. (3) Many models are quite resilient to low quality training data. And more.

To make this very concrete: under the assumption of universal laws of physics, people are just following the laws of physics, and to a first approximation, our brains are just statistical pattern matchers. By this definition, humans would also be “stochastic parrots”. I go all this trouble to show that this metaphor doesn’t cut to the heart of the matter. There are clearer questions to ask: they require getting a lot more specific about various forms and applications of intelligent behavior. For example

- under what circumstances does self play lead to superhuman capability in a particular domain?

- what limits exist (if any) in the self supervised training paradigm used for sequential data? If the transformer trained in this way can write valid programs then it can create almost any Turing machine; limited only by time and space and energy. What more could you want? (Lots, but I’m genuinely curious as to people’s responses after reflecting on these.)

jeremyjh 11 hours ago [-]
Until the thing can learn on its own and advance its capabilities to the same degree that a junior developer can, it is not intelligent enough to do that work. It doesn't learn our APIs, it doesn't learn our business domain, it doesn't learn from the countless mistakes I correct it on. What we have now is interesting, it is helping sometimes and wasteful others. It is not intelligent.
ITjournalist 6 hours ago [-]
Regarding the phrase statistical parrot, I would claim that statistical parrotism is an ideology. As with any ideology, what we see is a speciation event. The overpopulation of SEO parrots has driven out a minority of parrots who now respecialize in information dissemination rather than information pollution, leaving their former search-engine ecological niche and settling in a new one that allows them to operate at a higher level of density, compression and complexity. Thus it's a major step in evolution, but it would be a misunderstanding to claim that evolution is the emergence of intelligence.
mirkodrummer 1 hours ago [-]
The overpopulation of AI BS, prophet previsions, pseudo philosopher/anthropologist and so on, this site has been tampered with is astonishing
mirkodrummer 12 hours ago [-]
LLMs ARE stochastic parrots, throw whatever chatgpt slop answer but facts are facts
asadm 16 hours ago [-]
depends. if i am converting it to then use it in my project, i don't care who writes it, as long as it works.
pnathan 18 hours ago [-]
I'm pretty fast coding and know what I'm doing. My ideas are too complex for claude to just crap out. If I'm really tired I'll use claude to write tests. Mostly they aren't really good though.

AI doesn't really help me code vs me doing it myself.

AI is better doing other things...

asadm 17 hours ago [-]
> AI is better doing other things...

I agree. For me the other things are non-business logic, build details, duplicate/bootstrap code that isn't exciting.

mackeye 17 hours ago [-]
> how do you convert a paper into working code?

this is something i've found LLMs almost useless at. consider https://arxiv.org/abs/2506.11908 --- the paper explains its proposed methodology pretty well, so i figured this would be a good LLM use case. i tried to get a prototype to run with gemini 2.5 pro, but got nowhere even after a couple of hours, so i wrote it by hand; and i write a fair bit of code with LLMs, but it's primarily questions about best practices or simple errors, and i copy/paste from the web interface, which i guess is no longer in vogue. that being said, would cursor excel here at a one-shot (or even a few hours of back-and-forth), elegant prototype?

asadm 17 hours ago [-]
I have found that whenever it fails for me, it's likely that I was trying to one-shot the solution and I retry by breaking the problem into smaller chunks or doing a planning work with gemini cli first.
mackeye 15 hours ago [-]
smaller chunks works better, but ime, it takes as long as writing it manually that way, unless the chunk is very simple, e.g. essentially api examples. i tend not to use LLMs for planning because thats the most fun part for me :)
chamomeal 17 hours ago [-]
For stuff like adding generating and integrating new modules: the helpfulness of AI varies wildly.

If you’re using nest.js, which is great but also comically bloated with boilerplate, AI is fantastic. When my code is like 1 line of business logic per 6 lines of boilerplate, yes please AI do it all for me.

Projects with less cruft benefit less. I’m working on a form generator mini library, and I struggle to think of any piece I would actually let AI write for me.

Similar situation with tests. If your tests are mostly “mock x y and z, and make sure that this spied function is called with this mocked payload result”, AI is great. It’ll write all that garbage out in no time.

If your tests are doing larger chunks of biz logic like running against a database, or if you’re doing some kinda generative property based testing, LLMs are probably more trouble than they’re worth

craftkiller 18 hours ago [-]
> generate new modules/classes in your projects

I type:

  class Foo:
or:

  pub(crate) struct Foo {}
> integrate module A into module B

What do you mean by this? If you just mean moving things around then code refactoring tools to move functions/classes/modules have existed in IDEs for millennia before LLMs came around.

> get someones github project up and running on your machine

docker

> convert an idea or plan.md or a paper into working code

I sit in front of a keyboard and start typing.

> Fix flakes, fix test<->code discrepancies or increase coverage etc

I sit in front of a keyboard, read, think, and then start typing.

> If you do all this manually, why?

Because I care about the quality of my code. If these activities don't interest you, why are you in this field?

asadm 17 hours ago [-]
> If these activities don't interest you, why are you in this field?

I am in this field to deliver shareholder value. Writing individual lines of code; unless absolutely required, is below me?

craftkiller 17 hours ago [-]
Ah well then, this is the cultural divide that has been forming since long before LLMs happened. Once software engineering became lucrative, people started entering the field not because they're passionate about computers or because they love the logic/problem solving but because it is a high paying, comfortable job.

There was once a time when only passionate people became programmers, before y'all ruined it.

asadm 17 hours ago [-]
i think you are mis-categorizing me. i have been programming for fun since i was a kid. But that doesn't mean i solve mundane boring stuff even though i know i can get someone else or ai to figure those parts out so i can do the fun stuff.
craftkiller 16 hours ago [-]
Ah perhaps. Then I think we had different understandings of my "why are you in this field?" question. I would say that my day job is to "deliver shareholder value"[0] but I'd never say that is why I am in this field, and it sounds like it isn't why you're in this field either since I doubt you were thinking about shareholders when you were programming as a kid.

[0] Actually, I'd say it is "to make my immediate manager's job easier", but if you follow that up the org chart eventually it ends up with shareholders and their money.

asadm 15 hours ago [-]
well sure i may have oversimplified it. the shareholder is usually me :)
barnabee 15 hours ago [-]
Every human who defines the purpose of their life's work as "to deliver shareholder value" is a failure of society.

How sad.

asadm 15 hours ago [-]
as opposed to fluff like "make world a better place"?
17 hours ago [-]
stevenbedrick 18 hours ago [-]
To do those things, I do the same thing I've been doing for the thirty years that I've been programming professionally: I spend the (typically modest) time it takes to learn to understand the code that I am integrating into my project well enough to know how to use it, and I use my brain to convert my ideas into code. Sometimes this requires me to learn new things (a new tool, a new library, etc.). There is usually typing involved, and sometimes a whiteboard or notebook.

Usually it's not all that much effort to glance over some other project's documentation to figure out how to integrate it, and as to creating working code from an idea or plan... isn't that a big part of what "programming" is all about? I'm confused by the idea that suddenly we need machines to do that for us: at a practical level, that is literally what we do. And at a conceptual level, the process of trying to reify an idea into an actual working program is usually very valuable for iterating on one's plans, and identifying problems with one's mental model of whatever you're trying to write a program about (c.f. Naur's notions about theory building).

As to why one should do this manually (as opposed to letting the magic surprise box take a stab at it for you), a few answers come to mind:

1. I'm professionally and personally accountable for the code I write and what it does, and so I want to make sure I actually understand what it's doing. I would hate to have to tell a colleague or customer "no, I don't know why it did $HORRIBLE_THING, and it's because I didn't actually write the program that I gave you, the AI did!"

2. At a practical level, #1 means that I need to be able to be confident that I know what's going on in my code and that I can fix it when it breaks. Fiddling with cmakes and npms is part of how I become confident that I understand what I'm building well enough to deal with the inevitable problems that will occur down the road.

3. Along similar lines, I need to be able to say that what I'm producing isn't violating somebody's IP, and to know where everything came from.

4. I'd rather spend my time making things work right the first time, than endlessly mess around trying to find the right incantation to explain to the magic box what I want it to do in sufficient detail. That seems like more work than just writing it myself.

Now, I will certainly agree that there is a role for LLMs in coding: fancier auto-complete and refactoring tools are great, and I have also found Zed's inline LLM assistant mode helpful for very limited things (basically as a souped-up find and replace feature, though I should note that I've also seen it introduce spectacular and complicated-to-fix errors). But those are all about making me more efficient at interacting with code I've already written, not doing the main body of the work for me.

So that's my $0.02!

AceJohnny2 14 hours ago [-]
> I can kick out some money to essentially "subscribe" for maintenance.

People on HN and other geeky forums keep saying this, but the fact of the matter is that you're a minority and not enough people would do it to actually sustain a product/company like Zed.

ethanwillis 9 hours ago [-]
It's a code editor so I think the geeky forums are relevant here.

Also, this post is higher on HN than the post about raising capital from Sequoia where many of the comments are about how negatively they view the raising of capital from VC.

The fact of the matter is that people want this and the inability of companies to monetize on that desire says nothing about whether the desire is large enough to "actually sustain" a product/company like Zed.

insane_dreamer 17 hours ago [-]
didn't Zed recently add a config option to disable all AI features?
wahnfrieden 8 hours ago [-]
“I tried the worst one”
agosta 16 hours ago [-]
"Happy to see this". The folks over at Zed did all of the hard work of making the thing, try to make some money, and then someone just forks it to get rid of all of the things they need to put in to make it worth their time developing. I understand if you don't want to pay for Zed - but to celebrate someone making it harder for Zed to make money when you weren't paying them to begin with -"Happy to PLAN to pay for Zed"- is beyond.
eviks 11 hours ago [-]
> I understand if you don't want to pay for Zed

But he does say he does want to pay!

jemiluv8 16 hours ago [-]
I always have mixed feelings about forks. Especially the hard ones. Zed recently rolled out a feature that lets you disable all AI features. I also know telemetry can be opted out. So I don’t see the need for this fork. Especially given the list of features stated. Feels like something that can be upstreamed. Hope that happens

I remember the Redis fork and how it fragmented that ecosystem to a large extent.

barnabee 15 hours ago [-]
I'd see less need for this fork if Zed's creators weren't already doing nefarious things like refusing to allow the Zed account / sign-in features to be disabled.

I don't see a reason to be afraid of "fragmented ecosystems", rather, let's embrace a long tail of tools and the freedom from lock-in and groupthink they bring.

jemiluv8 13 hours ago [-]
For what they provide, for free, I'd say refusing to disable login is not "nefarious". They need to grow a business here.
jeremyjh 11 hours ago [-]
They need to make money for their investors. Once you start down the enshittification path, forever will it dominate your destiny.
fatata123 9 hours ago [-]
[dead]
giancarlostoro 15 hours ago [-]
Well there's features within Zed that are part of the account / sign-in process, so it might be a bit more effort to just "simply comment out login" for an editor that is as fast and smooth as Zed, I dont care that its there as long as they dont force it on me, which they don't.
canadaduane 14 hours ago [-]
I have this take, too. I tried to show how valuable this is to me via github issue, but the lack of an answer is pretty clearly a "don't care."
max-privatevoid 15 hours ago [-]
Even opt-in telemetry makes me feel uncomfortable. I am always aware that the software is capable of reporting the size of my underwear and what I had for breakfast this morning at any moment, held back only by a single checkbox. As for the other features, opt-out stuff just feels like a nuisance, having to say "No, I don't want this" over and over again. In some cases it's a matter of balance, but generally I want to lean towards minimalism.
m463 14 hours ago [-]
What makes me uncomfortable is that people with your opinion have to defend their position.

I think your thinking is common sense.

jemiluv8 13 hours ago [-]
I'm not particularly attached to this position. I just don't believe in a world where interests don't collide and often the person doing more should probably have a better say in things. If we built the product, we get to dictate some of these privacy features by default.

But giving users an escape hatch is something that people take for granted. I'd understand all these furor if there was no such thing.

Besides, I reckon Zed took a lot of resources to build and maintain. Help them recoup their investment

gnud 4 hours ago [-]
Pretty sure Zed won't let me pay for an editor without any "sign in" or LLM features?
fastball 11 hours ago [-]
Automatic crash reporting is very useful if you want stable software.
hsn915 12 hours ago [-]
I'm one of the people interested in Zed for the editor tech but disheartened with all the AI by default stuff.

opt-out is not enough, specially in a program where opt-out happens via text-only config files.

I can never know if I've correctly opted out of all the things I don't want.

fastball 11 hours ago [-]
What interests you about Zed that is not already covered by Sublime?
biztos 9 hours ago [-]
For me, it's always interesting to try out new editors, and I've been a little frustrated with Sublime lately.

Upsides of Zed (for me, I think):

* Built-in AI vibecodery, which I think is going to be an unavoidable part of the job very soon.

* More IDE features while still being primarily an Editor.

* Extensions in Rust (if I'm gonna suffer, might as well learn some Rust).

* Open source.

Downsides vs Sublime:

* Missing some languages I use.

* Business model, arguably, because $42M in VC "is what it is."

echelon 12 hours ago [-]
This is why we shouldn't open source things.

All of that hard work, intended to build a business, and nobody is happy.

Now there's a hard fork.

This is shitty.

_benj 6 hours ago [-]
I particularly agree with you.

Sublime is not open source and it has a very devout paying client base.

To me the dirty thing is to make something “open source” because developers absolutely love that, to then take an arguably “not open source” path of $42 mil in VC funding.

There’s something dissonant there.

aurareturn 3 hours ago [-]
I think it makes sense business wise.

Open source allows it to gain adoption in the dev community. Devs are notoriously hard to convince to adopt a new tool. Open source is one way to do it.

The path is usually to have an open community edition and then a cloud/enterprise edition. Over time, there will be greater and greater separation between the open source one and the paid ones. Eventually, the company will forget that the open source part even exists and slowly phase it out.

hsn915 4 hours ago [-]
Open Source does not work for business. It just doesn't.

I intend to make my products source-available but not open source.

I do open source libraries/frameworks that I produce as part of producing the product, but not the product itself.

giancarlostoro 15 hours ago [-]
Not to mention Zed is already open source. I guess the best thing Zed can do is make it all opt-in by default, then this fork is rendered useless.
mcosta 4 hours ago [-]
This fork is useful as a zero user value auto filter for zed.
mixmastamyk 16 hours ago [-]
It's nice to have additional assurance that the software won't upload behind your back on first startup. Though I also run opensnitch, belt and suspenders style.
RestartKernel 19 hours ago [-]
Bit premature to post this, especially without some manifesto explaining the particular reason for this fork. The "no rugpulls" implies something happened with Zed, but you can't really expect every HN reader to be in the loop with the open source controversy of the week.
eikenberry 19 hours ago [-]
Contributor Agreements are specifically there for license rug-pulls, so they can change the license in the future as they own all the copyrights. So the fact that they have a CA means they are prepping for a rug-pull and thus this bullet point.
latexr 17 hours ago [-]
I can’t speak for Zed’s specific case, but several years ago I was part of a project which used a permissive license. I wanted to make it even more permissive, by changing it to one of those essentially-public-domain licenses. The person with the ultimate decision power had no objections and was fine with it, but said we couldn’t do that because we never had Contributor License Agreements. So it cuts both ways.
ItsHarper 16 hours ago [-]
It's reasonable for a contributor to reject making their code available more permissively
latexr 16 hours ago [-]
Of course. Just like it is reasonable for them to reject the reverse. It is reasonable for them to reject any change, which is the point.
eikenberry 12 hours ago [-]
You seem to be assuming that a more permissive license is good. I don't believe this is true. Linux kernel is a great example of a project where going more permissive would be a terrible idea.
latexr 5 hours ago [-]
Saying I believe one specific project—of which I was a major contributor and knew intimately—would benefit from a more permissive license in no way means I think every other project should do the same. Every case is different, and my projects have different licenses according to what makes sense. Please don’t extrapolate and assume someone’s general position from one example.
Conlectus 14 hours ago [-]
I’m not sure where this belief came from, or why the people who believe it feel so strongly about it, but this is not generally true.

With the exception of GPL derivatives, most popular licenses such as MIT already include provisions allowing you to relicense or create derivative works as desired. So even if you follow the supposed norm that without an explicit license agreement all open source contributions should be understood to be licensed by contributors under the same terms as the license of the project, this would still allow the project owners to “rug pull” (create a fork under another license) using those contributions.

But given that Zed appears to make their source available under the Apache 2.0 license, the GPL exception wouldn’t apply.

max-privatevoid 14 hours ago [-]
Indeed, if you discount all the instances where it is true, it is not true.

From my understanding, Zed is GPL-3.0-or-later. Most projects that involve a CLA and have rugpull potential are licensed as some GPL or AGPLv3, as those are the licenses that protect everyone's rights the strongest, and thanks to the CLA trap, the definition of "everyone" can be limited to just the company who created the project.

https://github.com/zed-industries/zed/blob/main/crates/zed/C...

Conlectus 14 hours ago [-]
Good catch on the license in that file. I went by separate documents in the repo that said the source is available “under the licenses documented in the repository”, and took that to mean at-choice use of the license files that were included.

I think the caveat to the claim that CLAs are only useful for rug pulls still important, but this is a case where it is indeed a relevant thing to consider.

zahlman 15 hours ago [-]
CLAs represent an important legal protection, and I would never accept a PR from a stranger, for something being developed in public, without one. They're the simplest way to prove that the contributor consented to licensing the code under the terms of the project license, and a CYA in case the contributed code is e.g. plagiarized from another party.

(I see that I have received two downvotes for this in mere minutes, but no replies. I genuinely don't understand the basis for objecting to what I have to say here, and could not possibly understand it without a counterargument. What I'm saying seems straightforward and obvious to me; I wouldn't say it otherwise.)

Eliah_Lakhin 13 hours ago [-]
I upvoted your comment. I share your view and just wanted to say you're not the only one who thinks this way.
Conlectus 13 hours ago [-]
There are dozens of us. Dozens!
max-privatevoid 14 hours ago [-]
I think the proper way to do this would be a DCO. https://developercertificate.org/
Conlectus 14 hours ago [-]
DCOs only document that the contributor has the right to contribute the code, not the license under which they contribute it. CLAs do both.
hsn915 12 hours ago [-]
CA means: this is not just a hobby project, it's a business, and we want to retain the power to make business decisions as we see fit.

I don't like the term "rug-pull". It's misleading.

If you have an open source version of Zed today, you can keep it forever, even if future versions switch to closed source or some source-available only model.

jeremyjh 11 hours ago [-]
If you build a product and a community around a certain set of values, and then you completely swap value systems its a rug pull. They build a user base by offering something they don't intend to continue offering. What the fuck else do you want to call it?
jen20 18 hours ago [-]
Are you suggesting the FSF has a copyright assignment for the purposes of “rug pulls”?
eikenberry 18 hours ago [-]
It was, some see the GPL2->GPL3 as a rug-pull... but it doesn't matter today as the FSF stopped requiring CAs back in 2021.
mirashii 16 hours ago [-]
That's a harder argument to make given the "or later" clause was the default in the GPLv2, and also optional.
ilc 18 hours ago [-]
Yes.

The FSF requires assignment so they can re-license the code to whatever new license THEY deem best.

Not the contributors.

A CLA should always be a warning.

craftkiller 17 hours ago [-]
IANAL but their official reason for the CLA seems pretty reasonable to me: https://www.gnu.org/licenses/why-assign.en.html

tl;dr: If someone violates the GPL, the FSF can't sue them on your behalf unless they are a copyright holder.

(personally I don't release anything under virus licenses like the GPL but I don't think there's a nefarious purpose behind their CLA)

dragonwriter 14 hours ago [-]
> If someone violates the GPL, the FSF can't sue them on your behalf unless they are a copyright holder.

This seems to be factually untrue; you can assign specific rights under copyright (such as your right to sue and receive compensation for violations by third parties) without assigning the underlying copyright. Transfer of the power to relicense is not necessary for transfer of the power to sue.

teddyh 5 hours ago [-]
Whether or not it is acually true, this is what their lawyer has told them, and so the FSF is acting accordingly. You can’t reasonably blame them for that.
NoboruWataya 18 hours ago [-]
Zed is quite well known to be heavily cloud- and AI-focused, it seems clear that's what's motivating this fork. It's not some new controversy, it's just the clearly signposted direction of the project that many don't like.
aurareturn 3 hours ago [-]
I remember it started out as a native app editor that is all about speed. I think it only started focusing on AI after LLMs blew up.
setopt 46 minutes ago [-]
It focused on cloud / collab from the beginning though.
decentrality 19 hours ago [-]
Seems like it might be reacting to or fanned to flame by: https://github.com/zed-industries/zed/discussions/36604
201984 19 hours ago [-]
No, this fork is at least 6 months old. The first PR is dated February 13th.
decentrality 19 hours ago [-]
This is correct. The fork and the pitchforks are not causally related
FergusArgyll 19 hours ago [-]
That's not a rug pull, that's a few overly sensitive young 'uns complaining
MeetingsBrowser 18 hours ago [-]
overly sensitive to what?
bigstrat2003 18 hours ago [-]
"You're doing business with someone whose views I dislike" is not harassment, nor do I believe that the person who opened the issue is arguing in good faith. The world is full of people with whom I disagree (often strongly) on matters of core values, and I work with them civilly because that is what a mature person does. Unless the VC firm starts pushing Zed to insert anti-Muslim propaganda into their product, or harassing the community, there is no reasonable grounds to complain about the CoC.
MeetingsBrowser 17 hours ago [-]
I don't agree that it is immature or overly sensitive. The issue basically says:

> Hey, you look to be doing business with someone who publicly advocates for harming others. Could you explain why and to what extend they are involved?

"doing business with someone whose views I dislike" is slightly downplaying the specific view here.

bigstrat2003 15 hours ago [-]
I think that the formulation you gave is precisely "doing business with someone whose views I dislike". It assumes much that simply should not be assumed, to wit:

* That this man actually advocates for harming others, versus advocating for things that the github contributor considers tantamount to harming others

* That his personal opinions constitute a reason to not do business with a company he is involved with

* That Zed is morally at fault if they do not agree that this man's personal opinions constitute a reason to not do business with said company

I find this kind of guilt by association to be detestable. If Zed wishes to do business with someone whom I personally would not do business with for moral reasons, that does not confer some kind of moral stain on them. Forgiveness is a virtue, not a vice. Not only that, but this github contributor is going for the nuclear option by invoking a public shaming ritual upon Zed. It's extremely toxic behavior, in my opinion.

zahlman 15 hours ago [-]
>The issue basically says:

I don't think any of the evidence shown there demonstrates "advocacy for harming others". The narrative on the surely-unbiased-and-objective "genocide.vc" site used as a source there simply isn't supported by the Twitter screencaps it offers.

This also isn't at all politely asking "Could you explain why and to what extend they are involved?" It is explicitly stating that the evidenced level of involvement (i.e.: being a business partner of a company funding the project) is already (in the OP's opinion) beyond the pale. Furthermore, a rhetorical question is used to imply that this somehow deprives the Code of Conduct of meaning. Which is absurd, because the project Code of Conduct doesn't even apply to Sequoia Capital, never mind to Shaun Maguire.

runarberg 13 hours ago [-]
The issue also cites the New York times. Here is an archive: https://archive.is/6VoyD You can read the quote for your self here https://x.com/shaunmmaguire/status/1941135110922969168 there is no question about the fact that this is racist speech, that builds up on a racist stereotype. Many of Zed’s contributors are no doubt Muslims, whom Shaun Maguire is being racist against here.

Zed’s leadership does have to answer for why they invited people like that to become a part of Zed’s team.

samdoesnothing 16 hours ago [-]
Yet they post this on Github, which apparently isn't a problem for themselves or the code of conduct despite Microsoft having ties with the Israeli military.
GuB-42 17 hours ago [-]
Boycotting a text editor because the company that makes it accepted funding from another company that has a partner who holds controversial views on a conflict in Gaza where children are killed is going a bit far I think.

In a perfect world, children don't get killed, but with that many levels of indirection, I don't think there is anything in this world that is not linked to some kind of genocide or other terrible things.

runarberg 17 hours ago [-]
It should be relatively easy to simply not accept money from companies such as these. Accepting this money is a pretty damning moral failure.
GuB-42 15 hours ago [-]
I don't have a startup, but not accepting $32M doesn't seem particularly easy to me.

I am sure plenty of people here know these things, this is Y Combinator after all, but to me, the general idea in life is that getting money is hard, and stories that make it look easy are scams or extreme outliers.

foldr 5 hours ago [-]
Exactly. Any moral compromise can be justified if it’s necessary to fund your startup.
runarberg 14 hours ago [-]
We clearly disagree here, but be that as it may, Zed’s contributors are obviously outraged at this, and I argue that this outrage is justifiable. The amount of money you accept from reprehensible people is usually pretty strongly correlated with the amount of people who’ll look down on you for doing so.
its-summertime 14 hours ago [-]
> Zed’s contributors are obviously outraged at this

Do you have an example of that? I can't find any contributors that are upset about this aspect of the funding

runarberg 14 hours ago [-]
It is further upstream: https://news.ycombinator.com/item?id=44965269

But I can re-paste the link here: https://github.com/zed-industries/zed/discussions/36604

8 hours ago [-]
its-summertime 11 hours ago [-]
Which of those are contributors?
samdoesnothing 16 hours ago [-]
Microsoft has ties to the Israeli military. Every commentator in that post should be ashamed of using and supporting Github, a product of Microsoft, as they are indirectly supporting the Israeli cause. This is far worse than simply accepting funding from a company who hires an employee with disagreeable views.
runarberg 16 hours ago [-]
“disagreeable views” is doing some heavy lifting:

> Mr. Maguire’s post was immediately condemned across social media as Islamophobic. More than 1,000 technologists signed an open letter calling for him to be disciplined. Investors, founders and technologists have sent messages to the firm’s partners about Mr. Maguire’s behavior. His critics have continued pressuring Sequoia to deal with what they see as hate speech and other invective, while his supporters have said Mr. Maguire has the right to free speech.

https://archive.is/6VoyD#selection-725.0-729.327

Shaun Maguire is a partner, not just a simple hire, and Sequoia Industries had a chance to distance them selves from him and his views, but opted not to.

This is very different from your average developer using GitHub, most of them have no choice in the matter and were using GitHub long before Microsoft’s involvement in the Gaza Genocide became apparent. Zed’s team should have been fully aware of what kind of people they are partnering with. Like I said, it should have been very easy for them not to do so.

EDIT: Here is a summary of the “disagreeable views” in question: https://genocide.vc/meet-shaun-maguire/

At the end there is a simple request for Sequoia Industries, which Sequoia Industries opted against:

> We call on Sequoia to condemn Shaun’s rhetoric and to immediately terminate his employment.

zahlman 15 hours ago [-]
In my moral calculus, it is literally not possible for a person to say something that is so bad that it becomes morally worse than actual physical violence. I know from experience that I am not at all alone in this, and I suspect that GP thinks similarly.

Emphasizing the nature of Mr. Maguire's opinion is not really doing anything to change the argument. Emphasizing what other people think about that opinion, even less so.

> Zed’s team should have been fully aware of what kind of people they are partnering with.

In my moral calculus, accepting money from someone who did something wrong, when that money was honestly obtained and has nothing to do with the act, does not make you culpable for anything. And as GP suggests, Microsoft's money appears to have a stronger tie to violence than Maguire's.

runarberg 15 hours ago [-]
Just to be clear we are talking about genocidal and racist hate speech here (you can see for your self). It it is not some one off things he has said (which to be clear would be bad enough) but something Shaun Maguire has defined his whole online persona around. Speech such as these are an integral part of every genocide, as they seek to dehumanize the victims and justify (or deny) the atrocities against them.

As an aside—despite the popularity of the trolley problem—people don‘t have a rational moral calculus. And moral behavior does not follow a sequential order from best to worse. Whatever your moral calculus be, that has no effect on whether or not the Zed team’s actions were a moral blunder or not... they were.

dlubarov 11 hours ago [-]
Genocidal speech? Where?

The site you linked to just seems to brazenly misrepresent each of Shaun's tweets - e.g. the tweet that "demonized Palestinians" never mentions Palestinians, but does explicitly refer to Hamas twice. Not sure how Shaun could have been any clearer that he was criticizing a specific terrorist group and not an entire racial/ethnic group.

samdoesnothing 12 hours ago [-]
It's only a moral blunder if you either decide everyone is guilty of indirect association with "bad" people, or if you selectively chose who is guilty or not based on some third factor (generally ingroup/outgroup). The former doesn't result in making Github threads, and the latter is a kind of behaviour that ironically leads to the sins underpinning this whole issue.
samdoesnothing 12 hours ago [-]
Now that Microsoft's role has become apparent, and which has had a significantly larger impact compared to Sequoia's inaction, why do developers continue to use Github? There are several alternatives which provide equivalent features. Why is this type of inaction not condemned?

Furthermore, if accepting funding in this manner is considered a violation of their CoC, then surely the use of Github is even more of a violation. Why wasn't that brought up earlier instead of not at all?

And finally, ycombinator itself has members of its board who have publicly supported Israel. Why are you still using this site?

Turns out when you try to tar by association, everybody is guilty.

Squarex 19 hours ago [-]
[flagged]
barbazoo 19 hours ago [-]
> Are they really boycotting jews now?

Just because they're boycotting someone who happens to be Jewish doesn't necessarily mean they're boycotting them because of it.

> Zed just announced that they are taking money from Sequoia Capital, which has a partner, Shaun Maguire, who has recently been publicly and unapologetically Islamophobic. It seems hard to believe that the team didn't know about this, as it was covered in the New York Times. In addition, Maguire has been actively pro-occupation and genocide in Palestine for nearly 2 years.

> How can anyone feel like the Code of Conduct means anything at all, when Sequoia is an investor? I'm shocked and surprised at the Zed team for this - I expected much better.

Reads like it has more to do with what they said and done in the past which seems reasonable.

nicce 18 hours ago [-]
Sounds like the timer is on. Right when Zed started to be really good.
xdennis 17 hours ago [-]
[flagged]
marcosdumay 19 hours ago [-]
They got a VC investment.

But a fork with focus on privacy and local-first only needs lack of those to justify itself. It will have to cut some features that zed is really proud of, so it's hard to even say this is a rugpull.

m463 14 hours ago [-]
Today we're announcing our $32M Series B led by Sequoia Capital with participation from our existing investors, bringing our total funding to over $42M. - zed.dev
_benj 19 hours ago [-]
I’m curious how this will turn out. Reminds me of the node.js fork IO.js and how that shifted the way node was being developed.

If there’s a group of people painfully aware of telemetry and AI being pushed everywhere is devs…

18 hours ago [-]
dang 18 hours ago [-]
Related ongoing threads:

Zed for Windows: What's Taking So Long? - https://news.ycombinator.com/item?id=44964366

Sequoia backs Zed - https://news.ycombinator.com/item?id=44961172

201984 19 hours ago [-]
Comment from the author: https://lobste.rs/c/wmqvug

> Since someone mentioned forking, I suppose I’ll use this opportunity to advertise my fork of Zed: https://github.com/zedless-editor/zed

> I’m gradually removing all the features I deem undesirable: telemetry, auto-updates, proprietary cloud-only AI integrations, reliance on node.js, auto-downloading of language servers, upsells, the sign-in button, etc. I’m also aiming to make some of the cloud-only features self-hostable where it makes sense, e.g. running Zeta edit predictions off of your own llama.cpp or vLLM instance. It’s currently good enough to be my main editor, though I tend to be a bit behind on updates since there is a lot of code churn and my way of modifying the codebase isn’t exactly ideal for avoiding merge conflicts. To that end I’m experimenting with using tree-sitter to automatically apply AST-level edits, which might end up becoming a tool that can build customizable “unshittified” versions of Zed.

haneefmubarak 18 hours ago [-]
> relying on node.js

When did people start hating node and what do they have against it?

bigstrat2003 15 hours ago [-]
For Zed specifically? It cuts directly against their stated goal of being fast and resource-light. Moreover, it is not acceptable for software I use to automatically download and run third-party software without asking me.

For node.js in general? The language isn't even considered good in the browser, for which it was invented. It is absolutely insane to then try to turn it into a standalone programming language. There are so many better options available, use one of them! Reusing a crappy tool just because it's what you know is a mark of very poor craftsmanship.

leblancfg 18 hours ago [-]
> When did people start hating node

You're kidding, right?

WestCoader 16 hours ago [-]
Maybe they've just never seen a dependency they didn't like.
woodson 18 hours ago [-]
I guess some node.js based tools that are included in Zed (or its language extensions) such as ‘prettier’ don’t behave well in some environments (e.g., they constantly try to write files to /home/$USER even if that’s not your home directory). Things like that create some backlash.
muppetman 18 hours ago [-]
You might not be old enough to remember how much everyone hated JavaScript initially - just as an in-browser language. Then suddenly it's a standalone programming language too? WTH??

I assume that's where a lot of the hate comes from. Note that's not my opinion, just wondering if that might be why.

skydhash 17 hours ago [-]
JavaScript is actually fine as the warts have been documented. The main issue these days is the billions of tiny packages. So many people/org to trust for every project that uses npm.
zahlman 15 hours ago [-]
Nobody is forcing you to use the tiny packages.

The fact that the tiny packages are so popular despite their triviality is, to me, solid evidence that simply documenting the warts does not in fact make everything fine.

And I say this as someone who is generally pro having more small-but-not-tiny packages (say, on the order of a few hundred to a few thousand lines) in the Python ecosystem.

hollerith 12 hours ago [-]
The point is that Zed's developers have chosen to include prettier, which probably transitively includes many other NPM packages.

Node and these NPM packages represent a large increase in attack surface for a relatively small benefit (namely, prettier is included in Zed so that Zed's settings.json is easier to read and edit) which makes me wonder whether Zed's devs care about security at all.

max-privatevoid 16 hours ago [-]
It shouldn't be as tightly integrated into the editor as it is. Zed uses it for a lot of things, including to install various language servers and other things via NPM, which is just nasty.
aDyslecticCrow 18 hours ago [-]
Slow and ram heavy. Zed feels refreshingly snappy compared to vscode even before adding plugins. And why does desktop application need to use interpreted programming languages?
Sephr 17 hours ago [-]
For me, upon its inception. We desperately needed unity in API design and node.js hasn't been adequate for many of us.

WinterTC has only recently been chartered in order to make strides towards specifying a unified standard library for the JS ecosystem.

dkersten 17 hours ago [-]
What I really want from Zed is multi window support. Currently, I can’t pop out the agent panel or any other panels to use them on another monitor.

Local-first is nice, but I do use the AI tools, so I’m unlikely to use this fork in the near term. I do like the idea behind this, especially no telemetry and no contributor agreements. I wish them the best of luck.

I did happily use Zed for about year before using any of its AI features, so who knows, maybe I’ll get fed up with AI and switch to this eventually.

bn-l 14 hours ago [-]
Yes same here. I tried it out because of all the discussion about it then saw I couldn’t pop the panel out (or change some really basic settings cursor has had for over a year) then closed and uninstalled it.
adastra22 19 hours ago [-]
Thank you.

That's all I have to say right now, but I feel it needs to be said. Thank you for doing this.

withinrafael 17 hours ago [-]
The CLA does not change the copyright owner of the contributed content (https://zed.dev/cla), so I'm confused by the project's comments on copyright reassignment.
Huppie 16 hours ago [-]
Maybe not technically correct but it's still the gist of this line, no?

> Subject to the terms and conditions of this Agreement, You hereby grant to Company, and to recipients of software distributed by Company related hereto, a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute, Your Contributions and such derivative works (the “Contributor License Grant”).

They are allowed to use your contribution in a derivative work under another license and/or sublicense your contribution.

It's technically not copyright reassignment though.

withinrafael 16 hours ago [-]
Yes, you grant the entity you've submitted a contribution to, to use (not own) your contribution in whatever it ends up in. That was the whole point of the developer's contribution right?
pie_flavor 16 hours ago [-]
The CLA has you granting them a non-open-source license. It permits them to change the Zed license to a proprietary one while still incorporating your contributions. It doesn't assign copyright ownership, but your retaining the ability to release your contribution under a different license later has little practical value.
max-privatevoid 16 hours ago [-]
I'm concerned about relicensing. See HashiCorp.
ItsHarper 16 hours ago [-]
It may not technically reassign copyright, but it grants them permission to do whatever they want with your contributions, which seems pretty equivalent in terms of outcome.
withinrafael 16 hours ago [-]
Yes, you grant the entity you've submitted a contribution to, to use (not own) your contribution in whatever it ends up in. That was the whole point of the developer's contribution right?
nicce 15 hours ago [-]
Without CLA, they can’t sell, for example, the code under different license, or be an exception themselves for the current GPL license requirements. But yeah, there might be some confusion with terms.

Relevant part:

> 2. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to Company, and to recipients of software distributed by Company related hereto, a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute, Your Contributions and such derivative works (the “Contributor License Grant”). Further, to the extent that You participate in any livestream or other collaborative feedback generating session offered by Company, you hereby consent to use of any content shared by you in connection therewith in accordance with the foregoing Contributor License Grant.

popalchemist 17 hours ago [-]
Would be wise to not invoke their name, which is trademarked.
cultofmetatron 17 hours ago [-]
I've been using AI extensivly the last few weeks but not as a coding agent. I really don't trust it for that. Its really helpful for generating example code for a library I might not be familiar with. a month ago, I was interested in using rabbitmq but he docs were limited. chatgpt was able to give me a fairly good amount of starter code to see how these things are wired together. I used some of it and added to it by hand to finally come up with what is running in production. It certainly has value in that regard. Letting it write and modify code directly? I'm not ready for that. other things its useful for is finding the source of an error when the error message isnt' so great. I'll usually copy paste code that I know is causing the error along with the error message and it'll point out the issues in a way that I can immediatly address. My method is cheaper too, I can get by just fine on the $20/month chatgpt sub doing that.
leshenka 15 hours ago [-]
Shouldn’t this just be a pull request to Zed itself that hides AI features of behind behind compile flags? That way the ‘fork’ will be just a build command with different set of flags with no changes to the actual code?
faangguyindia 13 hours ago [-]
I loved Zed Editor, Infact i was using it all time but being a "programmer", i wanted to extend it with "extensions", it was hard for me to roll out my rust extension, with apis and stuff missing.

I went ahead with Vscode, I had to spend 2 hours to make it look like Zeditor with configs, but i was able to roll out extension in javascript much faster and VScode has lot of APIs available for extensions to consume.

johnfn 12 hours ago [-]
This fork has around 20 net-new commits on it. The Zed repository has around 30,000 commits. This is a wee bit premature, no?
conradev 19 hours ago [-]

  Chrome : Chromium :: Zed : ????
I don’t view Chrome and Chromium as different projects, but primarily as different builds of the same project. I feel like this will (eventually) go the same way.
max-privatevoid 16 hours ago [-]
I like to think of the relationship between Zed and Zedless more like Chromium and ungoogled-chromium.
jazzyjackson 19 hours ago [-]
I'm confused how the "contributors" feature works on GitHub, is this showing that this fork has 986 contributors and 29,961 commits? Surely that's the Zed project overall. I feel like this gives undue reputation to an offshoot project.

https://github.com/zedless-editor/zed/graphs/contributors

Aurornis 19 hours ago [-]
It's contributors to the codebase you're viewing.

It's fair because those people contributed to the codebase you're seeing. Someone can't fork a repo, make a couple commits, and then have GitHub show them as the sole contributor.

max-privatevoid 16 hours ago [-]
Yeah it looks pretty funny. Probably happens because it's not a fork as far as GitHub is concerned (had some problems with that). Looking at PR creators should give you a better idea. It's basically just me right now.

https://github.com/zedless-editor/zed/pulls?q=is%3Apr+is%3Ac...

brailsafe 18 hours ago [-]
It's the zed project overall from the point where the fork was created, plus any downstream merges and unique contributions to zedless
rubbietheone 19 hours ago [-]
Yeah i get it, it looks like zedless itself has been going on for a while. However, i'm not sure what's the best way to approach this, the fork still carries zed's original commit history
toastal 9 hours ago [-]
“Privacy focus” that states to “No reliance on proprietary cloud services” should not hypocritically lock their code & collaboration behind Microsoft’s GitHub.
yogorenapan 12 hours ago [-]
This just reminded me that I have Zed installed but haven't used it at all yet. Neovim is a bit too sticky with all my custom shortcuts. Will uninstall it and try this version out when I eventually decide to migrate
ahmetcadirci25 19 hours ago [-]
Was it necessary?
zahlman 15 hours ago [-]
I think we would all be clearly worse off if OSS developers collectively decided to limit themselves to what is "necessary".
bitbasher 14 hours ago [-]
I knew it was a matter of time before this happened. I even considered starting it myself, but didn't want the burden of actually maintaining it.

I even thought of calling it zim (zed-improved.. like vim). Glad to see the project!

alpha_trion 18 hours ago [-]
This feels unnecessary.
Quitschquat 15 hours ago [-]
I think this guy has to be trolling in the testimonials page:

    “Yes! Now I can have shortcuts to run and debug tests. Ever since snippets were added, Zed has all of the features I could ask for in an editor.”
lordofgibbons 10 hours ago [-]
Zed makes it incredibly easy to both turn of telemetry and to use your own LLM inference endpoints. So why is this needed?
ElijahLynn 17 hours ago [-]
I on the other hand would probably only switch to Zed with the AI integration. Want to learn a new language? Using AI speeds it up by a factor of months.
djabatt 10 hours ago [-]
Right On! I use Zed and appreciate what the team is building.
nsonha 13 hours ago [-]
Software engineers: add otel to help debug their own products, while relentlessly protest any telemetry on someone else's
Tepix 19 hours ago [-]
So, what‘s Zed?
yobert 19 hours ago [-]
Zed is a really really nice editor. I consider the AI features secondary but they have been useful here and there. (I usually have them off.) You can use it like cursor if you want to.

Where I think it gets really interesting is they are adding features in it to compete with slack. Imagine a tight integration between slack huddles and VS code's collaborative editing. Since it's from scratch it's much nicer than both. I'm really excited about it.

spagoop 19 hours ago [-]
Zed's dead, baby. Zed’s dead.
jeffreygoesto 18 hours ago [-]
Padadadap - Sound of fingers on a leather hood...
jks 19 hours ago [-]
An AI editor, a competitor to Cursor but written from scratch and not a VS Code fork. They recently announced a funding round from Sequoia. https://news.ycombinator.com/item?id=44961172
athenot 19 hours ago [-]
Even without any AI stuff, it's a fantastic editor for its speed.
azemetre 17 hours ago [-]
Someone posted this in the other zed thread but it looks on par with VS Code in speed according to these results:

https://mastodon.online/@nikitonsky/112146684329230663

nicce 15 hours ago [-]
Depends how you measure it. At least my battery lasts hour longer when using Zed and when comparing to VSCode. Also, the link is almost 1,5 years old.
andrewmcwatters 19 hours ago [-]
I don't understand why people say X is a competitor to Cursor, which is built on Visual Studio Code, when GitHub Copilot came out first, and is... built on Visual Studio Code.

It also didn't start out as a competitor to either.

efilife 19 hours ago [-]
It wasn't an AI editor for a long time
TheCraiggers 18 hours ago [-]
Yup. Their big design goal seemed to just be "speed" for a majority of development. That's it.
dmit 19 hours ago [-]
Code editor. Imagine VSCode, but with a native GUI for each platform it supports and fewer plugins. And a single `disable_ai` setting that you can use to toggle those kinds of features off or on.
barbazoo 18 hours ago [-]
Watch the video on https://zed.dev/, apparently it's really good at quickly cycling through open documents at 120Hz while still seeing every individual tab. Probably something people asked for at some point.
ricardobeat 19 hours ago [-]
Spiritual successor to Sublime Text. They’ve been doing a lot of AI stuff but originally just focused on speed.

https://zed.dev/

Jtsummers 19 hours ago [-]
https://en.wikipedia.org/wiki/Atom_(text_editor)

More like a spiritual successor to Atom, at least per the people that started it who came from that project.

ricardobeat 15 hours ago [-]
Atom was based on web tech, like VSCode, while Zed is a native app with a custom GUI framework, just like Sublime Text. And just like ST, the standard option now for a fast barebones text editor. That's what I mean by 'spiritual successor'.
lexoj 18 hours ago [-]
Its funny how the same guy who wrote (borderline) the slowest editor, went ahead and built the fastest. Practice makes perfect I guess :)
Scarbutt 14 hours ago [-]
A code editor with a lot of rough edges. If they don't start polishing the turd I doubt the'll make it.
skrtskrt 19 hours ago [-]
Yet another code editor for people who want to spend their time tacking together an IDE experience from poor implementations of language servers and obscure config files.
zwnow 19 hours ago [-]
Sorry I couldn't hear you through the nvim startup time and keyboard noises while you are waiting for your IDE to start
pjmlp 19 hours ago [-]
Who restarts their IDE all the time?

I take more than that to fetch a coffee down the kitchen area.

fidotron 18 hours ago [-]
> Who restarts their IDE all the time?

Android developers reindexing.

timeon 7 hours ago [-]
Is this the reason why people say that 8gb is not enough for writing some code?
pjmlp 1 hours ago [-]
Nah, Electron is the reason, my first real IDEs were the whole suite of Borland IDEs for MS-DOS and Windows 3.x.
mosburger 17 hours ago [-]
> Who restarts their IDE all the time?

Xcode users laugh nervously.

jen20 18 hours ago [-]
Depends which IDE. IntelliJ stays open permanently. When I used full-fat visual studio it would crash so often that I’d have developed an even worse caffeine problem had I fetched coffee every time it needed restarting.
skrtskrt 19 hours ago [-]
Famous indicator of software quality: how fast an editor opened to write it.
0x457 18 hours ago [-]
Sometimes my ADHD kicks in while Intellij launches and I forget what I was working on.
skrtskrt 18 hours ago [-]
This is completely fair lol
Ygg2 19 hours ago [-]
Neovim just gets in the way. I observe the machine code directly through my sacred bond with the machine spirit. And the holy mechanical tentacles connected to my visual cortex.
tonyedgecombe 19 hours ago [-]
Harsh but true.
jen20 18 hours ago [-]
The reason I’ve been using Zed is _because_ there is no screwing about with any of that stuff. For Erlang and Elixir it’s been less problematic than IntelliJ, faster and less gross than VS code, and hasn’t required me to edit configuration files other than to turn the font size up.
syntaxing 18 hours ago [-]
This is awesome, honestly with the release of Qwen3Coder-30B-A3B, we have a model that’s pretty close to the perfect local model. Obviously the larger 32B dense one does better but the 30B MoE model does agentic pretty well and is great at FIM/autocomplete
dartharva 10 hours ago [-]
Why not just use Sublime Text? It even has LSP! https://lsp.sublimetext.io/
some_furry 19 hours ago [-]
If this project receives yet another fork, might I recommend naming it Zedless Zed Zero?

https://en.m.wikipedia.org/wiki/Zenless_Zone_Zero

colesantiago 18 hours ago [-]
I welcome this, now we get Zed for free with privacy on top without all the AI features that nobody asked for.

As soon as any dev tool gets VC backing there should be an open source alternative to alleviate the inevitable platform decay (or enshittification for lack of a better word)

This is a better outcome for everyone.

Some of us just want a good editor for free.

jen20 18 hours ago [-]
> Some of us just want a good editor for free.

Sums up the problem neatly. Everyone wants everything for free. Someone has to pay the developers. Sometimes things align (there is indeed a discussion in LinkedIn about Apple hiring the OPA devs today), mostly it doesn’t.

TheCraiggers 18 hours ago [-]
> Someone has to pay the developers.

Agreed. Although nobody ever mentions the 1,100+ developers that submitted PRs to Zed.

And yeah. I know what you mean. But this is the other side of the OSS coin. You accept free work from outside developers, and it will inevitably get forked because of an issue. But from my perspective, it's a great thing for the community. We're all standing on the shoulders of giants here.

fatata123 10 hours ago [-]
[dead]
techlatest_net 18 hours ago [-]
[dead]
st3fan 16 hours ago [-]
I like this but can we stop calling product telemetry “spyware” please.
jart 16 hours ago [-]
It kind of is. I don't want Richard Stallman knowing every time I open a file in emacs or run the ls command. Keep that crap out of local software. There should be better ways to get adoption metrics for your investors, like creating a package manager for your software, or partnering with security companies like Wiz. If you have telemetry, make it opt-in, and help users understand that it benefits them by being a vote in what bugs get fixed and what features get focused on. Then publish public reports that aggregate the telemetry data for transparency like Mozilla and Debian.
hiccuphippo 15 hours ago [-]
It is a tool for developers. Give them a link to your bug tracker and let them tell you themselves.
jart 6 hours ago [-]
People file issues when they're unhappy. If that's you're only vantage point you're gonna be crying yourself to sleep each night.
JoshTriplett 16 hours ago [-]
Why? Any non-opt-in product telemetry is spyware, and you have no idea what they'll do with the data. And if it's an AI company, there's an obvious thing for them to do with it.

(Opt-in telemetry is much more reasonable, if it's clear what they're doing with it.)

mgsloan2 14 hours ago [-]
Collection of data from code completions is off by default and opt-in. It also only collects data when one of several allowlisted opensource licenses are present in the worktree root.

Options to disable crash reports and anonymous usage info are presented prominently when Zed is first opened, and can of course be configured in settings too.

barnabee 15 hours ago [-]
No. It's spyware. Software authors/vendors have no right to collect telemetry and it ought to be illegal to have any such data collection and/or exfiltration running on a user's device by default or without explicit, opt-in consent.
rendx 15 hours ago [-]
It already is in Europe thanks to GDPR. Just not enough formal complaints or lawsuits (yet); e.g. IP addresses are explicitly Personally Identifiable Information.
foresto 8 hours ago [-]
If it collects information from someone, and they don't want it to, then it is spying.

I am deeply disappointed in how often I encounter social pressure, condescending comments, license terms, dark patterns, confidentiality assurances, anonymization claims, and linguistic gymnastics trying to either convince me otherwise or publicly discredit me for pointing it out. No amount of those things will change the fact that it is spyware, but they do make the world an even worse place than the spyware itself does, and they do make clear that the people behind them are hostile actors.

No, we will not stop calling it what it is.

max-privatevoid 16 hours ago [-]
We can stop calling it spyware once it is not spyware (will never happen).
ionelaipatioaei 16 hours ago [-]
It is spyware tho.
15 hours ago [-]
ComputerGuru 18 hours ago [-]
On the same day a Code of Conduct violation discussion was opened against Zed for accepting funding from Sequoia after Maguire's very loud and very public Islamophobia and open support for occupation and genocide: https://github.com/zed-industries/zed/discussions/36604
johanneskanybal 18 hours ago [-]
Saw Zed mentioned for the first time today on the hackernews front page. Readme doesn't even bother to mention what it is. I think it's an ide? You want me to install rust and build it to use it? I get hn is an echo chamber but sometimes..
trostaft 17 hours ago [-]
???

The first line of the README

> Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

The second line of the README (with links to download & package manager instructions omitted)

> Installation

> On macOS and Linux you can download Zed directly or install Zed via your local package manager.

I do not dispute that HN is an echo chamber. But how did you come to your conclusions?