Revalidate the 30-file training cap (keep 30; 50 for agent-heavy repos)#25
Open
Byggarepop wants to merge 1 commit into
Open
Revalidate the 30-file training cap (keep 30; 50 for agent-heavy repos)#25Byggarepop wants to merge 1 commit into
Byggarepop wants to merge 1 commit into
Conversation
Sweeps maxTransactionSize {20,30,50,75,100,200} x floors {0.6,0.7,0.8}
over chronological 2,000-commit holdouts on efcore, openai/codex and
cline, scoring fill-within-10-commits and the marginal rules each cap
raise buys. Verdict: keep default 30 (EF Core marginal rules are noise);
cap 50 is an evidence-backed override for agent-heavy repos. Harness
replicates the original EF Core prototype figure (67.6% vs 66.5% at
floor 0.7).
Co-Authored-By: Claude Fable 5 <[email protected]>
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.
Re-runs the original EF Core holdout validation, this time sweeping
maxTransactionSize— the 30-file cap was part of the fixed prototype configuration, never independently swept, and agentic workflows have shifted commit sizes since.What's here
eval/Unwritten.Eval— replay harness against the real engine: trains one index per cap {20, 30, 50, 75, 100, 200} on the same chronological stream, replays the last 2,000 held-out commits (evaluate → ingest, as in real use), scores fill-within-10-commits, and isolates marginal rules (holes a raised cap flags that cap 30 doesn't).docs/eval/cap-revalidation-2026-07.md— the report, with raw CSVs alongside.Findings
Verdict
Keep the default at 30 — it must be safe for both populations.
"maxTransactionSize": 50is now an evidence-backed override for agent-heavy repos. Kept in the repo for reference; no product code changes.🤖 Generated with Claude Code