Tagged “history”
-
Context budgets for multi-turn conversations
History grows every turn until it crowds out everything else. Window policies, structured state extraction, and why agent loops overflow fastest.
-
Giving each agent its own window
One window shared by a long task overflows. Splitting work across separate windows with a handoff is an allocation strategy, and it has real costs.
-
When compaction collides with your cache
Compacting history rewrites the prompt above what you are appending, so it discards your cached prefix. How to choose thresholds that pay for that.