Uh oh!
There was an error while loading. Please reload this page.
Move UUID to end of lever details, add positive framing and exact-count - #464
Closed
neoneye wants to merge 1 commit into
Closed
Move UUID to end of lever details, add positive framing and exact-count#464neoneye wants to merge 1 commit into
neoneye wants to merge 1 commit into
Conversation
Move the lever UUID from prominent first line (Lever ID: {uuid}) to an
inconspicuous position at the end: (internal reference: {uuid}). Models
tend to copy identifiers from the beginning of a block; placing it last
reduces UUID leakage into synergy/conflict text while keeping the full
UUID for reliable structured-output matching.
Add positive framing ("refer to levers by their name") and exact-count
instruction ("Return exactly N characterizations"). Update
OPTIMIZE_INSTRUCTIONS with lessons from PRs #457-462.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>neoneye
commented
Mar 31, 2026
MemberAuthor
Self-improve iteration — analysis 64Verdict: NO Moving UUID to end of lever block broke structured-output matching for small models. They use positional heuristics — the first item in a block becomes the
UUID position matters for matching. Must stay as the first item in each lever block. |
5 tasks
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 freeto 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.
Summary
Lever ID: {uuid}(first line) to(internal reference: {uuid})(last line). Models tend to copy identifiers from the beginning of text blocks. Full UUID kept for reliable matching — no mapping code changes needed.Test plan
🤖 Generated with Claude Code