tudragon154203 Claude Happy commited on
Commit
6b0588d
·
1 Parent(s): 5945d36

evals: fix conclusion accuracy claim to match Pass 2 ground_truth results

Browse files

- Updated '62.5pp' → '5.0pp' to reflect actual 12.5% → 17.5% gain

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>

evals/REPORT-minimax-m3-2026-06-15.md CHANGED
@@ -51,7 +51,7 @@ minimax-m3 chokes on long noisy context. Headroom strips noise → model focuses
51
 
52
  ## 3. Conclusion
53
 
54
- - **Long context: huge win.** 22% token savings + 62.5pp accuracy gain. No regressions.
55
  - **LCB codegen: mixed.** Token savings real (38.8%) but 1 real regression traced to user-message compression. Disabling that flag = noise floor only.
56
  - **Recommendation:** Enable headroom for long-context / tool-output / RAG workloads. Keep `compress_user_messages=False` for codegen prompts where the problem statement must stay verbatim.
57
 
 
51
 
52
  ## 3. Conclusion
53
 
54
+ - **Long context: modest win.** 22% token savings + 5.0pp accuracy gain. No regressions.
55
  - **LCB codegen: mixed.** Token savings real (38.8%) but 1 real regression traced to user-message compression. Disabling that flag = noise floor only.
56
  - **Recommendation:** Enable headroom for long-context / tool-output / RAG workloads. Keep `compress_user_messages=False` for codegen prompts where the problem statement must stay verbatim.
57