Skip to content

Latest commit

 

History

History
86 lines (71 loc) · 9.47 KB

File metadata and controls

86 lines (71 loc) · 9.47 KB

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