The AGI economy is coming faster than you think (freethink.com)
1 points by levlaz 3m ago 0 comments
It's time for California home prices to fall (ocregister.com)
1 points by harambae 6m ago 0 comments
Of Course ML Has Monads (2011) (existentialtype.wordpress.com)
2 points by Bogdanp 7m ago 0 comments
Future of Work with AI Agents (futureofwork.saltlab.stanford.edu)
1 points by nnx 47m ago 0 comments
Augmented Vertex Block Descent (AVBD) (graphics.cs.utah.edu)
1 points by bobajeff 48m ago 0 comments
Stealth Flying Wing Emerges at Secretive Chinese Base (twz.com)
6 points by Alupis 1h ago 0 comments
Ask HN: Current choice of AI code editor?
4 chironjit 10 6/20/2025, 4:06:03 AM
Hey all, I'm looking to move away from Cursor and curious what your choice of editor is? There are quite a few that I am only just hearing of now.
Cursor: I've been using Cursor and had to reinstall recently. Almost accidentally agreed to data sharing, which now is a compulsory must to agree on to use (or must be manually disabled later). Almost missed it, as I'm happy to share usage but not my code (A lot of the code I write have bits I would like to remain private, and anything I'm happy to make public is already public). Not super happy with this.
Their agent mode is also not that great, it either overshoots or misses because it doesn't get the context. Worse, it will refactor and delete other parts, such as comments that I put there as guides for myself.
Was happy to use it in chat though - really sped up my troubleshooting, and that itself made it worth the price. Also, the latest models are actually quite a lot better than the older one, especially for novel code.
Copilot (on VS Code): Stopped using it after I found cursor. The earlier autocomplete models were nice for boilerplate but now that I have used the newer models (deepseek, gemini 2.5 models, sonnet 4) those feel really bad, and not useful for novel code.
My understanding with the new wording is that you have to agree upfront to share your code, and turn it off later if you do not wish to share it.
Good bye Cursor
1) Default sharing of code (only manual turn off)
2) Was an incident where I believe at least some versions would share your env files (without manual .cursorignore)
3) Agent mode is quiet bad for novel code
4) Agent mode either overshoots(overcomplicates code), mistakes context or refactors too much
The only benefit I get is:
a) Chatting in same window as my code
b) Ctrl+L shortcut
(edited for formatting)