(no title)
blainm
|
11 months ago
I've found tools like Cursor useful for prototyping and MVP development. However, as the codebase grows, they struggle. It's likely due to larger files or an increased number of them filling up the context window, leading to coherence issues. What once gave you a speed boost now starts to work against you. In such cases, manually selecting relevant files or snippets from them yields better results, but at that point it's not much different from using the web interface to something like Claude.
Semaphor|11 months ago
turnsout|11 months ago
Once the codebase is reasonably structured, it's much better at picking which files it needs to read in.
blitzar|11 months ago