walkinglabs/learn-harness-engineering — Summary
Learn Harness Engineering is a project-based course on building reliable environments for AI coding agents, structured as 12 lectures + 6 projects + a companion skill (harness-creator) that can scaffold production-grade harnesses. The course's central argument (backed by Anthropic's cited experiment) is that the same model produces radically different results with vs. without a harness — not because the model improved, but because the environment did. The five harness subsystems taught are: Instructions, State, Verification, Scope, and Session Lifecycle. The course ships in 13 languages, has a VitePress documentation site with PDF export, and is actively developed (6,558 stars, last commit 2026-05-23). The harness-creator skill is the only executable component: a set of Node.js scripts (create-harness.mjs, validate-harness.mjs, run-benchmark.mjs) that scaffold and score harnesses for any project. Unlike the awesome-harness-engineering reference list, this is curriculum-first: theory → practical project → repeatable artifact.
differs_from_seeds: No direct seed analog — this is a course/curriculum, not a framework. The harness-creator skill is mechanically closest to agent-os (scaffolds instruction files for a project) but adds a five-subsystem validation scorer and HTML benchmark report. The lecture series synthesizes the field (Anthropic, OpenAI, walkinglabs' own awesome list) into a coherent 12-lecture learning path, which no seed framework attempts.