top | item 46767276

(no title)

0x696C6961 | 1 month ago

I wish there was a feature to say "you must re-read X" after each compaction.

discuss

order

nickreese|1 month ago

Some people use hooks for that. I just avoid CC and use Codex.

taberiand|1 month ago

Getting the context full to the point of compaction probably means you're already dealing with a severely degraded model, the more effective approach is to work in chunks that don't come close to filling the context window

0x696C6961|26 days ago

The problem is that I'm not always using it interactively. I'll give it something that I think is going to be a simple task and it turns out to be complex. It overruns the context, compacts, and the starts doing dumb things.

philipp-gayret|1 month ago

There's no PostCompact hook unfortunately. You could try with PreCompact and giving back a message saying it's super duper important to re-read X, and hope that survives the compacting.

root_axis|1 month ago

What would it even mean to "re-read after a compaction"?

esafak|1 month ago

To enter a file into the context after losing it through compaction.