logoalt Hacker News

s900mhztoday at 3:31 AM1 replyview on HN

I find it useful to make Claude track the debugging session with a markdown file. It’s like a persistent memory for a long session over many context windows.

Or make a subagent do the debugging and let the main agent orchestrate it over many subagent sessions.


Replies

roygbiv2today at 4:21 AM

Yeah I use a markdown to put progress in. It gets kinda long and convoluted a manual intervention is required every so often. Works though.