Hacker Newsnew | past | comments | ask | show | jobs | submit | hackermanai's commentslogin

There’s also Koi Editor.

No telemetry, no tracking, and much faster than Zed: https://koieditor.com/benchmarks/

Dev solely focused on performance and bug fixing.


So it seems.


> Claude one shots pretty much everything

What?

> An IDE at this point is best as a tool for code review.

I heard from a friend that most devs building serious stuff still write code. It's shocking but true. (No code review needed.)


At least it didn't succeed yet. They should drop a model somewhere, beating something else in some use case, and maybe people would use.


> You just say, "Go Build me x - it should have y,z features - and build it in golang for me" - and that's it - the 3-4 page Plan comes back - usually pretty credible - and then you click "build.".

What you're describing seems like a workflow for building toys only. There's currently no reality in which someone would actually know what the y,z features are before making them. A plan generated in 5min would likely suggest a suboptimal solution compared to what a good solution would look like (which might take a year or two to figure out, for a human, so still a week or so for SOTA models if at all possible). Building something in golang is cute, but hard to be convinced until more novel applications are being generated from prompts.

The data submitted by Cursor's users tho, that seems to be very valuable.


I think this is a cool approach, like a giant undo stack.


I have this line completion feature in koieditor.com as well, and it's hard to suggest "safe"/good completions at a low latency. Best approach I could think of is a second pass to verify first pass, but adds to latency, or change to better model, which often also impacts latency.


Many are pro AI, anti hype.


I think this approach is more common than the hype for actual work. I do something similar, many back and forth, then settle on something often with now known tradeoffs, written by hand to spot issues as a final guard/ keep consistent naming etc.


Not a textedit fork, but I am building a minimal text editor with niceties based on scintilla. So performance wise on par with Notepad++ et al.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: