docs: record the RLVR training-loop insight in the LLM section#44
Conversation
Add a "The deploy loop is a training loop (RLVR)" subsection to research-landscape-2026.md: the fix-loop's proposal->verdict pairs are free labelled examples, so deployment is data generation. Captures why a sound deterministic verifier is a cleaner reward than RLHF's learned reward model; the free bootstrap from deterministic fixes + rejection-sampling SFT (no RL infra needed); and the load-bearing trap — reward hacking / Goodhart (checker-green != behaviour-preserved), so the metamorphic harness becomes part of the reward function, with the verifier setting both the ceiling and the floor. Re-confirms fix > spec from the training side (a fix has a verifiable reward; a mined spec does not). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rg8kSk1YT14x7A1vo5zgED
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughA new subsection is appended to ChangesRLVR documentation addition
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/notes/research-landscape-2026.md`:
- Around line 124-125: The document contains inconsistent spelling variations of
the same word: both "labelled" (British spelling) and "labeled" (American
spelling) appear in the same section. Choose one spelling variant (either
British "labelled" or American "labeled") and search through the entire section
containing the "proposal → verdict pair is a labelled training example" sentence
to find and replace all instances with the chosen variant for consistency
throughout.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 106cc323-7695-4e00-8a5f-5225b81edf83
📒 Files selected for processing (1)
docs/notes/research-landscape-2026.md
The new subsection mixed British forms (labelled / behaviour / Optimise) with the file's existing American variant (labeled / behavior); standardize the subsection to American. Addresses the CodeRabbit/LanguageTool consistency nit on #44. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rg8kSk1YT14x7A1vo5zgED
Adds a "The deploy loop is a training loop (RLVR) — and its one trap" subsection to the LLM section of
docs/notes/research-landscape-2026.md. Docs-only (+39 lines).Captures the insight that the fix-loop's
proposal → verdictpairs are free labelled examples, so deployment is data generation (RL from Verifiable Rewards):checker-green ∧ behaviour-preserved); the verifier sets both the ceiling and the floor.Continuation of the LLM-layer thread from #41; same framing (verifier-gated, deterministic-first, falsifiable assistant).
🤖 Generated with Claude Code
https://claude.ai/code/session_01Rg8kSk1YT14x7A1vo5zgED
Generated by Claude Code
Summary by CodeRabbit