knowledge-vault/work/internal/强哥的思想宇宙/作废的一轮/2026-06-17提取QPI模型6-Codex.md

97 lines
4.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1
阅读[reports/Codex新会话交接文档_Round03.1评审后续_2026-06-17.md](C:\Users\wangq\Documents\Codex\work-projects\the-mindscape-of-bro-tsong\reports\Codex新会话交接文档_Round03.1评审后续_2026-06-17.md)
我将评审的3.1资料提交后GPT有新的回复阅读 `C:\Users\wangq\Documents\Codex\knowledge-vault\work\internal\强哥的思想宇宙\讨论\2026-06-16产品交流4-GPT.md` 文档的431行起至结束。
有问题可以提出。
GPT对Round3.2评审有了明确的要求按照这个要求修复并准备3.2的评审资料。
已按 GPT 的 Round 03.2 要求完成修复并准备评审资料。
核心修复:
- IA / 思想考古明确拒绝语现在是 model-level hard exclusion不再只是扣分。
- `只做 QPI`、`只做问题定性` 会拒绝 IA但仍允许 QPI。
- 移除了 QPI gate 里的裸 `如何`、裸 `判断`,改为复合问题定性信号。
- 加严了 calibration smoke`no_call` 必须无模型选中,`select_qpi_reject_ia` 必须选 QPI 且拒绝 IA。
- 新增 GPT 指定的 5 条 regression/calibration 陷阱。
- 当前计数QPI 55 条、IA 19 条、aggregate 74 条、calibration 90 条。
评审包已生成:
[ccra_review_bundle/round-03.2_2026-06-17_selector-negative-gate-patch](C:/Users/wangq/Documents/Codex/work-projects/the-mindscape-of-bro-tsong/ccra_review_bundle/round-03.2_2026-06-17_selector-negative-gate-patch)
入口文件:
[00_OPEN_THIS_FIRST_CCRA_REVIEW_BRIEF_03.2.md](C:/Users/wangq/Documents/Codex/work-projects/the-mindscape-of-bro-tsong/ccra_review_bundle/round-03.2_2026-06-17_selector-negative-gate-patch/00_OPEN_THIS_FIRST_CCRA_REVIEW_BRIEF_03.2.md)
交接文档:
[reports/Codex新会话交接文档_Round03.2评审准备_2026-06-17.md](C:/Users/wangq/Documents/Codex/work-projects/the-mindscape-of-bro-tsong/reports/Codex新会话交接文档_Round03.2评审准备_2026-06-17.md)
验证已通过:
- `python scripts\rebuild_indexes.py --check`
- `python -m unittest discover -s tests -p "test*.py" -v`
- `python scripts\validate_model_library.py`
- `python scripts\check_card_contract.py`
- `python scripts\run_selector_demo.py`
- `python scripts\run_selector_regression.py`
- `python scripts\run_selector_calibration_smoke.py`
- `python scripts\check_model_card_sync.py`
补充说明:工作区里进入本轮前已有 Round 03.1 评审包文件的删除/新增重命名状态我没有回滚03.2 使用了独立新目录。模型状态未升级,仍保持 `draft / B / pending`
# 2
由于与Web版的ChatGPT的GPT交流时同一个会话不同回合上传同名文件会造成GPT读取文件混淆尤其是zip包。
这就是`round-03.1_2026-06-17_selector-no-call-regression-patch`下的文件名全部做了微调,增加了版本号`03.1`。
因此现在做2个调整
1. `ccra_review_bundle`相关的规则记录下来这个,文件名加版本号。
2. round 3.2的文件名全部调整一下。
之前的Round不用调整了已经跑过了评审。
然后做git 提交。
# 3
我将评审的3.3资料提交后GPT有新的回复阅读 `C:\Users\wangq\Documents\Codex\knowledge-vault\work\internal\强哥的思想宇宙\讨论\2026-06-16产品交流4-GPT.md` 文档的821行起至结束。
有问题提出。
现在按照它的要求,做 03.2a 微修提交3.2a的评审资料。
已按 GPT 要求完成 Round 03.2a 微修,并生成评审资料。
评审包位置:
[ccra_review_bundle/round-03.2a_2026-06-17_depth-limiting-qpi-override-patch](C:/Users/wangq/Documents/Codex/work-projects/the-mindscape-of-bro-tsong/ccra_review_bundle/round-03.2a_2026-06-17_depth-limiting-qpi-override-patch)
入口文件:
[00_OPEN_THIS_FIRST_CCRA_REVIEW_BRIEF_03.2a.md](C:/Users/wangq/Documents/Codex/work-projects/the-mindscape-of-bro-tsong/ccra_review_bundle/round-03.2a_2026-06-17_depth-limiting-qpi-override-patch/00_OPEN_THIS_FIRST_CCRA_REVIEW_BRIEF_03.2a.md)
本轮修复:
- `不要展开 / 不要深入分析` 默认仍可 no-call。
- 但与 `只做 QPI / 只做问题定性 / 只判断主导稀缺` 同时出现时,会允许 QPI、拒绝 IA、`no_call=false`。
- 新增 3 条 QPI regression5 条 calibration input。
- 当前计数QPI 58、IA 19、aggregate 77、calibration 95。
验证已通过:
- `python scripts\rebuild_indexes.py --check`
- `python -m unittest discover -s tests -p "test*.py" -v`
- `python scripts\validate_model_library.py`
- `python scripts\check_card_contract.py`
- `python scripts\run_selector_demo.py`
- `python scripts\run_selector_regression.py`
- `python scripts\run_selector_calibration_smoke.py`
- `python scripts\check_model_card_sync.py`
交接文档:
[reports/Codex新会话交接文档_Round03.2a评审准备_2026-06-17.md](C:/Users/wangq/Documents/Codex/work-projects/the-mindscape-of-bro-tsong/reports/Codex新会话交接文档_Round03.2a评审准备_2026-06-17.md)
当前变更还未做 git commit。
# 4