Uh oh!
There was an error while loading. Please reload this page.
Add per-batch retry for enrich step, update OPTIMIZE_INSTRUCTIONS - #452
Closed
neoneye wants to merge 1 commit into
Closed
Add per-batch retry for enrich step, update OPTIMIZE_INSTRUCTIONS#452neoneye wants to merge 1 commit into
neoneye wants to merge 1 commit into
Conversation
B1: The enrich step previously aborted the entire plan on any batch failure. Now on failure it splits the batch in half and retries each sub-batch. If a single-lever batch still fails, it logs and skips that lever rather than discarding all successfully enriched levers. This should recover gpt-oss-20b plans that fail on large batches hitting the output token limit. B4: runner.py now reports the actual batches_succeeded count from EnrichPotentialLevers instead of hardcoding 1. D5: Added two new known problems to OPTIMIZE_INSTRUCTIONS: - Consequence echoing without elaboration (llama3.1 post-PR #451) - UUID cross-reference format inconsistency Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
neoneye
commented
Mar 30, 2026
MemberAuthor
Self-Improve Iteration Result: CONDITIONALExperiment ran as analysis/55_enrich_potential_levers (runs 92–98, 7 models × 5 plans). Improvements
Issues
Required follow-ups
Full assessment: analysis/55_enrich_potential_levers/assessment.md |
neoneye
commented
Mar 30, 2026
MemberAuthor
not good enough, I'm closing it. |
6 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
runner.pyreports actualbatches_succeededcount instead of hardcoding1.OPTIMIZE_INSTRUCTIONS: consequence echoing without elaboration (llama3.1 post-PR Include consequences and review in enrich batch prompt #451) and UUID cross-reference format inconsistency.Identified by
analysis/54_enrich_potential_leversassessment backlog.Test plan
enrich_potential_leversexperiment with this PR across all modelscalls_succeededin output metadata reflects actual batch count🤖 Generated with Claude Code