Ask HN: Best AI IDE right now?
I've been using Cursor for the last couple of months but I'm feeling like I might be hitting the limits of Cursor. I'm seeing a lot of forgetting and problems with my codebase getting larger, and it having problems with my mono repo structure.
1. Is there a better AI IDE that remembers when I correct it about structural issues I have with it? 2. Is there an AI IDE that is test-first? helping me see if I break something over time? 3. Any IDEs you recommend me checking out? or tips on fixing cursor?
9 comments
[ 4.3 ms ] story [ 32.4 ms ] threadIMO they’re all struggling with this problem right now. There’s not much I’ve found to help besides being surgical with the context I provide to the prompt.
Until we get billion token context windows, I find the microservices approach works well, where each repo contains a specific microservice. That way the LLM can know everything about the code.