"What is OpenHarness's (HKUDS) defining design goal?" Research reproducibility and INSPECTABILITY. Every component modular and individually examinable. Built for papers to make claims against, not for production shipping. harness-engineering::dd13::recall "OpenHarness scores 30/55 — low for production. Why is it still valuable?" Its value is INSPECTABILITY, not the score. The cleanest implementation to study, compare against, and understand how mechanisms (compaction, memory, context) work without production noise obscuring the signal. harness-engineering::dd13::analysis "Which module does OpenHarness score highest on, and why?" Module 3 (Context Management): 4/5. The auto-compaction design is research-grade and inspectable — the cleanest compaction implementation to study. harness-engineering::dd13::recall "What is ohmo?" OpenHarness's built-in personal agent (like Pi's reference implementation). Demonstrates the auto-compaction design in a working agent. harness-engineering::dd13::recall "Why is OpenHarness the 'easiest harness to apply the 6-phase methodology to'?" Fully inspectable: every component modular, every decision traceable, no production noise. The 6-phase deep-dive (Module 0.3) is easiest on the cleanest, most readable code. harness-engineering::dd13::application