Files
sanbuphy a1db89298f Add Lecture 13 + Project 07: Loop Engineering
新增 Lecture 13(从手动驱动到自动循环)和 Project 07(搭建你的第一个自动循环)。

核心内容:
- L13: 从 /goal 到六原语,generator/evaluator 分离,四种沉默成本,从零搭建第一个 loop
- P07: 三个递进实验 — goal loop、timer loop、maker-checker loop
- 配套代码模板:goal-template.md、loop-state-template.md、maker-prompt.md、checker-prompt.md
- Reference 页新增 Addy Osmani Loop Engineering (2026-06-07) 到 2026 扩展参考
- README 更新徽章(13 lectures / 7 projects),学习路径图、syllabus、project 表格、changelog

Build: ✓
2026-07-09 02:04:30 +08:00

9.7 KiB

English Reference

These notes explain how to use the templates as a working harness instead of a loose pile of files.

Internal Reference Notes

Primary Articles

This list is intentionally narrow. A harness means the execution system around the model: the agent loop, tool execution, sandboxing, state, context, verification, termination, orchestration, and observability. General prompt engineering or broad agent-framework articles do not belong in the primary list.

The original three articles remain the backbone of the course:

Only a few highly relevant 2026 articles are added:

2026 Extended References

These are not core course sources, but they are useful when designing specific harness modules. This section only keeps sources whose body directly covers the agent loop, tool execution, context management, verification, sandboxing, control layers, or regression governance. Pure agent products, platform announcements, team case studies, and benchmarks are excluded.

Strictly 2025-only general references are excluded from the primary list. The original 2025 Anthropic harness article remains because it is a foundation source for the course.

Suggested Reading Order

  1. method-map.md
  2. initializer-agent-playbook.md
  3. coding-agent-startup-flow.md
  4. prompt-calibration.md
  5. OpenAI Harness engineering
  6. Anthropic Effective harnesses
  7. Anthropic Harness design for long-running application development
  8. OpenAI Codex agent loop
  9. Anthropic agent evals
  10. LangChain Improving Deep Agents
  11. Thoughtworks / Martin Fowler Harness engineering for coding agent users
  12. Cursor Continually improving our agent harness