docs(M289): 3-knob plumbing SHIPPED — M288 prerequisites resolved#257
Merged
Conversation
paiml/aprender#1846 closes the env-var plumbing gap noted in M288. M288's "NOT YET shipped" caveat is now resolved end-to-end. ## End-to-end flow now wired ``` operator shell ENV → bench script (inherits) → ccpa-arena-bench (inherits) → apr code (inherits) → AprServeDriver::build_openai_body (READS env vars) → HTTP POST /v1/chat/completions {temperature, top_k, ...} → try_qwen3_moe_backend (PARSES request) → QuantizedGenerateConfig {...} → run_qwen3_moe_generate → sample_from_logits (APPLIES sampling + penalty) ``` Every link wired. Operator's `APR_AGENT_TEMPERATURE=0.3` (etc) now flows through to actual logit sampling, no longer a no-op. ## Status reconciliation 8/10 aprender M32d-arc PRs MERGED. 2 OPEN: - #1835 (streaming SSE contract; workspace-test pending) - #1846 (this M289's prerequisite; just opened) ## Companion-side state CCPA M281-M288 + M289 = 9 docs tracking the full upstream arc + dispatch recipe + plumbing confirmation. ## What's NOT done - V1_004 sub-bench not yet dispatched (operator-coordinated; needs #1846 merge + apr rebuild + ~10-15hr wall) - Currently-running greedy baseline bench should finish first; don't start the 3-knob bench until the baseline scores.json lands (the COMPARISON is the value) Mechanical doc. M-counter NOT bumped. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
paiml/aprender#1846 closes the env-var plumbing gap M288 flagged. End-to-end flow from operator shell ENV → `sample_from_logits` is now wired. M288's "NOT YET shipped" caveat resolved.
Doc captures
Mechanical doc. M-counter NOT bumped.
Test plan
🤖 Generated with Claude Code