nexu-io/harness-engineering-guide — Summary
The Nexu Harness Engineering Guide is a practical, code-first technical reference for building production AI agent harnesses, maintained by Nexu (the open-source Claude Co-worker & Managed Agent platform). It covers 22 topics from first principles ("What is a Harness?", 50-line Python example) to advanced patterns (16 parallel Claudes building a 100K-line C compiler, GAN-inspired generator-evaluator architectures, classifier-based permissions). Every article includes runnable code examples. The guide also ships a skills/ directory with a practical abuse-hunter skill and a VitePress documentation site at harness-guide.com (English + Chinese). Compared to the walkinglabs course (curriculum/pedagogical), nexu takes a practitioner-reference approach: taxonomy + code + real case studies. The 134-star repo is maintained by an active platform company with cross-language (bilingual Chinese/English) commitment.
differs_from_seeds: No direct seed analog — reference documentation with code examples, not a runnable framework. Closest to nexu's own managed agent platform rather than any seed. The specific articles on eval awareness (when agents recognize they're being tested), classifier-based permissions (replacing approval fatigue with model-based classifiers), and the 16-parallel-Claude C compiler story are unique in the corpus.