The Answer to the Harness Question
Martin Casado's debate on AI harnesses is resolved by distinguishing between "WHAT" (context about goals) and "HOW" (step-by-step instructions), which age differently. The "HOW" component of harnesses becomes less valuable as models improve, aligning with Sutton's Bitter Lesson—smarter models reduce the need for rigid instructions. The "WHAT" component gains value over time, as it captures unique human context that model providers cannot post-train into general-purpose models. Harnesses have ind
Analysis
TL;DR
- Martin Casado's debate on AI harnesses is resolved by distinguishing between "WHAT" (context about goals) and "HOW" (step-by-step instructions), which age differently.
- The "HOW" component of harnesses becomes less valuable as models improve, aligning with Sutton's Bitter Lesson—smarter models reduce the need for rigid instructions.
- The "WHAT" component gains value over time, as it captures unique human context that model providers cannot post-train into general-purpose models.
- Harnesses have independent value when focused on intent engineering—conveying user-specific goals and constraints—rather than execution logic.
- Model providers will increasingly optimize for agent-like behavior, but they cannot replace the need for external, dynamic context capture via harnesses.
Why It Matters
This distinction between WHAT and HOW in harness design is critical for AI practitioners building applications that require deep personalization, domain specificity, or nuanced user intent. As models become more capable, relying on static instruction sets ("HOW") will yield diminishing returns, while preserving rich contextual understanding ("WHAT") will become a key differentiator in real-world deployment. Understanding this shift helps teams avoid over-engineering prompt logic and instead focus on scalable intent capture systems that evolve alongside model capabilities.
Technical Details
- The core insight stems from Richard Sutton’s “Bitter Lesson,” which argues that scale and learning ultimately triumph over hand-coded heuristics—here applied to harness design: as models grow smarter, explicit procedural instructions (“HOW”) become obsolete relative to learned behaviors.
- “Intent Engineering” is proposed as a paradigm replacing traditional prompt/harness engineering: it emphasizes capturing high-level user intent (e.g., target audience, constraints, aesthetic preferences) rather than low-level step-by-step directives.
- A well-designed harness should minimize “HOW” content (which ages poorly) and maximize “WHAT” content (which compounds in value across model generations).
- Model providers may fine-tune models to act as better agents, reducing reliance on complex orchestration—but they cannot incorporate user-specific context (e.g., brand voice, internal workflows, privacy rules) without external input at inference time.
- Practical implication: harnesses must be modular, reusable containers for intent that interface dynamically with evolving models, acting as persistent wrappers around user-specific semantics rather than transient instruction sets.
Industry Insight
AI product teams should treat harnesses not as one-off prompts but as living components of their application architecture—designed specifically to preserve and transmit user intent across model iterations. Companies that invest in robust intent-capture frameworks (e.g., structured metadata, persona profiles, constraint tags) will gain long-term competitive advantage as models advance, since these elements remain valuable even as underlying instruction logic becomes redundant. Conversely, organizations whose success depends heavily on brittle, manually crafted prompt chains risk obsolescence unless they pivot toward intent-centric designs that decouple user needs from execution mechanics.
Disclaimer: The above content is generated by AI and is for reference only.