Verification gate: diff self-review #24
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
austin/localcode#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement model-based semantic review of generated diffs.
This is a cheap second opinion that catches semantic errors: code that parses and passes tests but doesn't actually do what was asked. Surprisingly effective even with 3B models because the task is narrowly scoped (judge, don't create).