Replies: 2 comments
|
Thanks for checking. I am fine with removing The current Please go ahead and remove it. Keeping the canonical RuntimeEvents intact gives us a clean way to revisit the experiment later if stronger evidence or a concrete use case emerges. |
|
Thanks, @likun666661. We have agreement to remove |
Uh oh!
There was an error while loading. Please reload this page.
#981 introduced
semanticCompactas an experiment in improving model attention during a long active turn. #986 implemented it, but kept it off by default because we did not yet have a controlled on/off evaluation showing that it improved task results.The surrounding architecture has changed since then. Standard Context Compaction now handles mid-turn capacity recovery, while
semanticCompactstill maintains its own policy, rolling block, controller state, validation, telemetry, and Agent Loop integration.I am looking at simplifying Context Compaction into one path for manual, pre-turn, mid-turn, and overflow use. Before removing
semanticCompactfrom that architecture, I want to check whether we still intend to pursue it as a separate attention experiment.@likun666661, do you still want to keep working on this idea? Is there a known use case or planned evaluation that standard capacity compaction does not cover?
If we keep it, I think it needs an owner, a controlled semantic-on/off evaluation, and a clear result that would justify the extra mechanism. Otherwise, I would remove it for now. The canonical RuntimeEvents remain intact, so we can bring the experiment back later if we have stronger evidence or a concrete use case.
Related: #981, #986, #882, #481
Drafted with Codex. I reviewed the repository evidence and own the proposal.
All reactions