โ† ClaudeAtlas

harness-scalinglisted

Use when designing or auditing an agentic AI system holistically. Activates the six-component harness framework (โ„› Reasoning, โ„ณ Memory, ๐’ž Context, ๐’ฎ Skills, ๐’ช Orchestration, ๐’ข Governance) from arXiv:2605.26112. Trigger phrases: "design an agent system", "why is my agent unreliable", "harness architecture", "system-level agent design", "beyond model scaling", "agentic infrastructure", "scale my agent system", "agent performance bottleneck".
mouadja02/skills ยท โ˜… 8 ยท AI & Automation ยท score 71
Install: claude install-skill mouadja02/skills
> **Attribution:** Derived from [arXiv:2605.26112v1](https://arxiv.org/abs/2605.26112v1) โ€” *From Model Scaling to System Scaling: Scaling the Harness in Agentic AI* by Shangding Gu (UC Berkeley), May 2026. Reference implementation: [CheetahClaws](https://github.com/SafeRL-Lab/cheetahclaws). # Harness Scaling for Agentic AI Agent performance emerges from the **interaction among multiple components**, not from model capability alone. This skill encodes the insight that investing only in stronger foundation models while neglecting the surrounding harness โ€” memory, context assembly, skill routing, and governance โ€” yields unreliable agents regardless of model strength. ## When to Activate Activate this skill when: - Designing a new agentic system from scratch and choosing architectural components - Debugging persistent agent failures that survive model upgrades - Evaluating whether to invest in a stronger model vs. improving harness design - Auditing a production agent for reliability, auditability, or safety gaps - Implementing multi-agent coordination systems - Choosing memory, context, or routing strategies for an agent deployment - Answering: "why does my agent confidently do the wrong thing?" ## Core Concepts ### The Harness Equation Agent harness performance is a function of six interacting components: ``` ๐’ซ_H = ฮฆ(โ„›, โ„ณ, ๐’ž, ๐’ฎ, ๐’ช, ๐’ข) ``` | Symbol | Component | Role | |--------|-----------|------| | **โ„›** | Reasoning Substrate | The foundation model; improved via