As AI models converge in benchmark performance, the real differentiator for complex, long-running tasks is the infrastructure wrapping them — the Agent Harness. An Agent Harness sits above agent frameworks, providing context management, lifecycle hooks, planning, and sub-agent orchestration, analogous to an OS for AI agents. The post argues that current benchmarks fail to measure model durability across hundreds of tool calls, and that harnesses are essential for validating real-world progress, improving developer experience, and creating feedback loops for training. Drawing on Rich Sutton's 'Bitter Lesson', the author warns against over-engineering control flows, advocating for lightweight, modular harnesses that can be easily refactored as new models emerge. Key advice: start simple, build to delete, and treat harness-captured trajectories as a competitive dataset for future model training.