Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## 学习路线(进度)

- [x] Phase 1:理解核心概念(concepts/,8 篇)
- [x] Phase 2:形成自己的观点(thinking/,9 篇,持续中)
- [x] Phase 2:形成自己的观点(thinking/,11 篇,持续中)
- [x] Phase 3:选一个小项目实践(practice/,1 个 Ralph Demo)
- [x] Phase 4:记录反馈迭代(feedback/,1 篇,持续中)
- [x] Phase 5:输出可展示的作品(works/,22 篇翻译 + 1 篇原创 + 2 篇外部中文收录)
Expand Down
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ harness-engineering/
│ ├── 06-harness-... # Harness definition (Fowler control-theory extension)
│ └── 07-spec-as-product.md # Spec as product (Symphony extension)
├── thinking/ # Phase 2: Independent analysis (9 articles)
├── thinking/ # Phase 2: Independent analysis (11 articles)
├── practice/ # Phase 3: Hands-on experiments (1 Ralph Demo)
├── feedback/ # Phase 4: Lessons learned (1 article)
├── works/ # Phase 5: Shareable outputs (22 translations + 1 original + 2 external Chinese captures)
Expand All @@ -123,7 +123,7 @@ Each subdirectory has its own `AGENTS.md` explaining its purpose and conventions
## 🚀 Learning Path

- [x] **Phase 1: Understand core concepts** — 8 concept notes covering OpenAI's six concepts + Fowler's control-theory extension + Symphony's spec-as-product
- [x] **Phase 2: Form your own opinions** — 9 independent analyses (ongoing)
- [x] **Phase 2: Form your own opinions** — 11 independent analyses (ongoing)
- [x] **Phase 3: Pick a small project to practice** — Ralph Demo completed (321s, $0.31)
- [x] **Phase 4: Record feedback & iterations** — 1 article (ongoing)
- [x] **Phase 5: Produce shareable work** — 22 professional translations + 1 original synthesis + 2 external Chinese captures
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ harness-engineering/
│ ├── 06-harness-... # Harness 精确定义(Fowler 控制论扩展)
│ └── 07-spec-as-product.md # 约束即产品(Symphony 延伸)
├── thinking/ # Phase 2:独立思考与质疑(9 篇)
├── thinking/ # Phase 2:独立思考与质疑(11 篇)
├── practice/ # Phase 3:小项目实验(1 个 Ralph Demo)
├── feedback/ # Phase 4:踩坑与迭代心得(1 篇)
├── works/ # Phase 5:可展示的作品(22 篇翻译 + 1 篇原创 + 2 篇外部中文收录)
Expand All @@ -122,7 +122,7 @@ harness-engineering/
## 🚀 学习路线

- [x] **Phase 1:理解核心概念** — 8 篇概念笔记,覆盖 OpenAI 六大概念 + Fowler 控制论扩展 + Symphony 约束即产品
- [x] **Phase 2:形成自己的观点** — 9 篇独立思考(持续中)
- [x] **Phase 2:形成自己的观点** — 11 篇独立思考(持续中)
- [x] **Phase 3:选一个小项目实践** — Ralph Demo 完成(321 秒,$0.31)
- [x] **Phase 4:记录反馈迭代** — 1 篇(持续中)
- [x] **Phase 5:输出可展示的作品** — 22 篇专业翻译 + 1 篇原创综合分析 + 2 篇外部中文收录
Expand Down
2 changes: 2 additions & 0 deletions thinking/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
| [software-project-complexity-in-the-ai-era.md](software-project-complexity-in-the-ai-era.md) | AI 时代的软件项目复杂度 | 6 维(上下文压力 / 可提示性 / 探索收敛 / 状态纠缠 / 暗知识 / 验证成本)+ 胶囊化分母 + 重构/复刻终局指标 |
| [subagent-is-child-runtime.md](subagent-is-child-runtime.md) | Subagent 是 child runtime | 与 Claude Code 架构逆向互证:subagent = tool-call-triggered child session + context projection + evidence-return contract |
| [why-this-project-exists.md](why-this-project-exists.md) | 为什么有这个项目 | 项目宗旨:把 Harness Engineering 从"概念集合"变成"可复刻的产品构建方法论"——借用《诡秘之主》"学徒途径"隐喻 |
| [agent-development-repo-structure.md](agent-development-repo-structure.md) | Agent 开发项目仓库结构 | Agent repo 应组织为 lab system、deliverables、project memory,并用 capability evidence chain 和 drift control 支撑可控开发 |
| [production-agent-development-methodology.md](production-agent-development-methodology.md) | 生产级 Agent 开发方法论 | 2025-2026 官方资料显示,Agent 开发正在从 prompt+tools 转向 controlled runtime、context engineering、trace-native eval loop 和 production control plane |

## 写作方向参考

Expand Down
Loading