learn-harness-engineering¶
⭐ 14,556 · ✅ 活跃 · 教程
| 类型 | 教程 | 分类 | 学习 |
| 星数 | ⭐ 14,556 | 状态 | ✅ 活跃 |
| 作者 | walkinglabs | 更新时间 | — |
一句话介绍¶
Harness 工程入门教程,从 0 到 1。
详细介绍¶
Frontier Harness Design Breakdowns — new section (4 breakdowns) Key idea: The course gives you a framework; these breakdowns show you how the same principles actually play out in production harnesses. --- Graph Engineering Update — 1 new lecture, 1 new project Key idea: A loop is a graph with one node. When your task needs specialization, parallelism, shared state, verification, and recovery — it has stopped being a loop. It's a graph. ---
✨ 核心特性¶
- OpenAI: Harness engineering: leveraging Codex in an agent-first world
- Anthropic: Effective harnesses for long-running agents
- Anthropic: Harness design for long-running application development
- Awesome Harness Engineering
📦 安装¶
npm install
npm run docs:dev # Dev server with hot reload
npm run docs:build # Production build
npm run docs:preview # Preview built site
🚀 快速开始¶
# Run directly on any repo
curl -fsSL https://raw.githubusercontent.com/walkinglabs/learn-harness-engineering/main/tools/audit-harness.sh | bash -s -- /path/to/your/repo
# Or after cloning
bash tools/audit-harness.sh /path/to/your/repo
📚 更多信息¶
Quick Start: Improve Your Agent Today
You don't need to read all 14 lectures before you start getting value. If you're already using a coding agent on a real project, here's how to improve it right now. The idea is simple: instead of just writing prompts, give your agent a set of structured files that define what to do, what's been done, and how to verify the work. These files live inside your repo, so every session starts from the sa