Two cleanups:
1. Drop "E1: naive 1P3D default" experiment from the onboarding manual.
GPU hours are precious; naive 1P3D + policy=default has near-certain
loss on multi-turn cache hit (it's round-robin without prefix awareness),
so the comparison doesn't add information vs E1=naive 1P3D kv-aware.
The new manifest has only 2 runs: E1 (naive 1P3D kv-aware) + E2 (KVC
v2 + RDMA). Run-time budget drops from 16.5h serial to 11h serial /
5.5h parallel. Updated:
- §0 TL;DR ("3 组" -> "2 组")
- §2 H1 hypothesis (drop "default and kv-aware each one" -> just kv-aware)
- §3.1 experiment matrix (3 rows -> 2 rows + rationale for the drop)
- §3.2 startup config (drop E1 default section, renumber E2/E3 -> E1/E2)
- §6 decision table + expected-range table
- §7 FAQ ("3 个 E1-E3" -> "2 个 E1-E2")
- §9 deliverables
2. Move 8 deprecated docs to docs/archive/:
AGENTIC_FIT_ANALYSIS_ZH.md (ts=10 era analysis; superseded)
STRUCTURAL_VALIDATION_REPORT_ZH.md (ts=10 era validation; superseded)
KVC_DEBUG_JOURNEY_V1_TO_V5.md (v1-v5 sweep process notes)
V5_PROFILE_INVESTIGATION_ZH.md (v5 1Hz polling investigation)
REFACTOR_PLAN_ZH.md (v0 plan; superseded by V1)
KVCACHE_CENTRIC_PROGRESS_ZH.md (earliest 2026-04-27 progress)
SWEBENCH_EXPERIMENT_PROGRESS.md (early SWE trace setup)
SWEBENCH_EXPERIMENT_RESULTS.md (early SWE result snapshot)
All cross-references in active docs (V2_DEEP_ANALYSIS / V2_RESULTS /
REFACTOR_PLAN_V1 / TEAM_REPORT / ONBOARDING) rewritten from
`docs/FOO.md` to `docs/archive/FOO.md` via sed pass.
Added `docs/archive/README.md` explaining what each archived doc is
and when (if ever) to reopen it. Designed so a new reader hitting
the archive dir immediately knows it's not required reading.
After this commit the active docs in docs/ are 9 files (down from 17),
which should make the onboarding doc's "Level 1 / Level 2 / Level 3"
classification self-evident.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2.4 KiB
2.4 KiB
归档文档说明
本目录保留项目历史阶段的过程文档。新加入项目的 agent / 人员不需要阅读这些文档,直接看 docs/ONBOARDING_NEXT_AGENT_ZH.md 即可。
保留它们的目的:
- 论文写作时追溯 v1-v5 调优演化过程
- 未来若回到 ts=10 高压区间或更大 trace 时,可参考当年的结构性问题诊断
- 满足学术可追溯性要求
每个文档的简要说明
| 文档 | 归档原因 | 何时回头看 |
|---|---|---|
AGENTIC_FIT_ANALYSIS_ZH.md |
ts=10 时代的 §1-§7 结构性问题分析;结论已被 ts=1 数据全面 supersede | 想知道当年 ts=10 下我们认为有什么结构性问题时 |
STRUCTURAL_VALIDATION_REPORT_ZH.md |
用 ts=10 数据对 AGENTIC_FIT_ANALYSIS 的 claim 做验证;同样被 ts=1 时代 supersede | 同上 |
KVC_DEBUG_JOURNEY_V1_TO_V5.md |
v1-v5 5 个调优 sweep 的过程笔记;包含 errors 9→912 漂移、direct-to-D 占比变化等历史数据 | 写 paper 时要写 "as we explored configurations v1-v5..." 段落 |
V5_PROFILE_INVESTIGATION_ZH.md |
给 v5 加 1Hz polling instrumentation 的调查;让 errors 涨 46× 的现象记录 | 想理解 "admission RPC 干扰 scheduler 主循环" 这条 §5 残留风险时 |
REFACTOR_PLAN_ZH.md |
v0 重构计划,已被 REFACTOR_PLAN_V1_ZH.md supersede |
不需要看;只有想看作者一开始的设想时翻一翻 |
KVCACHE_CENTRIC_PROGRESS_ZH.md |
项目最早期(2026-04-27)的进度记录;当时还没有完整的 sweep 数据 | 几乎不需要看;满足"项目起源记录"职能 |
SWEBENCH_EXPERIMENT_PROGRESS.md |
SWE-Bench trace 早期实验进度记录 | 想知道当年的 trace 生成 / 采样配置时 |
SWEBENCH_EXPERIMENT_RESULTS.md |
同上,早期 result snapshot | 同上 |
当前活跃文档(在 docs/ 顶层)
跳转去看:
docs/ONBOARDING_NEXT_AGENT_ZH.md— 新人上手手册docs/PROJECT_OVERVIEW.md— 项目目标 + 术语docs/KVC_ROUTER_ALGORITHM.md— 算法形式化docs/V2_DEEP_ANALYSIS_ZH.md— v2 完整分析docs/V2_RESULTS_ZH.md— v2 原始战报docs/REFACTOR_PLAN_V1_ZH.md— ts=1 方向决策docs/MIGRATION_V1_FINDINGS_ZH.md— v1 thrashing 诊断docs/RESEED_SLOW_PATH_AND_D_TO_P_GAP_ZH.md— reseed 长尾 + D→P 缺口审计docs/TEAM_REPORT_AGENTIC_PD_HYBRID_ZH.md— ts=10 时代的结构性问题清单(作为历史 baseline 仍在主目录)