Live data from Hacker News

Ask HN: Cursor is productive for an hour, then burns my application down

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Cursor is productive for an hour, then burns my application down

#12
post #3

can you explain a bit more what do you mean by burning down? and what do you use .md files for? Documenting the code?

I use .md files to keep Cursor on track, the flow I use is something like... Define a feature in detail (using trascription) -> Get o3 or Gemini 2.5 pro to break it down into very small testable tasks. -> review this -> then paste into a tasks.md file -> write and architecture.md file or similar for any additional context needed. -> then prompt Cursor to work through tasks.md step by step. This keeps it on track, wit…

You can ask cursor itself to create and update the tasks.md file.

Tell it to remove the task from the file after it's done, then do a commit. That way if it screws up at some point you can checkout the last good commit and start from there in a new chat.

Re: Ask HN: Cursor is productive for an hour, then burns my application down

#13
I'm using an editor called Zed and it has an option to create a "new thread from summary" It also shows at the top of the screen how many tokens I have used out of total available so with the combination of that I think it is best to create a new "chat" periodically with a summary.

Re: Ask HN: Cursor is productive for an hour, then burns my application down

#14

I'm using an editor called Zed and it has an option to create a "new thread from summary" It also shows at the top of the screen how many tokens I have used out of total available so with the combination of that I think it is best to create a new "chat" periodically with a summary.

Man, that sounds like a great feature!! Will check it out

Re: Ask HN: Cursor is productive for an hour, then burns my application down

#15
post #3

can you explain a bit more what do you mean by burning down? and what do you use .md files for? Documenting the code?

I use .md files to keep Cursor on track, the flow I use is something like... Define a feature in detail (using trascription) -> Get o3 or Gemini 2.5 pro to break it down into very small testable tasks. -> review this -> then paste into a tasks.md file -> write and architecture.md file or similar for any additional context needed. -> then prompt Cursor to work through tasks.md step by step. This keeps it on track, wit…

oh, gotcha. Interesting approach with .md files! I also have problems with agent getting carried away and starting to create documentation, test files, etc. mostly notice this with Claude 4.

It's just cursor's system prompt problem. they just need time to "tame" the model after release.

for now, I just make sure that in every chat thread i have "DO NOT WRITE ANY DOCUMENTATION OR TEST OR ANYTHING THAT WASN'T EXPLICITLY ASKED. STAY LEAN"

But i sort of reached the point where I don't mind claude going off the rails a bit. Like restricting it with .md and constantly updating those guardrails sounds like more of a burden than help.

its just the prompt problem. try reading the chat and every time you see it doing excessive shit stop the chat and slap it on wrist saying "never create .env i already have it, you just don't have access, etc".

also, sounds obvious, but don't forget to create new conversations often. the "ignore a files it's just created" sounds like context window overload. 200k window for a new model sounds like a crime from anthropic

Post reply on HN