5 ms·
I've found compactation kills the whole thing. Important debug steps completely missing and the AI loops back round thinking it's found a solution when we've al
by roygbiv2 6mo ago
I've found compactation kills the whole thing. Important debug steps completely missing and the AI loops back round thinking it's found a solution when we've already done that step.
- garciasn 6mo agoFor me, Claude was like that until about 2m ago. Now it rarely gets dumb after compaction like it did before.
- 8note 6mo agooh, ive found that something about compaction has been dropping everything that might be useful. exact opposite experience
- myrak 6mo ago[dead]
- s900mhz 6mo agoI 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.
- roygbiv2 6mo agoYeah I use a markdown to put progress in. It gets kinda long and convoluted a manual intervention is required every so often. Works though.