feat: v0.7.0 — reframe the menu as the user's standing request + firs… - #3
Merged
Merged
Conversation
…t-task aha Root cause (controlled experiment, vary framing only): the proactive menu almost never fired because of FRAMING, not knowledge. The model always knew which command fit; the old rule framed the menu as the assistant's optional, default-silent, high-bar judgment, which loses to the trained don't-be- presumptuous disposition. Reframing the same menu as the user's standing request roughly doubled firing with no rise in false-fires. - Rewrote the unlock rule: user's-standing-request framing; removed DEFAULT-SILENCE + the four-AND gate; judge the MOMENT not the person. Net fewer tokens. Anti-nag valves kept + prominent just-declined gate. - Added a one-time first-task demo (new welcome section): local deterministic flag (armed on first run, cleared by tracker once a menu fires); cloud per-session (no state). No steady-state token cost. - Validated beginner+power personas; 33 tests green; steady-state <2500; cloud context regenerated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…t-task aha
Root cause (controlled experiment, vary framing only): the proactive menu almost never fired because of FRAMING, not knowledge. The model always knew which command fit; the old rule framed the menu as the assistant's optional, default-silent, high-bar judgment, which loses to the trained don't-be- presumptuous disposition. Reframing the same menu as the user's standing request roughly doubled firing with no rise in false-fires.